Commit Graph

21018 Commits

Author SHA1 Message Date
Uwe Stöhr
a453c45c4c - German Intro.lyx: remove a relict
- installer: update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29636 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-11 22:24:15 +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
Uwe Stöhr
bfef5f9bf4 installer:
- display the uninstaller in the Windows system language
 - use Qt 4.5.1 for LyX 1.6.3 (seems to be safe now)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29618 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 22:33:11 +00:00
Uwe Stöhr
6a86e734de installer: Indonesian translation corrections by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29615 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 21:29:25 +00:00
Uwe Stöhr
c0f7af34bb installer: prepare for LyX 1.6.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29611 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-10 17:04:28 +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
8ab43f3d6d branch: Fix bug #5879: Move the autosave file of a buffer when the filename changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29593 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 19:13:21 +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
391a16e42f Close the tabs in reverse order, which is aesthetically better after r29530. Consequently, we have to open the files (read from the session file) also in reverse order.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29590 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 18:35:34 +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
Kornel Benko
0221a7c390 * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29582 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-09 09:16:43 +00:00
Pavel Sanda
fe6f0fb610 * LFUNs.lyx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29575 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-08 16:24:27 +00:00
Kornel Benko
0d50b7b87a * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29573 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-08 14:32:17 +00:00
Jürgen Spitzmüller
e2d2eae554 * also enable LFUN_BRANCH_INSERT if we have branches only in a child.
(no status entry needed. This is due to a new feature)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29570 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-08 12:40:23 +00:00
Jürgen Spitzmüller
025295fcf3 * id.po: update from Waluyo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29566 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-08 09:33:32 +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
Kornel Benko
ba8d29b658 * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29555 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-06 19:48:27 +00:00
Kornel Benko
153c94bf7b * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29554 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-06 19:40:50 +00:00
Pavel Sanda
5ba40662ca * cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29549 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-06 05:37:18 +00:00
Uwe Stöhr
498532a4c6 Spanish Customization.lyx: update/correction by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29548 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-05 21:46:25 +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
Pavel Sanda
a4e6305344 * ANNOUNCE, to be adjusted later
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29535 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-04 21:09:07 +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
Vincent van Ravesteijn
bcf361f389 branch: Fix bug #5001: Tab order not preserved when starting lyx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29533 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-04 19:20:20 +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
Kornel Benko
962072cc8c Change the quote style to satisfy MSVC.
Patch from Peter Kümmel


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29513 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-03 15:17:02 +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
Uwe Stöhr
cf9da27ef4 Tutorial.lyx: fix wrong menu name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29502 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 19:18:37 +00:00
Uwe Stöhr
68d768fa5f installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29499 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 17:34:20 +00:00
Pavel Sanda
9d07a6ca61 * doxy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29495 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 13:32:20 +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
Kornel Benko
b661e0917a translate quotes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29487 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-02 05:43:13 +00:00
Uwe Stöhr
157269e4c9 German UserGuide.lyx: updates from Hartmut
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29482 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-01 18:51:49 +00:00
Uwe Stöhr
0e16019599 Customization.lyx: the graphics and external material dialog no longer contain an Edit button
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29481 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-01 18:51:24 +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
dee10a05cb Customization.lyx: corrections from Hartmut and me
German Customization.lyx: updates by Hartmut

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29471 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-01 12:19:45 +00:00
Uwe Stöhr
20e8bbab7f es.po: update by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29469 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-01 11:47:13 +00:00
Pavel Sanda
06990ec39b Backport http://www.lyx.org/trac/changeset/29461
http://www.lyx.org/trac/changeset/29462


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29464 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-01 09:40:07 +00:00
Uwe Stöhr
f1e9e8110d es.po: updates by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29451 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-30 20:50:34 +00:00