Vincent van Ravesteijn
5bbf48b743
branch: Fix bug 5799. Warning when opening the document settings and preferences dialogs: http://bugzilla.lyx.org/show_bug.cgi?id=5799 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28782 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 18:24:09 +00:00
Vincent van Ravesteijn
9a912afd42
branch: Fix bug 5357: Close tab possible without close tab icon
...
http://bugzilla.lyx.org/show_bug.cgi?id=5357
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28781 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 17:56:26 +00:00
Vincent van Ravesteijn
e007ee91da
branch: Fix bug 5088: Incorrect cursor movement
...
http://bugzilla.lyx.org/show_bug.cgi?id=5088
After executing DEPM to remove a double space, the position of the cursor was only 'fixed' if the cursor remained in the same par. This patch corrects this
to fix the position of the cursor also when the cursor is in a nested inset which is in the same par. This is needed because otherwise the cursor would not
point to the inset but one pos after it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28780 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 17:41:19 +00:00
Vincent van Ravesteijn
73db05c0bb
branch: Fix bug 1802: http://bugzilla.lyx.org/show_bug.cgi?id=1802 .
...
* allows the selection of a whole cell with shift+key
* shift-movement between empty cells with a single keystroke
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28779 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 17:31:11 +00:00
Jürgen Spitzmüller
5ed949cc01
* po/postats.py:
...
- set branch tag.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28778 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 15:35:34 +00:00
Jürgen Spitzmüller
d056614c3b
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28775 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 15:00:04 +00:00
Jürgen Spitzmüller
73b68ce585
* new Indonesian translation of the UI by Waluyo Adi Siswanto
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28774 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 14:56:47 +00:00
Jürgen Spitzmüller
cc55eca74a
back to work.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28773 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 14:20:37 +00:00
Jürgen Spitzmüller
1e11d791b4
* configure.ac: final date for 1.6.2.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28770 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 12:48:39 +00:00
Jürgen Spitzmüller
9ae2136da4
* po/*.po: final remerge for 1.6.2.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28769 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 12:47:12 +00:00
Vincent van Ravesteijn
9ad1428486
Fix an infinite loop with Qt4.5 when creating two unnamed files.
...
In Qt4.5, QFileInfo::operator==() always returns true when comparing two non-existing files. Therefore, an extra check is needed.
see
http://www.lyx.org/trac/changeset/28748
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28768 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 10:47:29 +00:00
Vincent van Ravesteijn
7238dc91e8
branch: change the use of QString::indexOf(RegExp) into RegExp::indexIn(QString) to avoid crashes and infinite loops with Qt4.5.
...
See:
http://www.lyx.org/trac/changeset/28746
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28767 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-14 10:39:27 +00:00
Jürgen Spitzmüller
f86581d59d
updates.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28765 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 13:14:24 +00:00
Jürgen Spitzmüller
e8010f4fee
* ANNOUNCE: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28764 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:23:31 +00:00
Richard Heck
e6443c25a6
Put that in the right place. Fix a typo.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28763 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:19:39 +00:00
Richard Heck
8faf385ac8
Fix import of empty index insets.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28761 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:17:21 +00:00
Jürgen Spitzmüller
00795a665b
updates.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28760 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:13:05 +00:00
Jürgen Spitzmüller
a37fe91e51
* buffer_funcs.cpp:
...
- fix another dataloss crash when undoing a resolved branch in a child
(patch by rgheck).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28759 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 12:08:20 +00:00
Pavel Sanda
f255a48739
* tr.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28758 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-13 11:51:46 +00:00
Jürgen Spitzmüller
f2b53f847f
* configure.ac: new date.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28734 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-09 07:56:27 +00:00
Jürgen Spitzmüller
1d9ee4e901
Backport r28730.
...
Author: vfr
Date: Sun Mar 8 22:23:31 2009
New Revision: 28730
URL: http://www.lyx.org/trac/changeset/28730
Log:
Fix scrolling regression (http://www.lyx.org/trac/changeset/28397 ).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28733 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-09 07:49:21 +00:00
Jürgen Spitzmüller
a0e0bd3311
* tex2lyx/Makefile.am:
...
- add tex2lyx.1 to the distribution.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28724 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-08 08:29:23 +00:00
Jürgen Spitzmüller
e1be2bf9e4
* ANNOUNCE:
...
* configure.ac:
- 1.6.2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28723 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-08 06:47:42 +00:00
Uwe Stöhr
aca830ca05
installer: final touch for LyX 1.6.2
...
- revert to Qt 4.4 as discussed on the list
- again an ImageMagick upgrade
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28722 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-08 03:30:07 +00:00
Jürgen Spitzmüller
4bb8716d3e
* ANNOUNCE:
...
* NEWS:
- final touches.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28717 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 16:56:22 +00:00
Jürgen Spitzmüller
e2ffa56e4f
* po/*.po:
...
- this should be the final remerge before 1.6.2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28716 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 16:50:06 +00:00
Jürgen Spitzmüller
e07acda356
* ANNOUNCE: adapt announcement text.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28715 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 16:40:00 +00:00
Jürgen Spitzmüller
ec43e0e071
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28714 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 16:37:43 +00:00
Jürgen Spitzmüller
22a49ee863
fix bug 5833
...
* Buffer.{cpp, h}:
- new method getChildren() that returns included (and sub-included) files
* GuiView.cpp (closeEvent):
- do not just close dirty child documents.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28713 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 16:35:25 +00:00
Jürgen Spitzmüller
6fc2eff9ab
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28710 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 11:41:10 +00:00
Jürgen Spitzmüller
3e5a87d6d7
* CutAndPaste.cpp:
...
- correctly set buffer on paste. This fixes a crash on pasting branches
within child documents (bug 5813)
(patch by rgheck)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28709 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 11:37:51 +00:00
Uwe Stöhr
258234787e
installer: updated to Qt 4.5.0
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28708 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-07 03:22:16 +00:00
Uwe Stöhr
457cd729f6
es.po: updates from Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28706 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-06 22:53:02 +00:00
Uwe Stöhr
b9f8b0ecc5
new Spanish translation of the linguistics.lyx file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28705 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-06 22:50:50 +00:00
Uwe Stöhr
1f30d3fa72
de.po: fix doubled accelerator key
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28698 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-04 01:26:56 +00:00
Uwe Stöhr
a4c8ee8afb
Math.lyx: revert some strange automatic change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28697 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-04 00:22:38 +00:00
Uwe Stöhr
41f69a96d7
Math.lyx: updates from Siegfried and some bugfixes spotted by him
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28695 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 23:43:49 +00:00
Uwe Stöhr
942efeab28
Tutorial.lyx: forgot this correction in r28688
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28694 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:50:46 +00:00
Uwe Stöhr
6915979251
uk.po: updates from Yuri
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28692 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:47:26 +00:00
Uwe Stöhr
4e4195b2cd
new Ukrainian translation of the splash.lyx file from Yuri
...
(Can a Make user please check if the splash file correctly appears when you start LyX with Ukrainian menu names?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28690 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:44:34 +00:00
Uwe Stöhr
4e7a66ded7
Tutorial.lyx, Spanish UserGuide.lyx: updates and bugfixes by Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28688 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 22:25:21 +00:00
Pavel Sanda
e338f3ea44
backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28687 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-03 11:18:08 +00:00
Uwe Stöhr
35081e090c
installer: another ImageMagick update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28685 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 23:43:47 +00:00
Uwe Stöhr
62d20432b2
docs: a correction
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28683 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 22:33:07 +00:00
Uwe Stöhr
45fbf57c3b
installer: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28682 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 22:17:14 +00:00
Uwe Stöhr
5764ccd220
CREDITS: fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28681 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 21:13:20 +00:00
Pavel Sanda
b4714b1973
* CREDITS
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28675 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 12:33:10 +00:00
Pavel Sanda
dc93cd4cde
backport
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28674 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 12:30:51 +00:00
Jürgen Spitzmüller
dbee2e9774
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28671 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 10:14:26 +00:00
Jürgen Spitzmüller
d9e43b1553
* lib/examples/[de/]linguistics.lyx:
...
- some more explanations about language in Glosses.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28669 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-02 10:07:39 +00:00