Kornel Benko
c330c4430a
some more corrections
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29112 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 19:27:36 +00:00
Vincent van Ravesteijn
0b00107aaf
branch: Fix bug #3038 : wish for lfuns for zoom-in and zoom-out
...
see:
http://www.lyx.org/trac/changeset/29077
http://www.lyx.org/trac/changeset/29080
http://www.lyx.org/trac/changeset/29081
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29107 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 17:23:57 +00:00
Kornel Benko
08746295e8
1.) Definition of macro add_gettext_python()
...
Missed the part, when there were more then one argument
specifying the possible extension.
2.) Typo in extension: .layouts => .layout
3.) Reorder the creation of lyx.pot to make more like when creating
with autoconf.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29105 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 15:53:39 +00:00
Enrico Forestieri
e6632d97c8
Tweaks for Qt 4.2.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29104 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 15:21:55 +00:00
Enrico Forestieri
c290f2d6c4
The \text macro does not require the full AMS package. Also load amstext
...
when a text-in-math environment is used, such that super and subscripts
are typeset in the correct size.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29103 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 13:56:08 +00:00
Enrico Forestieri
403e3a3f28
Unicode symbols entered or pasted in math are wrapped in \text{} by default.
...
Unwrapped symbols can be obtained either by dissolving the text inset or by
verbatim paste (Ctrl+Shift+V). In such a case, the symbols are wrapped in
\lyxmathsym when exporting to latex, as usual.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29102 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 13:46:37 +00:00
Kornel Benko
0ff70d802c
Translated some strings to reinstall use of sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29101 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 13:01:06 +00:00
Jürgen Spitzmüller
7a63a38552
* id.po: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29099 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-05 10:50:40 +00:00
Richard Heck
132466f6f7
Backport fixes for 5787. Patches from Bo and Vincent.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29089 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 14:35:53 +00:00
Richard Heck
2754249392
Status for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29088 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 14:20:33 +00:00
Richard Heck
feee22e674
Backport fix for bug 5859.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29087 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 14:11:03 +00:00
Richard Heck
790376adbc
Backport r28544, fixing 5751.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29086 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 14:06:08 +00:00
Pavel Sanda
21eecedd72
Next bits from Kornel
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29083 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 13:36:36 +00:00
Pavel Sanda
81c8021ab1
Backport http://www.lyx.org/trac/changeset/29057
...
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg149683.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29079 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 09:49:57 +00:00
Vincent van Ravesteijn
16d1b8d701
branch: Fix bug 4733 and partly bug 4174
...
- Auto popup of math toolbar hides the math editor
www.lyx.org/trac/ticket/4733
- Do not scroll to the cursor without a reason
www.lyx.org/trac/ticket/4174
* GuiWorkArea?: This adds "buffer_view_->scrollToCursor();" to GuiWorkArea::resizeBufferView() to make sure that the cursor remains visible.
* BufferView?: Make sure that we can call the scrollToCursor function without causing a new repaint.
* BufferView?: Make sure that we only scroll when the cursor was in the view (bug 4174: www.lyx.org/trac/ticket/4174).
see:
http://www.lyx.org/trac/changeset/28946
http://www.lyx.org/trac/changeset/29066
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29076 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 08:55:07 +00:00
Vincent van Ravesteijn
c3b8cde0e4
* status.16x: reorder by severity.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29075 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 08:38:50 +00:00
Uwe Stöhr
77272af42c
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29069 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 01:02:24 +00:00
Uwe Stöhr
047b016ba3
fix build systems for r29007
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29068 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-04 01:00:47 +00:00
Enrico Forestieri
91f30fdf00
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29067 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 23:32:39 +00:00
Vincent van Ravesteijn
42c3b63c36
branch: Fix bug 4067: Incorrect indentation in Description environment
...
http://www.lyx.org/trac/ticket/4067
If we are in the first pos, we are never in the body and always in the label.
see:
http://www.lyx.org/trac/changeset/29033
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29064 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 19:56:30 +00:00
Pavel Sanda
6024fb0f73
next spots from Kornel
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29061 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 18:28:15 +00:00
Pavel Sanda
caf3759c77
* LFUNs.lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29060 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 17:41:41 +00:00
Pavel Sanda
d6a193fc78
fix id docs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29053 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 13:11:36 +00:00
Jürgen Spitzmüller
4a3d64ca8b
* unicodesymbols: support capital <ß>
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29052 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 12:29:11 +00:00
Richard Heck
681179f092
Status for previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29050 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 11:51:30 +00:00
Richard Heck
c76b28d1a0
Backport r29017.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29049 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 11:46:44 +00:00
Jürgen Spitzmüller
d06b499a3f
* po/*.po: yet another remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29048 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 11:13:54 +00:00
Jürgen Spitzmüller
ba26d715cd
Buffer.cpp:
...
- re-assign a master's children if a child was reloaded (bug 5873)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29047 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 11:09:21 +00:00
Jürgen Spitzmüller
9ee1ec0b62
backport r28934.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29045 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 10:59:39 +00:00
Jürgen Spitzmüller
1851f0f0f7
* status.16x: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29043 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 10:43:36 +00:00
Jürgen Spitzmüller
b9c01d4868
* po/*.po: remerge
...
* po/de.po: resolve some fuzzy messages
* po/pl.po: update from Michal.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29042 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 10:38:52 +00:00
Uwe Stöhr
9a1bf3cee9
installer: fix bug that two third-party programs were missing
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29036 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-03 00:40:06 +00:00
Pavel Sanda
3c90774b71
dos eoln
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29035 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 22:03:26 +00:00
Vincent van Ravesteijn
87ff9c3ecc
branch: Add Listings Settings... to Edit menu.
...
see:
http://www.lyx.org/trac/changeset/27980
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29034 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 21:56:08 +00:00
Pavel Sanda
cfcec856ef
Compilation fix
...
(Vincent have you tested r28754 works correctly in branch?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29032 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:51:53 +00:00
Pavel Sanda
877d891c62
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29031 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:40:05 +00:00
Pavel Sanda
416f31913d
cs.po remerge
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29030 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:35:19 +00:00
Vincent van Ravesteijn
776e608bad
branch: Fix bug 4673: Case-insensitive sorting of colors in GuiPrefs?.
...
see:
http://www.lyx.org/trac/changeset/27995
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29029 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:19:46 +00:00
Vincent van Ravesteijn
b10cf08974
branch: Remove black box around GuiWorkarea? which is visible with Qt4.5.
...
see:
http://www.lyx.org/trac/changeset/28747
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29028 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:15:36 +00:00
Vincent van Ravesteijn
dbeddbac57
branch: Improved UI for version control:
...
* the menu-item should also be enabled when the buffer is still unnamed (it will be saved anyway), and
* no buffer-reload after user cancel.
see:
http://www.lyx.org/trac/changeset/28028
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29027 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:13:26 +00:00
Vincent van Ravesteijn
4dd1fed397
branch: Fix disabling of submenus that are empty.
...
see:
http://www.lyx.org/trac/changeset/28027
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29026 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:08:25 +00:00
Vincent van Ravesteijn
4b76c8267f
branch: Fix disabling of submenus that have only disabled items.
...
see:
http://www.lyx.org/trac/changeset/28026
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29025 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:07:08 +00:00
Pavel Sanda
7fd4a01683
spots from Kornel
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29024 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 20:01:15 +00:00
Vincent van Ravesteijn
2e0b91e170
branch: Fix bug 5526: screen-recenter LFUN doesn't work
...
http://bugzilla.lyx.org/show_bug.cgi?id=5526
see:
http://www.lyx.org/trac/changeset/28916
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29023 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 19:56:26 +00:00
Vincent van Ravesteijn
1f3ac11ea2
branch: Prevent assertion with command 'buffer-switch xxx' in which xxx is not the name of a loaded buffer.
...
see:
http://www.lyx.org/trac/changeset/28966
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29022 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 19:50:52 +00:00
Vincent van Ravesteijn
f1b242b62a
branch: Fix a few peculiarities wrt graphics. E.g., an InsetGraphic? with a non-existing image showed the message that the image was loaded, instead of "No file found!".
...
* CacheItem::Impl::tryDisplayFormat
- Enhance description of the return value.
- Negate the return values to match the description.
* CacheItem::tryDisplayFormat
- Impl::tryDisplayFormat returns whether a conversion is needed, not whether the try was successful. Therefore, we should check the status as well.
see: http://www.lyx.org/trac/changeset/28754 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29021 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 19:41:00 +00:00
Uwe Stöhr
e655d515a3
Math.lyx: revert r28984, my fault, the requirement of xargs cannot be undone
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29009 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 00:46:14 +00:00
Uwe Stöhr
6e01c4c236
Indonesian Intro.lyx: new translation from Waluyo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29007 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-02 00:12:17 +00:00
Uwe Stöhr
da1e7b58dd
Spanish Math.lyx, UserGuide.lyx: some fixes from Ignacio
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29005 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-01 23:57:26 +00:00
Vincent van Ravesteijn
264455562c
branch: Preferences dialog fixes:
...
* accelerator clashes,
* missing accelerators, and
* strings (capitalization).
see:
http://www.lyx.org/trac/changeset/28960
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29004 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-01 21:25:06 +00:00