]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoUpdate notes.
Richard Heck [Thu, 10 Dec 2009 20:05:55 +0000 (20:05 +0000)]
Update notes.

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

14 years agoThis really gets the TOC working now. We auto-generate labels for the
Richard Heck [Thu, 10 Dec 2009 20:03:35 +0000 (20:03 +0000)]
This really gets the TOC working now. We auto-generate labels for the
paragraphs the TOC targets, and link to them.

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

14 years agoCSS for the TOC, and a couple small fixes.
Richard Heck [Thu, 10 Dec 2009 19:28:00 +0000 (19:28 +0000)]
CSS for the TOC, and a couple small fixes.

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

14 years agoInitial work for InsetTOC. This does actually write a TOC, but without
Richard Heck [Thu, 10 Dec 2009 18:30:48 +0000 (18:30 +0000)]
Initial work for InsetTOC. This does actually write a TOC, but without
any links. That is the next step.

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

14 years agoStyle.
Richard Heck [Thu, 10 Dec 2009 18:12:35 +0000 (18:12 +0000)]
Style.

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

14 years agoRemoving debugging code.
Richard Heck [Thu, 10 Dec 2009 16:44:33 +0000 (16:44 +0000)]
Removing debugging code.

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

14 years agoCosmetic repairs to my updateLabels() changes, thanks to Andre's
Richard Heck [Thu, 10 Dec 2009 13:25:31 +0000 (13:25 +0000)]
Cosmetic repairs to my updateLabels() changes, thanks to Andre's
comments. Added comments per Pavel's suggestion.

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

14 years agoSimplify the definition of multi-accented polytonic Greek, patch by Günter Milde.
Jürgen Spitzmüller [Thu, 10 Dec 2009 08:26:22 +0000 (08:26 +0000)]
Simplify the definition of multi-accented polytonic Greek, patch by Günter Milde.

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

14 years agopreamble.cpp: simplify code and reintroduce code that was accidentally deleted in...
Uwe Stöhr [Thu, 10 Dec 2009 03:07:36 +0000 (03:07 +0000)]
preamble.cpp: simplify code and reintroduce code that was accidentally deleted in previous commit

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

14 years agopreamble.cpp: set correct quotes language (currently an Italian document gets the...
Uwe Stöhr [Thu, 10 Dec 2009 02:41:33 +0000 (02:41 +0000)]
preamble.cpp: set correct quotes language (currently an Italian document gets the non-existing quotes language "italian")

- also to branch?

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

14 years agopreamble.cpp: adjust comments for better clarity
Uwe Stöhr [Thu, 10 Dec 2009 02:29:49 +0000 (02:29 +0000)]
preamble.cpp: adjust comments for better clarity

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

14 years agoGerman UserGuide.lyx: formatting fix
Uwe Stöhr [Thu, 10 Dec 2009 00:57:49 +0000 (00:57 +0000)]
German UserGuide.lyx: formatting fix

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

14 years agoInsetCaption.cpp: add a comment
Uwe Stöhr [Wed, 9 Dec 2009 23:36:59 +0000 (23:36 +0000)]
InsetCaption.cpp: add a comment

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

14 years agoFix bug #6365: tex2lyx uses wrong encoding in the preamble.
Vincent van Ravesteijn [Wed, 9 Dec 2009 12:29:48 +0000 (12:29 +0000)]
Fix bug #6365: tex2lyx uses wrong encoding in the preamble.

Everything is ok while reading the file, but when the lyxfile is written, only the first byte of a double-byte character is written to the file. This is because t.character() is sort of defined as cs_[0] in which cs_ is a docstring. This thus seems to fail for multi-byte characters.

Compare with src\tex2lyx\text.cpp line: 1250.

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

14 years agoGet rid of Token::asString(), which is equivalent to cs().
Jean-Marc Lasgouttes [Wed, 9 Dec 2009 11:53:16 +0000 (11:53 +0000)]
Get rid of Token::asString(), which is equivalent to cs().

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

14 years agoSpeedup updateMacroInstances. This has some effect on document loading time:
Jean-Marc Lasgouttes [Tue, 8 Dec 2009 22:41:10 +0000 (22:41 +0000)]
Speedup updateMacroInstances. This has some effect on document loading time:
it was a significant part of this time

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

14 years agofix compilation with qt 4.2
Jean-Marc Lasgouttes [Tue, 8 Dec 2009 12:27:44 +0000 (12:27 +0000)]
fix compilation with qt 4.2

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

14 years agoindicate that we're opening a dialog.
Jürgen Spitzmüller [Tue, 8 Dec 2009 08:37:08 +0000 (08:37 +0000)]
indicate that we're opening a dialog.

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

14 years agoUserGuide.lyx: don't pollute the TOC unnecessarily
Uwe Stöhr [Tue, 8 Dec 2009 00:19:16 +0000 (00:19 +0000)]
UserGuide.lyx: don't pollute the TOC unnecessarily

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

14 years agoMath.lyx: typo
Uwe Stöhr [Mon, 7 Dec 2009 23:32:08 +0000 (23:32 +0000)]
Math.lyx: typo

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

14 years agoinstaller: sync with branch
Uwe Stöhr [Mon, 7 Dec 2009 23:31:35 +0000 (23:31 +0000)]
installer: sync with branch

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

14 years agoChange string
Pavel Sanda [Mon, 7 Dec 2009 23:27:24 +0000 (23:27 +0000)]
Change string

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

14 years agoconfigure.py: add default viewers/editors for 4 file types
Uwe Stöhr [Mon, 7 Dec 2009 19:34:41 +0000 (19:34 +0000)]
configure.py: add default viewers/editors for 4 file types

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

14 years agoSimplify code.
Vincent van Ravesteijn [Mon, 7 Dec 2009 19:06:15 +0000 (19:06 +0000)]
Simplify code.

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

14 years agoa bit more elaboration.
Jürgen Spitzmüller [Mon, 7 Dec 2009 13:46:46 +0000 (13:46 +0000)]
a bit more elaboration.

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

14 years agoconfigure.py: fix #3349 also for Windows by using Inkscape.
Uwe Stöhr [Mon, 7 Dec 2009 13:45:13 +0000 (13:45 +0000)]
configure.py: fix #3349 also for Windows by using Inkscape.

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

14 years agoMath.lyx: fix #6369
Uwe Stöhr [Mon, 7 Dec 2009 13:27:53 +0000 (13:27 +0000)]
Math.lyx: fix #6369

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

14 years ago* Fix bug #2144: Merge the two identical classes g-brief-de and g-brief-en into one...
Jürgen Spitzmüller [Mon, 7 Dec 2009 11:53:25 +0000 (11:53 +0000)]
* Fix bug #2144: Merge the two identical classes g-brief-de and g-brief-en into one class g-brief.
The German layouts are replaced by the English ones.
German localization is now done as it is supposed to be: via gettext.

A file format change was needed to do this.

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

14 years agosome more elaboration.
Jürgen Spitzmüller [Mon, 7 Dec 2009 11:47:01 +0000 (11:47 +0000)]
some more elaboration.

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

14 years ago* document previous file format change.
Jürgen Spitzmüller [Mon, 7 Dec 2009 11:23:46 +0000 (11:23 +0000)]
* document previous file format change.

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

14 years ago* lyx.rpm.README:
Jürgen Spitzmüller [Mon, 7 Dec 2009 09:56:33 +0000 (09:56 +0000)]
* lyx.rpm.README:
- update.

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

14 years ago* templates/dinbrief.lyx:
Jürgen Spitzmüller [Mon, 7 Dec 2009 09:26:54 +0000 (09:26 +0000)]
* templates/dinbrief.lyx:
- typo.

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

14 years ago* templates/dinbrief.lyx:
Jürgen Spitzmüller [Mon, 7 Dec 2009 09:23:18 +0000 (09:23 +0000)]
* templates/dinbrief.lyx:
- minor spelling fixes and clarifications.

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

14 years ago* dinbrief.layout: adjust margin so that German translation fits again.
Jürgen Spitzmüller [Mon, 7 Dec 2009 09:12:13 +0000 (09:12 +0000)]
* dinbrief.layout: adjust margin so that German translation fits again.

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

14 years ago* g-brief-de.layout: do not use localized strings.
Jürgen Spitzmüller [Mon, 7 Dec 2009 07:13:37 +0000 (07:13 +0000)]
* g-brief-de.layout: do not use localized strings.

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

14 years agoCitationUI and InsetMathChar:
Vincent van Ravesteijn [Mon, 7 Dec 2009 01:28:14 +0000 (01:28 +0000)]
CitationUI and InsetMathChar:
  squeeze warnings

output_xhtml:
  fix whitespace

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

14 years agoBetter citation dialog fixes from Edwin.
Richard Heck [Sun, 6 Dec 2009 23:35:07 +0000 (23:35 +0000)]
Better citation dialog fixes from Edwin.

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

14 years agoMinor XHTML fix.
Richard Heck [Sun, 6 Dec 2009 22:53:47 +0000 (22:53 +0000)]
Minor XHTML fix.

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

14 years agojust discovered qtcreators feature 'replace tabs on save' ;)
Peter Kümmel [Sun, 6 Dec 2009 22:43:38 +0000 (22:43 +0000)]
just discovered qtcreators feature 'replace tabs on save' ;)

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

14 years agono timeout when starting up a process, cleanup error message when error code in not 0
Peter Kümmel [Sun, 6 Dec 2009 22:40:16 +0000 (22:40 +0000)]
no timeout when starting up a process, cleanup error message when error code in not 0

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

14 years agoLayout changes for Citation dialog from Richard.
Pavel Sanda [Sun, 6 Dec 2009 16:27:04 +0000 (16:27 +0000)]
Layout changes for Citation dialog from Richard.

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

14 years ago* dinbrief.layout: do not use localized strings.
Jürgen Spitzmüller [Sun, 6 Dec 2009 12:10:54 +0000 (12:10 +0000)]
* dinbrief.layout: do not use localized strings.

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

14 years agoSimple bash script to update all layouts to current format.
Richard Heck [Sun, 6 Dec 2009 03:30:24 +0000 (03:30 +0000)]
Simple bash script to update all layouts to current format.

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

14 years agoTypos, patch from Sven.
Pavel Sanda [Sat, 5 Dec 2009 23:18:21 +0000 (23:18 +0000)]
Typos, patch from Sven.

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

14 years agoFormatting for layout2layout.
Richard Heck [Sat, 5 Dec 2009 22:56:16 +0000 (22:56 +0000)]
Formatting for layout2layout.

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

14 years agoUpdate all layout files to format 19.
Richard Heck [Sat, 5 Dec 2009 22:55:38 +0000 (22:55 +0000)]
Update all layout files to format 19.

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

14 years ago* update to the French beamer conference template, by Jean-Pierre.
Jürgen Spitzmüller [Sat, 5 Dec 2009 11:34:51 +0000 (11:34 +0000)]
* update to the French beamer conference template, by Jean-Pierre.

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

14 years agoFix HunspellChecker when the path is specified with a trailing '/'. (and revert previ...
Vincent van Ravesteijn [Sat, 5 Dec 2009 03:55:03 +0000 (03:55 +0000)]
Fix HunspellChecker when the path is specified with a trailing '/'. (and revert previous stupid commit).

see: http://thread.gmane.org/gmane.editors.lyx.devel/123324

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

14 years agoFix HUnspellChecker when the path is specified with a trailing '/'.
Vincent van Ravesteijn [Sat, 5 Dec 2009 03:37:05 +0000 (03:37 +0000)]
Fix HUnspellChecker when the path is specified with a trailing '/'.

see: http://thread.gmane.org/gmane.editors.lyx.devel/123324

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

14 years agoFix bug #6356: Reloading image does not work for compiling.
Vincent van Ravesteijn [Sat, 5 Dec 2009 02:56:19 +0000 (02:56 +0000)]
Fix bug #6356: Reloading image does not work for compiling.

Refresh the file info, otherwise InsetGraphics::latex might still think that the file does not exist.

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

14 years agoAdd a FileName::refresh function and replace one call to lastModified which was just...
Vincent van Ravesteijn [Sat, 5 Dec 2009 02:50:34 +0000 (02:50 +0000)]
Add a FileName::refresh function and replace one call to lastModified which was just meant to refresh the file info.

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

14 years agoFix trunk after r32352.
Vincent van Ravesteijn [Sat, 5 Dec 2009 01:07:38 +0000 (01:07 +0000)]
Fix trunk after r32352.

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

14 years agoDo not start loading a preview each time one is added. This caused LyX to generate...
Vincent van Ravesteijn [Sat, 5 Dec 2009 00:43:28 +0000 (00:43 +0000)]
Do not start loading a preview each time one is added. This caused LyX to generate LaTeX code of the document over and over again for each math inset. As a consequence, the loading of the User's Guide took ages.

Fixes a bug introduced in r32157 while fixing bug #4360.

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

14 years agoFix strange problem reported by Stefano Franchi.
Richard Heck [Fri, 4 Dec 2009 17:38:30 +0000 (17:38 +0000)]
Fix strange problem reported by Stefano Franchi.

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

14 years agoMinor fix for previous configure.py patch from Julien Rioux.
Richard Heck [Fri, 4 Dec 2009 16:08:39 +0000 (16:08 +0000)]
Minor fix for previous configure.py patch from Julien Rioux.

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

14 years agoInsert explicit layout version number.
Pavel Sanda [Fri, 4 Dec 2009 15:08:33 +0000 (15:08 +0000)]
Insert explicit layout version number.

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

14 years agoComment
Pavel Sanda [Fri, 4 Dec 2009 13:40:40 +0000 (13:40 +0000)]
Comment

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

14 years agoVCS: do not allow to run VCS stuff in parallel with editation.
Pavel Sanda [Fri, 4 Dec 2009 13:38:34 +0000 (13:38 +0000)]
VCS: do not allow to run VCS stuff in parallel with editation.

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

14 years agoadd argument to suppress event processing
Peter Kümmel [Fri, 4 Dec 2009 13:28:30 +0000 (13:28 +0000)]
add argument to suppress event processing

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

14 years agofix unused var warning
Peter Kümmel [Fri, 4 Dec 2009 11:51:39 +0000 (11:51 +0000)]
fix unused var warning

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

14 years agofix init order
Peter Kümmel [Fri, 4 Dec 2009 11:48:38 +0000 (11:48 +0000)]
fix init order

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

14 years agoEnable user input processing when an external process is busy.
Peter Kümmel [Fri, 4 Dec 2009 11:20:00 +0000 (11:20 +0000)]
Enable user input processing when an external  process is busy.
If it breaks it anything just flip the bool to disable.

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

14 years agoalso process user input, trigger more processEvents
Peter Kümmel [Fri, 4 Dec 2009 11:08:24 +0000 (11:08 +0000)]
also process user input, trigger more processEvents

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

14 years agogcc complains because of inicialization order
Pavel Sanda [Fri, 4 Dec 2009 11:06:29 +0000 (11:06 +0000)]
gcc complains because of inicialization order

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

14 years agocoding style
Peter Kümmel [Fri, 4 Dec 2009 10:39:48 +0000 (10:39 +0000)]
coding style

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

14 years agoalso delete process on errors, use RAII therefore
Peter Kümmel [Fri, 4 Dec 2009 10:35:32 +0000 (10:35 +0000)]
also delete process on errors, use RAII therefore

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

14 years agomore cleanup without behavior changes
Peter Kümmel [Fri, 4 Dec 2009 10:11:06 +0000 (10:11 +0000)]
more cleanup without behavior changes

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

14 years agoMove some code from the process branch into trunk.
Peter Kümmel [Fri, 4 Dec 2009 09:51:13 +0000 (09:51 +0000)]
Move some code from the process branch into trunk.
Don't incorporated any progess stuff.
Behavior when starting a process is UNTOUCHED, but could simply changed by setting progessEvents to true.

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

14 years agosome spelling and grammar fixes.
Jürgen Spitzmüller [Fri, 4 Dec 2009 09:09:03 +0000 (09:09 +0000)]
some spelling and grammar fixes.

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

14 years ago* new French translation of the linguistics manual, by Jean-Pierre.
Jürgen Spitzmüller [Fri, 4 Dec 2009 08:56:05 +0000 (08:56 +0000)]
* new French translation of the linguistics manual, by Jean-Pierre.

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

14 years agoThis patch introduces an optional argument to Buffer::updateLabels(), so
Richard Heck [Fri, 4 Dec 2009 03:03:38 +0000 (03:03 +0000)]
This patch introduces an optional argument to Buffer::updateLabels(), so
as to allow us to call the routine when we are preparing for output and
so to do certain things we might not want to do every time.

This is an abuse of updateLabels(), in a way, but updateLabels() long
ago became the general recurse-through-the-Buffer routine, and to
implement the sort of thing I want to do here in validate(), say, much
of the code in updateLabels()---in particular, the counter-update
code---would have to be duplicated. So I believe this is the best, and
easiest, way to go.

Actual use of the new argument will follow.

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

14 years agoInset.h: fix whitespace
Uwe Stöhr [Fri, 4 Dec 2009 02:11:54 +0000 (02:11 +0000)]
Inset.h: fix whitespace

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

14 years agoFix comment.
Richard Heck [Fri, 4 Dec 2009 02:05:38 +0000 (02:05 +0000)]
Fix comment.

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

14 years agoGerman UserGuide.lyx: fix image order and remove Unix-specific example path
Uwe Stöhr [Fri, 4 Dec 2009 00:48:57 +0000 (00:48 +0000)]
German UserGuide.lyx: fix image order and remove Unix-specific example path

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

14 years agopt.po: translations for trunk from Susana
Uwe Stöhr [Fri, 4 Dec 2009 00:33:53 +0000 (00:33 +0000)]
pt.po: translations for trunk from Susana

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

14 years agoTypo.
Richard Heck [Thu, 3 Dec 2009 23:30:26 +0000 (23:30 +0000)]
Typo.

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

14 years agoGet counter from InsetLayout, as elsewhere.
Richard Heck [Thu, 3 Dec 2009 23:22:45 +0000 (23:22 +0000)]
Get counter from InsetLayout, as elsewhere.

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

14 years agoStyle.
Richard Heck [Thu, 3 Dec 2009 23:10:08 +0000 (23:10 +0000)]
Style.

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

14 years agoSome CSS for koma-script.
Richard Heck [Thu, 3 Dec 2009 22:34:48 +0000 (22:34 +0000)]
Some CSS for koma-script.

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

14 years agoSome CSS fixes.
Richard Heck [Thu, 3 Dec 2009 22:30:29 +0000 (22:30 +0000)]
Some CSS fixes.

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

14 years agotoo small for pchs
Peter Kümmel [Thu, 3 Dec 2009 22:22:27 +0000 (22:22 +0000)]
too small for pchs

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

14 years agocmake: add pch for gcc, it's sooo hairy, disable by default
Peter Kümmel [Thu, 3 Dec 2009 22:08:08 +0000 (22:08 +0000)]
cmake: add pch for gcc, it's sooo hairy, disable by default

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

14 years agocmake: patch file from cmakes bug tracker
Peter Kümmel [Thu, 3 Dec 2009 21:59:24 +0000 (21:59 +0000)]
cmake: patch file from cmakes bug tracker

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

14 years agocmake: add pch for gcc, it's sooo hairy, disable by default
Peter Kümmel [Thu, 3 Dec 2009 21:58:44 +0000 (21:58 +0000)]
cmake: add pch for gcc, it's sooo hairy, disable by default

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

14 years agoUpdate HTML notes.
Richard Heck [Thu, 3 Dec 2009 21:11:55 +0000 (21:11 +0000)]
Update HTML notes.

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

14 years agoCSS for InsetBibtex. We include this via the validate mechanism, and
Richard Heck [Thu, 3 Dec 2009 21:06:41 +0000 (21:06 +0000)]
CSS for InsetBibtex. We include this via the validate mechanism, and
borrow the LatexFeatures::addPremableSnippet() method to do it.

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

14 years agoWhitespace.
Richard Heck [Thu, 3 Dec 2009 20:19:15 +0000 (20:19 +0000)]
Whitespace.

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

14 years agoForgot this.
Richard Heck [Thu, 3 Dec 2009 20:19:06 +0000 (20:19 +0000)]
Forgot this.

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

14 years agoCSS for InsetBibitem.
Richard Heck [Thu, 3 Dec 2009 20:13:17 +0000 (20:13 +0000)]
CSS for InsetBibitem.

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

14 years agoRemove obsolete comment.
Richard Heck [Thu, 3 Dec 2009 19:59:42 +0000 (19:59 +0000)]
Remove obsolete comment.

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

14 years agoThe BibTeX bibliography only includes BibTeX entries.
Richard Heck [Thu, 3 Dec 2009 19:54:12 +0000 (19:54 +0000)]
The BibTeX bibliography only includes BibTeX entries.

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

14 years agoRestore XHTML output for InsetGraphics.
Richard Heck [Thu, 3 Dec 2009 19:52:46 +0000 (19:52 +0000)]
Restore XHTML output for InsetGraphics.

To make this really good, we'd want to be able to rotate, crop, etc, the
images, as well as convert them to suitable output formats. This should
not be too difficult, since we do this sort of thing for display,
anyway. But I don't myself know how to do it. Anyone?

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

14 years agoRevert previous commit. Wrong fix.
Richard Heck [Thu, 3 Dec 2009 19:46:24 +0000 (19:46 +0000)]
Revert previous commit. Wrong fix.

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

14 years agoFix bibitem bug for XHTML.
Richard Heck [Thu, 3 Dec 2009 19:43:00 +0000 (19:43 +0000)]
Fix bibitem bug for XHTML.

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

14 years agoOnly step counters we have.
Richard Heck [Thu, 3 Dec 2009 19:35:31 +0000 (19:35 +0000)]
Only step counters we have.

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

14 years agoCredit Julien.
Richard Heck [Thu, 3 Dec 2009 18:42:41 +0000 (18:42 +0000)]
Credit Julien.

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

14 years agoDetect packages on which modules depend. Patch from Julien Rioux. Fixes
Richard Heck [Thu, 3 Dec 2009 18:39:49 +0000 (18:39 +0000)]
Detect packages on which modules depend. Patch from Julien Rioux. Fixes
bug #6361.

Should go to branch, too.

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

14 years ago- French seminar.lyx: new translation by Jean-Pierre
Uwe Stöhr [Wed, 2 Dec 2009 23:57:21 +0000 (23:57 +0000)]
- French seminar.lyx: new translation by Jean-Pierre
- English seminar.lyx: clarifications

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

14 years agopowerdot-example.lyx: compilation fix so make the author names appearing in the output
Uwe Stöhr [Wed, 2 Dec 2009 23:00:19 +0000 (23:00 +0000)]
powerdot-example.lyx: compilation fix so make the author names appearing in the output

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

14 years agonew method getLongArg that grabs all the remainder of the argument string
Jean-Marc Lasgouttes [Wed, 2 Dec 2009 09:39:39 +0000 (09:39 +0000)]
new method getLongArg that grabs all the remainder of the argument string

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