Commit Graph

32271 Commits

Author SHA1 Message Date
Jean-Marc Lasgouttes
a556652f6e Do not store Languages objects in completion words lists
In the current code each paragraph contains a map<Language,
WordList*>, which means that it contains a full copy of the language
object. Since these objects contain translation tables nowadays, this
is a very bad idea.

This patch simply replaces the Language key by a string.

When loading the Userguide on linux/x86_64, the total memory
consumption decreases from 36.27MB to 31.50MB.
2014-04-18 10:52:48 -04:00
Juergen Spitzmueller
8b60088eaa In Paragraph::changeCase, correctly track the font of the changed characters (fix crash)
Fixes: #7943
2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
892da302d6 Do not allow the manual insertion of a directory (without filename) into the import dialog and thus prevent an assertion.
Fixes: #7437(cherry picked from commit afd897029917a083fbeb84cccd4e6cb0a21db7ed)
2014-04-18 10:52:47 -04:00
Uwe Stöhr
b39e7a0fc1 stdmenus.inc: add move rows/columns feature to Edit menu
fixes bug #9047
2014-04-18 10:52:47 -04:00
Benjamin Piwowarski
a0cc99ff6a Fix problem with python and change of PATH
- waits that lyxrc has been read before finding python
- when the PATH changes, resets the value
- updated status.21x
2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
0fd4db5c9a style 2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
1cc81b1c9c Fix assertion when ChkTeX hit math.
The problem here was that we used texted-only methods (via paragraph()), which triggered the assertion as soon as we were inside math.

Fixes: #8798
2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
90ce24a38d Do not crash when entering math in ct mode with merge dialog open.
Fixes: #7685.
2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
4398a7b02f \lyxdeleted uses an ulem command.
Therefore we need to put \cite and \ref into \mboxes, as in our native ulem commands.

Fixes: #8806.
2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
045dee3755 ulem commands can be nested. 2014-04-18 10:52:47 -04:00
Juergen Spitzmueller
dfa07c1424 Fix selection drawing after mouse-double/triple in mathed
Fixes: #8829
2014-04-18 10:52:46 -04:00
Juergen Spitzmueller
e6da35a60b InsetListings: Rewrite C-ism in C++ and fix terminator bug.
The rewriting is completely done by JMarc. The terminator bug fix has been added to that by me.

Fixes: #8985
2014-04-18 10:52:46 -04:00
Scott Kostyshak
2a6d135e55 Focus on buffer after section select in Outliner 2014-04-18 10:52:46 -04:00
Juergen Spitzmueller
0c20510171 Fix section-select when issued from outliner
Fixes: #8936
2014-04-18 10:52:46 -04:00
Uwe Stöhr
7ef74f4ee1 EmbeddedObjects.lyx, UserGuide.lyx: describe feature to move table rows/columns
the Japanese docs will be updated later because Koji is currently working on it
2014-04-18 10:52:46 -04:00
Uwe Stöhr
3f1c6eb7d5 PrefCompletionUi.ui: change label and add tooltip for word length settings
as discussed on the list with Richard
2014-04-18 10:52:45 -04:00
Richard Heck
f9abd54095 Start 2.1.1 development. 2014-04-18 10:27:10 -04:00
Vincent van Ravesteijn
fde16219ca This is LyX 2.1.0. 2014-04-13 19:26:04 +02:00
Vincent van Ravesteijn
828211cef7 Update po/gmo files 2014-04-13 19:25:59 +02:00
Vincent van Ravesteijn
05662daf5b * ja.po: Fix Graph strings 2014-04-13 19:20:14 +02:00
Vincent van Ravesteijn
1468a40bac * doc/ja: Updates from Koji Yokota 2014-04-13 18:51:12 +02:00
Vincent van Ravesteijn
710b3fbdea * ja.po: Update from Koji Yokota 2014-04-13 18:51:08 +02:00
Vincent van Ravesteijn
7511bcf39f INSTALL: Update INSTALL
- adjust the supported versions for autotools
- add a note about the adviced Qt version
- remove gettext as a hard requirement and adjust the note
2014-04-13 16:20:55 +02:00
Vincent van Ravesteijn
7ab58d5d9e Revert "Update INSTALL"
This reverts commit 30d1cf47c1.
2014-04-12 14:01:11 +02:00
Pavel Sanda
15c1eb7569 * cs.po 2014-04-11 20:56:49 -07:00
Pavel Sanda
6d30cfdd69 * layouttranslations.review - nn reviewed 2014-04-11 20:23:33 -07:00
Pavel Sanda
bdc1271c39 * pt.po & layouttranslation from Jose. 2014-04-11 20:20:43 -07:00
Pavel Sanda
d9be16e1b3 * layouttranslations.review - got explicit ack for danish translation. 2014-04-11 12:49:55 -07:00
Vincent van Ravesteijn
777b8f7133 Update lib/layouttranslations
Italian translations were updated
2014-04-11 21:33:11 +02:00
Vincent van Ravesteijn
6de3c19fd6 * zh_TW.po: Update from Mingyi Wu 2014-04-11 21:32:53 +02:00
Vincent van Ravesteijn
c9dd2d4624 * EmbeddedObjects.lyx: Increase version number 2014-04-11 21:17:58 +02:00
Vincent van Ravesteijn
cafe6c60f3 * fr/linguistics.lyx: Update from Jean-Pierre Chretien 2014-04-11 21:06:00 +02:00
Vincent van Ravesteijn
1b2c67a8f2 * fr.po: Another shortcut conflict 2014-04-11 21:05:00 +02:00
Vincent van Ravesteijn
80dfb44171 * fr.po: Update from Jean-Pierre Chretien
In discussion with Juergen Spitzmuller was decided to just have the same translation as for the List of Tables.
2014-04-11 20:55:13 +02:00
Richard Heck
b5c2cba0b3 Fix problem with verbatim reversion. 2014-04-11 14:49:41 -04:00
Vincent van Ravesteijn
1b4986793e * nn.po: Update from Ingar Pareliussen 2014-04-11 20:44:08 +02:00
Richard Heck
3d0a848baa Add news from 2.0.8. 2014-04-11 11:48:00 -04:00
Kornel Benko
d52a462887 sk.po: Rechecked 'mathematical' context 2014-04-11 09:19:30 +02:00
Pavel Sanda
f62aa38485 Typo. 2014-04-10 19:17:05 -07:00
Uwe Stöhr
aab85c6ae2 fr.po: 3 shortcut conflicts by Jean-Pierre 2014-04-11 01:18:50 +02:00
Uwe Stöhr
6ad876f91a manuals: fix 2 typos spotted by Ignacio 2014-04-11 01:16:54 +02:00
Uwe Stöhr
5be328c231 Additional.lyx: update version name to "2.1.x" 2014-04-11 01:05:57 +02:00
Uwe Stöhr
5e68b12a06 Spanish manuals: translations by Ignacio 2014-04-11 01:04:58 +02:00
Uwe Stöhr
4cac31be63 French Math.lyx: re-introduce 2 formulas that got accidentally lost by the last commit 2014-04-11 00:45:41 +02:00
Uwe Stöhr
e566eac285 French doc files: translations by Jean-Pierre 2014-04-11 00:32:27 +02:00
Enrico Forestieri
5dad38a02a Update it.po (thanks for the clarification, Georg) 2014-04-10 23:46:25 +02:00
Vincent van Ravesteijn
30d1cf47c1 Update INSTALL 2014-04-10 22:35:32 +02:00
Vincent van Ravesteijn
8fc37519cc Update ANNOUNCE 2014-04-10 22:32:36 +02:00
Vincent van Ravesteijn
38c0dc701f Fix nn.po such that the statistic update script works 2014-04-10 22:29:42 +02:00
Vincent van Ravesteijn
0c1a0b6038 Release notes: Remove entry about BibTeX errors
This feature has been disabled for this release.
2014-04-10 22:29:38 +02:00