]> git.lyx.org Git - lyx.git/log
lyx.git
13 years agoSubmenu for box insertion.
Richard Heck [Thu, 9 Dec 2010 13:01:59 +0000 (13:01 +0000)]
Submenu for box insertion.

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

13 years ago* LaTeXFeatures.cpp: do not use polyglossia if the texclass provides babel.
Jürgen Spitzmüller [Thu, 9 Dec 2010 10:00:10 +0000 (10:00 +0000)]
* LaTeXFeatures.cpp: do not use polyglossia if the texclass provides babel.

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

13 years agoAfter more attempts add gnumeric support.
Pavel Sanda [Thu, 9 Dec 2010 01:19:13 +0000 (01:19 +0000)]
After more attempts add gnumeric support.
Patch from Helge Hafting.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg164180.html

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

13 years ago* cs.po
Pavel Sanda [Thu, 9 Dec 2010 00:49:24 +0000 (00:49 +0000)]
* cs.po

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

13 years agoFix &quot
Pavel Sanda [Thu, 9 Dec 2010 00:44:12 +0000 (00:44 +0000)]
Fix &quot

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

13 years agoNo more wavy lines
Pavel Sanda [Thu, 9 Dec 2010 00:33:33 +0000 (00:33 +0000)]
No more wavy lines

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

13 years agoGeorg's fix for my crash moved too much inside the inTexted() crash: We
Richard Heck [Wed, 8 Dec 2010 21:46:57 +0000 (21:46 +0000)]
Georg's fix for my crash moved too much inside the inTexted() crash: We
never update the buffer if we're not in text!!

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

13 years agoCommitted wrong thing.
Richard Heck [Wed, 8 Dec 2010 21:02:28 +0000 (21:02 +0000)]
Committed wrong thing.

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

13 years agoAt least prevent the crash in #7152. Patch by John McCabe-Dansted, more
Richard Heck [Wed, 8 Dec 2010 20:55:24 +0000 (20:55 +0000)]
At least prevent the crash in #7152. Patch by John McCabe-Dansted, more
or less.

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

13 years ago* thesis.lyx: revert unintended changes.
Jürgen Spitzmüller [Wed, 8 Dec 2010 19:32:56 +0000 (19:32 +0000)]
* thesis.lyx: revert unintended changes.

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

13 years agoResolve shorcut clash in it.po
Enrico Forestieri [Wed, 8 Dec 2010 18:49:08 +0000 (18:49 +0000)]
Resolve shorcut clash in it.po

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

13 years ago* resolve conflicts of XeTeX with AMS by loading all AMS packages before fontspec...
Jürgen Spitzmüller [Wed, 8 Dec 2010 18:42:10 +0000 (18:42 +0000)]
* resolve conflicts of XeTeX with AMS by loading all AMS packages before fontspec. See
   http://www.macfreek.nl/mindmaster/LaTeX_package_conflicts#Amssymb_with_Xunicode

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

13 years agoFix bug #7127 (Broken context menu for ERT insets)
Enrico Forestieri [Wed, 8 Dec 2010 18:41:04 +0000 (18:41 +0000)]
Fix bug #7127 (Broken context menu for ERT insets)

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

13 years ago* output_latex.cpp: fix language nesting (with polyglossia).
Jürgen Spitzmüller [Wed, 8 Dec 2010 18:25:21 +0000 (18:25 +0000)]
* output_latex.cpp: fix language nesting (with polyglossia).

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

13 years agodo \addto\extras \AtBeginDocument, which is after polyglossia, if this package is...
Jürgen Spitzmüller [Wed, 8 Dec 2010 16:24:12 +0000 (16:24 +0000)]
do \addto\extras \AtBeginDocument, which is after polyglossia, if this package is used.

Fixes the \addto conflicts with polyglossia.

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

13 years agomake i18npreamble work with polyglossia.
Jürgen Spitzmüller [Wed, 8 Dec 2010 12:10:22 +0000 (12:10 +0000)]
make i18npreamble work with polyglossia.

We might want to rename the babelpreamble tokens to something more general.

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

13 years agoFix the last part of #3733:
Jean-Marc Lasgouttes [Wed, 8 Dec 2010 10:30:45 +0000 (10:30 +0000)]
Fix the last part of #3733:
- In GuiApplication::dispatch, do not call markDirty() for lfuns that are not ReadOnly
- In Undo::Private::recordUndo, call markDirty(). The indicator of dirtyness is now the existence of an undo element.
- In lyxfind, remove several markDirty calls that are not needed anymore.

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

13 years agoSome Undo cleanup. Functionality should be unchanged
Jean-Marc Lasgouttes [Wed, 8 Dec 2010 10:04:07 +0000 (10:04 +0000)]
Some Undo cleanup. Functionality should be unchanged
- whitespace and typos in comments
- make sure that the Undo::recordUndoXXX functions all go through
  Undo::Private::recordUndo

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

13 years agoTry to finally fix #6930. All the paths that did not come from context
Jean-Marc Lasgouttes [Wed, 8 Dec 2010 09:24:04 +0000 (09:24 +0000)]
Try to finally fix #6930. All the paths that did not come from context
menus were (intentionally) missing, and it turns out they were needed.

Normally all invocations of INSET_MODIFY should trigger a recordUndo now.
Of course all cases have not been tested, but it should be working.

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

13 years ago* cs.po
Pavel Sanda [Wed, 8 Dec 2010 00:35:40 +0000 (00:35 +0000)]
* cs.po

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

13 years agofr.po: updates from Jean-Pierre
Uwe Stöhr [Tue, 7 Dec 2010 23:46:54 +0000 (23:46 +0000)]
fr.po: updates from Jean-Pierre

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

13 years agoCompile fix for those platforms using the locale facets implemented
Enrico Forestieri [Tue, 7 Dec 2010 22:53:07 +0000 (22:53 +0000)]
Compile fix for those platforms using the locale facets implemented
in docstring.cpp (this was an oversight in r36748).

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

13 years agoFix bug #6603.
Georg Baum [Tue, 7 Dec 2010 21:31:31 +0000 (21:31 +0000)]
Fix bug #6603.
The problem was that the child buffers were closed,
and therefore the TOC contained dangling pointers.
The fix is simple: Reopen all child docs and create a new TOC.

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

13 years agoRemove bogus line from lib/autocorrect. Fixes bug #6261.
Enrico Forestieri [Tue, 7 Dec 2010 20:10:41 +0000 (20:10 +0000)]
Remove bogus line from lib/autocorrect. Fixes bug #6261.

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

13 years ago* Follow Vincent's advice to keep constness. Thanks Vincent.
Jürgen Spitzmüller [Tue, 7 Dec 2010 09:00:50 +0000 (09:00 +0000)]
* Follow Vincent's advice to keep constness. Thanks Vincent.

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

13 years ago* Use default output flavor for View Source.
Jürgen Spitzmüller [Tue, 7 Dec 2010 08:36:42 +0000 (08:36 +0000)]
* Use default output flavor for View Source.

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

13 years agoReplay r36748
Pavel Sanda [Tue, 7 Dec 2010 00:13:19 +0000 (00:13 +0000)]
Replay r36748

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

13 years agoReplay r36747
Pavel Sanda [Tue, 7 Dec 2010 00:13:18 +0000 (00:13 +0000)]
Replay r36747

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

13 years agoReplay r36746
Pavel Sanda [Tue, 7 Dec 2010 00:13:16 +0000 (00:13 +0000)]
Replay r36746

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

13 years agoReplay r36745
Pavel Sanda [Tue, 7 Dec 2010 00:13:14 +0000 (00:13 +0000)]
Replay r36745

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

13 years agoBack to svn
Pavel Sanda [Tue, 7 Dec 2010 00:08:16 +0000 (00:08 +0000)]
Back to svn

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

13 years agoMove to beta2 2.0.0beta2
Pavel Sanda [Tue, 7 Dec 2010 00:06:20 +0000 (00:06 +0000)]
Move to beta2

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

13 years agoFinal remerge for beta2
Pavel Sanda [Tue, 7 Dec 2010 00:05:50 +0000 (00:05 +0000)]
Final remerge for beta2

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

13 years agoRevert commits from 36745
Pavel Sanda [Tue, 7 Dec 2010 00:05:40 +0000 (00:05 +0000)]
Revert commits from 36745

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

13 years ago#7026 substitute isDigit() by isDigitASCII() and ditch isDigit(); introduce isNumber...
Stephan Witt [Mon, 6 Dec 2010 22:35:15 +0000 (22:35 +0000)]
#7026 substitute isDigit() by isDigitASCII() and ditch isDigit(); introduce isNumber() and use it in spell checker; change isdigit() to isDigitASCII() otherwise

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

13 years agouse tabs
Peter Kümmel [Mon, 6 Dec 2010 20:57:48 +0000 (20:57 +0000)]
use tabs

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

13 years agocmake: add option to rebuild merged files
Peter Kümmel [Mon, 6 Dec 2010 20:55:05 +0000 (20:55 +0000)]
cmake: add option to rebuild merged files

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

13 years agodon't show errors when auto saving, #7132
Peter Kümmel [Mon, 6 Dec 2010 20:54:03 +0000 (20:54 +0000)]
don't show errors when auto saving, #7132

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

13 years ago* ANNOUNCE
Pavel Sanda [Mon, 6 Dec 2010 15:18:22 +0000 (15:18 +0000)]
* ANNOUNCE

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

13 years ago* cs.po
Pavel Sanda [Mon, 6 Dec 2010 13:57:07 +0000 (13:57 +0000)]
* cs.po

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

13 years ago* fr.po: update from Jean-Pierre.
Jürgen Spitzmüller [Mon, 6 Dec 2010 07:00:20 +0000 (07:00 +0000)]
* fr.po: update from Jean-Pierre.

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

13 years agoRemove leftover of r36485.
Vincent van Ravesteijn [Mon, 6 Dec 2010 00:25:45 +0000 (00:25 +0000)]
Remove leftover of r36485.

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

13 years ago* id.po: Update from Waluyo.
Jürgen Spitzmüller [Sun, 5 Dec 2010 15:16:56 +0000 (15:16 +0000)]
* id.po: Update from Waluyo.

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

13 years ago* de.po: update.
Jürgen Spitzmüller [Sun, 5 Dec 2010 15:16:17 +0000 (15:16 +0000)]
* de.po: update.

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

13 years ago* sk.po
Kornel Benko [Sun, 5 Dec 2010 13:19:48 +0000 (13:19 +0000)]
* sk.po

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

13 years agoavoid recursive check calls triggered by updateView(); show summary and close window...
Stephan Witt [Sun, 5 Dec 2010 06:51:32 +0000 (06:51 +0000)]
avoid recursive check calls triggered by updateView(); show summary and close window when forward move not possible anymore

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

13 years agoUpdate it.po
Enrico Forestieri [Sun, 5 Dec 2010 02:37:49 +0000 (02:37 +0000)]
Update it.po

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

13 years agoMove buffer dispatching code from GuiView::dispatchToBufferView() to BufferView:...
Abdelrazak Younes [Sun, 5 Dec 2010 01:18:32 +0000 (01:18 +0000)]
Move buffer dispatching code from GuiView::dispatchToBufferView() to BufferView::dispatch().
The execution order bv -> doc_bv -> buffer -> doc_buffer was artificial and not important AFAIU.

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

13 years ago GuiView::dispatchToBufferView(): simplify code and move some to Cursor::dispatch().
Abdelrazak Younes [Sun, 5 Dec 2010 00:57:04 +0000 (00:57 +0000)]
 GuiView::dispatchToBufferView(): simplify code and move some to Cursor::dispatch().

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

13 years agoCorrect grammar in comment.
Abdelrazak Younes [Sat, 4 Dec 2010 23:29:51 +0000 (23:29 +0000)]
Correct grammar in comment.

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

13 years agoFix bug #7071 in cutSelection:
Abdelrazak Younes [Sat, 4 Dec 2010 23:21:47 +0000 (23:21 +0000)]
Fix bug #7071 in cutSelection:
After a cut operation, we need to make sure that the Buffer is updated
because some further operation will need updated label information for
example. So we cannot just use "cur.forceBufferUpdate()" here.

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

13 years agoRemerge strings for beta2
Pavel Sanda [Sat, 4 Dec 2010 23:20:38 +0000 (23:20 +0000)]
Remerge strings for beta2

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

13 years agorevert r36721, this was not needed after all... chasing a wrong track.
Abdelrazak Younes [Sat, 4 Dec 2010 23:19:42 +0000 (23:19 +0000)]
revert r36721, this was not needed after all... chasing a wrong track.

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

13 years agoNo need for a deque here.
Vincent van Ravesteijn [Sat, 4 Dec 2010 23:18:52 +0000 (23:18 +0000)]
No need for a deque here.

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

13 years agoRevert r36654.
Pavel Sanda [Sat, 4 Dec 2010 23:01:59 +0000 (23:01 +0000)]
Revert r36654.
I'm not going to wait more, since we want to freeze trunk.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163934.html

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

13 years agoMove code from GuiApplication::dispatch() to GuiView::dispatch().
Abdelrazak Younes [Sat, 4 Dec 2010 22:48:08 +0000 (22:48 +0000)]
Move code from GuiApplication::dispatch() to GuiView::dispatch().

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

13 years agoString correction
Pavel Sanda [Sat, 4 Dec 2010 22:43:37 +0000 (22:43 +0000)]
String correction
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg164054.html

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

13 years agoRemoval of this color was forgotten.
Pavel Sanda [Sat, 4 Dec 2010 22:41:50 +0000 (22:41 +0000)]
Removal of this color was forgotten.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163890.html

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

13 years agorevert previous commit, it did not compile of course...
Abdelrazak Younes [Sat, 4 Dec 2010 22:19:53 +0000 (22:19 +0000)]
revert previous commit, it did not compile of course...

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

13 years ago GuiApplication::dispatch(): decrease indentation at the end.
Abdelrazak Younes [Sat, 4 Dec 2010 22:15:51 +0000 (22:15 +0000)]
 GuiApplication::dispatch(): decrease indentation at the end.

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

13 years agoMake sure the current view is set to busy in order to avoid a crash due to a screen...
Abdelrazak Younes [Sat, 4 Dec 2010 22:07:39 +0000 (22:07 +0000)]
Make sure the current view is set to busy in order to avoid a crash due to a screen redraw in the middle of a dispatch operation just because a warning or an error was displayed and the focus came back.

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

13 years agowithout NLS dummy available() should return false
Stephan Witt [Sat, 4 Dec 2010 17:42:38 +0000 (17:42 +0000)]
without NLS dummy available() should return false

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

13 years agofix remaining bits of bug #6709
Georg Baum [Sat, 4 Dec 2010 16:43:41 +0000 (16:43 +0000)]
fix remaining bits of bug #6709

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

13 years ago* de.po: update.
Jürgen Spitzmüller [Sat, 4 Dec 2010 16:30:58 +0000 (16:30 +0000)]
* de.po: update.

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

13 years ago* de.po: update.
Jürgen Spitzmüller [Sat, 4 Dec 2010 14:38:58 +0000 (14:38 +0000)]
* de.po: update.

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

13 years ago* id.po: Update from Waluyo.
Jürgen Spitzmüller [Sat, 4 Dec 2010 14:29:25 +0000 (14:29 +0000)]
* id.po: Update from Waluyo.

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

13 years agoremerge
Kornel Benko [Sat, 4 Dec 2010 11:49:15 +0000 (11:49 +0000)]
remerge

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

13 years agoFix #7021: the problem was that activating the border combo was triggering dialogToPa...
Abdelrazak Younes [Sat, 4 Dec 2010 10:55:03 +0000 (10:55 +0000)]
Fix #7021: the problem was that activating the border combo was triggering dialogToParams() and thus disallowed because of the empty value.

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

13 years agoattempt to make LyX linkable without NLS, assuming dummy available() should return...
Stephan Witt [Sat, 4 Dec 2010 08:28:10 +0000 (08:28 +0000)]
attempt to make LyX linkable without NLS, assuming dummy available() should return true without NLS

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

13 years agoRevert r36696: We can't collect BibTeX information during the
Richard Heck [Sat, 4 Dec 2010 03:15:53 +0000 (03:15 +0000)]
Revert r36696: We can't collect BibTeX information during the
updateBuffer() traversal. The reason is simple: InsetCitation needs
access to the BibTeX info to calculate its label. But we won't have it
until we get to the bibliography.
I don't think there is any way around that.

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

13 years agoApparently deques aren't so cool.
Richard Heck [Fri, 3 Dec 2010 22:42:22 +0000 (22:42 +0000)]
Apparently deques aren't so cool.

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

13 years agoRearrange headers.
Richard Heck [Fri, 3 Dec 2010 22:39:18 +0000 (22:39 +0000)]
Rearrange headers.

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

13 years agoMultiPar before these.
Richard Heck [Fri, 3 Dec 2010 21:57:32 +0000 (21:57 +0000)]
MultiPar before these.

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

13 years agoDon't use prettyref here.
Richard Heck [Fri, 3 Dec 2010 21:43:22 +0000 (21:43 +0000)]
Don't use prettyref here.

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

13 years ago* cs.po
Pavel Sanda [Fri, 3 Dec 2010 21:31:55 +0000 (21:31 +0000)]
* cs.po

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

13 years agogo with updates from qt universe and hunspell
Stephan Witt [Fri, 3 Dec 2010 21:24:48 +0000 (21:24 +0000)]
go with updates from qt universe and hunspell

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

13 years agoMark the cache valid once we have been through updateBuffer().
Richard Heck [Fri, 3 Dec 2010 21:22:18 +0000 (21:22 +0000)]
Mark the cache valid once we have been through updateBuffer().

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

13 years agotypos
Abdelrazak Younes [Fri, 3 Dec 2010 21:03:36 +0000 (21:03 +0000)]
typos

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

13 years agofix scripts in classic.ui as well
Georg Baum [Fri, 3 Dec 2010 21:03:30 +0000 (21:03 +0000)]
fix scripts in classic.ui as well

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

13 years agoWork around bugs #6814 and #6949:
Abdelrazak Younes [Fri, 3 Dec 2010 21:00:15 +0000 (21:00 +0000)]
Work around bugs #6814 and #6949:
The issue is that RenderGraphics calls updateFrontend() even if within a CutAndPaste stask.

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

13 years agoFix #7129: No multipars in phantoms.
Richard Heck [Fri, 3 Dec 2010 20:21:02 +0000 (20:21 +0000)]
Fix #7129: No multipars in phantoms.

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

13 years agoSimplify some of the bibliography update code. There is really no reason
Richard Heck [Fri, 3 Dec 2010 20:08:04 +0000 (20:08 +0000)]
Simplify some of the bibliography update code. There is really no reason
to be passing the BiblioInfo structure around this way. (That's an old
holdover.) That lets us get rid of the non-const masterBibInfo() again.

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

13 years agoProper fix now for bug #6846. The idea, due to JMarc, is to collect
Richard Heck [Fri, 3 Dec 2010 19:29:46 +0000 (19:29 +0000)]
Proper fix now for bug #6846. The idea, due to JMarc, is to collect
bibliography information in updateBuffer(), rather than doing a wholly
separate traversal. We still do a separate traversal in two cases, as a
full updateBuffer() call just isn't needed there.

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

13 years agofix endless loop
Georg Baum [Fri, 3 Dec 2010 19:27:35 +0000 (19:27 +0000)]
fix endless loop

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

13 years agoTowards a proper fix for bug #6846, this just disentangles a couple
Richard Heck [Fri, 3 Dec 2010 19:00:55 +0000 (19:00 +0000)]
Towards a proper fix for bug #6846, this just disentangles a couple
things we will ultimately want to do separately.

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

13 years agoFix credits
Pavel Sanda [Fri, 3 Dec 2010 18:28:35 +0000 (18:28 +0000)]
Fix credits

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

13 years agoAdd ref in instant_preview.lyx
Pavel Sanda [Fri, 3 Dec 2010 18:19:33 +0000 (18:19 +0000)]
Add ref in instant_preview.lyx

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

13 years agoAdd PSTricks and TikZ example drawings.
Enrico Forestieri [Fri, 3 Dec 2010 18:08:20 +0000 (18:08 +0000)]
Add PSTricks and TikZ example drawings.

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

13 years ago* id.po: Update from Waluyo.
Jürgen Spitzmüller [Fri, 3 Dec 2010 18:05:04 +0000 (18:05 +0000)]
* id.po: Update from Waluyo.

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

13 years agoSlight re-organization.
Richard Heck [Fri, 3 Dec 2010 18:01:37 +0000 (18:01 +0000)]
Slight re-organization.

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

13 years agofix bug #6584
Georg Baum [Fri, 3 Dec 2010 17:48:06 +0000 (17:48 +0000)]
fix bug #6584

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

13 years agoshow inverted diagonal dots in math dots toolbar (was forgotten in r35251)
Georg Baum [Fri, 3 Dec 2010 17:42:16 +0000 (17:42 +0000)]
show inverted diagonal dots in math dots toolbar (was forgotten in r35251)

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

13 years agoAllow previewing images generated through postscript specials which are
Enrico Forestieri [Fri, 3 Dec 2010 17:37:38 +0000 (17:37 +0000)]
Allow previewing images generated through postscript specials which are
not correctly handled by dvipng. When a ps special is detected in the dvi
file, the old good legacy method is used. Patch from Ale.

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

13 years agoUpdate for LyXBlogger detection.
Richard Heck [Fri, 3 Dec 2010 17:35:01 +0000 (17:35 +0000)]
Update for LyXBlogger detection.

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

13 years ago*rowpainter.cpp: Squeeze some warnings and reduce linelength.
Vincent van Ravesteijn [Fri, 3 Dec 2010 15:40:23 +0000 (15:40 +0000)]
*rowpainter.cpp: Squeeze some warnings and reduce linelength.

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

13 years agoAbdel wants to transliterate
Pavel Sanda [Fri, 3 Dec 2010 15:14:00 +0000 (15:14 +0000)]
Abdel wants to transliterate

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

13 years ago* es.po: update from Ignacio.
Jürgen Spitzmüller [Fri, 3 Dec 2010 12:24:06 +0000 (12:24 +0000)]
* es.po: update from Ignacio.

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

13 years agoremerge + 2 fuzzy strings
Kornel Benko [Fri, 3 Dec 2010 12:06:31 +0000 (12:06 +0000)]
remerge + 2 fuzzy strings

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

13 years ago*nl.po
Vincent van Ravesteijn [Fri, 3 Dec 2010 07:38:32 +0000 (07:38 +0000)]
*nl.po

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

13 years agoFix bug #6709: Inserting a numbered equation to a display equation toggles the displa...
Vincent van Ravesteijn [Fri, 3 Dec 2010 02:55:52 +0000 (02:55 +0000)]
Fix bug #6709: Inserting a numbered equation to a display equation toggles the display style.

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