Pavel Sanda
f25e33047c
* README.localization
2012-06-21 11:12:23 +02:00
Uwe Stöhr
aed91a4f15
Tutorial.lyx: fox a typo spotted by a user
2012-06-21 04:44:41 +02:00
Uwe Stöhr
42fcc6236c
French UserGuide.lyx: translations by Jean-Pierre
2012-06-21 03:25:45 +02:00
Uwe Stöhr
c00fd8f8be
tex2lyx/table.cpp: fix bug #8204 , also OK for branch or too late?
2012-06-20 23:24:35 +02:00
Vincent van Ravesteijn
858a088c7f
Partly Revert "- INSTALL.Win32: revise and update the description"
...
This partly reverts commit eeda1c099e
.
LyX still uses CMake to compile LyX on Windows.
2012-06-15 12:40:45 +02:00
Pavel Sanda
35e4c1c9a6
Allow dead caron to be recognized in our key bindings.
...
This allows to workaround the problem in #8198 - on some systems
we get dead caron as a single character instead of whole combined
character. I suppose this has rather something to do with X settings
than LyX per se.
2012-06-14 12:44:16 +02:00
Jean-Marc Lasgouttes
92e3cc456f
Make debug messages more readable
...
Shorten the file names output by LYXERR so that they start right after /src/.
2012-06-11 15:03:29 +02:00
Juergen Spitzmueller
dd790192d3
Add DefaultStyle to siamltex.layut (bug #8194 )
...
Patch by Dima Batenkov.
2012-06-09 18:29:08 +02:00
Juergen Spitzmueller
4698ebd2b7
Let getOutputFlavor return the correct flavors for the latex varieties
2012-06-09 15:11:34 +02:00
Juergen Spitzmueller
f71a55a279
some less language hardcoding
2012-06-09 11:32:34 +02:00
Juergen Spitzmueller
f84c8c56f5
Whitespace
2012-06-08 20:31:20 +02:00
Juergen Spitzmueller
a2f32db171
avoid empty class options
2012-06-08 19:48:24 +02:00
Juergen Spitzmueller
785332f305
re-add change_adapter triggering
2012-06-08 19:21:30 +02:00
Juergen Spitzmueller
35782ccea4
Merge branch 'master' of git.lyx.org:lyx
2012-06-08 12:55:24 +02:00
Juergen Spitzmueller
040fb73b9c
Do not hardcode polyglossia-only languages
2012-06-08 12:54:57 +02:00
Kornel Benko
fbb69e1762
* sk.po
2012-06-08 10:46:42 +02:00
Kornel Benko
e761cc8ef6
* sk.po
2012-06-08 10:36:48 +02:00
Uwe Stöhr
ceb180cebd
GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language
2012-06-08 05:39:00 +02:00
Uwe Stöhr
2872f35a51
- FORMAT: document latest change
...
- tex2lyx/text.cpp: fix a comment
2012-06-08 02:42:22 +02:00
Uwe Stöhr
7eca5d94d1
- support a bunch of new languages (fileformat change)
...
- tex2lyx support for
- fontspec fonts
- polyglossia
2012-06-08 02:37:36 +02:00
Uwe Stöhr
1cf9261ff6
- LaTeXConfig.lyx: accept Georg's changes and add bidi
...
- chkconfig.ltx: bidi and iftex are necessary for all right-to-left languages if XeTeX or LuaTeX is used
2012-06-07 23:08:02 +02:00
Juergen Spitzmueller
a4ea17e0e9
Restore default output format after tex fonts switch ( #8191 )
2012-06-07 21:27:01 +02:00
Jean-Marc Lasgouttes
c7549c1b54
Fix bug #8027 : Edit->Paste Special->... does not replace selected text
...
Delete the selection before all paste-like lfuns. This was previoulsy done
only for LFUN_PASTE, the others at best unset the selection.
2012-06-07 18:14:17 +02:00
Jean-Marc Lasgouttes
0ef36860c3
Handle sending a FuncRequest object to lyxerr
...
* Implement the corresponding operator<<
* Use it in a couple new places
2012-06-07 17:21:49 +02:00
Uwe Stöhr
47f70bd913
languages: fix and complete language codes
2012-06-07 16:57:56 +02:00
Richard Heck
9e678569ad
Typo.
2012-06-06 18:20:02 -04:00
Richard Heck
b7ac2d69e7
Allow LyX format to be written to View>Source window.
2012-06-05 10:24:15 -04:00
Richard Heck
cfc43d772d
Move TexRow stuff near where it is used.
2012-06-05 10:24:15 -04:00
Jean-Marc Lasgouttes
bcd6990eca
Revert "Revert "Tentative fix to #8159 : Undo doesn't restore environment depth correctly""
...
This is becoming crazy :)
This reverts commit 5b531b56ef
.
2012-06-05 12:55:37 +02:00
Jean-Marc Lasgouttes
9a3b6733c0
Revert "Second tentative fix to #8159 : Undo doesn't restore environment depth correctly"
...
Did not mean to commit that.
This reverts commit 8f01556236
.
2012-06-05 12:55:37 +02:00
Jean-Marc Lasgouttes
992eae2524
Typos
2012-06-05 12:22:13 +02:00
Jean-Marc Lasgouttes
8f01556236
Second tentative fix to #8159 : Undo doesn't restore environment depth correctly
...
In this version, the idea is to record undo at the place where the document is modified, which is definitely cleaner.
1/ in Buffer::updateBuffer, add a recordUndo, with the caveat that a
const_cast has to be used
2/ in GuiApplication::dispatch, add an extra undo group that
encompasses the updateBuffer call. Some other undo groups may be
redundant now, but it is not a problem since they do not cost
anything.
2012-06-05 11:32:56 +02:00
Jean-Marc Lasgouttes
5b531b56ef
Revert "Tentative fix to #8159 : Undo doesn't restore environment depth correctly"
...
This reverts commit e3854bb59b
.
2012-06-05 11:32:56 +02:00
Richard Heck
8b2aab9b3d
Style.
2012-06-04 13:42:46 -04:00
Richard Heck
7ef8df460a
Fix crash reported by Tommaso:
...
http://marc.info/?l=lyx-devel&m=133876924408431&w=2
The problem here is that the copy_params() routine in FindAndReplace.cpp
created a new DocumentClass, but it never updated its Buffer to reflect
that new DocumentClass. So its Paragraphs still contained points to the
Layouts in the old DocumentClass which, since ead697d4b6
, gets garbage
collected once it is no longer needed. So the Layout doesn't exist, and
we crash.
2012-06-04 13:39:24 -04:00
Richard Heck
1078dba130
Fix crash reported by Scott. Forgot to change some pointers to
...
shared_ptr.
2012-06-04 13:04:26 -04:00
Jean-Marc Lasgouttes
ad7deaabeb
Fix bug #7956 : Assertion When Trying to Paste Into Table
...
For some unknown reason, the paste code likes to call Cursor::setSelection(), which is not appropriate here since we are not trying to set a selection at this point.
2012-06-04 17:05:43 +02:00
Uwe Stöhr
e525ee6db4
UserGuide.lyx: add a LyX 2.1-specific sentence proposed by Jürgen
2012-06-04 01:17:27 +02:00
Uwe Stöhr
1c8606e78e
UserGuide.lyx: some changes for the thesaurus description proposed by Jürgen
2012-06-04 01:12:02 +02:00
Uwe Stöhr
a3d3e7984b
uk.po: updates from Yuri
2012-06-04 00:07:43 +02:00
Uwe Stöhr
dc5dc850bf
installer: implement new method to select hunspell and thesaurus dictionaries and to download the selected ones (final part 2)
2012-06-03 23:55:21 +02:00
Uwe Stöhr
b4aaa1b5bb
languages: add missing language codes, fixes bug #8183
2012-06-03 23:49:24 +02:00
Uwe Stöhr
068b25315c
installer: implement new method to select hunspell and thesaurus dictionaries and to download the selected ones (part 1)
2012-06-03 17:17:01 +02:00
Uwe Stöhr
df0648e62a
splash.lyx: port from branch
2012-06-03 17:09:53 +02:00
Juergen Spitzmueller
4e8644bc1d
Merge branch 'master' of git.lyx.org:lyx
2012-06-03 10:32:20 +02:00
Juergen Spitzmueller
af59dffeda
Add missing undo recording.
...
This adds a change of the printindex type (with multiple indices) to the undo stack and marks the buffer dirty on that action (bug #8182 )
2012-06-03 10:31:38 +02:00
Uwe Stöhr
32cf81058d
installer: install a Perl interpreter to MiKTeX to fix bug #8181
2012-06-02 20:40:13 +02:00
Uwe Stöhr
09f91910e6
- UserGuide.lyx: 3 small fixes
...
- German UserGuide.lyx: translation again
2012-06-02 03:18:44 +02:00
Uwe Stöhr
ee2c9d3631
installer: a new MiKTeX installer version is out
2012-06-02 02:10:24 +02:00
Uwe Stöhr
d90bcd1f5a
- UserGuide.lyx: adapt style of description of split indexes (the feature is btw. currently broken)
...
- German UserGuide.lyx: some further translations
- Japanese UserGuide.lyx: add missing section about split indexes
2012-06-02 02:09:36 +02:00