]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoJapanese UserGuide.lyx: updates from Koji
Uwe Stöhr [Tue, 10 Feb 2009 03:53:37 +0000 (03:53 +0000)]
Japanese UserGuide.lyx: updates from Koji

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

15 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5082
Pavel Sanda [Tue, 10 Feb 2009 00:10:45 +0000 (00:10 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5082
(Outliner uninitialized after lyx launch)

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

15 years agoFix bug 5753: http://bugzilla.lyx.org/show_bug.cgi?id=5753.
Vincent van Ravesteijn [Tue, 10 Feb 2009 00:02:39 +0000 (00:02 +0000)]
Fix bug 5753: http://bugzilla.lyx.org/show_bug.cgi?id=5753.
Crash when setting caption on a row with a multicolumn.

If there is already a multicolumn on the row, the number of cells is different from column_info.size().

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

15 years agomove ColorSet to a header of its own to reduce #include dependencies
André Pönitz [Mon, 9 Feb 2009 23:30:24 +0000 (23:30 +0000)]
move ColorSet to a header of its own to reduce #include dependencies

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

15 years agoFix bug 5711: http://bugzilla.lyx.org/show_bug.cgi?id=5711.
Vincent van Ravesteijn [Mon, 9 Feb 2009 23:20:52 +0000 (23:20 +0000)]
Fix bug 5711: http://bugzilla.lyx.org/show_bug.cgi?id=5711.
Add button in Citation dialog grayed out when key matches the start of an already selected key.

One parameter of match() was forgotten, so the MatchFlags were basically ignored, i.e. the standard flags were used always.

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

15 years agoReplace the PainterInfo::erased_ member by a proper Change object and remove the...
Vincent van Ravesteijn [Mon, 9 Feb 2009 21:14:23 +0000 (21:14 +0000)]
Replace the PainterInfo::erased_ member by a proper Change object and remove the Color_deletedtext from InsetTabular.

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

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

15 years agoFix bug 5629: http://bugzilla.lyx.org/show_bug.cgi?id=5629.
Vincent van Ravesteijn [Mon, 9 Feb 2009 20:47:32 +0000 (20:47 +0000)]
Fix bug 5629: http://bugzilla.lyx.org/show_bug.cgi?id=5629.
Hard to distinguish between added and deleted text.

* Changes.cpp/h: add a merge_color for deletions and change the return type to Color.

* ColorCode.h/Color.cpp: add a new customizable color that indicates the merge color for deletion.

See:
http://thread.gmane.org/gmane.editors.lyx.devel/114189

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

15 years agoAdd a new member to FontInfo denoting the color to be used when painting.
Vincent van Ravesteijn [Mon, 9 Feb 2009 20:22:48 +0000 (20:22 +0000)]
Add a new member to FontInfo denoting the color to be used when painting.

* rowpainter.cpp: now the color for painting selected text and changed text is set via FontInfo::setColor. However, this color should remain a ColorCode as this color is used in e.g. the GuiCharacter dialog and for LateX output. Therefore I use now the FontInfo::setPaintColor function.

* FontInfo.cpp/h: new members paint_color_ and setPaintColor(). The function realColor is updated to return the paintColor when it is set.

See:
http://thread.gmane.org/gmane.editors.lyx.devel/114189

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

15 years agoUse the new Color class (see r28420) in the Painter code.
Vincent van Ravesteijn [Mon, 9 Feb 2009 20:10:11 +0000 (20:10 +0000)]
Use the new Color class (see r28420) in the Painter code.

See:
http://thread.gmane.org/gmane.editors.lyx.devel/114189

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

15 years agoAdd a new Color class. This class makes it possible to specify a color as a merging...
Vincent van Ravesteijn [Mon, 9 Feb 2009 20:00:31 +0000 (20:00 +0000)]
Add a new Color class. This class makes it possible to specify a color as a merging of two other colors. The actual computation of the new color is done in ColorCache::get.

See:
http://thread.gmane.org/gmane.editors.lyx.devel/114189

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

15 years agoFix bug 5766: http://bugzilla.lyx.org/show_bug.cgi?id=5766.
Vincent van Ravesteijn [Mon, 9 Feb 2009 19:39:28 +0000 (19:39 +0000)]
Fix bug 5766: http://bugzilla.lyx.org/show_bug.cgi?id=5766.
Crash when selecting a row and doing "Delete column" in a table with multicolumns.

The check "column + 1 < column_info.size()" checks whether there is at least one column after this one. However, this check is no longer valid if we remove the column from column_info first.

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

15 years agoAdd a comment for r28404.
Vincent van Ravesteijn [Mon, 9 Feb 2009 09:14:38 +0000 (09:14 +0000)]
Add a comment for r28404.

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

15 years agoFix bug 5750: http://bugzilla.lyx.org/show_bug.cgi?id=5750.
Vincent van Ravesteijn [Mon, 9 Feb 2009 09:02:50 +0000 (09:02 +0000)]
Fix bug 5750: http://bugzilla.lyx.org/show_bug.cgi?id=5750.
Wrong width display of multicolumn cells.

When changing a custom width cell into a multicolumn, the isFixedWidth bool should be set to false. Now, the function setFixedWidth could only set isFixedWidth to true when needed.

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

15 years agoGuiTabular.cpp: a whitespace fix
Uwe Stöhr [Mon, 9 Feb 2009 00:06:32 +0000 (00:06 +0000)]
GuiTabular.cpp: a whitespace fix

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

15 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5767
Pavel Sanda [Sun, 8 Feb 2009 23:45:17 +0000 (23:45 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5767
(disabled keep&sort buttons on ToC in readonly mode)

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

15 years agoPrevent assertion when closing LyX with GuiTabular open.
Vincent van Ravesteijn [Sun, 8 Feb 2009 19:44:53 +0000 (19:44 +0000)]
Prevent assertion when closing LyX with GuiTabular open.

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

15 years ago- Math.lyx: translation updates by Ignacio
Uwe Stöhr [Sun, 8 Feb 2009 19:01:26 +0000 (19:01 +0000)]
- Math.lyx: translation updates by Ignacio
- Braille.lyx: new Spanish translation by Ignacio

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

15 years agoFix bug 5604: http://bugzilla.lyx.org/show_bug.cgi?id=5604.
Vincent van Ravesteijn [Sun, 8 Feb 2009 18:33:01 +0000 (18:33 +0000)]
Fix bug 5604: http://bugzilla.lyx.org/show_bug.cgi?id=5604.

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

15 years agoFix bug 5764: http://bugzilla.lyx.org/show_bug.cgi?id=5764.
Vincent van Ravesteijn [Sun, 8 Feb 2009 14:14:30 +0000 (14:14 +0000)]
Fix bug 5764: http://bugzilla.lyx.org/show_bug.cgi?id=5764.

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

15 years agoFix bug 5573. http://bugzilla.lyx.org/show_bug.cgi?id=5573.
Vincent van Ravesteijn [Sun, 8 Feb 2009 12:35:14 +0000 (12:35 +0000)]
Fix bug 5573. http://bugzilla.lyx.org/show_bug.cgi?id=5573.

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

15 years agocmake: Kornel's package versions
Peter Kümmel [Sun, 8 Feb 2009 12:20:31 +0000 (12:20 +0000)]
cmake: Kornel's package versions

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

15 years ago* MathAutoCorrect: kill compiler warning.
Vincent van Ravesteijn [Sun, 8 Feb 2009 01:21:54 +0000 (01:21 +0000)]
* MathAutoCorrect: kill compiler warning.

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

15 years ago* InsetMathNest.cpp: Cosmetics.
Vincent van Ravesteijn [Sun, 8 Feb 2009 01:14:48 +0000 (01:14 +0000)]
* InsetMathNest.cpp: Cosmetics.

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

15 years agoReverse unwanted commits.
Vincent van Ravesteijn [Sun, 8 Feb 2009 01:11:27 +0000 (01:11 +0000)]
Reverse unwanted commits.

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

15 years ago* InsetMathNest.cpp: Cosmetics.
Vincent van Ravesteijn [Sun, 8 Feb 2009 01:01:15 +0000 (01:01 +0000)]
* InsetMathNest.cpp: Cosmetics.

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

15 years agoFix bug 1802: http://bugzilla.lyx.org/show_bug.cgi?id=1802.
Vincent van Ravesteijn [Sat, 7 Feb 2009 15:24:47 +0000 (15:24 +0000)]
Fix bug 1802: http://bugzilla.lyx.org/show_bug.cgi?id=1802.

* allows the selection of a whole cell with shift+key
* shift-movement between empty cells with a single keystroke

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

15 years agoBug 5562: Fix command line output of subfigure insets by introducing new OutputParams...
Jürgen Spitzmüller [Sat, 7 Feb 2009 12:27:24 +0000 (12:27 +0000)]
Bug 5562: Fix command line output of subfigure insets by introducing new OutputParams and LaTeXFeatures members that tell the insets whether they are in a (sub)float.

Later, this can be replaces by a backpointer approach, as proposed at bugzilla (note that there are already similar cases such as InComment or InTableCell, so a backpointer approach would need to adapt the OutputParams methos anyway).

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

15 years agoMove the half baked code that guesses whether to default on metric or
Jean-Marc Lasgouttes [Fri, 6 Feb 2009 21:24:13 +0000 (21:24 +0000)]
Move the half baked code that guesses whether to default on metric or
imperial units in only one place (instead of thousands of slightly different
copies). Functionally equivalent.

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

15 years agoThanks, Pavel...
Richard Heck [Fri, 6 Feb 2009 20:49:37 +0000 (20:49 +0000)]
Thanks, Pavel...

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

15 years agoMove some stuff from InsetFlex to InsetCollapsable, and make use of the
Richard Heck [Fri, 6 Feb 2009 17:56:47 +0000 (17:56 +0000)]
Move some stuff from InsetFlex to InsetCollapsable, and make use of the
InToc tag in a couple places.

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

15 years agoIntroduce the InToc tag for InsetLayout.
Richard Heck [Fri, 6 Feb 2009 17:54:33 +0000 (17:54 +0000)]
Introduce the InToc tag for InsetLayout.

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

15 years ago* unicodesymbols:
Jürgen Spitzmüller [Fri, 6 Feb 2009 15:21:20 +0000 (15:21 +0000)]
* unicodesymbols:
- Fix the output of some Greek characters (rest of bug 5239).
  Patch by Günter Milde.

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

15 years agounicodesymbols: add PROPORTIONAL TO, I stumbled over this today,
Uwe Stöhr [Fri, 6 Feb 2009 14:22:46 +0000 (14:22 +0000)]
unicodesymbols: add PROPORTIONAL TO, I stumbled over this today,
OK for branch as well?

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

15 years ago* LFUNs.lyx
Pavel Sanda [Fri, 6 Feb 2009 13:32:28 +0000 (13:32 +0000)]
* LFUNs.lyx

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

15 years ago* InsetTabular.cpp cosmetics
Vincent van Ravesteijn [Thu, 5 Feb 2009 22:14:57 +0000 (22:14 +0000)]
* InsetTabular.cpp cosmetics

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

15 years agoMinor updates.
Richard Heck [Thu, 5 Feb 2009 22:12:35 +0000 (22:12 +0000)]
Minor updates.

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

15 years agoThis routine does even less. Bye bye.
Richard Heck [Thu, 5 Feb 2009 22:02:15 +0000 (22:02 +0000)]
This routine does even less. Bye bye.

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

15 years agoThis routine actually turns out to do nothing: The name gets read and set
Richard Heck [Thu, 5 Feb 2009 22:01:12 +0000 (22:01 +0000)]
This routine actually turns out to do nothing: The name gets read and set
in factory.cpp. Bye bye routine.

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

15 years agocmake: Kornel
Peter Kümmel [Thu, 5 Feb 2009 19:02:27 +0000 (19:02 +0000)]
cmake: Kornel
Search for all possible files, since there is no POTFILES.in anymore in svn
Use the PACKAGE-Value as the root of the .mo file
 (For now it will be LyX.mo)
--line, and those below, will be ignored--

M    development/cmake/po/CMakeLists.txt

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

15 years ago- stdmenus.inc: Phantom can contain other things as well, not only text
Uwe Stöhr [Thu, 5 Feb 2009 18:09:36 +0000 (18:09 +0000)]
- stdmenus.inc: Phantom can contain other things as well, not only text
- LyXAction.cpp: updates and sorting
- GuiPhantom: a dialog to set the different phantom types (stolen from GuiNote)

The Phantom feature should now be complete. Thanks to all who contributed and helped.

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

15 years agoAllow commands with parameters in InsetMathGrid. For example 'tabular-feature append...
Vincent van Ravesteijn [Thu, 5 Feb 2009 16:19:38 +0000 (16:19 +0000)]
Allow commands with parameters in InsetMathGrid. For example 'tabular-feature append-row 4'

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

15 years agoSCons: update version suffix for LyX 2.0svn
Uwe Stöhr [Thu, 5 Feb 2009 15:49:09 +0000 (15:49 +0000)]
SCons: update version suffix for LyX 2.0svn

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

15 years agoColor.cpp: use a bit darker gray color for phantom text for better readability
Uwe Stöhr [Thu, 5 Feb 2009 15:47:48 +0000 (15:47 +0000)]
Color.cpp: use a bit darker gray color for phantom text for better readability

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

15 years ago- Customization.lyx: update file format since this file is no longer identical to...
Uwe Stöhr [Thu, 5 Feb 2009 02:21:54 +0000 (02:21 +0000)]
- Customization.lyx: update file format since this file is no longer identical to the one in branch

- Math.lyx: document Georg's new implemented integral signs and update the description of the \***op integral commands

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

15 years agonext bit
Pavel Sanda [Wed, 4 Feb 2009 20:25:58 +0000 (20:25 +0000)]
next bit

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

15 years ago* Customization.lyx
Pavel Sanda [Wed, 4 Feb 2009 20:20:28 +0000 (20:20 +0000)]
* Customization.lyx

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

15 years agoPartial fix of bug 1476:
Georg Baum [Wed, 4 Feb 2009 20:06:50 +0000 (20:06 +0000)]
Partial fix of bug 1476:
Implement infrastructure to add translations to layout files and translate one .inc file.
Some others are missing.

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

15 years agoAdd missing esint bits.
Georg Baum [Wed, 4 Feb 2009 19:57:02 +0000 (19:57 +0000)]
Add missing esint bits.
They should have been part of the initial commit, but I overlooked them.

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

15 years ago* Doxy.
Pavel Sanda [Wed, 4 Feb 2009 19:03:16 +0000 (19:03 +0000)]
* Doxy.

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

15 years agofix undo bug with phantom inset
Jean-Marc Lasgouttes [Wed, 4 Feb 2009 17:52:28 +0000 (17:52 +0000)]
fix undo bug with phantom inset

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

15 years agoConstness.
Richard Heck [Wed, 4 Feb 2009 17:39:33 +0000 (17:39 +0000)]
Constness.

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

15 years agosome cleanups to the phantom inset. Undo still broken for unknown reasons
Jean-Marc Lasgouttes [Wed, 4 Feb 2009 16:18:43 +0000 (16:18 +0000)]
some cleanups to the phantom inset. Undo still broken for unknown reasons

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

15 years agoOops! forgot to set a sane layout (bug 4859 again)
Jean-Marc Lasgouttes [Wed, 4 Feb 2009 14:23:16 +0000 (14:23 +0000)]
Oops! forgot to set a sane layout (bug 4859 again)

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

15 years agoavoid creating empty paragraph list also in the case of an inner insettext (bug 4859...
Jean-Marc Lasgouttes [Wed, 4 Feb 2009 11:28:29 +0000 (11:28 +0000)]
avoid creating empty paragraph list also in the case of an inner insettext (bug 4859 again)

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

15 years agoavoid a crash on empty documents (bug 4859)
Jean-Marc Lasgouttes [Wed, 4 Feb 2009 10:46:54 +0000 (10:46 +0000)]
avoid a crash on empty documents (bug 4859)

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

15 years agofix faulty documentation
Jean-Marc Lasgouttes [Wed, 4 Feb 2009 09:52:10 +0000 (09:52 +0000)]
fix faulty documentation

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

15 years agoFix bug 5736: http://bugzilla.lyx.org/show_bug.cgi?id=5736.
Vincent van Ravesteijn [Tue, 3 Feb 2009 23:18:41 +0000 (23:18 +0000)]
Fix bug 5736: http://bugzilla.lyx.org/show_bug.cgi?id=5736.

If the current TextMetrics does not contain the paragraph the cursor is in, the screen is recentered. Now, the current TextMetrics should be updated to one that does contain the cursor (as we have just recentered)..

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

15 years agoMove a couple routines from InsetFlex to InsetCollapsable so the CustomPars
Richard Heck [Tue, 3 Feb 2009 21:12:59 +0000 (21:12 +0000)]
Move a couple routines from InsetFlex to InsetCollapsable so the CustomPars
and ForcePlain tags will work not just with InsetFlex but all InsetCollapsables.
Thanks to Jurgen and JMarc for reminding me I'd meant to do this.

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

15 years agoTypo.
Richard Heck [Tue, 3 Feb 2009 21:11:05 +0000 (21:11 +0000)]
Typo.

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

15 years agosome InsetPhantom fixes.
Jürgen Spitzmüller [Tue, 3 Feb 2009 10:38:13 +0000 (10:38 +0000)]
some InsetPhantom fixes.

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

15 years ago* InsetPhantom.cpp (toolTip):
Jürgen Spitzmüller [Tue, 3 Feb 2009 10:03:47 +0000 (10:03 +0000)]
* InsetPhantom.cpp (toolTip):
- fix compiler warning, l7n, simplify.

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

15 years agoUserGuide.lyx: some fixes
Uwe Stöhr [Tue, 3 Feb 2009 00:58:59 +0000 (00:58 +0000)]
UserGuide.lyx: some fixes

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

15 years agoUserGuide.lyx: new Thesaurus section from Jürgen
Uwe Stöhr [Tue, 3 Feb 2009 00:23:37 +0000 (00:23 +0000)]
UserGuide.lyx: new Thesaurus section from Jürgen

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

15 years agoTutorial.lyx: fix a typo
Uwe Stöhr [Mon, 2 Feb 2009 23:45:40 +0000 (23:45 +0000)]
Tutorial.lyx: fix a typo

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

15 years agoUserGuide.lyx: some fixes of issues spotted by Koji
Uwe Stöhr [Mon, 2 Feb 2009 23:30:03 +0000 (23:30 +0000)]
UserGuide.lyx: some fixes of issues spotted by Koji

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

15 years ago*Extended.lyx: update info about LyX server
Pavel Sanda [Mon, 2 Feb 2009 22:22:50 +0000 (22:22 +0000)]
*Extended.lyx: update info about LyX server

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

15 years agoFix bug 5731. http://bugzilla.lyx.org/show_bug.cgi?id=5731\nInsert column after the...
Vincent van Ravesteijn [Mon, 2 Feb 2009 21:44:37 +0000 (21:44 +0000)]
Fix bug 5731. http://bugzilla.lyx.org/show_bug.cgi?id=5731\nInsert column after the current one, then copy the current one to the new one

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

15 years agoplease Jean-Marc.
Jürgen Spitzmüller [Mon, 2 Feb 2009 13:53:41 +0000 (13:53 +0000)]
please Jean-Marc.

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

15 years ago* InsetMathHull (numbered):
Jürgen Spitzmüller [Mon, 2 Feb 2009 13:27:57 +0000 (13:27 +0000)]
* InsetMathHull (numbered):
- prevent NULL pointer (bug 5688).

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

15 years agodisable math functions in places like ERT insets (bug 5703)
Jean-Marc Lasgouttes [Mon, 2 Feb 2009 11:27:30 +0000 (11:27 +0000)]
disable math functions in places like ERT insets (bug 5703)

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

15 years agode.po: spelling.
Jürgen Spitzmüller [Mon, 2 Feb 2009 08:29:57 +0000 (08:29 +0000)]
de.po: spelling.

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

15 years agomore robust version
Pavel Sanda [Sun, 1 Feb 2009 23:46:41 +0000 (23:46 +0000)]
more robust version

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

15 years agoSquash warning
Pavel Sanda [Sun, 1 Feb 2009 23:27:58 +0000 (23:27 +0000)]
Squash warning

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

15 years agoVCS: constify, thanks Andre
Pavel Sanda [Sun, 1 Feb 2009 23:23:01 +0000 (23:23 +0000)]
VCS: constify, thanks Andre

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

15 years agostdinsets.inc: the paragraph dialog must be deactivated inside Phantom insets
Uwe Stöhr [Sun, 1 Feb 2009 21:24:30 +0000 (21:24 +0000)]
stdinsets.inc: the paragraph dialog must be deactivated inside Phantom insets

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

15 years agoInsetPhantom.cpp: don't draw a frame around phantom insets
Uwe Stöhr [Sun, 1 Feb 2009 21:21:38 +0000 (21:21 +0000)]
InsetPhantom.cpp: don't draw a frame around phantom insets

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

15 years ago- InsetPhantom.h: remove unneeded declarations
Uwe Stöhr [Sun, 1 Feb 2009 20:18:52 +0000 (20:18 +0000)]
- InsetPhantom.h: remove unneeded declarations
- InsetPhantom.cpp: add tooltips

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

15 years agode.po: some more translations for trunk
Uwe Stöhr [Sun, 1 Feb 2009 19:26:40 +0000 (19:26 +0000)]
de.po: some more translations for trunk

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

15 years agoInsetPhantom.cpp: metrics fix for the horizontal arrow
Uwe Stöhr [Sun, 1 Feb 2009 18:48:48 +0000 (18:48 +0000)]
InsetPhantom.cpp: metrics fix for the horizontal arrow

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

15 years ago- de.po: translation updates for trunk
Uwe Stöhr [Sun, 1 Feb 2009 18:32:38 +0000 (18:32 +0000)]
- de.po: translation updates for trunk
- po-files: remerged

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

15 years agoja.po: updates from Koji for trunk
Uwe Stöhr [Sun, 1 Feb 2009 17:04:32 +0000 (17:04 +0000)]
ja.po: updates from Koji for trunk

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

15 years agoRCS: add doc
Pavel Sanda [Sat, 31 Jan 2009 21:22:03 +0000 (21:22 +0000)]
RCS: add doc

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

15 years agoVCS: add GUI notification
Pavel Sanda [Sat, 31 Jan 2009 18:17:36 +0000 (18:17 +0000)]
VCS: add GUI notification

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

15 years agoVCS: adjust internal structure
Pavel Sanda [Sat, 31 Jan 2009 18:01:48 +0000 (18:01 +0000)]
VCS: adjust internal structure

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

15 years agoVCS: add svn locking mechanism
Pavel Sanda [Sat, 31 Jan 2009 17:10:56 +0000 (17:10 +0000)]
VCS: add svn locking mechanism

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

15 years agoBetter safe than sorry
Pavel Sanda [Fri, 30 Jan 2009 23:40:53 +0000 (23:40 +0000)]
Better safe than sorry

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

15 years agotypo
Pavel Sanda [Fri, 30 Jan 2009 21:01:32 +0000 (21:01 +0000)]
typo

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

15 years agoAdd a new command line parameter -e that sets the default (latex) encoding.
Jean-Marc Lasgouttes [Fri, 30 Jan 2009 14:47:06 +0000 (14:47 +0000)]
Add a new command line parameter -e that sets the default (latex) encoding.
This is overridden by any subsequent inputenc command.

The current encoding is also passed down to \input or \included files.

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

15 years agonow that tex2lyx reads the files as utf8, file names should be correct
Jean-Marc Lasgouttes [Fri, 30 Jan 2009 14:42:35 +0000 (14:42 +0000)]
now that tex2lyx reads the files as utf8, file names should be correct

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

15 years agoFuncCode.h: whitespace
Uwe Stöhr [Fri, 30 Jan 2009 01:04:10 +0000 (01:04 +0000)]
FuncCode.h: whitespace

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

15 years agosupport for the LaTeX commands \*phantom, fileformat change
Uwe Stöhr [Fri, 30 Jan 2009 00:56:37 +0000 (00:56 +0000)]
support for the LaTeX commands \*phantom, fileformat change

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

15 years agocosmetics
Pavel Sanda [Wed, 28 Jan 2009 23:44:27 +0000 (23:44 +0000)]
cosmetics

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

15 years ago* Extended.lyx
Pavel Sanda [Wed, 28 Jan 2009 21:50:52 +0000 (21:50 +0000)]
* Extended.lyx

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

15 years ago* lfun doxy
Pavel Sanda [Wed, 28 Jan 2009 20:53:53 +0000 (20:53 +0000)]
* lfun doxy

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

15 years ago* LyXFileDialog.cpp:
Jürgen Spitzmüller [Tue, 27 Jan 2009 08:50:19 +0000 (08:50 +0000)]
* LyXFileDialog.cpp:
- limit workaround for Qt bug that was fixed in Qt 4.3.4 to previous Qt versions
  (related to bug 4513).

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

15 years agoKornel:
Peter Kümmel [Mon, 26 Jan 2009 18:42:02 +0000 (18:42 +0000)]
Kornel:
Setting some internal variables from info in configure.ac
(PACKAGE, PACKAGE_VERSION, LYX_DATE, LYX_DIR_VER, LYX_USERDIR_VER)

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

15 years agorevert r28281
Uwe Stöhr [Sun, 25 Jan 2009 23:50:54 +0000 (23:50 +0000)]
revert r28281

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

15 years agoremove the no longer used GuiNote
Uwe Stöhr [Sun, 25 Jan 2009 17:48:38 +0000 (17:48 +0000)]
remove the no longer used GuiNote

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

15 years ago* GuiApplication.cpp:
Jürgen Spitzmüller [Sun, 25 Jan 2009 17:04:57 +0000 (17:04 +0000)]
* GuiApplication.cpp:
- use the first command in sequence as icon name for command-alternatives.
* lib/ui/stdtoolbars.inc:
- use command-alternatives for the alignment buttons in the tabular toolbar (bug 5709).
* lib/images/tabular-feature_align-*.png:
* lib/images/tabular-feature_valign-*.png:
- rename to tabular-feature_m-[v]align-*.png:

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

15 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5627
Pavel Sanda [Sun, 25 Jan 2009 12:24:03 +0000 (12:24 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5627
(painting problems after load of instant preview image)

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg147622.html

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