]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoSConstruct: fix SCons
Uwe Stöhr [Sun, 2 Aug 2009 01:21:41 +0000 (01:21 +0000)]
SConstruct: fix SCons

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

14 years agoImprove LaTeX output of arrays in math. Always output a '\n' except in the case that...
Vincent van Ravesteijn [Sat, 1 Aug 2009 22:03:12 +0000 (22:03 +0000)]
Improve LaTeX output of arrays in math. Always output a '\n' except in the case that the line is completely empty.

see also:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg153349.html

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

14 years agoAdd a pending space after math if it is not the last of the selection. This fixes...
Vincent van Ravesteijn [Sat, 1 Aug 2009 21:54:13 +0000 (21:54 +0000)]
Add a pending space after math if it is not the last of the selection. This fixes problems like in bug #6094.

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

14 years agoSqueeze warning.
Vincent van Ravesteijn [Sat, 1 Aug 2009 21:49:26 +0000 (21:49 +0000)]
Squeeze warning.

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

14 years agoAdd const versions of Inset::asInsetMath.
Vincent van Ravesteijn [Sat, 1 Aug 2009 21:39:14 +0000 (21:39 +0000)]
Add const versions of Inset::asInsetMath.

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

14 years agoRemove useless tooltip.
Vincent van Ravesteijn [Sat, 1 Aug 2009 21:34:24 +0000 (21:34 +0000)]
Remove useless tooltip.

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

14 years agoFix MSVC warning
Abdelrazak Younes [Sat, 1 Aug 2009 18:03:26 +0000 (18:03 +0000)]
Fix MSVC warning

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

14 years ago* Pimpl AspellChecker internal salsa...
Abdelrazak Younes [Sat, 1 Aug 2009 17:48:33 +0000 (17:48 +0000)]
* Pimpl AspellChecker internal salsa...
* set eolstyle for HunspellChecker.*

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

14 years agoCompile fix.
Abdelrazak Younes [Sat, 1 Aug 2009 17:34:44 +0000 (17:34 +0000)]
Compile fix.

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

14 years agoI forgot to rename those in previous commit.
Abdelrazak Younes [Sat, 1 Aug 2009 17:25:49 +0000 (17:25 +0000)]
I forgot to rename those in previous commit.

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

14 years ago* Rename HunspellSpellChecker to HunspellChecker and ASpell to AspellChecker for...
Abdelrazak Younes [Sat, 1 Aug 2009 17:24:13 +0000 (17:24 +0000)]
* Rename HunspellSpellChecker to HunspellChecker and ASpell to AspellChecker for consistency.
* Cleanup a bit associated CMakefile

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

14 years agoFactorize some code in getStatus() for LFUN_DIALOG_SHOW.
Abdelrazak Younes [Sat, 1 Aug 2009 16:55:15 +0000 (16:55 +0000)]
Factorize some code in getStatus() for LFUN_DIALOG_SHOW.

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

14 years agoInsetText::fixParagraphsFont(): return early and save Font instantiation.
Abdelrazak Younes [Sat, 1 Aug 2009 16:53:58 +0000 (16:53 +0000)]
InsetText::fixParagraphsFont(): return early and save Font instantiation.

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

14 years agoFix an assertion with Inset::buffer():
Abdelrazak Younes [Sat, 1 Aug 2009 16:06:02 +0000 (16:06 +0000)]
Fix an assertion with Inset::buffer():
The "character" dialog is only useful in texted.

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

14 years agoGerman UserGuide.lyx: resync with branch
Uwe Stöhr [Sat, 1 Aug 2009 12:09:11 +0000 (12:09 +0000)]
German UserGuide.lyx: resync with branch

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

14 years agoFix bug #5796: Context menu of one inset asks status of another inset.
Vincent van Ravesteijn [Thu, 30 Jul 2009 18:12:29 +0000 (18:12 +0000)]
Fix bug #5796: Context menu of one inset asks status of another inset.

Store the position for the context menu on mouse press. This is also done in qt but then only on the widget level.

This avoids that e.g. the edit menu will call getStatus() of math (which causes a crash actually).

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

14 years agoAvoid deferencing a null pointer.
Enrico Forestieri [Thu, 30 Jul 2009 03:21:04 +0000 (03:21 +0000)]
Avoid deferencing a null pointer.

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

14 years agoSimpler fix for bug #5096: Language switch fails in environments.
Enrico Forestieri [Thu, 30 Jul 2009 00:58:37 +0000 (00:58 +0000)]
Simpler fix for bug #5096: Language switch fails in environments.

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

14 years agoRevert r30800, r30768, r30767, 30766, and r30627. Soon to be replaced
Enrico Forestieri [Thu, 30 Jul 2009 00:37:53 +0000 (00:37 +0000)]
Revert r30800, r30768, r30767, 30766, and r30627. Soon to be replaced
with a simpler (and thus better) fix.

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

14 years agoRefine fix for bug #5096: Language switch fails in environments.
Enrico Forestieri [Tue, 28 Jul 2009 16:15:34 +0000 (16:15 +0000)]
Refine fix for bug #5096: Language switch fails in environments.

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

14 years ago* inputMethodQuery: adjust comment.
Vincent van Ravesteijn [Mon, 27 Jul 2009 09:48:40 +0000 (09:48 +0000)]
* inputMethodQuery: adjust comment.

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

14 years agoFix bug #6108: Crash on menu key
Vincent van Ravesteijn [Mon, 27 Jul 2009 07:39:14 +0000 (07:39 +0000)]
Fix bug #6108: Crash on menu key

The wrong context menu is being expanded, because the location where the context menu is requested is computed wrongly by Qt.

Actually, the problem seemed to be in InputMethodQuery?. For some reason, the box of the cursor is shifted right under the cursor box.

The menu key uses InputMethodQuery? to locate the context menu, just as he Japanese input method locates the box with possibilities.

1.6.x shows the same behaviour, but in that case it doesn't crash because the spellchecker entry does not exist there, but there might be another case in which it will crash.

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

14 years agoFix bug #2969: Double labels appear on empty lines of multi-line equations.
Vincent van Ravesteijn [Sun, 26 Jul 2009 20:25:11 +0000 (20:25 +0000)]
Fix bug #2969: Double labels appear on empty lines of multi-line equations.

This reverts part of r10553. There, an extra '//' was added when the last line was empty. However, this really makes an extra line and that is visible when the lines have a line number. The bug #2067 that would have been fixed by this does not seem to 'exist' anymore.

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

14 years agoWork-around for bug #5957.
Vincent van Ravesteijn [Sun, 26 Jul 2009 18:00:30 +0000 (18:00 +0000)]
Work-around for bug #5957.

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

14 years ago* de/UserGuide.lyx: typo.
Jürgen Spitzmüller [Sun, 26 Jul 2009 11:46:13 +0000 (11:46 +0000)]
* de/UserGuide.lyx: typo.

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

14 years ago/usr/bin/uic -tr lyx::qt_ ui/DelimiterUi.ui -o ui_DelimiterUi.h
Pavel Sanda [Sun, 26 Jul 2009 10:43:50 +0000 (10:43 +0000)]
/usr/bin/uic -tr lyx::qt_ ui/DelimiterUi.ui -o ui_DelimiterUi.h
'layoutWidget' isn't a valid widget
reported in both 4.5 and 4.1

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

14 years agocosmetics
Pavel Sanda [Sat, 25 Jul 2009 16:43:28 +0000 (16:43 +0000)]
cosmetics

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

14 years agoFix bug #6106. This can go to branch Juergen.
Pavel Sanda [Sat, 25 Jul 2009 14:34:00 +0000 (14:34 +0000)]
Fix bug #6106. This can go to branch Juergen.

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

14 years ago* LFUNs.lyx
Pavel Sanda [Sat, 25 Jul 2009 12:06:15 +0000 (12:06 +0000)]
* LFUNs.lyx

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

14 years agoFix bug #4473: Incorrect LaTeX output for inter-word spaces.
Vincent van Ravesteijn [Sat, 25 Jul 2009 10:44:36 +0000 (10:44 +0000)]
Fix bug #4473: Incorrect LaTeX output for inter-word spaces.

This is a hack necessary because \\textcolor is a bit buggy.

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

14 years ago* Text.cpp (dissolveInset):
Jürgen Spitzmüller [Sat, 25 Jul 2009 08:22:37 +0000 (08:22 +0000)]
* Text.cpp (dissolveInset):
- perform updateLabels also after dissolving an empty inset (bug 6003).

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

14 years ago* LyXFunc.cpp:
Jürgen Spitzmüller [Sat, 25 Jul 2009 06:16:46 +0000 (06:16 +0000)]
* LyXFunc.cpp:
- make sure there are no pending key sequences when applying the prefs,
  since the key bindings are changed and this will make the status bar
  messages go crazy and crash (bug 6064).

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

14 years agoThis should have gone in r30766.
Enrico Forestieri [Sat, 25 Jul 2009 01:09:31 +0000 (01:09 +0000)]
This should have gone in r30766.

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

14 years agoMove bracket to the right place, as also suggested by the indentation...
Enrico Forestieri [Sat, 25 Jul 2009 00:45:52 +0000 (00:45 +0000)]
Move bracket to the right place, as also suggested by the indentation...

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

14 years agoSmash another case of missing language switch and also avoid redundant switches.
Enrico Forestieri [Fri, 24 Jul 2009 22:50:32 +0000 (22:50 +0000)]
Smash another case of missing language switch and also avoid redundant switches.
Essentially, non-default aligned paragraphs should be treated as nested ones.

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

14 years agoFix bug #5061. Patches from Dov (a long time ago).
Vincent van Ravesteijn [Fri, 24 Jul 2009 21:33:50 +0000 (21:33 +0000)]
Fix bug #5061. Patches from Dov (a long time ago).

see:
http://permalink.gmane.org/gmane.editors.lyx.devel/113506
http://permalink.gmane.org/gmane.editors.lyx.devel/113507

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

14 years agoFix wrong lyx2lyx routines for r30756.
Vincent van Ravesteijn [Fri, 24 Jul 2009 20:48:49 +0000 (20:48 +0000)]
Fix wrong lyx2lyx routines for r30756.

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

14 years ago* TocWidget.cpp: disable sort option for TOC (bug 5983).
Jürgen Spitzmüller [Fri, 24 Jul 2009 13:58:02 +0000 (13:58 +0000)]
* TocWidget.cpp: disable sort option for TOC (bug 5983).
* TocModel.cpp: whitespace

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

14 years ago* paragraph_funcs.cpp: sanitize setLabelWidthStringToSequence. Patch by rgheck.
Jürgen Spitzmüller [Fri, 24 Jul 2009 07:43:04 +0000 (07:43 +0000)]
* paragraph_funcs.cpp: sanitize setLabelWidthStringToSequence. Patch by rgheck.

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

14 years agoFix another gcc error for r30756.
Vincent van Ravesteijn [Thu, 23 Jul 2009 20:38:24 +0000 (20:38 +0000)]
Fix another gcc error for r30756.

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

14 years agoFix a gcc error and warning for r30756.
Vincent van Ravesteijn [Thu, 23 Jul 2009 20:34:16 +0000 (20:34 +0000)]
Fix a gcc error and warning for r30756.

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

14 years agoFix bug #6058: Change tracking not usable in version control.
Vincent van Ravesteijn [Thu, 23 Jul 2009 20:08:05 +0000 (20:08 +0000)]
Fix bug #6058: Change tracking not usable in version control.

This patch makes sure that there are minimal changes when loading and saving a file with change tracking.

- the authors are assigned a buffer_id, such that when the file is saved, they get the same id,
- the authorlist is sorted according to the buffer_id,
- the buffer_id is written to the file in the author list (file format change)
- the ids start with 1, because 0 is internally reserved for the current Author,
- when writing the file, the current author is assigned an id if he didn't already have it.

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

14 years agoImprove debugging info slightly.
Richard Heck [Thu, 23 Jul 2009 15:33:54 +0000 (15:33 +0000)]
Improve debugging info slightly.

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

14 years ago* Text2.cpp (setParagraphs):
Jürgen Spitzmüller [Thu, 23 Jul 2009 06:14:11 +0000 (06:14 +0000)]
* Text2.cpp (setParagraphs):
- issue setLabelWidthStringToSequence only once for a selected range of paragraphs
  of the same layout and depth. This fixes an assertion reported here:
                      http://marc.info/?l=lyx-devel&m=124774758211589

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

14 years ago* Text.cpp: simplification of code.
Vincent van Ravesteijn [Wed, 22 Jul 2009 20:36:40 +0000 (20:36 +0000)]
* Text.cpp: simplification of code.

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

14 years ago* lyx_2_0.py (latex_length):
Jürgen Spitzmüller [Wed, 22 Jul 2009 07:39:57 +0000 (07:39 +0000)]
* lyx_2_0.py (latex_length):
- simplify.

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

14 years ago* lyx_2_0.py:
Jürgen Spitzmüller [Wed, 22 Jul 2009 06:34:34 +0000 (06:34 +0000)]
* lyx_2_0.py:
- further code simplifications.

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

14 years agoFrench Math.lyx: translations by Siegfried
Uwe Stöhr [Tue, 21 Jul 2009 22:10:02 +0000 (22:10 +0000)]
French Math.lyx: translations by Siegfried

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

14 years agoFix #6045: Possible to insert table floats to figure floats.
Vincent van Ravesteijn [Tue, 21 Jul 2009 20:04:52 +0000 (20:04 +0000)]
Fix #6045: Possible to insert table floats to figure floats.

The lfuns, LFUN_FLOAT_INSERT and LFUN_WRAP_INSERT are now only enabled when they should be.

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

14 years ago* lyx_2_0.py (revert_hspace_glue_lengths):
Jürgen Spitzmüller [Tue, 21 Jul 2009 17:48:03 +0000 (17:48 +0000)]
* lyx_2_0.py (revert_hspace_glue_lengths):
- proceed after non-glue hspace.

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

14 years ago* lyx_2_0.py (revert_percent_hspace_lengths, revert_hspace_glue_lengths):
Jürgen Spitzmüller [Tue, 21 Jul 2009 17:41:00 +0000 (17:41 +0000)]
* lyx_2_0.py (revert_percent_hspace_lengths, revert_hspace_glue_lengths):
- further simplifications of the code.

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

14 years ago* lyx_2_0.py (revert_percent_hspace_lengths, revert_hspace_glue_lengths):
Jürgen Spitzmüller [Tue, 21 Jul 2009 17:19:33 +0000 (17:19 +0000)]
* lyx_2_0.py (revert_percent_hspace_lengths, revert_hspace_glue_lengths):
- fix bug where a \hspace*{} was not reverted if it was followed by a \hspace{}.

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

14 years ago* lyx_2_0.py:
Jürgen Spitzmüller [Tue, 21 Jul 2009 17:02:26 +0000 (17:02 +0000)]
* lyx_2_0.py:
- use predefined methods for getting length values.

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

14 years agoFrench EmbeddedObjects.lyx: translations by Siegfried
Uwe Stöhr [Tue, 21 Jul 2009 16:05:12 +0000 (16:05 +0000)]
French EmbeddedObjects.lyx: translations by Siegfried

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

14 years agolyx_2_0.py: fix glue length reversion routine again
Uwe Stöhr [Tue, 21 Jul 2009 15:51:36 +0000 (15:51 +0000)]
lyx_2_0.py: fix glue length reversion routine again

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

14 years agoGerman Customization.lyx: updates by Hartmut
Uwe Stöhr [Tue, 21 Jul 2009 14:08:43 +0000 (14:08 +0000)]
German Customization.lyx: updates by Hartmut

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

14 years agolyx_2_0.py: re-add comment
Uwe Stöhr [Tue, 21 Jul 2009 13:19:51 +0000 (13:19 +0000)]
lyx_2_0.py: re-add comment

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

14 years agolyx_2_0.py: fix glue length reversion routine
Uwe Stöhr [Tue, 21 Jul 2009 13:14:02 +0000 (13:14 +0000)]
lyx_2_0.py: fix glue length reversion routine

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

14 years agoSpanish Math.lyx: translations by Ignacio
Uwe Stöhr [Tue, 21 Jul 2009 12:47:11 +0000 (12:47 +0000)]
Spanish Math.lyx: translations by Ignacio

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

14 years agolyx_2_0.py: add comments
Uwe Stöhr [Tue, 21 Jul 2009 12:02:48 +0000 (12:02 +0000)]
lyx_2_0.py: add comments

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

14 years agoallow to use glue lengths in the HSpace dialog; file format change
Uwe Stöhr [Tue, 21 Jul 2009 11:51:43 +0000 (11:51 +0000)]
allow to use glue lengths in the HSpace dialog; file format change

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

14 years agoadd tooltip.
Jürgen Spitzmüller [Tue, 21 Jul 2009 09:38:25 +0000 (09:38 +0000)]
add tooltip.

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

14 years agomove explanatory text to where it belongs (the tooltip).
Jürgen Spitzmüller [Tue, 21 Jul 2009 09:29:19 +0000 (09:29 +0000)]
move explanatory text to where it belongs (the tooltip).

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

14 years ago* de.po: some translations.
Jürgen Spitzmüller [Tue, 21 Jul 2009 09:23:01 +0000 (09:23 +0000)]
* de.po: some translations.

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

14 years ago* po/*.po: remerge once more.
Jürgen Spitzmüller [Tue, 21 Jul 2009 08:47:38 +0000 (08:47 +0000)]
* po/*.po: remerge once more.

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

14 years ago* Menus.cpp: casing fixes.
Jürgen Spitzmüller [Tue, 21 Jul 2009 08:43:16 +0000 (08:43 +0000)]
* Menus.cpp: casing fixes.

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

14 years ago* po/*.po: remerge.
Jürgen Spitzmüller [Tue, 21 Jul 2009 08:35:34 +0000 (08:35 +0000)]
* po/*.po: remerge.

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

14 years ago* fr.po: update by Jean-Pierre.
Jürgen Spitzmüller [Tue, 21 Jul 2009 08:27:37 +0000 (08:27 +0000)]
* fr.po: update by Jean-Pierre.

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

14 years agoDisable this assertion for now, and replace it with
Richard Heck [Mon, 20 Jul 2009 18:21:26 +0000 (18:21 +0000)]
Disable this assertion for now, and replace it with
some messages.

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

14 years agoGerman Math.lyx: fix a typo
Uwe Stöhr [Mon, 20 Jul 2009 11:28:53 +0000 (11:28 +0000)]
German Math.lyx: fix a typo

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

14 years agoallow the usage of relative lengths in the HSpace and the VSpace dialog; file format...
Uwe Stöhr [Mon, 20 Jul 2009 11:22:51 +0000 (11:22 +0000)]
allow the usage of relative lengths in the HSpace and the VSpace dialog; file format change

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

14 years agoGerman Math.lyx, EmbeddedObjects.lyx: spell checking
Uwe Stöhr [Mon, 20 Jul 2009 11:15:13 +0000 (11:15 +0000)]
German Math.lyx, EmbeddedObjects.lyx: spell checking

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

14 years ago* GuiDocument.cpp: "Length" -> "Custom" (the other choices are also lengths).
Jürgen Spitzmüller [Mon, 20 Jul 2009 08:14:21 +0000 (08:14 +0000)]
* GuiDocument.cpp: "Length" -> "Custom" (the other choices are also lengths).

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

14 years agoDocument Dialog: move the listings settings to its own pane.
Jürgen Spitzmüller [Mon, 20 Jul 2009 08:09:32 +0000 (08:09 +0000)]
Document Dialog: move the listings settings to its own pane.
This shrinks the dialog to a somewhat reasonable size.

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

14 years ago* TextLayoutUi.ui:
Jürgen Spitzmüller [Mon, 20 Jul 2009 07:20:29 +0000 (07:20 +0000)]
* TextLayoutUi.ui:
- fix widget heights (right version this time).
(maybe it's time to move the listings widget on its own pane?)

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

14 years ago* TextLayoutUi.ui:
Jürgen Spitzmüller [Mon, 20 Jul 2009 07:17:49 +0000 (07:17 +0000)]
* TextLayoutUi.ui:
- fix widget heights.
(maybe it's time to move the listings widget on its own pane?)

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

14 years ago* GuiDocument: allow insertion of glue length in parskip widget.
Jürgen Spitzmüller [Mon, 20 Jul 2009 05:05:48 +0000 (05:05 +0000)]
* GuiDocument: allow insertion of glue length in parskip widget.

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

14 years agoGuiDocument.cpp: code simplification spotted by Jürgen
Uwe Stöhr [Mon, 20 Jul 2009 01:34:09 +0000 (01:34 +0000)]
GuiDocument.cpp: code simplification spotted by Jürgen

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

14 years agoTextLayoutUi.ui: fix things spotted by Vincent
Uwe Stöhr [Mon, 20 Jul 2009 01:26:14 +0000 (01:26 +0000)]
TextLayoutUi.ui: fix things spotted by Vincent

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

14 years agoEmbeddedObjects.lyx: spell checking by Hartmut and me
Uwe Stöhr [Mon, 20 Jul 2009 01:17:42 +0000 (01:17 +0000)]
EmbeddedObjects.lyx: spell checking by Hartmut and me

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

14 years agolyx_2_0.py: remove unnecessary initializations
Uwe Stöhr [Sun, 19 Jul 2009 22:24:42 +0000 (22:24 +0000)]
lyx_2_0.py: remove unnecessary initializations

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

14 years agoGuiDocument.cpp: allow to use percent lengths for the paragraph skip separation;...
Uwe Stöhr [Sun, 19 Jul 2009 22:08:58 +0000 (22:08 +0000)]
GuiDocument.cpp: allow to use percent lengths for the paragraph skip separation; file format change

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

14 years agolyx_2_0.py: correct comment
Uwe Stöhr [Sun, 19 Jul 2009 21:18:31 +0000 (21:18 +0000)]
lyx_2_0.py: correct comment

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

14 years agosupport to specify the paragraph indentation in the document settings dialog; introdu...
Uwe Stöhr [Sun, 19 Jul 2009 21:13:27 +0000 (21:13 +0000)]
support to specify the paragraph indentation in the document settings dialog; introduces the new class HSpace;  - file format change

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

14 years agoLength.cpp: take care of percent units also for glue lengths, with this change, ...
Uwe Stöhr [Sun, 19 Jul 2009 20:01:39 +0000 (20:01 +0000)]
Length.cpp: take care of percent units also for glue lengths, with this change, #6091 and #6098 can be fixed

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

14 years ago* Validator.{cpp, h}:
Jürgen Spitzmüller [Sun, 19 Jul 2009 16:53:50 +0000 (16:53 +0000)]
* Validator.{cpp, h}:
- add usignedGlueLengthValidator

* GuiVSpace.cpp:
- re-allow the insertion of glue lengths (regression of the qt4 frontend)
  (bug 6097)

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

14 years agoFix bug #4906: Files always reopened in tabbed window on launch.
Vincent van Ravesteijn [Sun, 19 Jul 2009 14:34:14 +0000 (14:34 +0000)]
Fix bug #4906: Files always reopened in tabbed window on launch.

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

14 years agoMath.lyx: proper layout for the PDF output and some fixes
Uwe Stöhr [Sun, 19 Jul 2009 14:19:00 +0000 (14:19 +0000)]
Math.lyx: proper layout for the PDF output and some fixes

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

14 years agoGerman UserGuide.lyx: a few more typo corrections from Hartmut
Uwe Stöhr [Sun, 19 Jul 2009 13:37:46 +0000 (13:37 +0000)]
German UserGuide.lyx: a few more typo corrections from Hartmut

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

14 years agoMath.lyx: documentation for \fint, \landdownint and the like
Uwe Stöhr [Sun, 19 Jul 2009 13:33:45 +0000 (13:33 +0000)]
Math.lyx: documentation for \fint, \landdownint and the like

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

14 years agorowpainter.cpp: sort
Uwe Stöhr [Sun, 19 Jul 2009 01:41:47 +0000 (01:41 +0000)]
rowpainter.cpp: sort

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

14 years ago- Math.lyx: describe the new support for chemical equations
Uwe Stöhr [Sat, 18 Jul 2009 21:51:29 +0000 (21:51 +0000)]
- Math.lyx: describe the new support for chemical equations

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

14 years agoMakefile.am: sort
Uwe Stöhr [Sat, 18 Jul 2009 21:46:55 +0000 (21:46 +0000)]
Makefile.am: sort

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

14 years agoIn r30560, the setLayout function was removed from InsetCollapsable. This function...
Vincent van Ravesteijn [Sat, 18 Jul 2009 19:35:27 +0000 (19:35 +0000)]
In r30560, the setLayout function was removed from InsetCollapsable. This function also set the buttonLabel for the inset. After removing the setLayout calls in this place, the button label is not initialized for Notes, Boxes and Phantoms.

This commit restores the behaviour as it was, such that the labels are initialized again.

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

14 years agoGerman Extended.lyx: spell checking and cleanups
Uwe Stöhr [Sat, 18 Jul 2009 16:11:38 +0000 (16:11 +0000)]
German Extended.lyx: spell checking and cleanups

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

14 years agoGerman UserGuide.lyx: spell checking and cleanups final part 2
Uwe Stöhr [Sat, 18 Jul 2009 15:58:08 +0000 (15:58 +0000)]
German UserGuide.lyx: spell checking and cleanups final part 2

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

14 years agoGerman UserGuide.lyx: spell checking and cleanups part 1
Uwe Stöhr [Sat, 18 Jul 2009 15:23:28 +0000 (15:23 +0000)]
German UserGuide.lyx: spell checking and cleanups part 1

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

14 years agoGerman Intro.lyx and Tutorial.lyx: spell checking and updates by Hartmut and me
Uwe Stöhr [Sat, 18 Jul 2009 14:40:25 +0000 (14:40 +0000)]
German Intro.lyx and Tutorial.lyx: spell checking and updates by Hartmut and me

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

14 years ago* fix bug 6089.
Jürgen Spitzmüller [Sat, 18 Jul 2009 13:46:05 +0000 (13:46 +0000)]
* fix bug 6089.

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

14 years ago* InsetSpace.cpp: prevent another (potential) null pointer.
Jürgen Spitzmüller [Sat, 18 Jul 2009 12:19:31 +0000 (12:19 +0000)]
* InsetSpace.cpp: prevent another (potential) null pointer.

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