Commit Graph

22085 Commits

Author SHA1 Message Date
Pavel Sanda
3f3b24316b Fix gcc warning (copy the state from trunk)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33804 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-19 16:57:03 +00:00
Pavel Sanda
fd7038268a Update credits in branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33779 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 22:05:31 +00:00
Enrico Forestieri
ab08ae33ca Fix bug #6581: Empty base of a script inset should not be shown as an empty brace inset on screen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33772 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 17:29:24 +00:00
Jürgen Spitzmüller
36435d25d7 * po/ar.po: localization update by Mohamed Magdy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33770 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 13:44:18 +00:00
Jürgen Spitzmüller
cd09c3d32b fr.po: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33766 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 10:10:26 +00:00
Vincent van Ravesteijn
c8e783fcaf branch: Fix bug #6552: Crash when inserting TeX-code in math mode and scrolling
Avoid an assertion when accessing the CoordCache while the Inset is in a paragraph which is not visible on screen.

see r33582.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33759 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 23:02:48 +00:00
Vincent van Ravesteijn
83155402c1 * status.16x for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33758 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 22:34:02 +00:00
Vincent van Ravesteijn
4060153d69 branch: Fix bug #6462: Out-of-bounds index in GuiErrorList::goTo when new buffer is active.
Cache the buffer and errorList in the GuiErrorList? dialog. Now, we can check whether the active buffer is also the buffer for which the errors are shown. We switch back to the correct buffer, when one clicks on an item or clicks "View complete log".

see r33726.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33757 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 22:28:48 +00:00
Enrico Forestieri
0a7616e65c Fix command line parsing and allow unicode arguments for tex2lyx on Windows.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33755 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 22:07:38 +00:00
Vincent van Ravesteijn
01f95f41e6 branch: Fix bug #5735: Modifying a keyboard shortcut function entry clashes with its own shortcut key combination definition.
- Trim the saved lfun because there is a space added in the textfield,
- check whether the action has changed before signaling that the shortcut already exists.

see r33713.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33754 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 21:43:26 +00:00
Vincent van Ravesteijn
f868ad6807 branch: Fix bug #6438: Crash with buffer-switch with no documents open.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33753 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 21:33:51 +00:00
Vincent van Ravesteijn
32a3b921d6 branch: Fix bug #6474: Tex2lyx skips all spaces in the preamble.
Partially reverting r30113 (trunk).

see r33711.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33752 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 21:25:27 +00:00
Enrico Forestieri
074c489195 Solve shortcut conflict in it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33738 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-13 21:24:25 +00:00
Uwe Stöhr
8d33b705b0 EmbeddedObjects.lyx: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33729 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-13 01:10:43 +00:00
Vincent van Ravesteijn
4ccee3ae39 branch: Fix bug #6525: Autosave error when renaming a new file.
Don't try to move the autosave file if it does not exist.

see r33454 and r33455.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33712 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-11 17:04:28 +00:00
Uwe Stöhr
e20a704c53 installer:
- changed support to set the LyX menu language at installation
- bugfix to allow changing the menu language from within LyX
- preparations for LyX 1.6.6

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33708 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-11 02:26:43 +00:00
Uwe Stöhr
5322561dcd backport r33615: fix bug that LyX allowed to specify the vertical alignment of table columns without a fixed width
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33685 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-09 00:34:58 +00:00
Pavel Sanda
76d3278183 Cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33659 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-07 10:56:19 +00:00
Pavel Sanda
c940147cdd Support autoconf 2.65 (#6524).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33658 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-07 10:54:47 +00:00
Jürgen Spitzmüller
8491020572 Fix bug 6503: Including self as child document crashes branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33657 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-07 09:38:58 +00:00
Richard Heck
65eaba6826 Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33629 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-05 20:40:45 +00:00
Vincent van Ravesteijn
0f06b1c3e8 branch: Fix bug #6491: Empty .emergency file causes crash.
If the load fails, we should not try to save an emergency file as the file was not yet fully loaded and weird things may happen.

see r33294.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33612 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 17:50:49 +00:00
Richard Heck
aa91ad06df Backport r33586 for branch. And status!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33611 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 15:19:12 +00:00
Richard Heck
21947cd7e5 Fix warnings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33610 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 15:13:00 +00:00
Richard Heck
9791d934b0 Typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33609 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 15:01:47 +00:00
Jürgen Spitzmüller
2add93f0e0 * ru.po: update from Sergey.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33607 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 13:09:39 +00:00
Jürgen Spitzmüller
afc51e0ffa * handle encoding in PDF options gracefully.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33606 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 08:14:05 +00:00
Jürgen Spitzmüller
ae7bbf1999 * po/el.po: remerge.
* status.16x: tweak.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33600 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-01 08:43:26 +00:00
Uwe Stöhr
911559d766 el.po: new Greek translations by Ulysse Danglis
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33599 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-01 02:58:27 +00:00
Enrico Forestieri
f024c86911 Fix bug #5238: LyX 1.6 fails with non-ascii chars in path (on Windows)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33577 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-26 13:28:56 +00:00
Uwe Stöhr
3394f063f5 id.po: translation updates by Waluyo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33576 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-26 01:34:02 +00:00
Uwe Stöhr
4b61282436 installer: support for Greek aspell dictionary
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33574 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-26 01:14:42 +00:00
Uwe Stöhr
0d415c02a2 installer: support for Greek menus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33572 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-26 01:10:41 +00:00
Jean-Marc Lasgouttes
f818dd0c3c forgot that
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33568 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-25 15:45:21 +00:00
Jean-Marc Lasgouttes
db344e54e0 Fix bug #6217: Replacing a word in spellcheck does not update toolbar
This commit uses the self-insert LFUN to make the replacement, so that
the dispatch machinery can do its magic. Note the comment: to make it work, one
has to change temporarily the value of auto_region_delete.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33567 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-25 15:43:18 +00:00
Uwe Stöhr
e1f12991f8 installer: fix copy/paste error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33552 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-24 00:46:37 +00:00
Uwe Stöhr
839140fc37 - UserGuide.lyx: fix typos spotted by a user
- Abstract.pdf: fix typo in this image
- Resumen.pdf: correct PDF-crop box

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33550 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-24 00:40:25 +00:00
Uwe Stöhr
ca5727e4e9 German Intro.lyx: fix a typo spotted by a user
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33548 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-23 22:44:01 +00:00
Pavel Sanda
86ca79a949 * cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33534 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-22 02:15:48 +00:00
Kornel Benko
addb62879a * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33523 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-20 07:09:19 +00:00
Jürgen Spitzmüller
95aeb59508 * es.po: update from Ignacio.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33519 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-19 18:22:00 +00:00
Enrico Forestieri
cff9254f1d Avoid unnecessary exceptions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33517 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-19 16:33:20 +00:00
Enrico Forestieri
a03f6c9964 Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33515 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-19 15:16:27 +00:00
Jürgen Spitzmüller
2ad4bd7275 * po/*.po: remerge (two new strings).
* de.po: update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33513 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-19 14:46:10 +00:00
Jürgen Spitzmüller
69c333db98 * Buffer.cpp:
- Issue a warning if a path contains uncodable characters (bug 6301).

Trunk follows.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33512 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-19 14:30:56 +00:00
Enrico Forestieri
67ab913033 Avoid possible overruns by dinamically allocating the required buffer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33499 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-18 09:41:44 +00:00
Enrico Forestieri
18b02464b4 Operator new[] should always be matched by operator delete[],
even when allocating POD types.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33494 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-18 08:05:27 +00:00
Enrico Forestieri
d616b5215b Fix bug #3325: Labels with special characters in equations do not work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33471 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-13 19:00:17 +00:00
Kornel Benko
bfc498e884 * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33460 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-13 12:35:08 +00:00
Jürgen Spitzmüller
346f492dc7 * po/*po: remerge: two new strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33459 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-13 08:45:23 +00:00