Commit Graph

29493 Commits

Author SHA1 Message Date
Enrico Forestieri
3f5e720f81 Update it.po 2013-11-24 23:26:27 +01:00
Richard Heck
35d37d4e4c Remerge strings. 2013-11-24 11:52:12 -05:00
Juergen Spitzmueller
65723bbe63 uk.po: update by Yuri 2013-11-18 16:05:17 +01:00
Georg Baum
a126ff8861 Fix wrong description screen font (bug #8869)
paper.cls formats the description label without bold, so LyX should do the
same on screen. Note that simply removing the Series line does not help,
because Description is already defined in some include.
2013-11-17 13:05:09 +01:00
Juergen Spitzmueller
5318d2fa7d Fix crash when using context menu in empty outliner
Fixes: #8885
2013-11-16 11:19:11 +01:00
Juergen Spitzmueller
596b9f8607 Fix shortcut clash (bug #8878)
Patch by charley
2013-11-12 16:37:33 +01:00
Juergen Spitzmueller
52fe53676a fix macro order for newsubfloat 2013-10-13 11:49:29 +02:00
Georg Baum
2ad994d1d6 Make encoding conversions thread safe
This is the result of the discussion on the list "2.1.0 Blocker". Thanks to
all contributors!
The main idea is to use thread-local storage for all static variables.
This solution does not need any mutex. For more details, see the comment in
unicode.h.
2013-10-12 13:27:05 +02:00
Kornel Benko
22c9c2e4e7 * sk.po 2013-10-11 17:40:53 +02:00
Juergen Spitzmueller
b9976f5929 Fix unbalanced bracket problem with CJK
The bug was introduced with commit [2af09e2e/lyxgit], where the unnecessary trailing bracket in CJK environments was suppresed, but not the preceding bracket (which is only output if CJK is a secondary language).
2013-10-11 12:35:22 +02:00
Kornel Benko
c8efd6f45b * sk.po 2013-10-07 14:07:20 +02:00
Jean-Marc Lasgouttes
df8d2a5a87 Fix bug #8859: crash on alignment of two cells in tabular
The solution is the same as the other text-properties lfuns: use special loops when there is a multi-cell selection.
2013-10-07 12:11:34 +02:00
Juergen Spitzmueller
e709a30e3b fr/Intro.lyx: Correction by Jean-Pierre 2013-09-15 17:03:50 +02:00
Pavel Sanda
ddea97e8eb * INSTALL - move comment from trunk. 2013-09-09 02:52:38 -07:00
Pavel Sanda
1dc02a80a2 * Additional.lyx - next xdvi glitch spotted by Fabio. 2013-09-07 18:30:17 -07:00
Pavel Sanda
7c0e80ef07 * Additional.lyx - fix lyxeditor.sh example.
Different shells seem to have different taste.
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg96590.html
(backport)
2013-09-05 11:25:58 -07:00
Richard Heck
92e574a70d Fix obvious oversight. 2013-08-30 13:17:53 -04:00
Scott Kostyshak
5d0c7de0b0 Remerge and update of ja.po (from Koji) 2013-08-29 17:59:21 -04:00
Richard Heck
cedb1d7167 The koma-script book class numbers equations by chapter.
(cherry picked from commit bac7708d4b)
2013-08-09 11:35:13 -04:00
Scott Kostyshak
ffab3440b8 Japanese docs: translations from Koji 2013-08-05 19:02:38 -04:00
Uwe Stöhr
12f66667ac csv2lyx.py: re-enable the feature to import CSV files
- the feature war broken because the file format was not updated to that of LyX 2.0.x
2013-07-27 23:56:38 +02:00
Uwe Stöhr
8c246a6825 ja.po: updates from Koji 2013-07-27 23:50:04 +02:00
Uwe Stöhr
de137d410a Japanese splash.lyx: a correction from Koji 2013-07-27 23:43:03 +02:00
Uwe Stöhr
3d14dd6a5b Japanese EmbeddedObjects.lyx: fix some image paths and formatting
these wrong paths slipped in with Kojis recent translations
2013-07-27 23:35:16 +02:00
Uwe Stöhr
4b84f2f443 Japanese docs: translations by Koji for branch 2013-07-27 23:07:18 +02:00
Uwe Stöhr
14fb17d76d LaTeXFeatures.cpp: compilation fix for last commit
(thanks to the latest TortoiseGit update cherry picking and even reverting is no longer possible, argh!)
2013-07-27 23:06:31 +02:00
Uwe Stöhr
a021548b7d LaTeXFeatures.cpp: fix bug #8731 for branch 2013-07-27 22:27:40 +02:00
Juergen Spitzmueller
ba01753624 Fix setting of is_child runparam if grandchildren are involved 2013-07-22 10:32:21 +02:00
Juergen Spitzmueller
c27208225a Typo 2013-07-21 13:10:09 +02:00
Juergen Spitzmueller
7c058e3c63 Trivial fix: escape ampersands in file names before pushing to tab header (#8757) 2013-07-20 16:07:18 +02:00
Scott Kostyshak
bc297cfd7a status.20x: fix a ticket number 2013-07-18 20:25:42 -04:00
Juergen Spitzmueller
2abe461b5c Fix state of certain language packages (polyglossia, japanese) in children (#8779) 2013-07-18 15:19:36 +02:00
Jean-Marc Lasgouttes
b2e76d22d5 Fix Qt tools search when a Qt directory has been specified
When --with-qt-dir has been specified, programs like "moc" in the Qt
directory are unlikely to have a qualified name like moc-qt4.
Therefore, such qualified names are only considered when the base
version has not been found.
2013-07-14 23:07:45 +02:00
Juergen Spitzmueller
db8abfec04 Properly nest ulem commands within other font changes
This reverts the wrong fix to #8424 which caused #8733 and fixes both problems properly
2013-07-11 21:24:57 +02:00
Juergen Spitzmueller
2dfe540371 Fix problem with unbalanced braces in XeTeX output (bug #8765) 2013-07-11 18:05:50 +02:00
Juergen Spitzmueller
0f72029c9b Fix toggling of 'misc' font options (bug #8764) 2013-07-07 18:01:59 +02:00
Uwe Stöhr
bbb717df0f German UserGuide.lyx: fix a typo spotted by a user 2013-06-26 23:19:38 +02:00
Uwe Stöhr
0aecd001c7 German UserGuide.lyx: fix a typo spotted by Stephan 2013-06-26 23:11:53 +02:00
Richard Heck
f3097ffe76 Fix bug #8746: Images have to have alt tags. 2013-06-12 17:28:32 -04:00
Richard Heck
b870e46c85 Somehow forgot HTML tags for Paragraph and Subparagraph.
(cherry picked from commit c6a08bc442)
2013-06-11 14:33:38 -04:00
Kornel Benko
38ed9c892c * sk.po 2013-06-04 18:04:02 +02:00
Uwe Stöhr
8c8cadbab9 UserGuide.lyx: backport an info 2013-06-03 21:09:24 +02:00
Uwe Stöhr
208a2720e7 UserGuide.lyx: fix a typo and correct an info
- both spotted by Ignacio, the removed info is LyX 2.1 only.
2013-05-31 14:29:54 +02:00
Uwe Stöhr
09b6cd80e6 Spanish UserGuide: translations from Ignacio 2013-05-31 14:28:56 +02:00
Richard Heck
ddb2b93358 Undo testing stuff.
Sorry for all the noise, but there is no way to make sure the email
scripts work except to commit stuff.
2013-05-30 22:12:27 -04:00
Richard Heck
405a81ce8d Test 8 2013-05-30 22:12:01 -04:00
Richard Heck
0fe5e222cf Test 7 2013-05-30 22:12:01 -04:00
Richard Heck
a8bedcf433 Test 6 2013-05-30 22:12:01 -04:00
Richard Heck
47e088f9e5 Test 5 2013-05-30 22:12:01 -04:00
Richard Heck
f066b6c55f Test 4 2013-05-30 22:12:01 -04:00