Uwe Stöhr
e19dd094da
README.localization: add info
2014-04-27 17:27:35 +02:00
Uwe Stöhr
aae55d3933
French doc files: translations by Jean-Pierre
2014-04-27 17:26:27 +02:00
Juergen Spitzmueller
8b7d5276b8
Fix conversion of beamer block titles that end with a non-ERT inset.
2014-04-27 09:44:43 +02:00
Richard Heck
dd44f71cf9
Fix failure to detect quoted flex insets in conversion to layout
...
48. Also, simplify this code.
(cherry picked from commit 7e1541dd49
)
2014-04-25 17:21:32 -04:00
Enrico Forestieri
2bf8e2719c
Update it.po
2014-04-24 01:07:29 +02:00
Enrico Forestieri
e38ebdf725
Update it.po
2014-04-24 01:05:13 +02:00
Scott Kostyshak
2cea5b08dc
Typo
2014-04-22 14:36:14 -04:00
Scott Kostyshak
06c926e699
Do not spellcheck "code" in logical markup module
2014-04-22 14:35:18 -04:00
Juergen Spitzmueller
8f5af7c453
Bibtopic requires styles files to be passed via argument
...
Fixes : #9060
2014-04-22 09:32:48 +02:00
Juergen Spitzmueller
85cdab36c2
de.po: update
2014-04-21 12:19:29 +02:00
Jean-Marc Lasgouttes
6bce9abfee
Respect group integrity when removing stuff from the Undo stack.
...
Fixes : #9079
2014-04-20 22:54:31 +02:00
Pavel Sanda
b064f09b5a
* layouttranslations.review zh_CN checked.
...
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg98644.html
2014-04-19 10:33:41 -07:00
Pavel Sanda
214bbd81a4
Fix man page, patch from Prannoy Pilligundla.
2014-04-19 10:33:28 -07:00
Richard Heck
9a99660962
Update update-po script for new gmo generation.
2014-04-19 12:03:59 -04:00
Richard Heck
855af34657
Remerge strings.
2014-04-19 11:59:16 -04:00
Kornel Benko
6b8b314579
* sk.po
2014-04-19 09:44:41 +02:00
Richard Heck
e29574d270
Apparently, documentation changes were already in current master,
...
so the previous set of commits over-wrote some of what was there.
This restores the status quo ante.
2014-04-18 11:16:52 -04:00
Richard Heck
65a049dfa5
Merge branch '2.1.1-staging' into 2.1.x
...
Conflicts:
lib/doc/es/EmbeddedObjects.lyx
lib/doc/es/UserGuide.lyx
lib/doc/fr/EmbeddedObjects.lyx
lib/doc/ja/EmbeddedObjects.lyx
lib/doc/ja/Intro.lyx
lib/doc/ja/Math.lyx
lib/doc/ja/Tutorial.lyx
lib/doc/ja/UserGuide.lyx
po/ja.po
src/mathed/InsetMathNest.cpp
2014-04-18 11:08:31 -04:00
Uwe Stöhr
3429b83cef
UserGuide.lyx: describe the last missing new feature of LyX 2.1
2014-04-18 10:53:39 -04:00
Uwe Stöhr
e9264babe6
UserGuide.lyx: update appendix C (lyX preferences)
...
the only missing thing is the feature of the default length unit in the Language settings
2014-04-18 10:53:39 -04:00
Uwe Stöhr
b36a2fcc90
UserGuide.lyx: update appendix B for LyX 2.1.0
2014-04-18 10:53:39 -04:00
Uwe Stöhr
c101313c40
ja.po: update by Koji
2014-04-18 10:53:39 -04:00
Uwe Stöhr
8fc1adef7c
Japanese doc files: update form Koji for LyX 2.1
2014-04-18 10:53:38 -04:00
Kornel Benko
7f10484bff
Cmake build: Assign package name dynamically
...
This enables to install different lyx-versions simultaneously via
the package manager.
2014-04-18 10:52:48 -04:00
Juergen Spitzmueller
3501e41e81
Do not substract cursors pos from two different cells (fix assertion while doing adv search)
...
Fixes: #7944.(cherry picked from commit f6138ed02f47b8bbe65d3245f9e92686dc24296c)
2014-04-18 10:52:48 -04:00
Jean-Marc Lasgouttes
bd86ce71d8
Fix oversight in autotools packaging selection
...
The only consequence of this thinko is that the lyx.desktop and the svg icons were installed on Mac OS and Windows platform, whereas they are useless.
2014-04-18 10:52:48 -04:00
Richard Heck
6f1bba05a5
If this test fails, then we are about to crash, because we are about
...
to try to access whichever thing we did not find. So do an emergency
close of this Buffer.
(cherry picked from commit 5e557e7f7688e4af5bbecc49f3f7dda80afde44e)
2014-04-18 10:52:48 -04:00
Richard Heck
dfc41ceabe
Typos in algorithm module.
...
(cherry picked from commit 9d77d373fcaa147c37378ca26899eac042e1c8ac)
2014-04-18 10:52:48 -04:00
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