Uwe Stöhr
1d5c704360
GuiPrefs: fix #6176 also for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31429 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-21 11:58:31 +00:00
Uwe Stöhr
a19aa609ce
-also for branch-
...
svglobal3.layout:
- major overhaul for version 3.2 that has to be used since 2007
- remove wrong document class option, fixes first part of #6198
svjour.inc:
- remove style "subparagraph" that doesn't exist, fixes second part of #6198
- simplifications
svjour3.lyx: new template file for articles in journals published by Springer (It is the LyX implementation of the template.tex file provided by svjour version 3.2)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31428 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-21 11:50:54 +00:00
Enrico Forestieri
3fa9c60f44
Fix bug #6215 (spotted by Vincent).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31422 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-20 23:07:16 +00:00
Uwe Stöhr
eac2af85ae
status.16x: correct position of an entry (a fix is not an update)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31416 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-20 16:02:55 +00:00
Richard Heck
da444e0bf0
Backport r31395, fixing 6227 for branch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31414 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-20 15:18:30 +00:00
Enrico Forestieri
d59295680b
Properly reset the stream encoding after an environment. Fixes bug #6216 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31406 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-19 15:49:56 +00:00
Uwe Stöhr
44b4c28347
Math.lyx: revision of appendix A, symbol for the Fourier translation added
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31393 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-17 02:02:17 +00:00
Enrico Forestieri
6ffeab01b7
Implement the LyXServer on Windows.
...
In order to enable the server, specify the LyXServer pipe in
Tools->Preferences->Paths. The path to be entered there must have the
form "\\.\pipe\nameofyourchoice" (without quotes). After that, you can
send commands to LyX. For example, if the pipe path is \\.\pipe\lyxpipe,
typing the following in a terminal:
echo LYXCMD:test:file-open > \\.\pipe\lyxpipe.in
type \\.\pipe\lyxpipe.out
brings up the file dialog and returns the acknowledgment from LyX.
Beware of spaces when using cmd.exe. For example, the following:
echo LYXCMD:test:file-open:foo.lyx> \\.\pipe\lyxpipe.in
will correctly load the document named foo.lyx, but
echo LYXCMD:test:file-open:foo.lyx > \\.\pipe\lyxpipe.in
(notice the space before the redirection) will try to load a
document whose name is "foo.lyx .lyx" because cmd.exe will also
pass the space (sigh).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31389 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-13 20:49:30 +00:00
Enrico Forestieri
3fda114784
Fix bug #6110 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31385 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-13 13:53:53 +00:00
Jürgen Spitzmüller
20d816b1ea
* status.16x: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31384 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-13 09:03:44 +00:00
Uwe Stöhr
433fdaedcb
powerdot-example.lyx: remove obsolete option to be able to compile the document with recent versions of powerdot, see http://www.mail-archive.com/lyx-users@lists.lyx.org/msg76401.html
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31367 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-10 23:29:19 +00:00
Jürgen Spitzmüller
bd5d83a578
Fix bug 6179 ("|" in index entries not embraced in ERT by lyx2lyx).
...
* OutputParams.{cpp,h}:
- new param inIndexEntry
* InsetIndex.cpp (latex):
- set param.
* InsetErt.cpp (plainText):
- output active chars in IndexInsets
* lib/lyx2lyx/lyx_1_6.py:
- embrace "|" in ERT when converting old index entries to collapsables.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31361 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-10 12:10:18 +00:00
Vincent van Ravesteijn
da93049987
* status.16x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31345 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-08 11:59:51 +00:00
Pavel Sanda
af7b027799
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31343 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-08 09:48:47 +00:00
Vincent van Ravesteijn
4a337c89f1
branch: Fix bug #6112 : Crash when searching for a string that is found in a table, while the cursor is in math (bug #6112 ).
...
see r31339.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31342 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-08 09:38:05 +00:00
Pavel Sanda
2b6cddf92b
Forgot this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31341 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-08 09:28:43 +00:00
Enrico Forestieri
9ac5cd64df
Was forgetting this.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31337 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 22:02:49 +00:00
Vincent van Ravesteijn
660c977512
branch: 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/branches/BRANCH_1_6_X@31333 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 14:42:29 +00:00
Jürgen Spitzmüller
d51c5b3600
* status.16x: update
...
* de.po: correct header data.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31332 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 13:33:14 +00:00
Pavel Sanda
470cdd8554
Cosmetics
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31329 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 11:50:51 +00:00
Pavel Sanda
68b323f62d
Backport bugfix for #2045 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31328 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 11:44:49 +00:00
Vincent van Ravesteijn
95012dd5e7
branch: Fix bug #3997 : RTL paragraphs are painted slightly too far to the left
...
In the computation of the row width, the last space on a row was included. However, this space is not drawn on screen and shouldn't contribute to the width. As a result all rows in a paragraph were painted slightly too far to the left, except the last on.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31327 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 11:40:00 +00:00
Vincent van Ravesteijn
dc908295ff
branch: 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/branches/BRANCH_1_6_X@31326 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 11:33:00 +00:00
Vincent van Ravesteijn
8d68226144
branch: Fix bug #6134 : Reload context menu for graphics inset.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31325 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 11:18:52 +00:00
Vincent van Ravesteijn
4fea6a49d7
branch: Fix bug #6164 : Add a shortcut for Insert->URL
...
Also fix a glitch for Insert->Hyperlink.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31324 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 09:47:40 +00:00
Vincent van Ravesteijn
90cbb1225f
branch: Fix bug #6119 : Keyboard map still shows up after deleting.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31323 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 09:42:42 +00:00
Vincent van Ravesteijn
e3c007e511
branch: Fix bug #5067 : Rename "Close Tab Group" menu item.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31322 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 09:22:49 +00:00
Vincent van Ravesteijn
21a5043183
branch: Fix bug #6125 : Float positioning dialog enables invalid options for subfloats.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31321 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 09:14:57 +00:00
Jürgen Spitzmüller
4f3f4eed15
* GuiRef.cpp:
...
- use itemDoubleClicked() instead of itemActivated(). The latter is traditionally defined as single click
on UNIX, which is not desired here (bug 6204)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31320 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 09:06:18 +00:00
Vincent van Ravesteijn
0113ce8310
branch: Fix #6045 : Possible to insert table floats into 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/branches/BRANCH_1_6_X@31318 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-07 08:40:40 +00:00
Pavel Sanda
43870f8129
Lets start to shrink 1.6.5 milestone huge list.
...
Backport bugfix for #6056 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31309 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-06 13:19:48 +00:00
Uwe Stöhr
f1d5f2ed9c
- French Braille.lyx: updates by Jean-Pierre
...
- Braille.lyx: my Email address can already be found in the LyX credits
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31285 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-05 14:26:08 +00:00
Jürgen Spitzmüller
5be07da6e5
backport r30112:
...
Author: spitz
Date: Mon Jun 15 17:57:54 2009
New Revision: 30112
URL: http://www.lyx.org/trac/changeset/30112
Log:
* Paragraph.cpp:
- do not embrace list items. According to the comment,
this was only done to escape brackets, but brackets
are embraced anyway.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31271 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-04 11:21:25 +00:00
Jürgen Spitzmüller
f9834b6b20
Backport r30619:
...
Author: spitz
Date: Thu Jul 16 08:19:25 2009
New Revision: 30619
URL: http://www.lyx.org/trac/changeset/30619
Log:
* 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/branches/BRANCH_1_6_X@31270 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-04 11:07:52 +00:00
Jürgen Spitzmüller
7c42ec6c89
* PrefSpellcheckerUI.ui: add tooltip (bug 6185).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31269 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-04 09:36:01 +00:00
Jürgen Spitzmüller
58b8d1e35b
* status.16x: move bug fixing entries to the appropriate section.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31264 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-03 06:50:05 +00:00
Richard Heck
652ef4b78b
Backport r31056 and 31057, to get a proper emergency save when dirty buffers
...
are destroyed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31259 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-02 16:02:08 +00:00
Richard Heck
415707befd
Status for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31257 a592a061-630c-0410-9148-cb99ea01b6c8
2009-09-02 13:58:00 +00:00
Jürgen Spitzmüller
2db2f05313
back to svn.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31196 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-22 12:51:58 +00:00
Uwe Stöhr
7fa8729653
ro.po: translation updates by Marius
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31184 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-21 21:09:36 +00:00
Jürgen Spitzmüller
d544bf0aff
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31175 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-21 08:01:31 +00:00
Vincent van Ravesteijn
ca7ee3c364
* status.16x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31166 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-20 09:31:18 +00:00
Vincent van Ravesteijn
8671278ac0
branch: Fix a crash when closing LyX with a master and a child open (and the master is in the second tab).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31162 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-19 23:14:34 +00:00
Jürgen Spitzmüller
d60e3498da
* pt.po: update from Susana.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31144 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-19 16:58:15 +00:00
Vincent van Ravesteijn
afa885378c
branch: Fix bug #6158 : Crash when entering math in tabular.
...
We have to determine whether we are in an empty cell before we dispatch the lfun to the inset. Otherwise we determine whether the math is empty and if so, we then go to the next cell in the math inset. This cell doesn't exist probably.
see r31121.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31139 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-19 10:45:23 +00:00
Uwe Stöhr
3d6a867b5c
New French translation for the Braille.lyx manual from Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31134 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-18 23:57:47 +00:00
Richard Heck
9cb7d55f66
Status for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31118 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-18 13:42:14 +00:00
Jürgen Spitzmüller
4492843111
* status.16x: reorder.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31115 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-18 12:58:07 +00:00
Enrico Forestieri
a91c42b7db
Fix the dataloss problem when shutting down Windows (part of bug #5525 ).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31114 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-18 11:49:00 +00:00
Vincent van Ravesteijn
b92e1c3a96
branch: Adjust the work-around for bug #5957 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31032 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-14 15:08:04 +00:00
Richard Heck
6f9538a463
Fix bug 6140 for branch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31019 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 19:18:55 +00:00
Jürgen Spitzmüller
c3dcec6d10
* po/uk.po: update from Yuri.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31015 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 17:40:30 +00:00
Jürgen Spitzmüller
974c68ddb1
*article-beamer.layout:
...
- override settings inherited from beamer.layout (patch from Paul Rubin <rubin@msu.edu>)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31012 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 16:09:50 +00:00
Jürgen Spitzmüller
27ef605061
* po/pl.po: update from Michal.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31010 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 15:59:28 +00:00
Pavel Sanda
79c8a41ad5
Backport 31004
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31005 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 12:16:07 +00:00
Jürgen Spitzmüller
d6d92ec2f6
* status.16x: typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30988 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-12 11:04:58 +00:00
Jürgen Spitzmüller
e886b9feb3
* GuiView.cpp: disable symbols dialog in read-only mode.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30987 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-12 11:03:41 +00:00
Uwe Stöhr
14fe4a538c
status.16x: correct a bug number
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30979 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-12 00:23:17 +00:00
Jürgen Spitzmüller
51d5de4ebe
Fix bug 5946: Infinite loop when opening file with two files opened with the same name
...
This simply changes the appearance of the display path (in the tab header) in one detail: if the file suffix is not "lyx" (but "lyx15" etc.), the file is displayed with the extension. This fixes the problem (which is due to identical display paths), and it adds, IMHO, useful information to the GUI.
Patch reviewed by vfr.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30978 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-11 12:34:41 +00:00
Uwe Stöhr
9dd7760200
status.16x: correct bug number
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30950 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-09 16:41:18 +00:00
Pavel Sanda
2b56aa6f2d
Backport r30933
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30943 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-09 15:45:01 +00:00
Richard Heck
2419ffc8ad
Status for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30926 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-08 15:04:18 +00:00
Jürgen Spitzmüller
39a6971efa
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30924 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-08 12:40:58 +00:00
Uwe Stöhr
6f493faeea
status.16x: revert r30918
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30923 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-08 12:02:06 +00:00
Uwe Stöhr
acce91f3a9
status.16x: #5957 is not completely fixed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30918 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-08 00:22:09 +00:00
Vincent van Ravesteijn
47efe83a11
* status.16x update for r30907.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30908 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 16:24:00 +00:00
Vincent van Ravesteijn
7fd27c3b81
Some improvements for the math context menu:
...
- hide "Number this line" for single line equations,
- set flag for LFUN_MATH_MUTATE.
see r29762 and r29764.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30906 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 15:56:00 +00:00
Vincent van Ravesteijn
75e66e9d4c
branch: Fix a few enable/disable problems for longtables:
...
- set header, set first-header-empty, unset first-header-empty,
- set header, set first-header-empty, unset header
The same also for footers.
see r29716.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30905 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 15:29:36 +00:00
Vincent van Ravesteijn
6c7b0b67b3
branch: Add the emf and wmf graphics format as parameters to LFUN_PASTE.
...
see r29509.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30904 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 15:05:32 +00:00
Vincent van Ravesteijn
8072f2ee40
* status.16x update for r30901.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30902 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 14:54:24 +00:00
Jean-Marc Lasgouttes
750d6b6a52
backport r30557 (bug #1720 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30900 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 13:38:27 +00:00
Vincent van Ravesteijn
39ba733bc1
branch: Work-around for bug #6034 : Applying preferences confuses window about its size.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30899 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 13:25:48 +00:00
Jean-Marc Lasgouttes
0f655bc3eb
backport r30389 (bug #6043 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30898 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 13:20:48 +00:00
Richard Heck
5ba684315e
Work around bug 5702 a bit: Make tex2lyx treat the DefaultModule tag as
...
an Input tag.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30896 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 12:19:59 +00:00
Jürgen Spitzmüller
c35cfda727
Catch encoding exception when performing instant preview on an uncodable char (bug 6116).
...
* MathStream{.cpp, h}:
- replace bool dryrun() by enum output that also knows whether the stream is for instant preview
* InsetMathHull.cpp:
- tell the stream whether we use it for instant preview.
* MathString.cpp (write):
- gracefully catch encoding exception for instant preview.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30894 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-07 05:24:57 +00:00
Jürgen Spitzmüller
9736718169
* lyx2lyx/lyx_1_6.py: fix convert_url routine (bug 6121).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30868 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-06 08:04:59 +00:00
Enrico Forestieri
51a3759899
Properly restore the file encoding after a LaTeX environment with local scope.
...
Fixes bug #5690 : Hebrew file cannot be exported to dvi or pdf.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30849 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-03 18:40:48 +00:00
Uwe Stöhr
e83727bc99
Extended.lyx: accept changes about reverse DVI search (in sync with trunk)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30844 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 23:33:31 +00:00
Uwe Stöhr
8d6dea3be9
Hebrew documentation files: set the encoding explicitly to "cp1255" since the default would be "latin9,cp1255" due to the English parts in these files and that won't load cp1255 completely.
...
This behavior is new since some encoding updates at CTAN and I don't know why this is the case. using only "cp1255" will encode latin text correctly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30829 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-02 14:08:13 +00:00
Vincent van Ravesteijn
26d14890d6
Work-around for bug #5957 .
...
see r30794.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30796 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-27 07:32:08 +00:00
Jürgen Spitzmüller
6f5d51a97a
* status.16x: reorder.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30782 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-26 08:05:03 +00:00
Pavel Sanda
b2c73ae2bd
Backport r30779
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30781 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-26 07:57:25 +00:00
Vincent van Ravesteijn
ea16d18b54
branch: Fix bug #4473 : Incorrect LaTeX output for inter-word spaces.
...
This is a hack necessary because \\textcolor is a bit buggy.
see r30773.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30774 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-25 10:55:35 +00:00
Jürgen Spitzmüller
64a7513231
* Text.cpp (dissolveInset):
...
- perform updateLabels also after dissolving an empty inset (bug 6003).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30772 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-25 08:24:21 +00:00
Jürgen Spitzmüller
407c5742c0
* 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/branches/BRANCH_1_6_X@30770 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-25 06:20:31 +00:00
Vincent van Ravesteijn
4804c0a7a5
* status.16x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30763 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-24 20:23:38 +00:00
Jürgen Spitzmüller
5d2a712467
* TocWidget.cpp: disable sort option for TOC (bug 5983).
...
* TocModel.cpp: whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30761 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-24 14:03:22 +00:00
Richard Heck
975cbd3266
Bug 5522 for branch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30754 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-23 14:22:34 +00:00
Jürgen Spitzmüller
d3e137dafb
* status.16x: restore documentation of r30258.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30751 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-23 06:07:25 +00:00
Uwe Stöhr
0294794f06
status.16x: remove a non-informative entry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30750 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-23 00:46:44 +00:00
Jürgen Spitzmüller
051f6595e5
* ru.po: update from Nick A. Gusev.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30747 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-22 09:59:00 +00:00
Jürgen Spitzmüller
fb82e628ae
* ja/Tutorial.lyx: update from Koji.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30746 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-22 07:45:39 +00:00
Uwe Stöhr
59022faaf0
fr.po: updates by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30741 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-21 21:47:03 +00:00
Jürgen Spitzmüller
e98ca2362e
* Validator.{cpp, h}:
...
- add usignedGlueLengthValidator
* GuiVSpace.cpp:
* GuiDocument.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/branches/BRANCH_1_6_X@30703 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-20 05:32:03 +00:00
Uwe Stöhr
8fb7769602
- Visual support for the integral signs \fint and \fintop in formulas also for branch.
...
- add toolbar entries for \landdownint and the like
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30683 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-19 13:21:37 +00:00
Uwe Stöhr
e64ddc0b08
- Math.lyx: describe the new support for chemical equations
...
- status.16x: the support for chemical formulas is the major new feature of LyX 1.6.4, therefore advertise it as such
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30679 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 21:51:16 +00:00
Uwe Stöhr
0d687fed9b
German UserGuide.lyx: spell checking, cleanups, and updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30674 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 15:59:47 +00:00
Uwe Stöhr
ce6e844d91
German Intro.lyx and Tutorial.lyx: spell checking and updates by Hartmut and me
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30668 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 14:40:10 +00:00
Vincent van Ravesteijn
3d6ec36f0a
* status.16x: typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30665 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 09:24:13 +00:00
Vincent van Ravesteijn
5d69178995
* status.16x: typos.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30664 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 09:23:35 +00:00
Vincent van Ravesteijn
be25e1b42b
* status.16x update for r30662.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30663 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-18 09:22:25 +00:00
Vincent van Ravesteijn
af3fe8ab88
Fix bug #6070 : Width unit cannot be set in tabular dialog.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30650 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-17 18:28:00 +00:00
Jürgen Spitzmüller
b019b36656
* lyx2lyx/lyx_1_5.py:
...
- fix bug 6018.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30645 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-17 15:09:32 +00:00
Richard Heck
fa5764df3d
Fix bug 6076 for branch. And even include status.16x.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30643 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-17 14:01:21 +00:00
Enrico Forestieri
399324baec
Fix bug #5096 : Language switch fails in environments.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30628 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-16 13:02:50 +00:00
Vincent van Ravesteijn
1fda2e4577
branch: Fix the enabling of the custom page size field in GuiDocument.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30626 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-16 12:35:31 +00:00
Vincent van Ravesteijn
d0d41147a7
branch: Fix bug #2213 : GuiChanges? lacks "Previous Change" button.
...
see r29108, r29109, r29110, r29111, and r29115.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30597 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-15 10:08:56 +00:00
Pavel Sanda
9e6e4ebdd5
Backport r30581.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30596 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-15 07:31:22 +00:00
Jean-Marc Lasgouttes
52bdc0abdd
fix bug 6081
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30577 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 16:33:10 +00:00
Pavel Sanda
108586552a
backport r30567
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30575 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 16:30:52 +00:00
Vincent van Ravesteijn
ef3b32689a
* status.16x: reorder.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30574 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 16:23:01 +00:00
Vincent van Ravesteijn
a706b500c8
* status.16x update for r30571.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30573 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-14 16:05:46 +00:00
Vincent van Ravesteijn
12cb76773d
branch: Fix bug #5944 : Scrolling isn't predictable.
...
The row in editXY is corrected when we're scrolling with PgUp and PgDn to make sure that the row where the cursor is places, is completely in the view.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30552 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-13 21:49:07 +00:00
Jürgen Spitzmüller
caf4e97175
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30548 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-13 14:42:11 +00:00
Pavel Sanda
a277b8bd21
Backport r30536
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30538 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-13 10:48:48 +00:00
Vincent van Ravesteijn
e1bdd1b4ad
branch: Fix bug #5435 : DEPM is not executed when leaving an inset.
...
see r29585 and r29248.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30514 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 16:48:02 +00:00
Vincent van Ravesteijn
25aa3d4022
branch: Fix bug #5458 : File reopens at LyX-start even though it was closed in previous session.
...
see r29596.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30513 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 16:01:38 +00:00
Enrico Forestieri
51521e44ab
Honour preferences about automatic popup and inline completion when
...
pressing Ctrl-L in math mode.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30512 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 15:53:43 +00:00
Vincent van Ravesteijn
39c0ef09a8
* status.16x: Reorder in order of importance.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30510 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 15:16:09 +00:00
Vincent van Ravesteijn
75dabc75f9
branch: Fix bug #5390 . Copy from a deleted section with change tracking.
...
Do not accept the changes in the selection, if it is completely deleted.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30509 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 15:14:51 +00:00
Enrico Forestieri
5b103485d5
Fix bug #6063 : Keylogger lyx::lyxbreaker: Crash in Math.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30508 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 15:10:14 +00:00
Jürgen Spitzmüller
d78bc34d3b
* InsetTabular.cpp: fix bug 6057: longtable captions must always be in a first header.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30501 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 13:43:30 +00:00
Vincent van Ravesteijn
4813d3ae41
branch: Fix bug #4952 : Multiple cells pasting fails if cells are selected.
...
When the clipboard contains a tabular selection, dirty_tabular_stack_ is true. However, it is set to false when the user clears a selection (without copying). After this (mostly accidental) action, pasting the tabular contents goes wrong.
So, we only clear the dirty_tabular_stack_ flag when a 'real' copy to clipboard has been made.
see r29717, r29718, r29719
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30499 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 13:31:05 +00:00
Vincent van Ravesteijn
e49fed46fc
branch: Fix bug #3918 : "Toggle Outline" button does not toggle back when clicking 'x' button.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30498 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-12 13:22:40 +00:00
Vincent van Ravesteijn
059d5ee830
branch: Fix bug #2034 : Inconsistent behavior of cursor inside mathed.
...
When closing the macromode, do the same trick as in lines 835--838.
see r29686
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30492 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 17:57:25 +00:00
Vincent van Ravesteijn
4abaf35bad
branch: Fix bug #3706 : Mathed builtin/macro expansion not performed when clicking away.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30491 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-11 17:53:26 +00:00
Enrico Forestieri
955716dfa5
Fix bug #5923 : Math macro expansion not performed when modifying the macro identifier
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30450 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-10 14:48:16 +00:00
Jürgen Spitzmüller
e41e2ac1b0
* status.16x: document r30436.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30447 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-10 08:47:37 +00:00
Enrico Forestieri
a8b29819e9
Fix bugs #6047 , #4043 , and #5394 .
...
6047: Lyx 1.6.3 unable to typeset the third chemical equation of the
file mhchem.lyx (package mhchem)
4043: mhchem support
5394: support for the mhchems's \ce command
The \ce and \cf insets are text mode environments that allow entering
spaces and mathmode commands. LyX leaves them alone and doesn't try to
be smart, i.e., the behaviour is exactly the same we had in the old days
with text-in-math mode environments, before the introduction of the
\ensuremath and \lyxmathsym macros. This means that in those environments
one has to know what he is doing, as LyX will not offer any protection.
The hack of enclosing \ce and \cf in a \text{} environment in order to
be able to enter spaces is no longer necessary.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30439 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-09 20:51:21 +00:00
Jürgen Spitzmüller
28988d22bc
* GuiLog.{cpp,h}:
...
* LogUi.ui:
- add some basic navigation facilities.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30426 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-09 15:54:13 +00:00
Jürgen Spitzmüller
cfeab7476f
* InsetBranch.cpp:
...
- fix display of "child only" suffix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30424 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-09 11:49:16 +00:00
Jean-Marc Lasgouttes
c88dd9924e
Backport r30399 in order to fix #6013 (I am not sure how to be more cryptic yet still useful)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30413 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-08 11:03:41 +00:00
Jürgen Spitzmüller
a05115102e
* NomenclUi.ui: set acceptRichText to false.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30403 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-07 12:27:51 +00:00
Jürgen Spitzmüller
c6c0c87eba
* PreambleUi.ui:
...
- fix bug #3936 : Paste into preamble gives wrong font size.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30397 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-07 08:17:18 +00:00
Enrico Forestieri
09eb90bd3e
Fix bug #6041 : "tabular-feature align-" in a math-matrix.
...
Also fix display of centered vertical alignment status and smash
unnecessary debug output.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30374 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-05 14:01:53 +00:00
Uwe Stöhr
9f7ba61cb3
Spanish documentation and translation updates by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30333 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-02 12:27:28 +00:00
Enrico Forestieri
8359be573d
Add some cygwin stuff.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30332 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-01 21:10:00 +00:00
Jürgen Spitzmüller
b78412f8a8
* GuiApplication.cpp (readUiFiles):
...
- only reset settings if a file with Toolbars has changed. This should significantly decrease
the number of circumstances where the settings are lost unnecessarily.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30324 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 13:12:28 +00:00
Uwe Stöhr
df207989f2
status.16x: tipo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30316 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 09:41:06 +00:00
Uwe Stöhr
a95cb6fb02
EmbeddedObjects.lyx: new section about subfloats (This is already explained elsewhere but users requested to have it here with an example that every type can have subfloats and to have an example for the two different placements.)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30314 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-30 09:35:15 +00:00
Jean-Marc Lasgouttes
e079ef7d69
fix setonoff for inset-modify on InsetInclude
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30308 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-29 13:33:47 +00:00
Jean-Marc Lasgouttes
3e6401ac2b
Fix assertion when selection with Shift-button in math editor (bug #6026 )
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30307 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-29 13:03:04 +00:00
Jean-Marc Lasgouttes
a2e081eb84
Fix context menu for insets inside a branch inset (bug 6022)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30306 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-29 12:58:08 +00:00
Jürgen Spitzmüller
620453460a
* id.po: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30303 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-29 12:12:36 +00:00
Jürgen Spitzmüller
235d85d6f2
* do not change name of QSettings config file on LyX version change.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30302 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-29 08:45:03 +00:00
Pavel Sanda
4eb10e4681
Backport gui for svn locking property
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30271 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-26 14:54:37 +00:00
Jürgen Spitzmüller
44fc2d3680
* id.po: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30264 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-26 12:24:46 +00:00
Jürgen Spitzmüller
f2feb12944
* status.16x: typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30260 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-26 11:02:22 +00:00
Jürgen Spitzmüller
0ea45d2659
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30259 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-26 11:01:28 +00:00
Pavel Sanda
7ef3a4a6eb
Missing status entry
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30253 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-25 10:01:45 +00:00