Abdelrazak Younes
065483dae3
Small Timer helper class useful for performance investigation in src/.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36940 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 18:40:21 +00:00
Abdelrazak Younes
2ab1601311
Coding style/de-indent
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36939 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 16:32:29 +00:00
Abdelrazak Younes
41aa051d22
Coding style.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36938 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 16:19:05 +00:00
Abdelrazak Younes
3626b46109
Coding style.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36937 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 16:11:38 +00:00
Abdelrazak Younes
1614a64e15
TeXOnePar() simplification: use pit_type instead of iterator
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36936 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 15:57:27 +00:00
Abdelrazak Younes
fd73107054
TeXOnePar() Be on the safe side and reinitialize runparam.par_begin and par_end
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36935 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 14:04:02 +00:00
Abdelrazak Younes
8e092e6ca6
greatly simplify and comment TeXEnvironment():
...
* only one for loop
* uses runparams.par_end
InsetInclude and InsetIext: initialize runparams.par_begin and runparams.par_end
Except for a few additonal empty lines the LateX exports are identical for all help files. The reason for the additional empty lines is the more consistent TeXEnvironment() call.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36934 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 13:49:39 +00:00
Abdelrazak Younes
ffea94c5e6
latexParagraphs(): code polish.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36933 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 08:31:34 +00:00
Abdelrazak Younes
f48f0ad0bf
latexParagraphs(): cleanup a bit and switch to a 'for' loop. Hopefully this should fix the performance problem when exporting very big document to latex.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36932 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 08:23:14 +00:00
Abdelrazak Younes
ca91d508b2
LaTeX export small speedup: Introduce RandomAccessList::position() and use it.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36931 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 07:37:12 +00:00
Enrico Forestieri
280f7a7ced
Fix bug #7183 (User math macros defined in child documents are shadowed on loading)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36930 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-18 02:27:25 +00:00
Georg Baum
1d03cfa8c0
Increase tex2lyx output format to 293.
...
289: Use new syntax for index inset
290-291: Nothing to do (empty lyx2lyx conversion)
292: Nothing to do, tex2lyx does not know japanese yet
293: Nothing to do (empty lyx2lyx conversion)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36929 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 21:41:15 +00:00
Georg Baum
86f320f6e0
fix halfway converted bibtex inset
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36928 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 21:35:27 +00:00
Georg Baum
7610b9add5
Increase tex2lyx output format to 288.
...
278: Nothing to do, tex2lyx writes already an \end_deeper for each \begin_deeper
279-280: Nothing to do, tex2lyx does not produce character styles yet
281-282: Nothing to do (empty lyx2lyx conversion)
283: Nothing to do, tex2lyx does not produce character styles yet
284-286: Nothing to do (empty lyx2lyx conversion)
287: Nothing to do, tex2lyx does not produce wrapped figures yet
288: Use new syntax for command inset
This time, the (not format related) bug fix is to parse the starred jurabib
and natbib citation commands correctly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36927 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 21:02:39 +00:00
Stephan Witt
e1505e5e4d
finally ASPELL_FRAMEWORK is not used anymore
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36926 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 20:57:03 +00:00
Stephan Witt
d2c3a5c727
fix compiler warnings in pedantic mode: remove trailing comma after last enum member
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36925 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 20:51:44 +00:00
Stephan Witt
22c88a38c4
fix compiler warnings in pedantic mode: remove trailing comma after last enum member
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36924 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 19:57:55 +00:00
Stephan Witt
c7e6a677c4
fix compiler warnings in pedantic mode: remove trailing comma after last enum member
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36923 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 19:56:51 +00:00
Uwe Stöhr
4fe5321be9
Customization.lyx: fix typo reported on the lyx-docs mailing list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36921 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 19:36:35 +00:00
Uwe Stöhr
4cb85881b5
es.po: fix some shortcut clashes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36920 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 19:35:56 +00:00
Uwe Stöhr
9ad8527629
French Math.lyx: translation updates by Siegfried
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36919 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:54:40 +00:00
Uwe Stöhr
7a6198b114
- French UserGuide.lyx: translation updates by Siegfried
...
- UserGuide.lyx: fix some issues spotted by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36917 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:33:37 +00:00
Uwe Stöhr
c3a76fc0f2
Indonesian Shortcuts.lyx: new translation by Waluyo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36916 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:17:39 +00:00
Pavel Sanda
d4a9594245
remerge cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36914 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:10:00 +00:00
Pavel Sanda
6e94c10875
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36913 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:07:31 +00:00
Jürgen Spitzmüller
4908e6e1f7
* de.po: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36911 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 17:56:42 +00:00
Jürgen Spitzmüller
93eb0a2253
* id.po: Update from Waluyo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36910 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 17:49:25 +00:00
Vincent van Ravesteijn
b90de3dc5c
Fix bug #7176 : Clicking TOC doesn't bring up outline
...
Previously LFUN_INSET_SETTINGS was misused to show the outliner. As a TOC doesn't have settings, it was no longer showed after a refactorization of LFUN_INSET_SETTINGS/LFUN_MOUSE_RELEASE because InsetToc::hasSettings() returns false.
As this is a special case, we should handle this special case in InsetTOC itself.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36907 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 13:12:43 +00:00
Pavel Sanda
d82d9d5bfd
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36906 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 22:45:32 +00:00
Jean-Marc Lasgouttes
bbea06a0c6
fix comment
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36905 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 17:51:30 +00:00
Jürgen Spitzmüller
84e3417caf
* scrclass.inc: \addpart, \addchap and \addsec have an optional argument.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36903 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 08:59:22 +00:00
Enrico Forestieri
cf85f9ce69
Fix bugs #7165 (Auto-complete does not disappear after using it)
...
and #7174 (Math selection broken)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36902 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 08:14:27 +00:00
Stephan Witt
5179e2f4d8
remove superfluous semicolons at the end of namespaces
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36901 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 08:06:00 +00:00
Stephan Witt
7a537da7c0
correct use of NSNumber constructor for NSTimeInterval;remove superfluous semicolons;fix data type conversion related compiler warnings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36900 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 08:03:24 +00:00
Stephan Witt
e7da6a6bc9
fix data type conversion related compiler warnings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36899 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 07:58:38 +00:00
Pavel Sanda
77960da09b
* cs.po conflicts
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36898 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 01:16:57 +00:00
Abdelrazak Younes
b730b1c8f8
Cleanup: TeXEnvironment doesn't need data.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36897 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 23:46:02 +00:00
Abdelrazak Younes
67e782190a
Split TeXEnvironment() in three functions. The real optimisation is yet to come.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36896 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 23:39:38 +00:00
Abdelrazak Younes
1ff5754a1b
get rid of TeXDeeper: this was hiding the recursiveness of TeXEnvironment without any real benefits. This will allow further simplification of the code.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36895 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 21:48:00 +00:00
Abdelrazak Younes
811335b50c
a microptimisation and a FIXME.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36894 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 21:11:12 +00:00
Abdelrazak Younes
fbcbeb5130
latex export optimisation step 1: There is no need for TeXOnePar to return a par iterator and to depend on that.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36893 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 20:51:25 +00:00
Kornel Benko
40e705e699
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36892 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 19:10:20 +00:00
Richard Heck
78f84fe020
The letter class supports quote, quotation, and verse, and surely the ---Separator--- might be wanted.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36891 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 15:30:25 +00:00
Stephan Witt
ad76c66e33
#7120 the painter expects a float as line_thickness_, simplify initial computation of line_thickness_ and line_offset_
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36890 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 07:12:42 +00:00
Richard Heck
832d6cd7e1
Begin undoing the tocString() mess by renaming that routine.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36889 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-15 01:34:04 +00:00
Richard Heck
de1655f92b
Use the layout defined label for the TOC, too.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36888 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-14 23:50:50 +00:00
Richard Heck
7bc133b0a2
Abdel thinks we should just get rid of this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36887 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-14 23:43:45 +00:00
Pavel Sanda
e8b75409ff
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36886 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-14 23:26:41 +00:00
Richard Heck
807fc94597
Trivial cleanup.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36885 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-14 23:18:48 +00:00
Richard Heck
d1e0a0e4ed
Allow customization of label string for note insets. We actually had
...
strings in the layout file, but they were not used.
Question: Should we just remove InsetNote::setButtonLabel() now? The
only purpose it is serving is to provide a backup in case no label is
defined.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36884 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-14 23:16:19 +00:00