Commit Graph

3949 Commits

Author SHA1 Message Date
Vincent van Ravesteijn
716143d3d4 Fix wrong lyx2lyx routines for r30756.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30764 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-24 20:48:49 +00:00
Vincent van Ravesteijn
966687d98b 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
2009-07-23 20:08:05 +00:00
Jürgen Spitzmüller
d2bba0b048 * lyx_2_0.py (latex_length):
- simplify.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30745 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-22 07:39:57 +00:00
Jürgen Spitzmüller
42218ca7b1 * lyx_2_0.py:
- further code simplifications.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30744 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-22 06:34:34 +00:00
Uwe Stöhr
f8f7080ec1 French Math.lyx: translations by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30743 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 22:10:02 +00:00
Jürgen Spitzmüller
8d898ad5b7 * 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
2009-07-21 17:48:03 +00:00
Jürgen Spitzmüller
9a594992d2 * 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
2009-07-21 17:41:00 +00:00
Jürgen Spitzmüller
21c5e4633d * 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
2009-07-21 17:19:33 +00:00
Jürgen Spitzmüller
e59b0d2c28 * 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
2009-07-21 17:02:26 +00:00
Uwe Stöhr
6147d5f796 French EmbeddedObjects.lyx: translations by Siegfried
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30734 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 16:05:12 +00:00
Uwe Stöhr
e09862ec15 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
2009-07-21 15:51:36 +00:00
Uwe Stöhr
ed8b1fb1fd German Customization.lyx: updates by Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30731 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 14:08:43 +00:00
Uwe Stöhr
34ab111257 lyx_2_0.py: re-add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30729 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 13:19:51 +00:00
Uwe Stöhr
e65445a650 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
2009-07-21 13:14:02 +00:00
Uwe Stöhr
f00f149756 Spanish Math.lyx: translations by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30726 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 12:47:11 +00:00
Uwe Stöhr
1016353a5e lyx_2_0.py: add comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30725 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 12:02:48 +00:00
Uwe Stöhr
0b33b9d090 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
2009-07-21 11:51:43 +00:00
Uwe Stöhr
d0e5bcf22d German Math.lyx: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30712 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-20 11:28:53 +00:00
Uwe Stöhr
efd4f71fbd 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
2009-07-20 11:22:51 +00:00
Uwe Stöhr
57d6ceb90c German Math.lyx, EmbeddedObjects.lyx: spell checking
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30708 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-20 11:15:13 +00:00
Uwe Stöhr
3860010433 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
2009-07-20 01:17:42 +00:00
Uwe Stöhr
da35be8a07 lyx_2_0.py: remove unnecessary initializations
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30697 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-19 22:24:42 +00:00
Uwe Stöhr
6b970c0339 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
2009-07-19 22:08:58 +00:00
Uwe Stöhr
d7e6c2a539 lyx_2_0.py: correct comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30695 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-19 21:18:31 +00:00
Uwe Stöhr
53e7a92494 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
2009-07-19 21:13:27 +00:00
Uwe Stöhr
ca931d4d52 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
2009-07-19 14:19:00 +00:00
Uwe Stöhr
7e31318d5b 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
2009-07-19 13:37:46 +00:00
Uwe Stöhr
cb90de7593 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
2009-07-19 13:33:45 +00:00
Uwe Stöhr
cdea2bc27a - 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
2009-07-18 21:51:29 +00:00
Uwe Stöhr
7ee8a18f8c Makefile.am: sort
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30678 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 21:46:55 +00:00
Uwe Stöhr
e847919f2c German Extended.lyx: spell checking and cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30675 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 16:11:38 +00:00
Uwe Stöhr
54bf1574bb 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
2009-07-18 15:58:08 +00:00
Uwe Stöhr
8f7bb9cd96 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
2009-07-18 15:23:28 +00:00
Uwe Stöhr
59aace512a 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
2009-07-18 14:40:25 +00:00
Jürgen Spitzmüller
4e31cd60b3 * 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
2009-07-17 15:03:13 +00:00
Jürgen Spitzmüller
87b701a06b * 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
2009-07-16 06:19:25 +00:00
Jean-Marc Lasgouttes
ace4f7d3b8 move the the latex and validate methods from InsetCollapsable to InsetText; small cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30582 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 18:27:54 +00:00
Jean-Marc Lasgouttes
24ae6d12d5 fix wrong path
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30559 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 12:07:07 +00:00
Jürgen Spitzmüller
e6f922009f * Add possibility to append active branch names to the output file name (#3105).
File format change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30546 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-13 14:30:08 +00:00
Pavel Sanda
6ee13aa2ac Clash of shortcuts in context menu
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30541 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-13 13:33:32 +00:00
Pavel Sanda
0124363c18 Update credit of John.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30537 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-13 09:50:47 +00:00
Jean-Marc Lasgouttes
f1edcc0fe2 fix label for enumii
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30519 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 19:55:22 +00:00
Jean-Marc Lasgouttes
4a2a25c5b7 simplify the sweave module description
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30496 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 10:19:51 +00:00
Richard Heck
63e50cfd74 Remove duplicate line that prevents LyX from installing,
at least under F11.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30494 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 00:58:33 +00:00
Uwe Stöhr
a86fe9aabe German Extended.lyx: update from Hartmut and me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30485 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 15:40:26 +00:00
Uwe Stöhr
3fcd8ee4de lyx_2_0.py: fix revert_tabularvalign to make it work also for booktabs and for more than one table in a line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30484 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 15:36:11 +00:00
Uwe Stöhr
424943af89 - support for longtable alignment, fileformat change
- GUI support for table alignment

(all comments to the polished layout of the table dialog welcome)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30477 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 13:09:45 +00:00
Uwe Stöhr
fa76010250 lyx_2_0.py: fix revert_tabularvalign
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30476 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 13:01:16 +00:00
Pavel Sanda
0cb8c55e11 * LFUNs.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30468 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 09:41:51 +00:00
Pavel Sanda
edb52c37d2 Add LFUN_BRANCH_ADD_INSERT.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg152890.html


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30467 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 09:38:31 +00:00