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
Enrico Forestieri
ac9587e6e1
Fix bug #6033 : Initial character sometimes eaten by math-insert
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30250 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-24 08:29:50 +00:00
Jürgen Spitzmüller
39acc4f645
* status.16x: small tweaks.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30249 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-24 07:30:40 +00:00
Jean-Marc Lasgouttes
80f0206b86
backport r30242 (bug 2566)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30243 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-23 13:29:41 +00:00
Jean-Marc Lasgouttes
e0972b529d
fix trivial documentation bug (bug 5881)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30219 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-22 10:55:38 +00:00
Enrico Forestieri
9d46e0b6e5
Fix bug #6020 : Reverse DVI/PDF search fails with child documents.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30216 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-22 06:18:12 +00:00
Enrico Forestieri
56b70e512b
Fix bug #6030 : LyX does not take into account BOM.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30215 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-22 06:15:20 +00:00
Jürgen Spitzmüller
9bcc9f47ed
* status.16x: typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30202 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-20 13:06:30 +00:00
Jürgen Spitzmüller
001b2b1624
* LaTeX.cpp (deplog):
...
- fix regex so that rexeg_search finds more than one match in a line.
This fixes a bug where files which were output in the log file in a
line which already listed another file were not dependency tracked.
I.e., cases such as
(./child1.tex) (./child2.tex)
(bug 6024).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30200 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-20 13:03:19 +00:00
Uwe Stöhr
74fc41c076
branch: tex2lyx/preamble.cpp: support for fileformat 263: support for the document languages Brazilian and Portuguese
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30175 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-19 00:44:43 +00:00
Jean-Marc Lasgouttes
877808064d
Backport http://www.lyx.org/trac/changeset/28814
...
New commands inset-begin/end (bound to Ctrl-Alt-Home/End) allow to jump
to begin/end of insets (and outside of the inset if the cursor is already
in place). There are also versions that select text.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30160 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 15:47:01 +00:00
Jürgen Spitzmüller
b498fa1b05
* Paragraph.cpp:
...
- we do not output alignment begin for the default alignment,
so we must not output the end tag (bug 5995)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30152 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 06:52:59 +00:00
Jürgen Spitzmüller
8aa09ebafe
status.16x: tweaks.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30150 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-18 06:33:20 +00:00
Pavel Sanda
e0c5df56a6
backport r30144
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30149 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-17 22:07:32 +00:00
Enrico Forestieri
943eb2a6f1
Reintroduce workaround for dealing with nested math hulls, as it is
...
not guaranteed that LyX is always able to replace $...$ constructs
with \ensuremath{...}.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30147 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-17 17:36:41 +00:00
Pavel Sanda
4c8faf8543
Wrong section
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30134 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-16 08:24:44 +00:00
Jürgen Spitzmüller
223a977954
* configure.py:
...
- change eLyXer command and copier to copy images
to the appropriate places on view and export
(requires eLyXer 0.27).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30133 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-16 08:08:34 +00:00
Pavel Sanda
98a3aba0b9
Backport r30130.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30131 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-16 07:58:04 +00:00
Uwe Stöhr
39e7d0b210
status.16x: another typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30129 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 21:59:37 +00:00
Uwe Stöhr
2c528caa70
status.16x: typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30128 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 21:14:08 +00:00
Uwe Stöhr
8c0d539666
status.16x: entry for the tex2lyx efforts
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30127 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 21:03:57 +00:00
Pavel Sanda
8f25cb73ff
Cosmetics
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30111 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 15:56:57 +00:00
Pavel Sanda
373f3d8f7d
Backport fix for bug #6000
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30110 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 15:55:53 +00:00
Jean-Marc Lasgouttes
44f0cd4dca
backport http://www.lyx.org/trac/changeset/30107
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30108 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-15 12:18:18 +00:00
Jürgen Spitzmüller
fc71962979
revert r30085. Silly me!
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30086 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-13 10:47:36 +00:00
Jürgen Spitzmüller
5e64a62bb1
* ext_copy.py:
...
- import warning since we use it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30085 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-13 10:44:44 +00:00
Jürgen Spitzmüller
23345956ef
* BiblioInfo.cpp:
...
- convert author/editor to proper unicode.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30073 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 14:34:44 +00:00
Enrico Forestieri
a676d02970
Fix display of BibTeX entries in the info field of the citation
...
dialog by only converting text mode latex macros to unicode points.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30071 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 14:22:51 +00:00
Uwe Stöhr
345e954e94
status.16x: entry for previous commit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30067 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-12 11:37:47 +00:00
Uwe Stöhr
7bd1f2f062
status.16x: typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30041 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-10 22:48:24 +00:00
Jean-Marc Lasgouttes
3c6e023f62
Show binding associated to the lfun in the tooltip of a toolbar icon.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30040 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-10 14:03:55 +00:00
Jürgen Spitzmüller
7ef1378998
* es.po: update from Ignacio.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30039 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-10 12:10:02 +00:00
Enrico Forestieri
8d21593429
The QFileInfo::refresh() bug is fixed in Qt 4.5.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30038 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-10 11:34:28 +00:00
Pavel Sanda
f89bd3fe91
Backport fix for 5980.
...
Patch from Vincent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30025 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-09 06:53:51 +00:00
Enrico Forestieri
6ba5e78424
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30024 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-09 00:48:00 +00:00
Jürgen Spitzmüller
b7304601e0
backport revision 29238
...
URL: http://www.lyx.org/trac/changeset/29238
Log:
* Properly separate the specific Japanese (i.e., pLaTeX) auxiliary programs (jbibtex, mendex)
from the standard LaTeX programs.
These programs are only used now if the document actually uses Japanese, not always if they are found.
(bug 5601 a.o.).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30020 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-08 16:04:11 +00:00
Uwe Stöhr
f3ae89e3fb
new Slovakian translation of the Intro manual thanks to Kornel
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30012 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-07 19:27:44 +00:00
Enrico Forestieri
d8d90dfd89
Add lyxeditor script to development/tools, adjust properties of other
...
files and also add lyxpak.py to the distributed files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30001 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 15:35:30 +00:00
Uwe Stöhr
0fc8f233f7
Intro.lyx: - bugzilla is dead
...
- some cleanups
the other language versions of Intro.lyx are coming later
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30000 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 15:28:32 +00:00
Pavel Sanda
1b59c47b40
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29995 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 13:48:15 +00:00
Georg Baum
ad3dcfa1ac
detect multithreaded boost
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29993 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 13:14:05 +00:00
Jürgen Spitzmüller
2522348e0d
* amsart.layout:
...
* amsbook.layout:
- fix on-screen representation of headings
Patch by Russ Woodroofe and me.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29990 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 07:42:05 +00:00
Jürgen Spitzmüller
cb1ed3df1c
status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29989 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-06 07:34:31 +00:00
Jürgen Spitzmüller
dc46572cf3
* po/*.po: remerge.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29942 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 05:14:07 +00:00
Jürgen Spitzmüller
ef31f02ca5
backport rev. 29324:
...
Timestamp:
04/19/09 13:57:52
Author:
spitz
Message:
Implement a warning dialog with a "Do not show this warning again!" checkbox.
Since Qt does not provide this, we have to roll our own dialog.
Hidden warnings are stored in sessions.
The dialog is currently only used in the case where an included file
has a different textclass then the master (bug 3218).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29941 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-05 05:06:17 +00:00
Enrico Forestieri
dc3abde38e
Take into account file system case sensitivity when checking whether
...
a path starts with a given prefix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29940 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 18:56:22 +00:00
Richard Heck
4b3f889d33
Status for previous commit to branch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29935 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 15:35:35 +00:00
Uwe Stöhr
6b22915bd6
fix #5945 also for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29923 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 13:41:26 +00:00
Jürgen Spitzmüller
cb81b1fb85
back to work.
...
Branch is open for commits again.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29919 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-04 12:58:13 +00:00
Jürgen Spitzmüller
867a20caae
* configure.py:
...
- add support for eLyXer. This is supposed to be the last change before 1.6.3.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29905 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-02 15:37:29 +00:00
Jürgen Spitzmüller
a0b9b063c7
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29900 a592a061-630c-0410-9148-cb99ea01b6c8
2009-06-01 09:08:57 +00:00
Uwe Stöhr
839896c338
ro.po: updates by Marius
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29886 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-29 20:55:56 +00:00
Jürgen Spitzmüller
1abdf7f8a5
* documentation updates from Koji Yokota.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29879 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-29 14:49:07 +00:00
Pavel Sanda
dbe1a114d3
* nb.po from Helge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29878 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-29 10:24:42 +00:00
Uwe Stöhr
8de29c96a5
EmbeddedObjects.lyx: remove wrong preamble line, fixes #5966
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29863 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-27 01:46:49 +00:00
Uwe Stöhr
a25995dd8c
hu.po: updates by Szöke
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29857 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-26 20:47:27 +00:00
Enrico Forestieri
27b0a1e35a
Don try to be smart and always protect the preamble with \makeatletter
...
and \makeatother if it is not empty.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29854 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-26 18:07:27 +00:00
Pavel Sanda
f2f23df1de
forgot this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29845 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-25 18:31:31 +00:00
Enrico Forestieri
3f5f4266a3
Fix reverse search when the View Source window is active.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29835 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-24 09:03:03 +00:00
Uwe Stöhr
e220b2b0f4
uk.po: updates from Yuri
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29829 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-23 14:22:59 +00:00
Jürgen Spitzmüller
2367e114d7
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29802 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-23 04:49:12 +00:00
Pavel Sanda
312f2f9bc5
Backport #5307 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29792 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-22 21:43:27 +00:00
Vincent van Ravesteijn
1a3d93681e
* status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29777 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-22 11:36:40 +00:00
Enrico Forestieri
f34bf59ad7
Document fix for bug #1452 , too.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29760 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-21 00:28:29 +00:00
Enrico Forestieri
61bd851fd6
Document fix for bug #2466 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29755 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-21 00:08:50 +00:00
Enrico Forestieri
533273ed5d
Fix bug #1435 . Now Ctrl-m enters math mode when in text-in-math mode,
...
instead of producing nested text boxes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29748 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-20 15:35:49 +00:00
Jürgen Spitzmüller
f720a43314
* calculate the size of the iconv output buffer (bug 5951).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29736 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-19 15:28:27 +00:00
Jürgen Spitzmüller
647e492ac9
* InsetTabular.cpp (getStatus):
...
- allow again to set allocate multiple header attributes to a row,
since this is valid (fix bug 5950).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29722 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-18 06:25:43 +00:00
Uwe Stöhr
56a983f5d9
achemso.lyx: make the file compilable again: the achemso LaTeX-package has changed the command \altaffiliation and added the command \alsoaffiliation in version v3.2. Therefore achemso.lyx was no longer compilable.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29714 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-17 17:00:01 +00:00
Jürgen Spitzmüller
9cd46c3d32
* InsetCollapsable.cpp (doDispatch):
...
- reset paragraph fonts also after LFUN_SELECTION_PASTE.
This assures lang is set to latex in ERTs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29691 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-16 15:43:06 +00:00
Vincent van Ravesteijn
2d34795212
* status.16x: typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29689 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-16 07:15:58 +00:00
Vincent van Ravesteijn
7859191dd7
branch: Partial fix for bug #5465 . This will enable scrolling down past a very large inset. With this code, LyX will scroll up everytime you try to scroll past the inset, because the cursor is set on the uppermost row.
...
see:
http://thread.gmane.org/gmane.editors.lyx.devel/118449
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29684 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-15 21:27:28 +00:00
Vincent van Ravesteijn
a96090060d
branch: Fix bug #5888 .
...
See r29665 and http://thread.gmane.org/gmane.editors.lyx.devel/116562 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29670 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-14 17:56:36 +00:00
Pavel Sanda
790994b914
Update bindings for MAC
...
Patch from Bennett
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29632 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-11 12:18:39 +00:00
Jürgen Spitzmüller
3a5251f94a
* status.16x: reorder.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29623 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-11 04:37:16 +00:00
Enrico Forestieri
4d613ca34c
Don't create nested math hulls (fixes bug #5392 ) and remove workaround
...
needed to deal with such nesting.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29610 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 14:32:00 +00:00
Enrico Forestieri
8baf858a80
Fix bug in FileName::dirList(). If the directory had been specified without a
...
trailing slash, the listing of the parent directory would have been returned.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29609 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 14:17:57 +00:00
Vincent van Ravesteijn
a2316bd480
branch: Fix part 2 of bug #5758 : Crash when closing the dosbox from which LyX was started.
...
A problem occurs when we write the ConverterCache index file. This action is instantiated in the destructor of the 'static ConverterCache' object. The use of QFileInfo at that point leads to a crash.
It is maybe not a good idea at all to put part of the functionality in a destructor, especially not when we do not delete the object ourselves and when this functionality uses external libraries etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29608 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 11:07:03 +00:00
Vincent van Ravesteijn
a6b4e213b6
branch: Fix bug #5930 : Crash when undoing info-insert in math mode.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29607 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 11:01:54 +00:00
Vincent van Ravesteijn
f4845784d5
branch: Fix bug #5890 : Assertion when reducing the view size.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29606 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 10:55:17 +00:00
Vincent van Ravesteijn
3ec10f7536
* status.16x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29594 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 19:14:25 +00:00
Vincent van Ravesteijn
6d9490470c
branch: Autosave files of still unnamed documents (newfiles) are now saved in the backup dir, default document dir, or else in the temp dir.
...
see r29065, r29071, r29073, and r29508.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29592 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 19:08:59 +00:00
Vincent van Ravesteijn
85419bb6cb
branch: Fix bug #5131 : Remember last file active.
...
A bool is added to the entry of a last opened file in the Session file. This bool, indicates whether the file was the last one being edited.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29591 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 18:47:32 +00:00
Vincent van Ravesteijn
ed337e4f84
Bind M-plus(M-equal) and M-minus to buffer-zoom-in/out.
...
see also r29208.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29589 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 18:30:05 +00:00
Vincent van Ravesteijn
1233a0a00e
Fix some outliner ui glitches:
...
- reduce flickering,
- improved disabling and enabling of controls.
see also r29477.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29588 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 18:27:08 +00:00
Jürgen Spitzmüller
a7c3fa14fd
* disable some invalid insets in description items (covers bug 5937).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29586 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 16:56:58 +00:00
Enrico Forestieri
919f0537ff
Fix bug 5705 by speeding up FileName operator== (Georg's solution).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29563 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-07 16:22:49 +00:00
Uwe Stöhr
01e2de4d43
- Spanish Customization.lyx: updates by Ignacio
...
- English Customization.lyx: fix preamble comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29536 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-04 21:34:09 +00:00
Vincent van Ravesteijn
3f9ca01be0
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29534 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-04 19:30:50 +00:00
Pavel Sanda
ee2bad7dc7
Backport r29527
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29529 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-04 08:01:09 +00:00
Uwe Stöhr
b7712a32ed
new Indonesian translation of the Tutorial by Waluyo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29521 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-03 22:12:37 +00:00
Enrico Forestieri
081b58b672
When performing a reverse DVI search and the tmpdir is a symlink, the
...
DVI viewer passes back the resolved path, such that the search fails,
as internally LyX uses the unresolved path.
This patch fixes this bug by using the new method FileName::realPath
which resolves a path by getting rid of any '.', '..', or symlink
path components.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29504 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 21:51:06 +00:00
Pavel Sanda
d308eb6906
Backport
...
http://www.lyx.org/trac/changeset/29491
http://www.lyx.org/trac/changeset/29492
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29494 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 13:21:56 +00:00
Jürgen Spitzmüller
b718b70e32
* memoir.layout:
...
- \chapter* has an optional argument
(patch from Bennett)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29489 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 07:58:10 +00:00
Pavel Sanda
7057ee58f8
Backport http://www.lyx.org/trac/changeset/29473
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29475 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-01 13:55:56 +00:00
Uwe Stöhr
6aa61012b5
status.16x: http://www.lyx.org/trac/ticket/5758 is not fixed
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29446 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-29 23:52:15 +00:00
Vincent van Ravesteijn
4ddd832a5f
* status.16x
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29440 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-29 19:28:16 +00:00
Jean-Marc Lasgouttes
45a25cf67e
Fix libtool bug where -framework options are silently ignored on a Mac.
...
Testing appreciated on all platforms.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29438 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-29 14:27:22 +00:00
Jean-Marc Lasgouttes
88eca7e8a3
Backport r29345: Put Address and Right_Address in category FrontMatter
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29436 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-29 13:40:29 +00:00
Jürgen Spitzmüller
c1d04726f3
* status.16x: reorder.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29428 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-28 05:37:40 +00:00
Enrico Forestieri
22794313af
Don't try to load a nonexisting file when executing server-goto-file-row
...
as this leads to a crash.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29427 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-27 22:35:53 +00:00
Jürgen Spitzmüller
d6a4f320b4
* status.16x: forgot to document one fix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29423 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-27 09:58:00 +00:00
Jürgen Spitzmüller
f3622e2a23
* lyx_1_6.py:
...
- Fix reversion of aligned tables in subfloats to LyX 1.5 (bug 5918).
- Fix reversion of info insets with a backslash to LyX 1.5.
- Fix unicode characters > LaTeX macro reversion to LyX 1.5.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29422 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-27 09:51:38 +00:00
Uwe Stöhr
27f8734489
Customization.lyx:
...
- remove completely outdated section with even wrong infos
- remove subsection that is already part of the UserGuide
- fix labels
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29415 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-26 16:56:42 +00:00
Jürgen Spitzmüller
0a0c5a79ae
* configure.py:
...
- check for KDE 4's okular viewer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29411 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-26 12:07:07 +00:00
Enrico Forestieri
7bd61577b0
Document usage of the reverse DVI search feature in LyX
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29401 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-25 18:33:36 +00:00
Jürgen Spitzmüller
64d320c255
backport r29394:
...
Author: younes
Date: Fri Apr 24 23:04:51 2009
New Revision: 29394
URL: http://www.lyx.org/trac/changeset/29394
Log:
Simple fix for bug 4464
http://www.lyx.org/trac/ticket/4464
Thanks to Vincent for showing the way.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29396 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-25 09:48:16 +00:00
Jürgen Spitzmüller
4a1d3eeffd
* status.16x: add bug number.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29391 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-23 14:10:01 +00:00
Uwe Stöhr
93b6399c77
InsetHyperlink.cpp: - fix #5908 for branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29380 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-22 21:32:21 +00:00
Pavel Sanda
6f515be868
backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29370 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-22 18:42:14 +00:00
Vincent van Ravesteijn
e1df748c11
branch: Fix bug 5894: Inserting tabs with inline selections.
...
see r29245.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29330 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 14:18:19 +00:00
Vincent van Ravesteijn
a9af222226
* status.16x update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29329 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 14:09:25 +00:00
Vincent van Ravesteijn
0dd017f0fc
branch: Revert fix for bug #5435 .
...
Revert r29002 and r29003. This fix introduced a regression. The new fix will be postponed to 1.6.4.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29327 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 14:00:59 +00:00
Richard Heck
12fbbcc175
Backport r27635, r28193, r28194, r28220, r29094, and r29095. The point
...
of these, taken together, is to improve the display of information in
InsetCitation and GuiCitation, by gathering missing data from the
crossref, if one is defined, basically as BibTeX does.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29312 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 15:29:36 +00:00
Uwe Stöhr
c7979161c2
status.16x: mention the updated Norwegian Intro manual and fix a typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29301 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 23:34:55 +00:00
Uwe Stöhr
fc083a1c23
UserGuide.lyx: update the file according to the new shortcuts
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29298 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 22:57:42 +00:00
Pavel Sanda
de49762939
Backport paragraph settings shortcuts
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29282 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 09:05:50 +00:00
Uwe Stöhr
3b3b20fbe4
UserGuide.lyx, status.16x : Extended manual -> Additional Features manual
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29270 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:30:31 +00:00
Uwe Stöhr
853172a024
Math.lyx: update documentation for \cfrac
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29266 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:07:15 +00:00
Uwe Stöhr
071ae9f79c
status.16x: - add support for \cfrac
...
- some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29264 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 21:04:58 +00:00
Jean-Marc Lasgouttes
273832e21f
fix a few compilation warnings with gcc
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29242 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-14 10:37:49 +00:00
Vincent van Ravesteijn
7503ba017e
branch: Enable dialogs that can apply for read-only documents.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29226 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-12 12:00:29 +00:00