Commit Graph

32132 Commits

Author SHA1 Message Date
Vincent van Ravesteijn
b72a270f17 * pl.po from Michal Fita
Fixes some layout translations.
2014-04-06 21:08:28 +02:00
Juergen Spitzmueller
21f62c7184 Fix iterator invalidation. 2014-04-06 19:21:47 +02:00
Pavel Sanda
795daef450 * cs.po 2014-04-05 00:12:37 -07:00
Juergen Spitzmueller
fb21a63339 Set cursor pos after cursor idx to avoid invalid cursor.
Fixes: #9076
2014-04-04 11:39:22 +02:00
Uwe Stöhr
7c266edfa8 French splash.lyx: update fileformat 2014-04-04 01:33:35 +02:00
Uwe Stöhr
5ea560106e fr.po: translations for LyX 2.1 by Jean-Pierre 2014-04-04 01:30:17 +02:00
Uwe Stöhr
b7f947afca es.po: translations by Ignacio 2014-04-04 01:27:45 +02:00
Uwe Stöhr
743075153b sv.po: translations for lyX 2.1 from Jim 2014-04-04 01:26:33 +02:00
Uwe Stöhr
7d7cf52cae Spanish manuals: translations by Ignacio 2014-04-04 00:59:15 +02:00
Uwe Stöhr
a264d50faa UserGuide.lyx: fix 2 Typos (thanks Ignacio) 2014-04-04 00:53:29 +02:00
Uwe Stöhr
aea6ddfcb9 French splash.lyx: a fix by Jean-Pierre 2014-04-03 02:12:05 +02:00
Uwe Stöhr
2291c6289b Intro.lyx: change a sentence to avoid misunderstandings
- as reported today on the lyx-docs list
2014-04-02 01:41:52 +02:00
Richard Heck
130c375174 Remove obsolete formats from file dialog
It is confusing for the users to see the formats 1.3--1.6 in the file-open
dialog and not the 2.0 format. The exotic extensions were only used when
e.g., LyX 1.6.x exported to LyX 1.5.x format.
2014-04-01 21:53:50 +02:00
Vincent van Ravesteijn
3fb7394db8 Initialize variable to fix Counter 0 problem
Fixes: #9070
2014-04-01 21:41:13 +02:00
Vincent van Ravesteijn
5d66e91de8 configure.ac: back to development version 2014-04-01 21:41:13 +02:00
Vincent van Ravesteijn
72d81f3b7e lib/Makefile.am: Fix 2014-04-01 21:41:13 +02:00
Vincent van Ravesteijn
216fa28aaa lib/Makefile.am: Add missing images 2014-04-01 21:41:12 +02:00
Vincent van Ravesteijn
cba432f1ad Release notes: Warn that BibTeX errors cause compilation failure 2014-04-01 21:41:12 +02:00
Uwe Stöhr
0300a2ce66 Japanese EmbeddedObjects.lyx: fix a formatting 2014-03-31 23:19:13 +02:00
Vincent van Ravesteijn
7d3f2bddfc Release notes: Warn Windows users to not use Qt 4.8.5 2014-03-30 21:17:05 +02:00
Uwe Stöhr
5ff8a3941b partly revert commit a860d18b5a
svmono and svmult must stay in the examples folder because they include childs
2014-03-30 17:41:02 +02:00
Uwe Stöhr
a860d18b5a template files: remove all relative paths to re-eanable to use "new from template"
- this brings back all our template files (they are no example files, would have been a regression otherwise because LyX 2.0 offers them already in "new from template")
- the thesis files will stay in the examples folder for now until we have a real fiix for bug #8643
2014-03-30 17:22:05 +02:00
Uwe Stöhr
da1a3726a5 template files: remove relative paths
this re-enables the feature to use them as "new from template"
2014-03-30 16:35:09 +02:00
Uwe Stöhr
97c89c86a1 installer: fix a bug with file associations
- this fixes the bug I mentioned in my previous installer commit
2014-03-30 05:33:55 +02:00
Vincent van Ravesteijn
53b60462ac Revert "Fixing #7987: deleted text in change-tracking mode is not found in Advanced F&R any more."
This reverts commit cb351665f4.
2014-03-29 22:21:40 +01:00
Benjamin Piwowarski
ac8b77fc03 Fix problem with python and change of PATH
- waits that lyxrc has been read before finding python
- when the PATH changes, resets the value
2014-03-29 22:19:03 +01:00
Uwe Stöhr
83988bd5c6 xypic.lyx: updates from Jean-Pierre 2014-03-29 05:08:01 +01:00
Uwe Stöhr
5284488f37 installer: commit files with which installer for RC1 was built
- known problem: if LyX 2.0.x is installed and you install 2.1rc1, the .lyx file associations will not be updated but if LyX 2.1 is installed on a new PC the file associations work (work is in progress)
2014-03-29 01:50:18 +01:00
Georg Baum
e85e9424b3 Fix display of predefined macros (bug #9059)
This was a regression of e86cdc40: A newly introduced member variable was
not initialized in the constructor, which made it quite random whether symbols
like \coloneqq where displayed correctly or as an empty edit box.
2014-03-28 23:16:36 +01:00
Pavel Sanda
fa20e8e2d4 * cs.po shortcut conflict 2014-03-28 11:18:09 -07:00
Juergen Spitzmueller
4bc29abb70 elsarticle: use standard xampl bib from texmf tree (relative path does not work for templates) 2014-03-28 15:19:28 +01:00
Enrico Forestieri
6fe72d8fe9 Update it.po 2014-03-28 03:04:34 +01:00
Uwe Stöhr
450b13ede7 id.po: port translations from branch
as service for Waluyo to save some work
2014-03-28 00:44:06 +01:00
Tommaso Cucinotta
cb351665f4 Fixing #7987: deleted text in change-tracking mode is not found in Advanced F&R any more.
Merged Paragraph::stringify into asString().
Added ignore of deleted text to Advanced F&R.
2014-03-27 23:36:15 +00:00
Juergen Spitzmueller
200f1ca37b Re-enable translation of pdfpages help text (works around #9045)
Note that this is not a string change in l7n sense (see discussion in #9045)
2014-03-27 14:25:30 +01:00
Pavel Sanda
f66c72542b * cs/Tutorial.lyx 2014-03-27 01:59:00 -07:00
Pavel Sanda
311145b949 * cs/splash.lyx update 2014-03-27 01:30:29 -07:00
Pavel Sanda
e7003f5e9f * Additional.lyx (accept changes) 2014-03-27 01:16:49 -07:00
Pavel Sanda
0f8a2d2860 Squash gcc warning.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg183142.html
2014-03-27 01:12:26 -07:00
Pavel Sanda
567c4bb506 * cs.po 2014-03-26 21:04:54 -07:00
Pavel Sanda
eebbbf8555 Fix make install phase.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg183199.html
2014-03-26 20:16:24 -07:00
Uwe Stöhr
03830ba245 Japanese docs: another update from Koji 2014-03-27 00:46:41 +01:00
Uwe Stöhr
a094b0b880 uk.po: translations for 2.1 from Yuri 2014-03-27 00:21:36 +01:00
Uwe Stöhr
7288a1b4dc doc files: push all changes sine master was closed and the updates from Koji 2014-03-27 00:17:25 +01:00
Uwe Stöhr
5c5d61bfe0 Japanese doc image files: updates and additions by Koji 2014-03-27 00:13:36 +01:00
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