Commit Graph

21023 Commits

Author SHA1 Message Date
Uwe Stöhr
2d74fba556 installer: resync with branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29345 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 21:34:44 +00:00
Jean-Marc Lasgouttes
8d0fcad676 Speedup the expandLabel by avoiding the recursive part. The labelstrings
are computed recursively to get rid of any \thexxx string by the method
flattenLabelString. The values are cached in Counter objects.

On my mac, the total time (updatelabels+redraw) goes down by 30%. YMMV.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29342 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 20:05:26 +00:00
Kornel Benko
1f8e611c03 MYTHES_LIBS not set
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29341 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 17:30:19 +00:00
Uwe Stöhr
d194a66e9b sl.po: many "translations" of LaTeX commands etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29338 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 16:01:58 +00:00
Uwe Stöhr
ab17edd567 da.po: many "translations" of LaTeX commands etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29337 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 15:45:38 +00:00
Uwe Stöhr
7061ad892c po-files: remerge
de.po: some translations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29336 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 15:05:23 +00:00
Kornel Benko
ced1b3530b Added libmythes to lyx-build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29334 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 15:04:20 +00:00
Uwe Stöhr
ee32af52da stdmenus.inc: fix shortcuts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29333 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 15:03:56 +00:00
Kornel Benko
1657aeb41b white space
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29332 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 15:00:45 +00:00
Kornel Benko
d094fccda1 white space
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29331 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 14:57:50 +00:00
Vincent van Ravesteijn
4e685e3565 Fix bug #5758: Crash when closing the dosbox from which LyX was started
The wmf_mime_ object was deleted both when deleting GuiApplication::Private as from 
QWindowsMimeList::~QWindowsMimeList().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29326 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 13:43:00 +00:00
Jürgen Spitzmüller
8d97f1c6d2 * ToggleWarningUi.ui:
- string change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29325 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 12:30:19 +00:00
Jürgen Spitzmüller
605f6bebf2 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/trunk@29324 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 11:57:52 +00:00
Jean-Marc Lasgouttes
22e92f0d6f constify counters code and rename private variable counterList
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29323 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 10:06:17 +00:00
Abdelrazak Younes
ef5f53017a transform the SpellChecker gui into a dock widget.
This commit introduces a new way to use the ui file in a more transparent way with regards to header inclusion.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29322 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-19 08:57:43 +00:00
Vincent van Ravesteijn
5a62be8fd5 * typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29320 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 19:00:08 +00:00
Vincent van Ravesteijn
ee4e7db35e Add context menus to the toc for child-documents, listings and indices.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29319 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 18:53:39 +00:00
Vincent van Ravesteijn
b6ce46fb94 InsetInfo: simplify.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29317 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 17:02:48 +00:00
Jürgen Spitzmüller
521577ba4c * InsetIndex.cpp:
- fix InsetPrintIndex::getStatus logic (detected by Vincent).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29316 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 16:20:08 +00:00
Vincent van Ravesteijn
6192d3dbbf InsetPrintIndex: Fix getStatus() for INSET_MODIFY.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29315 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 16:02:36 +00:00
Jürgen Spitzmüller
edc70f0732 * ja.po: update from Koji.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29314 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 15:47:14 +00:00
Vincent van Ravesteijn
ac6a7ed432 InsetInfo is editable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29310 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 12:14:08 +00:00
Jürgen Spitzmüller
051a50439d remember the last selection on the view/update popup button.
This introduces a new "sticky" popup button.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29309 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 10:44:44 +00:00
Jürgen Spitzmüller
30961c95d9 * InsetInfo: fix bug 5901.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29305 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 05:57:02 +00:00
Uwe Stöhr
9020f02a29 generate_contributions.py: revert unwanted deletion of trunk-only CREDITS entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29304 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-18 00:01:12 +00:00
Uwe Stöhr
8b00d71379 generate_contributions.py:
- sort entries, otherwise you wont find them when you search the Credits from within LyX
 - fix a typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29303 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 23:57:06 +00:00
Uwe Stöhr
dcc543995b UserGuide.lyx: update the file according to the new shortcuts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29300 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 23:25:50 +00:00
Uwe Stöhr
9cbe81ead1 Norwegian Intro.lyx: - fix image paths to make it compilable
- some minor cleanups

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29296 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 22:04:52 +00:00
Jürgen Spitzmüller
d12426a340 New inset dialog for InsetPrintIndex (only used with multiple indices)..
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29290 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 14:29:32 +00:00
Pavel Sanda
5c90e41382 * nb/Intro.lyx by Helge
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29287 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 13:12:00 +00:00
Jürgen Spitzmüller
de22184d97 New inset dialog for InsetIndex (only used with multiple indices)..
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29285 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 09:22:44 +00:00
Jürgen Spitzmüller
c090147654 * BrnachUi.ui: minor tweaks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29284 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 09:18:51 +00:00
Pavel Sanda
9f0206aab5 Add shortcuts to manuals (CT enabled)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29281 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 08:51:09 +00:00
Pavel Sanda
2e7704b37b tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29280 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 08:46:34 +00:00
Pavel Sanda
dcd8eae8dd update readme too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29279 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 08:10:36 +00:00
Pavel Sanda
ab653a003c Resurrect M-a binding for paragraph settings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29278 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 08:08:58 +00:00
Jürgen Spitzmüller
c9a0462954 * GuiBranch.cpp: remove duplicated include.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29277 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-17 07:47:09 +00:00
Uwe Stöhr
e1998603f2 Tutorial.lyx: Extended manual -> Additional Features manual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29272 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:38:57 +00:00
Uwe Stöhr
6e90ddbbb3 UserGuide.lyx: Extended manual -> Additional Features manual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29269 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:28:45 +00:00
Uwe Stöhr
898eaa415c Math.lyx: update documentation for \cfrac
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29267 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 22:07:33 +00:00
Pavel Sanda
cecaf35ab7 * doc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29260 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 16:25:06 +00:00
Kornel Benko
517f8dc1d0 Fix error in creating moc-files due to last commit.
Again: prepend moc_ instead of appending _moc in cmake


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29258 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 10:48:32 +00:00
Jean-Marc Lasgouttes
37d6ef964c fix compiler warnings in new mathfrac/binom code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29257 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 09:15:24 +00:00
Jürgen Spitzmüller
d8396e9c7f * LaTeX.cpp: some debug output.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29256 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 08:33:43 +00:00
Jürgen Spitzmüller
c52bd08442 Introduce splitindex support. File format change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29255 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 07:29:01 +00:00
Jürgen Spitzmüller
a86337e83f * Converter.cpp: tell the converters that we are using pLaTeX.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29254 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 07:20:16 +00:00
Jürgen Spitzmüller
bdc31723cc * GuiPrefs: revert unintended parts of previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29253 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 06:51:19 +00:00
Jürgen Spitzmüller
fe41f206bd * GuiPrefs: fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29252 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-16 06:43:43 +00:00
Vincent van Ravesteijn
6643fac7db Fix a small bug in the finding of changes. If a change starts at pos==1 and one tries to find it backwards, the character at pos==0 was also selected as part of the change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29251 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-15 22:09:27 +00:00
Vincent van Ravesteijn
67503f8fe1 Fix the bug that when pressing the merge button while in the middle of a change, only half of the change was found.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29250 a592a061-630c-0410-9148-cb99ea01b6c8
2009-04-15 22:07:59 +00:00