Richard Heck
ca03f8cf7b
Should also use doing_output here. Oversight in previous commit.
2013-03-25 17:36:21 -04:00
Juergen Spitzmueller
136560ae34
Add new spelling icon to the Makefile and add oxygen version
2013-03-25 09:28:49 +01:00
Vincent van Ravesteijn
270ba80097
Add a toolbar button for continuous spellchecking
...
This fixes the second part of #8589 .
2013-03-24 20:29:01 +01:00
Vincent van Ravesteijn
cb93f034d4
Add an LFUN for continuous spell checking
...
This fixes the first part of #8589 .
2013-03-24 20:28:37 +01:00
Vincent van Ravesteijn
a31df78133
Do not sort formats in BufferParams::exportableFormats
...
We only need to sort the formats when it is really necessary, i.e. for GUI
purposes.
This also prevents 11000 requests for translation everytime the toolbars
are updated.
2013-03-24 18:06:32 +01:00
Vincent van Ravesteijn
755a14a5d1
Remove unused typedef
2013-03-24 18:06:31 +01:00
Juergen Spitzmueller
7e11e69947
Stick with 2.0.x file format
2013-03-24 16:56:19 +01:00
Juergen Spitzmueller
a21fd61c98
Revert "Compilation fixes"
...
This reverts commit c28d9b41ad
.
2013-03-24 16:52:42 +01:00
Juergen Spitzmueller
c28d9b41ad
Compilation fixes
2013-03-24 16:49:23 +01:00
Vincent van Ravesteijn
367126bf24
Add a WIN32 equivalent for gettimeofday
...
This function does not really returns the "time of day", but it will suffice to evaluate elapsed times.
2013-03-24 16:47:07 +01:00
Vincent van Ravesteijn
2662386077
Small simplification
2013-03-24 16:47:03 +01:00
Richard Heck
8bbd4c5e58
Minor doc update.
2013-03-24 10:14:17 -04:00
Richard Heck
1928bb9ed1
Don't abbreviate titles in TOC.
2013-03-24 09:39:41 -04:00
Richard Heck
d2e947d585
Fix bug #8603 : We want unabbreviated TOC entries here.
2013-03-24 09:34:36 -04:00
Richard Heck
1c0100d3b1
Silly mistake here in earlier commit.
2013-03-24 09:34:36 -04:00
Kornel Benko
f9e41a159e
prefs2prefs: While handling converters, make sure
...
the entry is really '\converter' and not e.g. '\converter_cache_maxage'
2013-03-23 15:31:21 +01:00
Richard Heck
7dac3a2715
Fix bug #8604 : Forgot not to escape the caption string in listings.
2013-03-23 10:05:56 -04:00
Richard Heck
6eb0b47a8a
Fix a couple problems with new prefs2prefs material.
2013-03-23 09:35:26 -04:00
Richard Heck
cca2d4c927
Crush warning.
2013-03-23 09:14:44 -04:00
Richard Heck
a93a8cd393
Fix a few more translation probelms for XHTML output.
2013-03-23 09:10:35 -04:00
Scott Kostyshak
8831e4a11f
InsetGraphics: add a layoutName method
...
Now when using inset-forall, "Graphics" can be used
to refer to all Graphics insets.
2013-03-23 05:35:09 -04:00
Georg Baum
dc69cd25ba
forgot format entry
2013-03-23 09:26:04 +01:00
Georg Baum
c61ef8b205
Support \caption* (bug #3209 )
...
This was a low hanging fruit which would have to wait for a long time because
of a file format change if it was not implemented before 2.1.
2013-03-22 22:23:38 +01:00
Jean-Marc Lasgouttes
11e0d941a2
Implement inset-select-all in mathed
2013-03-22 14:42:47 +01:00
Jean-Marc Lasgouttes
7d698b43a8
More documentation for the poor man's profiler
2013-03-22 11:23:48 +01:00
Jean-Marc Lasgouttes
4663618cfd
A poor man's profiler.
...
The use of this profiler is trivial:
* #include <support/pmprof.h>
* in the block one wants to profile, add
PROFILE_THIS_BLOCK(some_identifier)
* At the end of the execution, statistics will be sent to standard error.
2013-03-22 10:30:48 +01:00
Uwe Stöhr
9aeb084a22
tex2lyx: we support now \framebox without options
...
-> this is \fbox
- also update the tex2lyx example file result
2013-03-22 02:00:25 +01:00
Uwe Stöhr
22ad7e4369
support for \mbox and \fbox
...
- fileformat change
- it was a pity that LyX did not yet support a simple rectangular frame without a defined width but LyX did this for e.g. oval frames
- \fbox and \mbox often occur in TeX files and can now be imported
2013-03-22 01:33:58 +01:00
Georg Baum
cb5dd33475
Split pdf format as discussed on the list
...
Previously, the format used for included pdf files was the same as for
document export via ps2pdf. This caused unwanted conversion routes, e.g.
export via odt->pdf instead of dvi->ps->pdf.
I renamed the format for included graphics and not for exported documents,
since otherwise the command line syntax for export would change. This would
require more adaptions for the users, since with the chosen solution the
custom converters are almost always changed correctly in prefs2prefs(),
so that only custom external templates need manual adjustement.
2013-03-21 20:13:02 +01:00
Uwe Stöhr
b79bc9b566
lyx2lyx/lyx_2_1.py: typos
2013-03-21 02:11:42 +01:00
Kornel Benko
9af4d0fa8c
Cmake build: Unfortunatelly, there are some cmake versions
...
which have not error-free version of FindQt4.cmake.
We have to stick with our own (and old) module.
2013-03-20 20:51:50 +01:00
Juergen Spitzmueller
0f26aabeee
avoid redundant toolbar initialization
2013-03-20 13:59:25 +01:00
Juergen Spitzmueller
d00ec4dece
Fix the zombie toolbar problem (bug #8520 )
2013-03-20 13:01:48 +01:00
Kornel Benko
7dbd777146
cmake build: Add check for required QT-version 4.5.0 or higher
...
Since our own module does not respect the version parameter,
while the cmake provided does, also remove our FindQt4.cmake
2013-03-20 11:39:45 +01:00
Uwe Stöhr
d4c2fce88c
languages: fix support for Serbian Cyrillic
...
- there is a Serbian Cyrillic support file for babel available. Its support works the same as for Lithuanian, Belarusian, etc.
- fixes bug #8590
2013-03-20 00:20:27 +01:00
Uwe Stöhr
70340533e7
installer: support for Serbian Cyrillic
2013-03-20 00:12:16 +01:00
Uwe Stöhr
5619ebeda2
languages: update support for Kazakh
...
as discussed on the list, as there is not support for Kazakh in babel we must assure that the T2A fontenc is loaded
2013-03-19 23:53:17 +01:00
Georg Baum
450159174b
Update test references
2013-03-19 21:24:51 +01:00
Georg Baum
73c424323d
Update lyxrc.defaults to current format
...
Actually, configure.py was already producing the current format, since it
did not output default_language.
2013-03-19 21:17:15 +01:00
Scott Kostyshak
ccd46cbe8e
GuiTabular: disabling is now done on textChanged()
...
Before, it was done on editingFinished(). The new behavior is more
intuitive because it is easier for the user to see how editing the box
is connected with enabling/disabling the other widgets. Before, the user
would not get instant feedback and would have to click away before the
connection is revealed. This new behavior is less efficient, however,
because checkEnabled() is called after every keystroke.
2013-03-19 14:48:20 -04:00
Scott Kostyshak
429b39bc0c
GuiTabular: LC and ED should both be disabled
...
Previously, only columnWidthED was disabled.
2013-03-19 12:25:38 -04:00
Jean-Marc Lasgouttes
3ef4db2ce4
Continue pre-spring cleaning of configure script
...
* build-type=profiling implies -fno-omit-frame-pointer in gcc. This allows sysprof to yield proper call trees
* remove --enable-grpof option (the build type is enough)
* remove --with-frontend option since we have only one frontend. Move stuff around and generally simplify the Qt detection code
* do not check for bc anymore.
* Update README.
2013-03-19 16:41:14 +01:00
Richard Heck
3057bce3f2
Fix bug #8587 properly, by using local language for translation.
2013-03-19 11:30:36 -04:00
Jean-Marc Lasgouttes
d9cbac2fd3
Small updates to the configure script
...
Remove some tests that are not needed. Put --enable and --with options together in help output.
2013-03-19 15:38:47 +01:00
Jean-Marc Lasgouttes
04a8db4af8
Get rid of LYX_ERROR in our configure file.
...
We use the standard AC_MSG_ERROR instead, which just stops the configure process where the problem happens.
2013-03-19 15:15:56 +01:00
Jean-Marc Lasgouttes
1d08d5232d
Add a test to configure for minimal Qt version
...
* use AS_COMPARE_VERSION to check whether the Qt version is correct.
* upgrade minimal requirement for autoconf to version 2.60 (released in 2006!).
2013-03-19 12:59:38 +01:00
Juergen Spitzmueller
7632757dd1
powerdot-example: extensions and comments
2013-03-19 09:58:22 +01:00
Uwe Stöhr
c669b6f4d2
tex2lyx: support for Iwona fonts
...
- also correct the support for the Kurier fonts. Thanks to our cleaner implementation, some code can now go.
2013-03-19 01:18:38 +01:00
Uwe Stöhr
575d98664a
Merge branch 'master' of git.lyx.org:lyx
2013-03-19 00:57:50 +01:00
Uwe Stöhr
f08f5821ec
support for the Iwona fonts
...
- the support for Iwona is exactly the same as for the Kurier fonts
- fileformat change
2013-03-19 00:57:37 +01:00