Uwe Stöhr
10f11c89bf
ja.po: translation update by Koji
2014-03-27 00:12:34 +01:00
Vincent van Ravesteijn
fd7c0c2993
This is LyX 2.1.0rc1
2014-03-24 18:54:57 +01:00
Vincent van Ravesteijn
8627c30393
Add a note about Qt5 to the Release notes
2014-03-24 18:54:57 +01:00
Vincent van Ravesteijn
ae25fa5fe0
Update MacOSX Readme to latest fileformat
2014-03-23 17:49:37 +01:00
Vincent van Ravesteijn
9f5739e237
Update templates to latest fileformat
2014-03-23 17:49:36 +01:00
Vincent van Ravesteijn
4e5fd8e980
Update examples to latest fileformat
2014-03-23 17:49:36 +01:00
Vincent van Ravesteijn
0d13205780
Update docs to latest fileformat
2014-03-23 17:49:35 +01:00
Vincent van Ravesteijn
84827c8705
lyx2lyx: Set last minor version of the 2.0.x series
2014-03-23 17:48:07 +01:00
Vincent van Ravesteijn
6eba310ef7
lyx2lyx: Set conversion table for LyX 2.1
2014-03-23 17:48:06 +01:00
Vincent van Ravesteijn
5d15807954
lyx2lyx: Fix conversion table for LyX 2.0
2014-03-23 17:48:02 +01:00
Vincent van Ravesteijn
e83606c98a
Not yet rc1: Revert "This is LyX 2.1.0rc1"
...
This reverts commit c571866e7f
.
2014-03-20 22:15:33 +01:00
Vincent van Ravesteijn
c571866e7f
This is LyX 2.1.0rc1
2014-03-20 22:11:14 +01:00
Vincent van Ravesteijn
d9e07ac654
Update ANNOUNCE
2014-03-20 22:11:14 +01:00
Vincent van Ravesteijn
aa5bf3c727
Rename break-paragraph to paragraph-break in docs
2014-03-20 22:11:14 +01:00
Vincent van Ravesteijn
7cda8f36b2
Update uifiles to latest fileformat
2014-03-20 22:11:13 +01:00
Vincent van Ravesteijn
d4ac337f0b
Update bindfiles to latest fileformat
2014-03-20 22:11:13 +01:00
Vincent van Ravesteijn
819c4a31a6
Update po/gmo files
2014-03-20 11:05:59 +01:00
Vincent van Ravesteijn
9abb18e503
Windows installer: Bump preferences format
2014-03-20 08:13:26 +01:00
Scott Kostyshak
23a28e78a8
Bump RC format for commit 214f7ed2
2014-03-19 21:56:31 -04:00
Vincent van Ravesteijn
912d4a7c61
Windows installer: Fix file format entry for Lilypond-book
...
In preferences format 7, a mime format is added to the format entry in the
preferences file. If this entry does not exist, LyX cannot read the entry.
2014-03-19 23:11:52 +01:00
Vincent van Ravesteijn
fc22ba1642
MacOSX/lyxrc.dist.in: update to Format 14
2014-03-19 22:29:14 +01:00
Vincent van Ravesteijn
99c5a46c68
Fix comparing a pointer with a char
...
Fixes : #8985 .
2014-03-19 21:08:50 +01:00
Vincent van Ravesteijn
3c67d6f77c
Add a comment for the special code on Windows
2014-03-19 21:07:43 +01:00
Stephan Witt
97341eab7c
Automatic copying and migration of elder user config directories
...
With a check for platform = darwin this is done on Mac only
2014-03-19 19:12:30 +01:00
Juergen Spitzmueller
aeb51be944
Re-add removed workaround ( fixes #9042 ).
...
This code was commented out at [ad94e7bd/lyxgit], since we thought it was not necessary anymore and then removed at [5aede959/lyxgit]. Bug #9042 is the evidence that we were wrong.
2014-03-19 16:21:46 +01:00
Richard Heck
1c76460858
A a copule comments reminding us where preference formats should
...
be updated.
2014-03-19 11:05:34 -04:00
Richard Heck
1d9d51c4b3
Whitespace.
2014-03-19 11:04:56 -04:00
Vincent van Ravesteijn
d44b465efa
Do not use QProcess::startDetached on Windows
...
QProcess::startDetached cannot provide environment variables. When the
environment variables are set using the latexEnvCmdPrefix, a console
window is shown every time a viewer is started.
On Windows, this reverts commit 5225821242
.
Fixes : #9035 .
2014-03-19 08:29:38 +01:00
Juergen Spitzmueller
c192745268
de.po: update
2014-03-17 14:49:20 +01:00
Jean-Marc Lasgouttes
264ea28cbd
Fix bug #8837 : LyX hangs on selection
...
The code that checks whether the cursor was at the end of a row in
Cursor::upDowninText was not able to set boundary correctly. This
causes a hang in because the cursor got stuck on a line and there is an
infinite loop BufferView::dispatch when trying to go down.
The fix is to avoid using the watered-down TextMetrics::x2pos wrapper
around getColumnNearX and use the real thing instead.
Eventually, the last user of x2pos (InsetTabular) should be fixed and
the method should go away.
2014-03-17 11:15:42 +01:00
Jean-Marc Lasgouttes
a27333144d
Also show boundary when displaying Cursor value.
2014-03-17 11:14:19 +01:00
Jean-Marc Lasgouttes
220fe66a67
Remove duplicate call to Cursor::selHandle
2014-03-17 10:55:49 +01:00
Kornel Benko
7ecbb06888
cmake export tests.
...
Define new policy of what export formats to check.
Depending on default_output_format
default or unset xhtml, dvi*, pdf*
xhtml xhtml
any of pfd variants xhtml, pdf*
any of dvi variants xhtml, dvi*
each other (like eps3) as specified
2014-03-16 09:57:31 +01:00
Kornel Benko
af61ca9df6
* sk.po, new strings
2014-03-16 09:50:44 +01:00
Richard Heck
717d19d3c3
Fix for bug #8939 : Don't just close if the user enters a shortcut
...
that is already assigned.
From new contributor Roy Xia.
2014-03-15 23:05:48 -04:00
Richard Heck
a818ed0aab
Accidentally overwrote this commit of Vincent's.
2014-03-15 12:09:35 -04:00
Jean-Marc Lasgouttes
a8c05f20be
Whitespace only.
2014-03-14 14:22:26 +01:00
Georg Baum
5833f2609b
Update layouttranslation review status
2014-03-13 21:29:27 +01:00
Georg Baum
f7e06dbf16
Fix wrong comment (thanks Enrico)
2014-03-13 21:02:41 +01:00
Juergen Spitzmueller
f2bcbeef53
de.po: Style.
2014-03-13 12:01:01 +01:00
Benjamin Piwowarski
26fad1b79c
Fix typo in configFunctions.h (wrong define for the header)
2014-03-13 08:28:06 +01:00
Juergen Spitzmueller
7c1fc6ea75
Include child's own authors when using BufferParams from master.
2014-03-13 06:43:38 +01:00
Uwe Stöhr
f9bf721aba
sv.po: fix a translation bug #7830
2014-03-13 01:15:26 +01:00
Kornel Benko
59f4d0d753
ctest export: smal improvements
...
1.) Use of regex to ignore group of tests
2.) If default output format is pdf2(pdflatex), the try to check also
for xelatex and lualatex
2014-03-12 17:15:07 +01:00
Pavel Sanda
1a9bcaee26
* cs.po
2014-03-12 01:10:42 -07:00
Pavel Sanda
9f815ae033
* ko.po : update from Dal Ho Park.
2014-03-12 00:41:18 -07:00
Uwe Stöhr
ed613670fd
zh_CN.po: fix a typo reported in bug #9033
2014-03-10 22:35:50 +01:00
Uwe Stöhr
2dd55a1778
installer: fix bug in dictionary installation
...
- we have a new dictionary and a new thesaurus so that we must increase the search list
- update the dictionary mirror list
2014-03-10 22:08:21 +01:00
Vincent van Ravesteijn
3f771c96d3
Fix EOLs
2014-03-10 21:04:25 +01:00
Vincent van Ravesteijn
0ad02c437e
Update layouttranslations
2014-03-10 21:04:25 +01:00