]> git.lyx.org Git - lyx.git/log
lyx.git
13 years agoIncrease tex2lyx output format to 297.
Georg Baum [Sun, 19 Dec 2010 15:21:01 +0000 (15:21 +0000)]
Increase tex2lyx output format to 297.
297: new name for upper sorbian language, new languages albanian and lower
sorbian (actually lower sorbias was (incorrectly) already recognized)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36945 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 296.
Georg Baum [Sun, 19 Dec 2010 15:08:35 +0000 (15:08 +0000)]
Increase tex2lyx output format to 296.
296: new syntax of include inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36944 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoImprove roundtrip of tex2lyx test documents:
Georg Baum [Sun, 19 Dec 2010 14:54:23 +0000 (14:54 +0000)]
Improve roundtrip of tex2lyx test documents:
- Make test-insets.tex and test-structure.tex compilable
- Avoid duplicate definition of \lyxarrow in test-insets.lyx
- Prevent subscript package from being ignored in test-insets.lyx
- Prevent commands listed with optional arg in syntax.default from being
  concatenated with the next word if no optional arg is given
- Handle spaces and comments inbetween a command an "{}" consistently

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36943 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMath.lyx: new section about CAS support
Uwe Stöhr [Sun, 19 Dec 2010 03:03:41 +0000 (03:03 +0000)]
Math.lyx: new section about CAS support
Pavel, many thanks for this addition, but please always use cange-tracking if you modify manuals.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36942 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 295.
Georg Baum [Sat, 18 Dec 2010 20:41:41 +0000 (20:41 +0000)]
Increase tex2lyx output format to 295.
294: Nothing needed, but add some placeholders to the preamble for documentation
295: Convert URL command inset to Flex inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36941 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSmall Timer helper class useful for performance investigation in src/.
Abdelrazak Younes [Sat, 18 Dec 2010 18:40:21 +0000 (18:40 +0000)]
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

13 years agoCoding style/de-indent
Abdelrazak Younes [Sat, 18 Dec 2010 16:32:29 +0000 (16:32 +0000)]
Coding style/de-indent

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36939 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoCoding style.
Abdelrazak Younes [Sat, 18 Dec 2010 16:19:05 +0000 (16:19 +0000)]
Coding style.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36938 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoCoding style.
Abdelrazak Younes [Sat, 18 Dec 2010 16:11:38 +0000 (16:11 +0000)]
Coding style.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36937 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoTeXOnePar() simplification: use pit_type instead of iterator
Abdelrazak Younes [Sat, 18 Dec 2010 15:57:27 +0000 (15:57 +0000)]
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

13 years agoTeXOnePar() Be on the safe side and reinitialize runparam.par_begin and par_end
Abdelrazak Younes [Sat, 18 Dec 2010 14:04:02 +0000 (14:04 +0000)]
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

13 years agogreatly simplify and comment TeXEnvironment():
Abdelrazak Younes [Sat, 18 Dec 2010 13:49:39 +0000 (13:49 +0000)]
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

13 years agolatexParagraphs(): code polish.
Abdelrazak Younes [Sat, 18 Dec 2010 08:31:34 +0000 (08:31 +0000)]
latexParagraphs(): code polish.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36933 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agolatexParagraphs(): cleanup a bit and switch to a 'for' loop. Hopefully this should...
Abdelrazak Younes [Sat, 18 Dec 2010 08:23:14 +0000 (08:23 +0000)]
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

13 years agoLaTeX export small speedup: Introduce RandomAccessList::position() and use it.
Abdelrazak Younes [Sat, 18 Dec 2010 07:37:12 +0000 (07:37 +0000)]
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

13 years agoFix bug #7183 (User math macros defined in child documents are shadowed on loading)
Enrico Forestieri [Sat, 18 Dec 2010 02:27:25 +0000 (02:27 +0000)]
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

13 years agoIncrease tex2lyx output format to 293.
Georg Baum [Fri, 17 Dec 2010 21:41:15 +0000 (21:41 +0000)]
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

13 years agofix halfway converted bibtex inset
Georg Baum [Fri, 17 Dec 2010 21:35:27 +0000 (21:35 +0000)]
fix halfway converted bibtex inset

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36928 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 288.
Georg Baum [Fri, 17 Dec 2010 21:02:39 +0000 (21:02 +0000)]
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

13 years agofinally ASPELL_FRAMEWORK is not used anymore
Stephan Witt [Fri, 17 Dec 2010 20:57:03 +0000 (20:57 +0000)]
finally ASPELL_FRAMEWORK is not used anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36926 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agofix compiler warnings in pedantic mode: remove trailing comma after last enum member
Stephan Witt [Fri, 17 Dec 2010 20:51:44 +0000 (20:51 +0000)]
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

13 years agofix compiler warnings in pedantic mode: remove trailing comma after last enum member
Stephan Witt [Fri, 17 Dec 2010 19:57:55 +0000 (19:57 +0000)]
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

13 years agofix compiler warnings in pedantic mode: remove trailing comma after last enum member
Stephan Witt [Fri, 17 Dec 2010 19:56:51 +0000 (19:56 +0000)]
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

13 years agoCustomization.lyx: fix typo reported on the lyx-docs mailing list
Uwe Stöhr [Fri, 17 Dec 2010 19:36:35 +0000 (19:36 +0000)]
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

13 years agoes.po: fix some shortcut clashes
Uwe Stöhr [Fri, 17 Dec 2010 19:35:56 +0000 (19:35 +0000)]
es.po: fix some shortcut clashes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36920 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFrench Math.lyx: translation updates by Siegfried
Uwe Stöhr [Fri, 17 Dec 2010 18:54:40 +0000 (18:54 +0000)]
French Math.lyx: translation updates by Siegfried

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36919 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago- French UserGuide.lyx: translation updates by Siegfried
Uwe Stöhr [Fri, 17 Dec 2010 18:33:37 +0000 (18:33 +0000)]
- 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

13 years agoIndonesian Shortcuts.lyx: new translation by Waluyo
Uwe Stöhr [Fri, 17 Dec 2010 18:17:39 +0000 (18:17 +0000)]
Indonesian Shortcuts.lyx: new translation by Waluyo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36916 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoremerge cs.po
Pavel Sanda [Fri, 17 Dec 2010 18:10:00 +0000 (18:10 +0000)]
remerge cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36914 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* cs.po
Pavel Sanda [Fri, 17 Dec 2010 18:07:31 +0000 (18:07 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36913 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* de.po: update.
Jürgen Spitzmüller [Fri, 17 Dec 2010 17:56:42 +0000 (17:56 +0000)]
* de.po: update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36911 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* id.po: Update from Waluyo.
Jürgen Spitzmüller [Fri, 17 Dec 2010 17:49:25 +0000 (17:49 +0000)]
* id.po: Update from Waluyo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36910 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7176: Clicking TOC doesn't bring up outline
Vincent van Ravesteijn [Fri, 17 Dec 2010 13:12:43 +0000 (13:12 +0000)]
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

13 years ago* cs.po
Pavel Sanda [Thu, 16 Dec 2010 22:45:32 +0000 (22:45 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36906 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agofix comment
Jean-Marc Lasgouttes [Thu, 16 Dec 2010 17:51:30 +0000 (17:51 +0000)]
fix comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36905 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* scrclass.inc: \addpart, \addchap and \addsec have an optional argument.
Jürgen Spitzmüller [Thu, 16 Dec 2010 08:59:22 +0000 (08:59 +0000)]
* 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

13 years agoFix bugs #7165 (Auto-complete does not disappear after using it)
Enrico Forestieri [Thu, 16 Dec 2010 08:14:27 +0000 (08:14 +0000)]
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

13 years agoremove superfluous semicolons at the end of namespaces
Stephan Witt [Thu, 16 Dec 2010 08:06:00 +0000 (08:06 +0000)]
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

13 years agocorrect use of NSNumber constructor for NSTimeInterval;remove superfluous semicolons...
Stephan Witt [Thu, 16 Dec 2010 08:03:24 +0000 (08:03 +0000)]
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

13 years agofix data type conversion related compiler warnings
Stephan Witt [Thu, 16 Dec 2010 07:58:38 +0000 (07:58 +0000)]
fix data type conversion related compiler warnings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36899 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* cs.po conflicts
Pavel Sanda [Thu, 16 Dec 2010 01:16:57 +0000 (01:16 +0000)]
* cs.po conflicts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36898 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoCleanup: TeXEnvironment doesn't need data.
Abdelrazak Younes [Wed, 15 Dec 2010 23:46:02 +0000 (23:46 +0000)]
Cleanup: TeXEnvironment doesn't need data.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36897 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSplit TeXEnvironment() in three functions. The real optimisation is yet to come.
Abdelrazak Younes [Wed, 15 Dec 2010 23:39:38 +0000 (23:39 +0000)]
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

13 years agoget rid of TeXDeeper: this was hiding the recursiveness of TeXEnvironment without...
Abdelrazak Younes [Wed, 15 Dec 2010 21:48:00 +0000 (21:48 +0000)]
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

13 years agoa microptimisation and a FIXME.
Abdelrazak Younes [Wed, 15 Dec 2010 21:11:12 +0000 (21:11 +0000)]
a microptimisation and a FIXME.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36894 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agolatex export optimisation step 1: There is no need for TeXOnePar to return a par...
Abdelrazak Younes [Wed, 15 Dec 2010 20:51:25 +0000 (20:51 +0000)]
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

13 years ago* sk.po
Kornel Benko [Wed, 15 Dec 2010 19:10:20 +0000 (19:10 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36892 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThe letter class supports quote, quotation, and verse, and surely the ---Separator...
Richard Heck [Wed, 15 Dec 2010 15:30:25 +0000 (15:30 +0000)]
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

13 years ago#7120 the painter expects a float as line_thickness_, simplify initial computation...
Stephan Witt [Wed, 15 Dec 2010 07:12:42 +0000 (07:12 +0000)]
#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

13 years agoBegin undoing the tocString() mess by renaming that routine.
Richard Heck [Wed, 15 Dec 2010 01:34:04 +0000 (01:34 +0000)]
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

13 years agoUse the layout defined label for the TOC, too.
Richard Heck [Tue, 14 Dec 2010 23:50:50 +0000 (23:50 +0000)]
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

13 years agoAbdel thinks we should just get rid of this.
Richard Heck [Tue, 14 Dec 2010 23:43:45 +0000 (23:43 +0000)]
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

13 years ago* cs.po
Pavel Sanda [Tue, 14 Dec 2010 23:26:41 +0000 (23:26 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36886 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoTrivial cleanup.
Richard Heck [Tue, 14 Dec 2010 23:18:48 +0000 (23:18 +0000)]
Trivial cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36885 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAllow customization of label string for note insets. We actually had
Richard Heck [Tue, 14 Dec 2010 23:16:19 +0000 (23:16 +0000)]
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

13 years agoMath.lyx - add small chapter about computer algebra systems.
Pavel Sanda [Tue, 14 Dec 2010 19:17:03 +0000 (19:17 +0000)]
Math.lyx - add small chapter about computer algebra systems.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36883 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoReport disabled BREAK_PARAGRAPH in MathHull getStatus so we can use command-alternatives.
Pavel Sanda [Tue, 14 Dec 2010 17:33:38 +0000 (17:33 +0000)]
Report disabled BREAK_PARAGRAPH in MathHull getStatus so we can use command-alternatives.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36882 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMissing packages for configure
Pavel Sanda [Tue, 14 Dec 2010 17:23:47 +0000 (17:23 +0000)]
Missing packages for configure

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36881 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoLeftovers for spreadsheet support.
Pavel Sanda [Tue, 14 Dec 2010 16:59:14 +0000 (16:59 +0000)]
Leftovers for spreadsheet support.
Patch from Helge Hafting.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36880 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate XHTML info.
Richard Heck [Tue, 14 Dec 2010 15:03:52 +0000 (15:03 +0000)]
Update XHTML info.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36879 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* sk.po
Kornel Benko [Tue, 14 Dec 2010 10:31:53 +0000 (10:31 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36878 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoremerge
Kornel Benko [Tue, 14 Dec 2010 10:31:27 +0000 (10:31 +0000)]
remerge

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36877 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoid.po: update from Waluyo
Uwe Stöhr [Tue, 14 Dec 2010 02:37:06 +0000 (02:37 +0000)]
id.po: update from Waluyo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36876 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agode.po: fix compile error
Uwe Stöhr [Tue, 14 Dec 2010 00:12:23 +0000 (00:12 +0000)]
de.po: fix compile error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36875 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoTrying to be too smart by reducing the number of regenerated previews, may
Enrico Forestieri [Mon, 13 Dec 2010 22:20:29 +0000 (22:20 +0000)]
Trying to be too smart by reducing the number of regenerated previews, may
cause to miss some regeneration. So, better too much than less.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36872 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* cs.po
Pavel Sanda [Mon, 13 Dec 2010 16:47:21 +0000 (16:47 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36871 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7120 adjust the line thickness to mark changes, foreign language and misspelled...
Stephan Witt [Mon, 13 Dec 2010 16:18:37 +0000 (16:18 +0000)]
#7120 adjust the line thickness to mark changes, foreign language and misspelled text to zoom factor in user preferences

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36869 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* de.po: update.
Jürgen Spitzmüller [Mon, 13 Dec 2010 16:15:26 +0000 (16:15 +0000)]
* de.po: update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36868 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* id.po: Update from Waluyo.
Jürgen Spitzmüller [Mon, 13 Dec 2010 16:06:13 +0000 (16:06 +0000)]
* id.po: Update from Waluyo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36867 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoLoad the package breakurl with hyperref in DVI output (fix bug 7033).
Jürgen Spitzmüller [Mon, 13 Dec 2010 07:58:07 +0000 (07:58 +0000)]
Load the package breakurl with hyperref in DVI output (fix bug 7033).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36860 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* languages: remove country code from farsi definition, since the aspell dictionary...
Jürgen Spitzmüller [Mon, 13 Dec 2010 07:15:54 +0000 (07:15 +0000)]
* languages: remove country code from farsi definition, since the aspell dictionary doesn't use it either (fix bug 7171).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36858 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoReally fix bug #7090.
Enrico Forestieri [Mon, 13 Dec 2010 04:46:39 +0000 (04:46 +0000)]
Really fix bug #7090.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36857 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFollow Vincent's advice
Pavel Sanda [Mon, 13 Dec 2010 00:51:30 +0000 (00:51 +0000)]
Follow Vincent's advice

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36855 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix #7057
Pavel Sanda [Sun, 12 Dec 2010 23:57:21 +0000 (23:57 +0000)]
Fix #7057

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36853 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoForgotten shortcut
Pavel Sanda [Sun, 12 Dec 2010 22:04:37 +0000 (22:04 +0000)]
Forgotten shortcut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36851 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago * add an extra parameter to lyxsweave.py that tells the document directory
Jean-Marc Lasgouttes [Sun, 12 Dec 2010 21:25:57 +0000 (21:25 +0000)]
  * add an extra parameter to lyxsweave.py that tells the document directory
and use it to be able to read data files in there (bug #6623). It is probably possible to use sweave hooks instead of the module preamble. Moreover, I want to investigate the use of prefix.string argument of sweave to make sure that the output files end up in the tmp dir.
  * be more subtle in the way to change default encoding to handle the case where a data file that is read does not use the same encoding as the .rnw file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36850 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDo not use the --vanilla option of Rscript, since it can
Jean-Marc Lasgouttes [Sun, 12 Dec 2010 21:09:53 +0000 (21:09 +0000)]
Do not use the --vanilla option of Rscript, since it can
cause unexpected errors (like locally installed packages
not found).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36849 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7164: Text in tables not painted immediately.
Vincent van Ravesteijn [Sun, 12 Dec 2010 20:56:01 +0000 (20:56 +0000)]
Fix bug #7164: Text in tables not painted immediately.

Fixes the regression introduces in r36630. I already fixed this, but forgot to commit apparently.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36848 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 277.
Georg Baum [Sun, 12 Dec 2010 20:01:53 +0000 (20:01 +0000)]
Increase tex2lyx output format to 277.
Nothing to do, since tex2lyx does not produce the invalid tables.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36847 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #6051 by applying the patch from Pelle.
Georg Baum [Sun, 12 Dec 2010 19:39:21 +0000 (19:39 +0000)]
Fix bug #6051 by applying the patch from Pelle.
I could reproduce the warnings, and comparing the man output with and without
patch verified that the quotes were completely missing in the old version
while they are OK in the new one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36846 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 276 (LyX 1.5.x).
Georg Baum [Sun, 12 Dec 2010 18:47:02 +0000 (18:47 +0000)]
Increase tex2lyx output format to 276 (LyX 1.5.x).
Add support for arabic (arabi package), and two languages that are already
avaiilable in previous formats, but have been forgotten: latvian and lithuanian.
Again, the previous format was not handled correctly:
arabic (arabi) was parsed as arabic (arabtex).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36845 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agofinally ASPELL_FRAMEWORK is not used anymore
Stephan Witt [Sun, 12 Dec 2010 18:43:02 +0000 (18:43 +0000)]
finally ASPELL_FRAMEWORK is not used anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36844 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 275.
Georg Baum [Sun, 12 Dec 2010 17:47:36 +0000 (17:47 +0000)]
Increase tex2lyx output format to 275.
Nothing to do for 274: tex2lyx did not implement the special whitespace
handling that would have been needed for the old format.
Use the scaleBeforeRotation keyword for graphics (275).
This fixes actually a bug with the old version, that implicitly converted
all graphics to scale before rotation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36843 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoIncrease tex2lyx output format to 273.
Georg Baum [Sun, 12 Dec 2010 14:55:14 +0000 (14:55 +0000)]
Increase tex2lyx output format to 273.
Nothing to do, since lyx2lyx conversions are empty except for version 271,
and tex2lyx already outputs the new format for 271.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36842 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoincrease tex2lyx output format to 265
Georg Baum [Sun, 12 Dec 2010 14:33:34 +0000 (14:33 +0000)]
increase tex2lyx output format to 265

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36841 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDo not use math commands from unicodesymbols in tex2lyx text mode,
Georg Baum [Sun, 12 Dec 2010 13:23:05 +0000 (13:23 +0000)]
Do not use math commands from unicodesymbols in tex2lyx text mode,
since they are usually invalid in text mode (partial fix of bug 6797).
Also, prepare proper translation of \\slash{} and \nobreakdash.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36840 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agotextsubscript and textsuperscript for tex2lyx
Georg Baum [Sun, 12 Dec 2010 12:16:18 +0000 (12:16 +0000)]
textsubscript and textsuperscript for tex2lyx
(deactivated until format is recent enough)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36839 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #5716.
Georg Baum [Sun, 12 Dec 2010 11:45:09 +0000 (11:45 +0000)]
Fix bug #5716.
Since separators are not allowed by the current .lyx version written by
tex2lyx, an empty note is used instead.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36838 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* Buffer.cpp (doExport): rebuild the Graph to fix a crash due to an invalid pointer.
Jürgen Spitzmüller [Sun, 12 Dec 2010 10:56:55 +0000 (10:56 +0000)]
* Buffer.cpp (doExport): rebuild the Graph to fix a crash due to an invalid pointer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36837 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* BufferParams.cpp (loadFonts):
Jürgen Spitzmüller [Sun, 12 Dec 2010 10:15:44 +0000 (10:15 +0000)]
* BufferParams.cpp (loadFonts):
- replace the fontspec option "mapping=text-tex" with "Ligatures=TeX" as recommended in the fontspec manual.
  The two options are equivalent, but only the latter is recognized by LuaTeX.
- do not use TeX ligatures with typewriter fonts (this is the same in standard LaTeX).
- add a bit of documentation.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36836 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #6538 (Figure: relative path changed to absolute on copy/paste)
Enrico Forestieri [Sat, 11 Dec 2010 23:04:24 +0000 (23:04 +0000)]
Fix bug #6538 (Figure: relative path changed to absolute on copy/paste)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36835 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7084 provide spelling suggestions only when replacement is possible - if there is...
Stephan Witt [Sat, 11 Dec 2010 19:10:44 +0000 (19:10 +0000)]
#7084 provide spelling suggestions only when replacement is possible - if there is no selection or the misspelled word is selected; use the replace2string to construct the LFUN arguments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36834 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #3016: tex2lyx fails to convert xfig figures to Xfig insets
Georg Baum [Sat, 11 Dec 2010 18:22:47 +0000 (18:22 +0000)]
Fix bug #3016: tex2lyx fails to convert xfig figures to Xfig insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36833 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7090 (Segfault in refreshing instant preview when math macro changes)
Enrico Forestieri [Sat, 11 Dec 2010 18:15:34 +0000 (18:15 +0000)]
Fix bug  #7090 (Segfault in refreshing instant preview when math macro changes)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36832 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #3333: LyX gives a stupid error message when trying to convert xfig
Georg Baum [Sat, 11 Dec 2010 18:14:16 +0000 (18:14 +0000)]
Fix bug #3333: LyX gives a stupid error message when trying to convert xfig
files to eps/pdf. With this fix, you get the usual "No information for
converting ..." message.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36831 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* BufferParams.cpp: fix cut'n'paste error.
Jürgen Spitzmüller [Sat, 11 Dec 2010 17:17:47 +0000 (17:17 +0000)]
* BufferParams.cpp: fix cut'n'paste error.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36830 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoNo tabs in ui files.
Enrico Forestieri [Sat, 11 Dec 2010 15:44:54 +0000 (15:44 +0000)]
No tabs in ui files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36829 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* GuiDocument.cpp (paramsToDialog):
Jürgen Spitzmüller [Sat, 11 Dec 2010 15:28:02 +0000 (15:28 +0000)]
* GuiDocument.cpp (paramsToDialog):
- stupid thinko! (bug 7076).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36828 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDisable the "Single instance" check box if the lyxpipe has not been set up.
Enrico Forestieri [Sat, 11 Dec 2010 15:21:23 +0000 (15:21 +0000)]
Disable the "Single instance" check box if the lyxpipe has not been set up.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36827 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* actually record rtf and doc viewers.
Jürgen Spitzmüller [Sat, 11 Dec 2010 14:48:52 +0000 (14:48 +0000)]
* actually record rtf and doc viewers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36825 a592a061-630c-0410-9148-cb99ea01b6c8