]> git.lyx.org Git - features.git/log
features.git
13 years ago* cs.po
Pavel Sanda [Fri, 15 Apr 2011 08:36:35 +0000 (08:36 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38398 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate Japanese documentation for 2.0, from Koji
Pavel Sanda [Fri, 15 Apr 2011 08:33:40 +0000 (08:33 +0000)]
Update Japanese documentation for 2.0, from Koji

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38397 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* remerge ja.po
Pavel Sanda [Fri, 15 Apr 2011 08:16:16 +0000 (08:16 +0000)]
* remerge ja.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38396 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* ja.po from Koji
Pavel Sanda [Fri, 15 Apr 2011 08:16:14 +0000 (08:16 +0000)]
* ja.po from Koji

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38395 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* de.po: update
Jürgen Spitzmüller [Fri, 15 Apr 2011 07:59:01 +0000 (07:59 +0000)]
* de.po: update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38394 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* sk.po
Kornel Benko [Fri, 15 Apr 2011 05:56:04 +0000 (05:56 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38393 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate all layouts to format 35.
Richard Heck [Fri, 15 Apr 2011 02:51:32 +0000 (02:51 +0000)]
Update all layouts to format 35.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38392 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoTry to catch CopyStyle of a Flex inset, which we need to convert to the new
Richard Heck [Fri, 15 Apr 2011 02:50:45 +0000 (02:50 +0000)]
Try to catch CopyStyle of a Flex inset, which we need to convert to the new
Flex:* format. We can't do this perfectly, but we can do so when it's done
within a single file.

Failure to do this (which mistake had been made before) was the root cause of
the problem reported by Enrico with IEEE.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38391 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd a FIXME regarding remaining anchor issue.
Richard Heck [Fri, 15 Apr 2011 02:26:22 +0000 (02:26 +0000)]
Add a FIXME regarding remaining anchor issue.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38390 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix problem with IEEEtran.layout reported by Enrico.
Richard Heck [Fri, 15 Apr 2011 02:10:37 +0000 (02:10 +0000)]
Fix problem with IEEEtran.layout reported by Enrico.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38389 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix some more bugs similar to #7394, just fixed by Enrico.
Richard Heck [Fri, 15 Apr 2011 02:01:28 +0000 (02:01 +0000)]
Fix some more bugs similar to #7394, just fixed by Enrico.

The one remaining question is whether we should also call resetAnchor()
at the end of setCursor().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38388 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRecommit previously unintended commit, now that it has been approved. ;-)
Richard Heck [Fri, 15 Apr 2011 00:54:50 +0000 (00:54 +0000)]
Recommit previously unintended commit, now that it has been approved. ;-)

Seriously, this resovles a problem with module detection and configuration,
namely, that we detect BOTH a module in the system directory and a custom
version of it in the user directory.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38387 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoImport chnages from Paul Rubin
Pavel Sanda [Thu, 14 Apr 2011 23:01:39 +0000 (23:01 +0000)]
Import chnages from Paul Rubin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38386 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7394 (Crash while selecting texts)
Enrico Forestieri [Thu, 14 Apr 2011 22:44:46 +0000 (22:44 +0000)]
Fix bug #7394 (Crash while selecting texts)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38385 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRegression test for #7442.
Tommaso Cucinotta [Thu, 14 Apr 2011 22:21:18 +0000 (22:21 +0000)]
Regression test for #7442.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38384 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAvoid useless double dispatch of cmd to same buffer (if bv and doc_bv are the same).
Tommaso Cucinotta [Thu, 14 Apr 2011 21:39:47 +0000 (21:39 +0000)]
Avoid useless double dispatch of cmd to same buffer (if bv and doc_bv are the same).
This also fixes #7442.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38383 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRevert unintended commit.
Richard Heck [Thu, 14 Apr 2011 21:10:07 +0000 (21:10 +0000)]
Revert unintended commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38382 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoConstify.
Richard Heck [Thu, 14 Apr 2011 20:34:18 +0000 (20:34 +0000)]
Constify.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38381 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove unused header. Thanks Julien.
Richard Heck [Thu, 14 Apr 2011 18:33:50 +0000 (18:33 +0000)]
Remove unused header. Thanks Julien.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38379 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix export of new LaTeX formats: xetex and luatex. Prior to this, child
Richard Heck [Thu, 14 Apr 2011 18:32:42 +0000 (18:32 +0000)]
Fix export of new LaTeX formats: xetex and luatex. Prior to this, child
documents and graphics were not copied to the export directory, since
the format passed to addExternalFile() was wrong.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38378 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoprefs2prefs for #6966, per Pavel's suggestion.
Richard Heck [Thu, 14 Apr 2011 18:31:39 +0000 (18:31 +0000)]
prefs2prefs for #6966, per Pavel's suggestion.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38377 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd series number to uninstaller registry key. This allows e.g. 1.6 and 2.0 to appear...
Joost Verburg [Thu, 14 Apr 2011 18:07:57 +0000 (18:07 +0000)]
Add series number to uninstaller registry key. This allows e.g. 1.6 and 2.0 to appear both in the installed programs list.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38376 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRegenerate layout translations for dutch
Pavel Sanda [Thu, 14 Apr 2011 15:22:19 +0000 (15:22 +0000)]
Regenerate layout translations for dutch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38375 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd nl.po layout translations (Rick Block, Vincent)
Pavel Sanda [Thu, 14 Apr 2011 15:22:15 +0000 (15:22 +0000)]
Add nl.po layout translations (Rick Block, Vincent)
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg86037.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38374 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemerge nl.po
Pavel Sanda [Thu, 14 Apr 2011 15:22:11 +0000 (15:22 +0000)]
Remerge nl.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38373 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove layouttranslations from automatic build.
Kornel Benko [Thu, 14 Apr 2011 09:01:27 +0000 (09:01 +0000)]
Remove layouttranslations from automatic build.
To create it, one has to go into the po-build-directory and call
'make layouttranslations1'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38372 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* sk.po
Kornel Benko [Thu, 14 Apr 2011 05:35:48 +0000 (05:35 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38371 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7407, home_dir could be a static function and also be called by the
Peter Kümmel [Wed, 13 Apr 2011 19:11:55 +0000 (19:11 +0000)]
#7407, home_dir could be a static function and also be called by the
Package constructor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38370 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7452, no spellcheck menu needed when no text is below cursor
Peter Kümmel [Wed, 13 Apr 2011 18:54:58 +0000 (18:54 +0000)]
#7452, no spellcheck menu needed when no text is below cursor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38369 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemerge strings again for the missing one
Pavel Sanda [Wed, 13 Apr 2011 17:59:53 +0000 (17:59 +0000)]
Remerge strings again for the missing one

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38367 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWe have one missing string due to the bug in lyx_pot
Pavel Sanda [Wed, 13 Apr 2011 17:47:03 +0000 (17:47 +0000)]
We have one missing string due to the bug in lyx_pot
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg167433.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38366 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7450. Never did CSS for parts. Indent of lower TOC elements is
Richard Heck [Wed, 13 Apr 2011 13:15:14 +0000 (13:15 +0000)]
Fix bug #7450. Never did CSS for parts. Indent of lower TOC elements is
also too high.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38365 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* README.localization
Pavel Sanda [Wed, 13 Apr 2011 13:08:25 +0000 (13:08 +0000)]
* README.localization

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38364 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoNot sure why this was there: Of course we need to escape < and >.
Richard Heck [Wed, 13 Apr 2011 13:05:52 +0000 (13:05 +0000)]
Not sure why this was there: Of course we need to escape < and >.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38363 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMinor doc fix.
Richard Heck [Wed, 13 Apr 2011 12:50:02 +0000 (12:50 +0000)]
Minor doc fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38362 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7429 dismiss spell checker dialog when wrap around is detected
Stephan Witt [Wed, 13 Apr 2011 11:38:07 +0000 (11:38 +0000)]
#7429 dismiss spell checker dialog when wrap around is detected

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38361 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoadd forgotten implementation of "remove from personal dictionary" for enchant spell...
Stephan Witt [Wed, 13 Apr 2011 10:55:51 +0000 (10:55 +0000)]
add forgotten implementation of "remove from personal dictionary" for enchant spell checker backend

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38360 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoImprovements to lyx sweave support
Jean-Marc Lasgouttes [Wed, 13 Apr 2011 10:04:20 +0000 (10:04 +0000)]
Improvements to lyx sweave support
- use a null device to avoid the extra Rplots.pdf file created by Sweave
- use directly setwd() instead of in the preamble of the module
- add lots of comments.

This finally fixes ticket #6623.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38359 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* sk.po, insert something is in slovak akkusativ, not nominativ
Kornel Benko [Wed, 13 Apr 2011 07:24:00 +0000 (07:24 +0000)]
* sk.po, insert something is in slovak akkusativ, not nominativ

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38358 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoadd comment about backtrace requirement
Peter Kümmel [Tue, 12 Apr 2011 21:37:03 +0000 (21:37 +0000)]
add comment about backtrace requirement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38357 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoNow math previews are correctly updated when replacing math contents inside
Tommaso Cucinotta [Tue, 12 Apr 2011 20:16:57 +0000 (20:16 +0000)]
Now math previews are correctly updated when replacing math contents inside
through Advanced Find and Replace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38355 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBetter TOC output for XHTML, per Rob and Pavel.
Richard Heck [Tue, 12 Apr 2011 17:33:18 +0000 (17:33 +0000)]
Better TOC output for XHTML, per Rob and Pavel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38354 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix problem with citation dialog. The code changes here missed the need
Richard Heck [Tue, 12 Apr 2011 17:32:16 +0000 (17:32 +0000)]
Fix problem with citation dialog. The code changes here missed the need
for this part.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38353 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* MergedManuals.lyx
Pavel Sanda [Tue, 12 Apr 2011 15:42:32 +0000 (15:42 +0000)]
* MergedManuals.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38352 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSensible editor launches terminal editors, closing #7448.
Pavel Sanda [Tue, 12 Apr 2011 13:35:41 +0000 (13:35 +0000)]
Sensible editor launches terminal editors, closing #7448.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38350 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* cs.po
Pavel Sanda [Tue, 12 Apr 2011 10:30:16 +0000 (10:30 +0000)]
* cs.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38349 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate numbering. Note that Userguide has outdated information
Pavel Sanda [Tue, 12 Apr 2011 10:05:39 +0000 (10:05 +0000)]
Update numbering. Note that Userguide has outdated information
about spelling engines we support.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38348 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoStrip unmaintained translations from the final release.
Pavel Sanda [Tue, 12 Apr 2011 08:10:34 +0000 (08:10 +0000)]
Strip unmaintained translations from the final release.
These are: Danish, Dutch, Slovenian, Korean, Bulgarian, Walloon

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38347 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* ia.po from G.Sora
Pavel Sanda [Tue, 12 Apr 2011 08:06:26 +0000 (08:06 +0000)]
* ia.po from G.Sora

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38346 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix translation glitch caught by Georg.
Richard Heck [Tue, 12 Apr 2011 00:32:45 +0000 (00:32 +0000)]
Fix translation glitch caught by Georg.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38345 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix wrongly copy-pasted entries in SpellcheckerUi.ui
Pavel Sanda [Mon, 11 Apr 2011 23:50:40 +0000 (23:50 +0000)]
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
Spotted by Jean-Pierre Chretien.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38344 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoResave SpellcheckerUi.ui in qt 4.4 designer
Pavel Sanda [Mon, 11 Apr 2011 23:50:38 +0000 (23:50 +0000)]
Resave SpellcheckerUi.ui in qt 4.4 designer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38343 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate from G. Sora
Pavel Sanda [Mon, 11 Apr 2011 23:20:44 +0000 (23:20 +0000)]
Update from G. Sora

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38341 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* ja.po from Koji
Pavel Sanda [Mon, 11 Apr 2011 23:06:28 +0000 (23:06 +0000)]
* ja.po from Koji

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38339 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7402. Many thanks to Vincent who found the wrong revision.
Georg Baum [Mon, 11 Apr 2011 20:11:27 +0000 (20:11 +0000)]
Fix bug #7402. Many thanks to Vincent who found the wrong revision.
Read the comment of odocstream in src/support/docstream.h if you want to
know why this fix is correct.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38335 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoadd debug function which prints the callstack to stderr, disabled by default
Peter Kümmel [Mon, 11 Apr 2011 19:39:40 +0000 (19:39 +0000)]
add debug function which prints the callstack to stderr, disabled by default

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38334 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix XHTML TOC translation per a suggestion of Georg's.
Richard Heck [Mon, 11 Apr 2011 18:43:53 +0000 (18:43 +0000)]
Fix XHTML TOC translation per a suggestion of Georg's.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38333 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove unused headers.
Richard Heck [Mon, 11 Apr 2011 14:11:07 +0000 (14:11 +0000)]
Remove unused headers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38332 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBack to svn
Pavel Sanda [Sun, 10 Apr 2011 22:01:06 +0000 (22:01 +0000)]
Back to svn

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38331 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoPrepare RC3 2.0.0rc3
Pavel Sanda [Sun, 10 Apr 2011 21:59:37 +0000 (21:59 +0000)]
Prepare RC3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38329 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* ANNOUNCE
Pavel Sanda [Sun, 10 Apr 2011 21:24:35 +0000 (21:24 +0000)]
* ANNOUNCE

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38328 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSConstruct: fix compiling with SCons
Uwe Stöhr [Sun, 10 Apr 2011 18:58:51 +0000 (18:58 +0000)]
SConstruct: fix compiling with SCons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38327 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* Messages.cpp (get):
Jürgen Spitzmüller [Sun, 10 Apr 2011 16:53:10 +0000 (16:53 +0000)]
* Messages.cpp (get):
- set again bind_textdomain_codeset before calling gettext.
  This works around the infamous bug #7371

Patch from Peter Kümmel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38325 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoComplete update of Spanish manuals from Ignacio Garcia
Pavel Sanda [Sun, 10 Apr 2011 10:33:24 +0000 (10:33 +0000)]
Complete update of Spanish manuals from Ignacio Garcia

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38324 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoremove debug code, we know the translation failed
Peter Kümmel [Sat, 9 Apr 2011 22:13:58 +0000 (22:13 +0000)]
remove debug code, we know the translation failed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38323 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate nynorsk layout strings (from Ingar Pareliussen)
Pavel Sanda [Sat, 9 Apr 2011 21:46:39 +0000 (21:46 +0000)]
Update nynorsk layout strings (from Ingar Pareliussen)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38322 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* nn.po
Pavel Sanda [Sat, 9 Apr 2011 21:44:50 +0000 (21:44 +0000)]
* nn.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38321 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agotemporary code to find bug #7371
Peter Kümmel [Sat, 9 Apr 2011 09:42:52 +0000 (09:42 +0000)]
temporary code to find bug #7371

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38320 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemerge strings for RC3
Pavel Sanda [Fri, 8 Apr 2011 22:24:26 +0000 (22:24 +0000)]
Remerge strings for RC3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38318 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix #7438, patch from Stephan.
Pavel Sanda [Fri, 8 Apr 2011 22:22:52 +0000 (22:22 +0000)]
Fix #7438, patch from Stephan.
(Sorry for not waiting for you, I wanted to enter freeze ASAP.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38317 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* GuiDocument.cpp
Julien Rioux [Fri, 8 Apr 2011 20:37:17 +0000 (20:37 +0000)]
* GuiDocument.cpp
    - unify font handling between TeX and non-TeX fonts
    - show unavailable fonts as 'The Font (not installed)' in the Fonts dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38316 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdating Portuguese translation
José Matox [Fri, 8 Apr 2011 19:55:24 +0000 (19:55 +0000)]
Updating Portuguese translation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38314 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix status update for nn.po
Pavel Sanda [Fri, 8 Apr 2011 19:29:43 +0000 (19:29 +0000)]
Fix status update for nn.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38312 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* nn.po from Ingar Pareliussen
Pavel Sanda [Fri, 8 Apr 2011 18:49:18 +0000 (18:49 +0000)]
* nn.po from Ingar Pareliussen

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38311 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoPortuguese translation update.
José Matox [Fri, 8 Apr 2011 18:01:06 +0000 (18:01 +0000)]
Portuguese translation update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38310 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd specific translations for brazilian portugese.
Pavel Sanda [Fri, 8 Apr 2011 15:32:59 +0000 (15:32 +0000)]
Add specific translations for brazilian portugese.
The language code needs to be pt_BR not pt_br, which sounds weird.
Proposal from Rudi Gaelzer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38309 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFixes the following issues:
Stephan Witt [Fri, 8 Apr 2011 13:26:45 +0000 (13:26 +0000)]
Fixes the following issues:
* updateView() should start a spell check only on first call after init
* at the end of document the dialog should hide itself when user said "no" to continue spell check
* when the last word of a note inset is misspelled forward() wrongly think it's the end of doc
* when the user clicks the buttons fast, recursive calls are possible

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38307 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoavoid the single dash (hard hyphen) or apostrophe enclosed by white space is treated...
Stephan Witt [Fri, 8 Apr 2011 13:20:26 +0000 (13:20 +0000)]
avoid the single dash (hard hyphen) or apostrophe enclosed by white space is treated as a real word

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38306 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* ja.po from Koji
Pavel Sanda [Fri, 8 Apr 2011 12:12:35 +0000 (12:12 +0000)]
* ja.po from Koji

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38305 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate cs/Tutorial.lyx.
Pavel Sanda [Fri, 8 Apr 2011 12:07:36 +0000 (12:07 +0000)]
Update cs/Tutorial.lyx.
Patch from Petr Kamenicky.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38304 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix #7439.
Pavel Sanda [Fri, 8 Apr 2011 12:00:51 +0000 (12:00 +0000)]
Fix #7439.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38303 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* sk.po, unified use of background colors
Kornel Benko [Fri, 8 Apr 2011 11:14:33 +0000 (11:14 +0000)]
* sk.po, unified use of background colors

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38302 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agofix another bug spotted by Pavel
Georg Baum [Thu, 7 Apr 2011 19:17:30 +0000 (19:17 +0000)]
fix another bug spotted by Pavel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38300 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* es.po from Ignacio
Pavel Sanda [Thu, 7 Apr 2011 09:29:44 +0000 (09:29 +0000)]
* es.po from Ignacio

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38299 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* kill babelized strings from localization_test.lyx and let only stuff translated...
Pavel Sanda [Thu, 7 Apr 2011 00:00:56 +0000 (00:00 +0000)]
* kill babelized strings from localization_test.lyx and let only stuff translated by LyX.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38298 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix wrong translations of float lists spotted by Pavel:
Georg Baum [Wed, 6 Apr 2011 21:20:35 +0000 (21:20 +0000)]
Fix wrong translations of float lists spotted by Pavel:
It was taken from .po file, not layoutttranslations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38297 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRemove unneeded layout translations as hinted on the users list.
Georg Baum [Wed, 6 Apr 2011 20:57:46 +0000 (20:57 +0000)]
Remove unneeded layout translations as hinted on the users list.
The standard babel names are used instead of these translations.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38296 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7375 correct spell checker widget geometry
Stephan Witt [Wed, 6 Apr 2011 20:12:44 +0000 (20:12 +0000)]
#7375 correct spell checker widget geometry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38295 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7430 add check for first document language for the spell checker and initialize...
Stephan Witt [Wed, 6 Apr 2011 18:26:50 +0000 (18:26 +0000)]
#7430 add check for first document language for the spell checker and initialize the language combo accordingly on open

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38294 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoRegenerate comment only
Pavel Sanda [Wed, 6 Apr 2011 12:51:55 +0000 (12:51 +0000)]
Regenerate comment only

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38293 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoLast of the math translations.
Richard Heck [Wed, 6 Apr 2011 12:47:28 +0000 (12:47 +0000)]
Last of the math translations.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38292 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMore translation strings.
Richard Heck [Wed, 6 Apr 2011 12:42:53 +0000 (12:42 +0000)]
More translation strings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38291 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMore translation strings.
Richard Heck [Wed, 6 Apr 2011 12:35:59 +0000 (12:35 +0000)]
More translation strings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38290 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMore translation strings.
Richard Heck [Wed, 6 Apr 2011 12:30:55 +0000 (12:30 +0000)]
More translation strings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38289 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agotypo
Pavel Sanda [Wed, 6 Apr 2011 12:28:20 +0000 (12:28 +0000)]
typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38288 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMore translation strings.
Richard Heck [Wed, 6 Apr 2011 12:23:44 +0000 (12:23 +0000)]
More translation strings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38287 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoForgot this part.
Richard Heck [Wed, 6 Apr 2011 12:20:50 +0000 (12:20 +0000)]
Forgot this part.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38286 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoTranslation strings. for AMS by type.
Richard Heck [Wed, 6 Apr 2011 12:15:01 +0000 (12:15 +0000)]
Translation strings. for AMS by type.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38285 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* lyx_pot.py
Pavel Sanda [Wed, 6 Apr 2011 11:15:53 +0000 (11:15 +0000)]
* lyx_pot.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38284 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThis should be written with exclamation mark somewhere in wiki 2.0 news .
Pavel Sanda [Wed, 6 Apr 2011 11:11:42 +0000 (11:11 +0000)]
This should be written with exclamation mark somewhere in wiki 2.0 news .

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38283 a592a061-630c-0410-9148-cb99ea01b6c8