]> git.lyx.org Git - lyx.git/log
lyx.git
13 years agoFix part of bug #7072 by opening undo groups as needed.
Jean-Marc Lasgouttes [Mon, 29 Nov 2010 16:38:13 +0000 (16:38 +0000)]
Fix part of bug #7072 by opening undo groups as needed.

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

13 years agoFix missing undo group when doing the following:
Jean-Marc Lasgouttes [Mon, 29 Nov 2010 16:06:43 +0000 (16:06 +0000)]
Fix missing undo group when doing the following:
* create math inset
* enter macro name \ww
* press left arrow to re-enter the macro name inset, add a third 'w'.
* when leaving the inset is is updated through notifyCursorLeaves, but no undo group is active

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

13 years agoFix bug #6768: inset-toggle points cursor after inset
Jean-Marc Lasgouttes [Mon, 29 Nov 2010 15:19:20 +0000 (15:19 +0000)]
Fix bug #6768: inset-toggle points cursor after inset

Strangely enough, the code to go after the inset is here explicitely (so somebody thought at some time that it was a good idea. However, it is not active in 1.6.x...

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

13 years ago* sk.po
Kornel Benko [Mon, 29 Nov 2010 14:41:32 +0000 (14:41 +0000)]
* sk.po

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

13 years agoHighlight python issues more.
Pavel Sanda [Mon, 29 Nov 2010 14:12:47 +0000 (14:12 +0000)]
Highlight python issues more.

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

13 years agofix #6930: ERT inset should not act on INSET_MODIFY requests directed to someone...
Jean-Marc Lasgouttes [Mon, 29 Nov 2010 13:30:17 +0000 (13:30 +0000)]
fix #6930: ERT inset should not act on INSET_MODIFY requests directed to someone else

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

13 years ago* UPGRADING
Pavel Sanda [Mon, 29 Nov 2010 12:16:49 +0000 (12:16 +0000)]
* UPGRADING

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

13 years agoRegenerate credits
Pavel Sanda [Mon, 29 Nov 2010 11:26:12 +0000 (11:26 +0000)]
Regenerate credits

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

13 years agoAdd Ale to contributors
Pavel Sanda [Mon, 29 Nov 2010 11:26:11 +0000 (11:26 +0000)]
Add Ale to contributors

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

13 years agoui glitches
Pavel Sanda [Mon, 29 Nov 2010 11:26:10 +0000 (11:26 +0000)]
ui glitches

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

13 years agoUI for #4581.
Pavel Sanda [Mon, 29 Nov 2010 11:26:08 +0000 (11:26 +0000)]
UI for #4581.
Patch from Ale.

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

13 years agowhitespace
Jean-Marc Lasgouttes [Mon, 29 Nov 2010 10:48:40 +0000 (10:48 +0000)]
whitespace

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

13 years agoFix bug #6930: no undo for inset type changing
Jean-Marc Lasgouttes [Mon, 29 Nov 2010 09:47:46 +0000 (09:47 +0000)]
Fix bug #6930: no undo for inset type changing

THis is a consequence of the new AtPoint mechanism. In the old
world, recordUndoInset was called before INSET_MODIFY. I reintroduced
manual recordUndoInset calls in all places that matter. I suspect
that this issue should be revisited later.

Note that recordUndoInset can now take an optional parameter that tells
what inset is concerned. This is useful because the cursor can be
either just inside the inset or in front of it.

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

13 years ago* PDFOptions.cpp:
Jürgen Spitzmüller [Mon, 29 Nov 2010 09:03:55 +0000 (09:03 +0000)]
* PDFOptions.cpp:
- omit \inputencoding changes with XeTeX/LuaTeX.

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

13 years ago* BufferParams.cpp: use polyglossia only with nonTeXFonts.
Jürgen Spitzmüller [Mon, 29 Nov 2010 07:52:58 +0000 (07:52 +0000)]
* BufferParams.cpp: use polyglossia only with nonTeXFonts.

Now the UG compiles with XeTeX and tex fonts.

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

13 years ago* en.po: update.
Jürgen Spitzmüller [Mon, 29 Nov 2010 07:30:30 +0000 (07:30 +0000)]
* en.po: update.

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

13 years ago* de.po: update
Jürgen Spitzmüller [Mon, 29 Nov 2010 07:29:37 +0000 (07:29 +0000)]
* de.po: update

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

13 years ago* lyx2lyx/lyx_2_0.py:
Jürgen Spitzmüller [Mon, 29 Nov 2010 07:09:58 +0000 (07:09 +0000)]
* lyx2lyx/lyx_2_0.py:
- remove wrong warning (bug 7100).

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

13 years ago- remerge po-files (Sorry Pavel, but I don't know how to work on the translations...
Uwe Stöhr [Mon, 29 Nov 2010 04:26:49 +0000 (04:26 +0000)]
- remerge po-files (Sorry Pavel, but I don't know how to work on the translations and fixing typos and shortcut clashes without remerging.)
- de.po: some translations

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

13 years agoenumitem.module: typo
Uwe Stöhr [Mon, 29 Nov 2010 04:24:06 +0000 (04:24 +0000)]
enumitem.module: typo

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

13 years agoconfigure.py: fix shortcut clash
Uwe Stöhr [Mon, 29 Nov 2010 04:23:35 +0000 (04:23 +0000)]
configure.py: fix shortcut clash

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

13 years agoInsetMathSubstack.cpp: fix #2498
Uwe Stöhr [Mon, 29 Nov 2010 03:18:02 +0000 (03:18 +0000)]
InsetMathSubstack.cpp: fix #2498

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

13 years agoGuiTabular.cpp: fix #3517
Uwe Stöhr [Mon, 29 Nov 2010 02:38:29 +0000 (02:38 +0000)]
GuiTabular.cpp: fix #3517
- disable column alignment and width if there is a LaTeX argument
- use also for the LaTeX argument the editingFinished method (as for all other edit fields in the dialog)

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

13 years agoTabularUi.ui: fix spacing of column width unitCB
Uwe Stöhr [Mon, 29 Nov 2010 02:36:25 +0000 (02:36 +0000)]
TabularUi.ui: fix spacing of column width unitCB

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

13 years agoAccept changes.
Richard Heck [Sun, 28 Nov 2010 22:51:20 +0000 (22:51 +0000)]
Accept changes.

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

13 years agoFix bug #7086, in so far as that is possible. The only thing to do is
Richard Heck [Sun, 28 Nov 2010 22:26:07 +0000 (22:26 +0000)]
Fix bug #7086, in so far as that is possible. The only thing to do is
explain the workaround.

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

13 years agoAllow InPreamble to be used with Paragraph-type environments. There is
Richard Heck [Sun, 28 Nov 2010 22:08:11 +0000 (22:08 +0000)]
Allow InPreamble to be used with Paragraph-type environments. There is
no reason not to permit this, and using it with PassThru 1 allows for a
very simple Preamble layout-type that acts as ERT for the premable. Of
course, we do have the preamble in Document>Settings, but that allows
the embedding of preamble code in branches.

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

13 years agoSpanish EmbeddedObjects.lyx: translations by Ignacio
Uwe Stöhr [Sun, 28 Nov 2010 21:42:28 +0000 (21:42 +0000)]
Spanish EmbeddedObjects.lyx: translations by Ignacio

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

13 years agoEmbeddedObjects.lyx: correct description bug found by Ignacio
Uwe Stöhr [Sun, 28 Nov 2010 21:42:02 +0000 (21:42 +0000)]
EmbeddedObjects.lyx: correct description bug found by Ignacio

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

13 years ago* Use the package luainputenc if LuaTeX is used as output format _with_ tex fonts...
Jürgen Spitzmüller [Sun, 28 Nov 2010 17:51:21 +0000 (17:51 +0000)]
* Use the package luainputenc if LuaTeX is used as output format _with_ tex fonts. With this, the UG compiles with LuaTeX if "Unse non-TeX fonts" is not selected.

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

13 years ago* Buffer.cpp (makeLaTeXFile):
Jürgen Spitzmüller [Sun, 28 Nov 2010 17:43:22 +0000 (17:43 +0000)]
* Buffer.cpp (makeLaTeXFile):
- With XeTeX/LuaTeX and tex fonts, we need to force the encoding to utf8-plain manually.

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

13 years agoFix bug #7088
Georg Baum [Sun, 28 Nov 2010 17:16:11 +0000 (17:16 +0000)]
Fix bug #7088

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

13 years agoFix bug #7091 and bug #7094
Georg Baum [Sun, 28 Nov 2010 17:02:10 +0000 (17:02 +0000)]
Fix bug #7091 and bug #7094

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

13 years ago1) Add missing LuaTeX icons
Georg Baum [Sun, 28 Nov 2010 16:40:46 +0000 (16:40 +0000)]
1) Add missing LuaTeX icons
2) Make pdf icons distinguishable.
   This is useful for users like me who want them directly on the toolbar
   without the indirection through the *-others popups.
3) Apply the fixes of r29715 to buffer-export_pdf2.png

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

13 years ago* InsetInclude.cpp:
Jürgen Spitzmüller [Sun, 28 Nov 2010 14:20:45 +0000 (14:20 +0000)]
* InsetInclude.cpp:
- if a master is compiled with XeteX or LuaTeX, all children must have plain utf8 encoding
  (bug #6774).

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

13 years agowhitespace only.
Jürgen Spitzmüller [Sun, 28 Nov 2010 13:49:14 +0000 (13:49 +0000)]
whitespace only.

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

13 years agoFix bug #6853 (Short titles ignored when InPreamble is set to 1 in layout file)
Georg Baum [Sun, 28 Nov 2010 12:27:52 +0000 (12:27 +0000)]
Fix bug #6853 (Short titles ignored when InPreamble is set to 1 in layout file)
The fix includes required arguments and LaTeXParam, too.

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

13 years agoforgot to check for the package
Georg Baum [Sun, 28 Nov 2010 11:32:26 +0000 (11:32 +0000)]
forgot to check for the package

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

13 years agoAdd fixltx2e module which simply loads fixltx2e.sty.
Georg Baum [Sun, 28 Nov 2010 10:46:47 +0000 (10:46 +0000)]
Add fixltx2e module which simply loads fixltx2e.sty.
This module can be used instead of \usepackage{fixltx2e} in the preamble
to avoid duplicate definitions of \textsubscript.

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

13 years agoFix instant preview on windows when dvipng is not available.
Enrico Forestieri [Sun, 28 Nov 2010 01:22:36 +0000 (01:22 +0000)]
Fix instant preview on windows when dvipng is not available.

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

13 years ago* cs.po
Pavel Sanda [Sat, 27 Nov 2010 18:59:54 +0000 (18:59 +0000)]
* cs.po

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

13 years agoAllow to use XeTeX and LuaTeX with tex fonts.
Jürgen Spitzmüller [Sat, 27 Nov 2010 13:43:13 +0000 (13:43 +0000)]
Allow to use XeTeX and LuaTeX with tex fonts.

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

13 years ago#7082 add submenu for suggestions only when not empty
Stephan Witt [Sat, 27 Nov 2010 10:53:27 +0000 (10:53 +0000)]
#7082 add submenu for suggestions only when not empty

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

13 years ago* enumitem.module: refer to mirror CTAN address, not to DANTE.
Jürgen Spitzmüller [Sat, 27 Nov 2010 10:43:55 +0000 (10:43 +0000)]
* enumitem.module: refer to mirror CTAN address, not to DANTE.

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

13 years agoThis string composition badly fails on some languages since as a translator
Pavel Sanda [Sat, 27 Nov 2010 03:04:56 +0000 (03:04 +0000)]
This string composition badly fails on some languages since as a translator
you have no clue about the context for the proper grammatical case.

I'm not particularly happy about the fix, but didn't see much better alternatives.

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

13 years agoKill leading blankspaces in new strings, its weird to encounter them in .po.
Pavel Sanda [Sat, 27 Nov 2010 03:04:53 +0000 (03:04 +0000)]
Kill leading blankspaces in new strings, its weird to encounter them in .po.

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

13 years ago* cs.po
Pavel Sanda [Sat, 27 Nov 2010 00:15:56 +0000 (00:15 +0000)]
* cs.po

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

13 years ago* Doxy. This function was probably meant as something more powerful in the begining.
Pavel Sanda [Sat, 27 Nov 2010 00:15:55 +0000 (00:15 +0000)]
* Doxy. This function was probably meant as something more powerful in the begining.

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

13 years agoFinal batch of BufferParam renaming.
Richard Heck [Fri, 26 Nov 2010 18:42:53 +0000 (18:42 +0000)]
Final batch of BufferParam renaming.

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

13 years agoRename a bunch of BufferParams to conform to our usual style.
Richard Heck [Fri, 26 Nov 2010 18:32:29 +0000 (18:32 +0000)]
Rename a bunch of BufferParams to conform to our usual style.

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

13 years agoBegin renaming some BufferParams to conform to our usual style.
Richard Heck [Fri, 26 Nov 2010 18:20:48 +0000 (18:20 +0000)]
Begin renaming some BufferParams to conform to our usual style.

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

13 years agoComment.
Richard Heck [Fri, 26 Nov 2010 18:09:03 +0000 (18:09 +0000)]
Comment.

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

13 years agoFix bug #2743.
Richard Heck [Fri, 26 Nov 2010 17:30:45 +0000 (17:30 +0000)]
Fix bug #2743.

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

13 years agoFix bug #2607.
Richard Heck [Fri, 26 Nov 2010 17:21:17 +0000 (17:21 +0000)]
Fix bug #2607.

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

13 years agofix bug 6698
Georg Baum [Fri, 26 Nov 2010 17:14:21 +0000 (17:14 +0000)]
fix bug 6698

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

13 years agoFix bug #7045.
Richard Heck [Fri, 26 Nov 2010 17:11:02 +0000 (17:11 +0000)]
Fix bug #7045.

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

13 years agoNot sure why I introduced this test at r28378, but it causes pasting to
Richard Heck [Fri, 26 Nov 2010 17:08:40 +0000 (17:08 +0000)]
Not sure why I introduced this test at r28378, but it causes pasting to
fail e.g., of URLs in math, since tocString() is called by
Paragraph::asString() to give us the contents of insets. Probably, I was
misled by the name, and the comment in Inset.h. That means, at least,
that this method is misnamed, but it probably means we do the wrong
thing in other cases.

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

13 years agoWe need to do the sanity check here, too, as we do in
Richard Heck [Fri, 26 Nov 2010 16:45:58 +0000 (16:45 +0000)]
We need to do the sanity check here, too, as we do in
Inset::getLayout(). Fixes the crash in bug #7069. My bad.

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

13 years agoRemove obsolete comment.
Richard Heck [Fri, 26 Nov 2010 16:35:08 +0000 (16:35 +0000)]
Remove obsolete comment.

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

13 years ago* de.po: update.
Jürgen Spitzmüller [Fri, 26 Nov 2010 16:25:08 +0000 (16:25 +0000)]
* de.po: update.

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

13 years agoMinor style.
Richard Heck [Fri, 26 Nov 2010 16:07:17 +0000 (16:07 +0000)]
Minor style.

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

13 years agoUpdate FORMAT with revision number.
Richard Heck [Fri, 26 Nov 2010 16:05:13 +0000 (16:05 +0000)]
Update FORMAT with revision number.

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

13 years ago* de.po: whitespace fix.
Jürgen Spitzmüller [Fri, 26 Nov 2010 10:40:23 +0000 (10:40 +0000)]
* de.po: whitespace fix.

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

13 years ago* cs.po
Pavel Sanda [Fri, 26 Nov 2010 10:16:06 +0000 (10:16 +0000)]
* cs.po

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

13 years agoImplement GUI for LuaTeX. File format change due to the renaming of the \use_xetex...
Jürgen Spitzmüller [Fri, 26 Nov 2010 09:42:03 +0000 (09:42 +0000)]
Implement GUI for LuaTeX. File format change due to the renaming of the \use_xetex buffer param.

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

13 years agoDo not overwrite read-only files. We now move the file to the backup directory and...
Vincent van Ravesteijn [Fri, 26 Nov 2010 04:17:20 +0000 (04:17 +0000)]
Do not overwrite read-only files. We now move the file to the backup directory and write a new file. However, when the file is read-only it now appears as the file is overwritten anyway. Therefore we check wether the file is read-only before moving it.

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

13 years agoFix bug #7056: Context menu of table shows wrong cell alignment for multicolumns.
Vincent van Ravesteijn [Fri, 26 Nov 2010 03:31:10 +0000 (03:31 +0000)]
Fix bug #7056: Context menu of table shows wrong cell alignment for multicolumns.

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

13 years agoFix bug #7035: Read-only status and compressed status not set correctly when an autos...
Vincent van Ravesteijn [Fri, 26 Nov 2010 02:01:04 +0000 (02:01 +0000)]
Fix bug #7035: Read-only status and compressed status not set correctly when an autosave or emergency file is loaded, or when the file is been converted by lyx2lyx.

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

13 years agoFix bug #7077: Listings validator doesn't recognize 'breakatwhitespace'
Vincent van Ravesteijn [Fri, 26 Nov 2010 00:08:07 +0000 (00:08 +0000)]
Fix bug #7077: Listings validator doesn't recognize 'breakatwhitespace'

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

13 years agoKill literate programming strings
Pavel Sanda [Thu, 25 Nov 2010 23:17:44 +0000 (23:17 +0000)]
Kill literate programming strings
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163726.html

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

13 years agoInsetTabular.cpp: fine-tune vertical table alignment to get exactly the result of...
Uwe Stöhr [Thu, 25 Nov 2010 22:49:05 +0000 (22:49 +0000)]
InsetTabular.cpp: fine-tune vertical table alignment to get exactly the result of the latex output

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

13 years agoInsetTabular.cpp: comments
Uwe Stöhr [Thu, 25 Nov 2010 22:06:31 +0000 (22:06 +0000)]
InsetTabular.cpp: comments

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

13 years agoCosmetics, typos and comments.
Vincent van Ravesteijn [Thu, 25 Nov 2010 16:53:56 +0000 (16:53 +0000)]
Cosmetics, typos and comments.

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

13 years agoFix also the other occurence of the strange language that was corrected in r36489...
Vincent van Ravesteijn [Thu, 25 Nov 2010 14:55:21 +0000 (14:55 +0000)]
Fix also the other occurence of the strange language that was corrected in r36489. Also fix the english.

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

13 years agocs.po
Pavel Sanda [Thu, 25 Nov 2010 14:47:16 +0000 (14:47 +0000)]
cs.po

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

13 years agoThis message looked strange.
Pavel Sanda [Thu, 25 Nov 2010 14:37:10 +0000 (14:37 +0000)]
This message looked strange.

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

13 years agoSynchronize naming of modules.
Pavel Sanda [Thu, 25 Nov 2010 13:40:28 +0000 (13:40 +0000)]
Synchronize naming of modules.

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

13 years agoReuse some code and simplify InsetTabular::cursorPos()
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:22:04 +0000 (13:22 +0000)]
Reuse some code and simplify InsetTabular::cursorPos()

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

13 years agoFix bug #7059: Display the vertical alignment of tables.
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:20:56 +0000 (13:20 +0000)]
Fix bug #7059: Display the vertical alignment of tables.

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

13 years agoMove TextMetrics::drawRowSelection to RowPainter::paintSelection(). RowPainter knows...
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:16:30 +0000 (13:16 +0000)]
Move TextMetrics::drawRowSelection to RowPainter::paintSelection().  RowPainter knows about a possible offset in the y-coordinate, while drawSelection uses the cached value. Instead of adding another parameter to TextMetrics::drawRowSelection, we can as weel move it to RowPainter and lose all parameters at all.

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

13 years agoDisentangle InsetTabular::drawSelection and InsetTabular::drawBackground().
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:08:26 +0000 (13:08 +0000)]
Disentangle InsetTabular::drawSelection and InsetTabular::drawBackground().

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

13 years agoComment out code that does nothing. InsetTableCell does not handle drawSelection...
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:02:30 +0000 (13:02 +0000)]
Comment out code that does nothing. InsetTableCell does not handle drawSelection. Now it raises the impression that this causes the selection of the cells to be painted but that is done somewhere else.

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

13 years agoMove SCRIPT_CODE to the end to make sure the numbering is still correct.
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:01:24 +0000 (13:01 +0000)]
Move SCRIPT_CODE to the end to make sure the numbering is still correct.

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

13 years agoReorder InsetScript.h and add member groups.
Vincent van Ravesteijn [Thu, 25 Nov 2010 13:00:31 +0000 (13:00 +0000)]
Reorder InsetScript.h and add member groups.

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

13 years agoLaTeXFeatures.cpp (useBabel):
Jürgen Spitzmüller [Thu, 25 Nov 2010 10:31:58 +0000 (10:31 +0000)]
LaTeXFeatures.cpp (useBabel):
- readd accidentally removed parentheses.

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

13 years agoLaTeXFeatures.cpp (usePolyglossia):
Jürgen Spitzmüller [Thu, 25 Nov 2010 10:30:09 +0000 (10:30 +0000)]
LaTeXFeatures.cpp (usePolyglossia):
- readd accidentally removed parentheses.

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

13 years agoLaTeXFeatures.cpp (useBabel, usePolyglossia):
Jürgen Spitzmüller [Thu, 25 Nov 2010 10:25:29 +0000 (10:25 +0000)]
LaTeXFeatures.cpp (useBabel, usePolyglossia):
- thinko (bug #7074)

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

13 years agoInsetMathGrid.cpp: whitespace
Uwe Stöhr [Thu, 25 Nov 2010 05:04:38 +0000 (05:04 +0000)]
InsetMathGrid.cpp: whitespace

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

13 years agoMath.lyx: add info about italic and upright Greek letters in math
Uwe Stöhr [Thu, 25 Nov 2010 02:53:18 +0000 (02:53 +0000)]
Math.lyx: add info about italic and upright Greek letters in math

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

13 years ago* doxy
Pavel Sanda [Thu, 25 Nov 2010 02:26:05 +0000 (02:26 +0000)]
* doxy

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

13 years ago* LFUNs.lyx
Pavel Sanda [Thu, 25 Nov 2010 02:21:34 +0000 (02:21 +0000)]
* LFUNs.lyx

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

13 years agoThe problem with windows is that it does not discriminate case sensitivity
Pavel Sanda [Thu, 25 Nov 2010 02:07:42 +0000 (02:07 +0000)]
The problem with windows is that it does not discriminate case sensitivity
which breaks on other archs.
Uwe, please check it still works for you.

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

13 years agoinstaller: prepare for beta2
Uwe Stöhr [Thu, 25 Nov 2010 01:44:42 +0000 (01:44 +0000)]
installer: prepare for beta2

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

13 years agofix #1983 (rest of #4606): add missing \var*** characters (gig Greek math letters)
Uwe Stöhr [Thu, 25 Nov 2010 01:27:53 +0000 (01:27 +0000)]
fix #1983 (rest of #4606): add missing \var*** characters (gig Greek math letters)

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

13 years ago* ANNOUNCE
Pavel Sanda [Thu, 25 Nov 2010 00:49:10 +0000 (00:49 +0000)]
* ANNOUNCE

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

13 years ago* cs.po
Pavel Sanda [Thu, 25 Nov 2010 00:39:59 +0000 (00:39 +0000)]
* cs.po

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

13 years agoTransition to QTreeView in module list was not finished.
Pavel Sanda [Thu, 25 Nov 2010 00:09:49 +0000 (00:09 +0000)]
Transition to QTreeView in module list was not finished.
Hide the tree decoration from users now, visually we are back at QListView.

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

13 years agoKill Flex:constructs in po files.
Pavel Sanda [Wed, 24 Nov 2010 23:53:41 +0000 (23:53 +0000)]
Kill Flex:constructs in po files.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg163696.html

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

13 years agomodernCV.lyx: add example how to create a sub-item in a list entry
Uwe Stöhr [Wed, 24 Nov 2010 17:41:39 +0000 (17:41 +0000)]
modernCV.lyx: add example how to create a sub-item in a list entry

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

13 years agoes.po: fix bug that made it uncompilable
Uwe Stöhr [Wed, 24 Nov 2010 17:24:56 +0000 (17:24 +0000)]
es.po: fix bug that made it uncompilable
(SCons always also compiles the po-files and thus showed me that error, CMake should also do this)

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