Commit Graph

26579 Commits

Author SHA1 Message Date
Tommaso Cucinotta
fab8c264aa Applying (variation of) fix by stwitt to solve #7172.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37043 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 19:59:41 +00:00
Kornel Benko
4d367ac00a * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37042 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 18:20:12 +00:00
Jürgen Spitzmüller
c1905133dc * de.po: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37041 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 17:06:21 +00:00
Jürgen Spitzmüller
d51cfff88b * uk.po: update by Yuri.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37040 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 16:57:44 +00:00
Jürgen Spitzmüller
0a34b1e047 fix some typos. Patch by Yuri Chornoivan.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37039 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 16:57:04 +00:00
Jürgen Spitzmüller
d1ae9ab317 es.po: update from Ignacio.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37038 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 16:25:11 +00:00
Jürgen Spitzmüller
a2b087e75f * GuiPrefs.{cpp,h}:
- update screen font sizes in dialog after prefs change, since the localization of float values might have changed.
	  (fixes bug 6771).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37035 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 13:50:22 +00:00
Jürgen Spitzmüller
7726d055fc * id.po: Update from Waluyo.
Pavel, do you receive messages to po-updates?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37034 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 11:22:48 +00:00
Kornel Benko
b757ca9406 * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37033 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 08:26:39 +00:00
Vincent van Ravesteijn
693bdf8447 Fix bug #7198: Assertion when calling inset-modify for a InsetSpace with a different argument than "space"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37032 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 06:00:22 +00:00
Vincent van Ravesteijn
fbd84bc185 Add some extra information about bug #3684.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37031 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 05:50:50 +00:00
Vincent van Ravesteijn
1f5c77ec65 Fix bug #7187: Font painting problems with emulated scaling.
When creating the QFontMetrics object, we should specify a QPaintDevice. 0 is a paint device which is screen-compatible or pixmap-compatible. This makes sure that the correct DPI is used in font metrics calculations.

see also:
http://bugreports.qt.nokia.com/browse/QTBUG-16331.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37030 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 05:35:03 +00:00
Enrico Forestieri
b5c25fe3b2 When collecting strings from ui-files, transform the html entity '"'
to '"' for the sake of gettext tools, which are html-agnostic.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37029 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 02:00:27 +00:00
Enrico Forestieri
6f0a9d94fe Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37028 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 23:56:36 +00:00
Enrico Forestieri
9119416b7d Remerge po-files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37027 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 23:34:33 +00:00
Enrico Forestieri
432e32cd3a lyx_pot.py cannot deal with raw newlines in ui files. So, use the
html entity "
" and then transform it to "\n".


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37026 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 23:29:51 +00:00
Jürgen Spitzmüller
1054800bf5 " de.po: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37023 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 17:01:45 +00:00
Jürgen Spitzmüller
d1631f41f8 * id.po: Update from Waluyo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37022 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 16:58:30 +00:00
Enrico Forestieri
c203112890 Fix bug #7194 (Crash closing master while child documents are opened)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37021 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 15:47:05 +00:00
Stephan Witt
29d849f251 more careful check for mathed to normal text change and vice versa for correct display of misspelled markers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37020 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-28 13:20:20 +00:00
Stephan Witt
ef1561665c revert change 37018 for PersonalWordList.cpp, commiting it was a mistake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37019 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 22:05:37 +00:00
Stephan Witt
6be43c24f4 fix a crash when moving cursor from text to a math inset with spellcheck_continuously on
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37018 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 21:59:17 +00:00
Georg Baum
3cdb7d3062 fix parsing of test document
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37017 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 21:12:40 +00:00
Georg Baum
84be0a0db4 fix parsing of \let: tex2lyx must not enclose the arguments with {}.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37016 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 20:15:24 +00:00
Georg Baum
8f037c8e91 Increase tex2lyx output format to 345 (LyX 1.6.x).
344: Remove pdf_pagebackref header flag
345: Nothing to do (this is a docbook-only change)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37015 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 18:19:19 +00:00
Georg Baum
32d435e150 Increase tex2lyx output format to 343.
343: Write the use_default_options header flag


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37014 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 18:16:22 +00:00
Georg Baum
4a54c581a2 Increase tex2lyx output format to 342.
335:     Create space inset in new syntax
336:     Nothing to do (empty lyx2lyx conversion)
337:     Nothing to do (tex2lyx does use the display flag)
338-339: Nothing to do (empty lyx2lyx conversion)
340:     Nothing to do (tex2lyx does not output empty layout names)
341-342: Nothing to do (empty lyx2lyx conversion)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37013 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 18:14:55 +00:00
Georg Baum
5247a0ed1c Increase tex2lyx output format to 334.
331:     Set the caption flag for longtable caption rows
332:     Nothing to do (empty lyx2lyx conversion)
333:     Nothing to do (tex2lyx did already use the new style names because it
         uses the current layout files)
334:     Nothing to do (tex2lyx did already produce the new format, since it
         used the LaTeX paper names also in the output and did not suffer from
	 bug 4868)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37012 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 18:10:23 +00:00
Georg Baum
6da25359f0 Increase tex2lyx output format to 330.
324:     Create newline inset in new syntax
325:     Nothing to do (tex2lyx does not support the japanese language)
326-327: Nothing to do (empty lyx2lyx conversion)
328:     Nothing to do (tex2lyx did never support embedding of files)
329-330: Nothing to do (empty lyx2lyx conversion)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37011 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 18:03:26 +00:00
Georg Baum
6639d78601 Increase tex2lyx output format to 323.
323: Create newpage inset in new syntax


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37010 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 17:58:36 +00:00
Georg Baum
e4efa00f8c Increase tex2lyx output format to 322.
321: Move leftlines/rightlines from column headers to cells
322: Nothing to do (tex2lyx does not produce plain layouts)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37009 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 17:56:48 +00:00
Pavel Sanda
87050601e0 Remerge everything.
All string has been reviewed, time to ask translators.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37008 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 17:56:09 +00:00
Pavel Sanda
b77f848ccd Finish cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37007 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 17:52:44 +00:00
Pavel Sanda
25326de242 Remerge cs.p
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37006 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 17:52:41 +00:00
Kornel Benko
fd587744d9 * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37005 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 13:54:21 +00:00
Pavel Sanda
ec884c3f36 Spotted by Kornel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37004 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-27 09:04:22 +00:00
Pavel Sanda
eeeb14915a Change message, section number can easily change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37003 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:42:22 +00:00
Pavel Sanda
34424a4c3f * cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37002 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:33:30 +00:00
Pavel Sanda
285a41066b Whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37001 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:33:28 +00:00
Pavel Sanda
d4c52f54e1 Kill unneeded string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37000 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:33:27 +00:00
Pavel Sanda
80570c5b8e Resave spellcheck ui in older designer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36999 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:33:23 +00:00
Pavel Sanda
f068c93eff Change 3.1.2.2 section title, so we have more clear pointer in error message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36998 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:28:06 +00:00
Pavel Sanda
705ba90d7b Make outliner delays again more invisible in some cases.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36997 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 23:23:48 +00:00
Kornel Benko
88217da5cc * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36996 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 15:53:17 +00:00
Kornel Benko
d356af2177 remerge sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36995 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-26 15:52:43 +00:00
Pavel Sanda
581cc7d65d * cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36994 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-23 18:52:22 +00:00
Pavel Sanda
bccb517ff0 * cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36993 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-23 00:48:08 +00:00
Pavel Sanda
1caa7670d2 Missing dot.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36992 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-22 23:20:15 +00:00
Stephan Witt
a5b960cdd2 cheaper empty range for getRange result on mismatch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36991 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-22 17:09:51 +00:00
Stephan Witt
fab1507221 fix for #7081: the painting of misspelled marker is suppressed for the word at cursor position
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36990 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-22 07:29:16 +00:00