]> git.lyx.org Git - lyx.git/log
lyx.git
15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 years ago* Paragraph.cpp: prevent null pointer.
Jürgen Spitzmüller [Sat, 18 Jul 2009 07:19:38 +0000 (07:19 +0000)]
* Paragraph.cpp: prevent null pointer.

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

15 years agoMake sure we don't get into an infinite loop here.
Richard Heck [Fri, 17 Jul 2009 21:51:53 +0000 (21:51 +0000)]
Make sure we don't get into an infinite loop here.

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

15 years agoHelp the clueless user (me).
Vincent van Ravesteijn [Fri, 17 Jul 2009 21:48:40 +0000 (21:48 +0000)]
Help the clueless user (me).

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

15 years agoMove these declarations closer to where they are used.
Richard Heck [Fri, 17 Jul 2009 21:44:19 +0000 (21:44 +0000)]
Move these declarations closer to where they are used.

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

15 years agoMake sure these are the same....
Richard Heck [Fri, 17 Jul 2009 21:41:04 +0000 (21:41 +0000)]
Make sure these are the same....

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

15 years agoFix problem noted by Vincent.
Richard Heck [Fri, 17 Jul 2009 21:36:34 +0000 (21:36 +0000)]
Fix problem noted by Vincent.

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

15 years agoClose bug #934.
Pavel Sanda [Fri, 17 Jul 2009 17:10:10 +0000 (17:10 +0000)]
Close bug #934.

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

15 years ago* lyx2lyx/lyx_1_5.py:
Jürgen Spitzmüller [Fri, 17 Jul 2009 15:03:13 +0000 (15:03 +0000)]
* lyx2lyx/lyx_1_5.py:
- fix bug 6018.

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

15 years agoForgot this.
Richard Heck [Fri, 17 Jul 2009 13:56:19 +0000 (13:56 +0000)]
Forgot this.

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

15 years agoLength.h: revert unintended change
Uwe Stöhr [Fri, 17 Jul 2009 01:01:37 +0000 (01:01 +0000)]
Length.h: revert unintended change

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

15 years agoLength.h: partly revert r30595 , for an unknown reason the percent lengths are hardcoded
Uwe Stöhr [Fri, 17 Jul 2009 00:59:41 +0000 (00:59 +0000)]
Length.h: partly revert r30595 , for an unknown reason the percent lengths are hardcoded

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

15 years agoReact better if we can't find bind files. Related to bug 6076.
Richard Heck [Thu, 16 Jul 2009 23:12:45 +0000 (23:12 +0000)]
React better if we can't find bind files. Related to bug 6076.

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

15 years agoKill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH_PARAMS.
Pavel Sanda [Thu, 16 Jul 2009 22:55:23 +0000 (22:55 +0000)]
Kill LFUN_PARAGRAPH_SPACING in favour of LFUN_PARAGRAPH_PARAMS.
We don't want duplicit code.

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

15 years agotypo
Jean-Marc Lasgouttes [Thu, 16 Jul 2009 22:29:05 +0000 (22:29 +0000)]
typo

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

15 years agoFix bug #6076. As said there, other configuration files probably need to be checked.
Richard Heck [Thu, 16 Jul 2009 22:24:39 +0000 (22:24 +0000)]
Fix bug #6076. As said there, other configuration files probably need to be checked.

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

15 years ago* doxy
Pavel Sanda [Thu, 16 Jul 2009 22:17:49 +0000 (22:17 +0000)]
* doxy

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

15 years agoGive inset codes to all the math insets, so we get more information when
Richard Heck [Thu, 16 Jul 2009 19:00:24 +0000 (19:00 +0000)]
Give inset codes to all the math insets, so we get more information when
we run into assertions.

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

15 years ago* LyXAction.cpp: doxy.
Vincent van Ravesteijn [Thu, 16 Jul 2009 18:58:47 +0000 (18:58 +0000)]
* LyXAction.cpp: doxy.

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

15 years ago* Buffer.cpp: whitespace.
Vincent van Ravesteijn [Thu, 16 Jul 2009 18:29:16 +0000 (18:29 +0000)]
* Buffer.cpp: whitespace.

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

15 years agoFix another assertion.
Richard Heck [Thu, 16 Jul 2009 13:34:33 +0000 (13:34 +0000)]
Fix another assertion.

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

15 years agoFix bug #5096: Language switch fails in environments.
Enrico Forestieri [Thu, 16 Jul 2009 12:50:44 +0000 (12:50 +0000)]
Fix bug #5096: Language switch fails in environments.

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

15 years agoremove some explicit tests against ERT_CODE; more to come
Jean-Marc Lasgouttes [Thu, 16 Jul 2009 10:08:13 +0000 (10:08 +0000)]
remove some explicit tests against ERT_CODE; more to come

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

15 years agoFix the enabling of the custom page size field in GuiDocument.
Vincent van Ravesteijn [Thu, 16 Jul 2009 08:39:22 +0000 (08:39 +0000)]
Fix the enabling of the custom page size field in GuiDocument.

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

15 years agoun-revert r30531, after Richard told me how to avoid the crash. Now, before
Jean-Marc Lasgouttes [Thu, 16 Jul 2009 08:37:32 +0000 (08:37 +0000)]
un-revert r30531, after Richard told me how to avoid the crash. Now, before
accepting changes in a clipboard copy (CutAndPaste.cpp), we set the buffer
of insets (and we reset them later).

Doing this makes sense because we know this is the only operation on these
out-of-document paragraphs that will require access to a buffer.

Also, this commit gets rid of one explicit test against ERT_CODE and
LISTING_CODE.

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

15 years agoFix bug #6070: Width unit cannot be set in tabular dialog.
Vincent van Ravesteijn [Thu, 16 Jul 2009 07:47:02 +0000 (07:47 +0000)]
Fix bug #6070: Width unit cannot be set in tabular dialog.

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

15 years ago* InsetCollapsable: simplification.
Vincent van Ravesteijn [Thu, 16 Jul 2009 07:44:35 +0000 (07:44 +0000)]
* InsetCollapsable: simplification.

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

15 years agoremove unused headers
Jean-Marc Lasgouttes [Thu, 16 Jul 2009 07:26:52 +0000 (07:26 +0000)]
remove unused headers

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

15 years ago* attempt to fix polytonic Greek (with mutli-accents) [bug 5976].
Jürgen Spitzmüller [Thu, 16 Jul 2009 06:19:25 +0000 (06:19 +0000)]
* attempt to fix polytonic Greek (with mutli-accents) [bug 5976].
* add extended Greek chars to unicodesymbols [bug 4997].

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

15 years agoRevert r30390 and r30391. This seemed not to be necessary (bug #4509).
Vincent van Ravesteijn [Thu, 16 Jul 2009 01:47:30 +0000 (01:47 +0000)]
Revert r30390 and r30391. This seemed not to be necessary (bug #4509).

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

15 years agoOops..
Vincent van Ravesteijn [Wed, 15 Jul 2009 20:40:03 +0000 (20:40 +0000)]
Oops..

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

15 years agoRemove nonsense comment.
Vincent van Ravesteijn [Wed, 15 Jul 2009 20:32:16 +0000 (20:32 +0000)]
Remove nonsense comment.

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

15 years agoRemove nonsense assert.
Vincent van Ravesteijn [Wed, 15 Jul 2009 20:01:06 +0000 (20:01 +0000)]
Remove nonsense assert.

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

15 years agoFix crash related to empty buffer_ argument.
Richard Heck [Wed, 15 Jul 2009 19:20:53 +0000 (19:20 +0000)]
Fix crash related to empty buffer_ argument.
Restore assertion removed at r30602.

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

15 years agoUpdate doxy.
Richard Heck [Wed, 15 Jul 2009 16:27:22 +0000 (16:27 +0000)]
Update doxy.

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

15 years ago* de.po: forwardport translations from branch.
Jürgen Spitzmüller [Wed, 15 Jul 2009 14:22:10 +0000 (14:22 +0000)]
* de.po: forwardport translations from branch.

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