]> git.lyx.org Git - features.git/log
features.git
13 years ago* sk.po
Kornel Benko [Fri, 27 May 2011 08:23:45 +0000 (08:23 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38854 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* de.po: fix shortcut clash (bug #7590)
Jürgen Spitzmüller [Fri, 27 May 2011 07:27:04 +0000 (07:27 +0000)]
* de.po: fix shortcut clash (bug #7590)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38852 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago(replaying r38846 from trunk)
Tommaso Cucinotta [Fri, 27 May 2011 06:15:50 +0000 (06:15 +0000)]
(replaying r38846 from trunk)
Bugfix in how the search buffer was exported for the Advanced Find & Replace.
For example, before this footnotes were not correctly found.
Added also accompanying regression test.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38850 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUse the main document's buffer(), when scanning for citations from within the citatio...
Tommaso Cucinotta [Fri, 27 May 2011 06:05:14 +0000 (06:05 +0000)]
Use the main document's buffer(), when scanning for citations from within the citation dialog.
> This allows to pick and search for citations present in the main document.
>
> This was started to be discussed in a relatively unrelated bug #7581, then the patch
> was proposed here: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169277.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38849 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWhen compiling with MSVC on Windows, we can't rely on the returned timestamp
Enrico Forestieri [Thu, 26 May 2011 19:10:12 +0000 (19:10 +0000)]
When compiling with MSVC on Windows, we can't rely on the returned timestamp
being -1 if a pdf file doesn't exist.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38848 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago(Replaying r38819 from trunk)
Tommaso Cucinotta [Thu, 26 May 2011 16:54:51 +0000 (16:54 +0000)]
(Replaying r38819 from trunk)

Addressing #7581: now I'm copying the document class as well
from the main document WA to the find/replace WAs (in addition
to the language, as required for addressing #6560).
I'm not cloning the whole BufferParams? because we learned
from

    http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg168175.html

that, for example, if we inherit the default master by mistake,
then we may run into problems.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38845 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoReverting bad part of previous commit (apologies).
Tommaso Cucinotta [Thu, 26 May 2011 13:59:23 +0000 (13:59 +0000)]
Reverting bad part of previous commit (apologies).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38841 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoNow advanced find and replace doesn't ignore white spaces while matching with ignore...
Tommaso Cucinotta [Thu, 26 May 2011 13:53:37 +0000 (13:53 +0000)]
Now advanced find and replace doesn't ignore white spaces while matching with ignore format.
This fixes #7584.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38840 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport r38830, debian multiarch handling
Kornel Benko [Tue, 24 May 2011 19:18:12 +0000 (19:18 +0000)]
Backport r38830, debian multiarch handling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38833 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport r38791, Replace a perl-script with the python version
Kornel Benko [Tue, 24 May 2011 18:36:27 +0000 (18:36 +0000)]
Backport r38791, Replace a perl-script with the python version

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38832 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7543: Default Output in Preferences
Julien Rioux [Tue, 24 May 2011 17:26:56 +0000 (17:26 +0000)]
Fix bug #7543: Default Output in Preferences
does not contain all the possible options.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38831 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* BufferParams.cpp: font name can be non-ASCII! (bug #7569).
Jürgen Spitzmüller [Tue, 24 May 2011 06:22:55 +0000 (06:22 +0000)]
* BufferParams.cpp: font name can be non-ASCII! (bug #7569).
* status.20x: unifiy "bug #X"/"bug X"/"# X"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38829 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* status.16x: correctly classify some entries (Richard, I'll revert if this classific...
Jürgen Spitzmüller [Mon, 23 May 2011 17:25:36 +0000 (17:25 +0000)]
* status.16x: correctly classify some entries (Richard, I'll revert if this classification was intentional)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38827 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agosr.po: updates from Zoran
Uwe Stöhr [Mon, 23 May 2011 04:41:19 +0000 (04:41 +0000)]
sr.po: updates from Zoran

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38822 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdate it.po
Enrico Forestieri [Sun, 22 May 2011 18:25:57 +0000 (18:25 +0000)]
Update it.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38816 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago#7564 make the move forward to next match after text replacement optional and suppres...
Stephan Witt [Thu, 19 May 2011 19:11:01 +0000 (19:11 +0000)]
#7564 make the move forward to next match after text replacement optional and suppress it when replace a word by selected suggestion; move the text cursor to the end of the word after replace of the misspelled with suggested text

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38790 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoGracefuly omit doc creation if no perl detected
Kornel Benko [Thu, 19 May 2011 07:48:41 +0000 (07:48 +0000)]
Gracefuly omit doc creation if no perl detected

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38788 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agode.po: some translations
Uwe Stöhr [Sun, 15 May 2011 17:31:36 +0000 (17:31 +0000)]
de.po: some translations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38770 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoes.po: fix these two shortcut clashes:
Uwe Stöhr [Sun, 15 May 2011 17:22:48 +0000 (17:22 +0000)]
es.po: fix these two shortcut clashes:
Menu warning: menu entries "Eliminar columna|l" and "Añadir columna|l" share the same shortcut.
Menu warning: menu entries "Disolver recuadro|D" and "Deshacer|D" share the same shortcut.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38769 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agocmake/build.bat: this change should not have gone in r38767
Uwe Stöhr [Sun, 15 May 2011 17:17:21 +0000 (17:17 +0000)]
cmake/build.bat: this change should not have gone in r38767

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38768 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agorevert r38758 as discussed in http://www.mail-archive.com/lyx-devel@lists.lyx.org...
Uwe Stöhr [Sun, 15 May 2011 17:14:31 +0000 (17:14 +0000)]
revert r38758 as discussed in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169087.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38767 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSCons: backport efforts from trunk
Uwe Stöhr [Sun, 15 May 2011 03:35:15 +0000 (03:35 +0000)]
SCons: backport efforts from trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38761 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agobackport CMake efforts to branch to be able to compile LyX 2.0.x the same way as...
Uwe Stöhr [Sat, 14 May 2011 21:35:36 +0000 (21:35 +0000)]
backport CMake efforts to branch to be able to compile LyX 2.0.x the same way as trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38758 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agobabel knows \proofname already (bug #7513)
Richard Heck [Sat, 14 May 2011 13:46:34 +0000 (13:46 +0000)]
babel knows \proofname already (bug #7513)

For branch. By Georg.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38757 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7557 (TeX engine cannot be switched on Windows)
Enrico Forestieri [Fri, 13 May 2011 23:39:44 +0000 (23:39 +0000)]
Fix bug #7557 (TeX engine cannot be switched on Windows)
As a by-product, make actOnUpdatedPrefs() actually act on updated preferences.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38747 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport the TEXINPUTS prefix feature. This should also fix bug #1751.
Enrico Forestieri [Fri, 13 May 2011 23:14:46 +0000 (23:14 +0000)]
Backport the TEXINPUTS prefix feature. This should also fix bug #1751.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38746 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport r38743-4. This is cleanup, prior to serious work on Buffer::clone().
Richard Heck [Fri, 13 May 2011 22:39:21 +0000 (22:39 +0000)]
Backport r38743-4. This is cleanup, prior to serious work on Buffer::clone().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38745 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agode.po: some translations
Uwe Stöhr [Thu, 12 May 2011 18:49:35 +0000 (18:49 +0000)]
de.po: some translations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38728 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSCons: link hunspell instead of Aspell
Uwe Stöhr [Thu, 12 May 2011 18:49:05 +0000 (18:49 +0000)]
SCons: link hunspell instead of Aspell

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38727 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMake sure we do not crash here in release mode.
Richard Heck [Thu, 12 May 2011 13:32:19 +0000 (13:32 +0000)]
Make sure we do not crash here in release mode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38721 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoStatus for previous commit.
Richard Heck [Thu, 12 May 2011 13:20:50 +0000 (13:20 +0000)]
Status for previous commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38719 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix XHTML output for fractions and fix a crash reported on the list
Richard Heck [Thu, 12 May 2011 13:19:18 +0000 (13:19 +0000)]
Fix XHTML output for fractions and fix a crash reported on the list
by Jan Paul Imhoff. The problem was that we were assuming (as we still
do in some places) that there are always at least two cells.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38718 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFixing positioning of cells in multi-row align environments.
Tommaso Cucinotta [Wed, 11 May 2011 19:48:42 +0000 (19:48 +0000)]
Fixing positioning of cells in multi-row align environments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38715 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix #7549, due to a problem in exporting to plaintext a
Tommaso Cucinotta [Wed, 11 May 2011 19:07:01 +0000 (19:07 +0000)]
Fix #7549, due to a problem in exporting to plaintext a
multicell inset, where we now export all of the cells
separated by "\t", instead of only the first cell.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38713 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoDon't write a comma if not needed. This is only a cosmetical change with
Enrico Forestieri [Wed, 11 May 2011 17:15:11 +0000 (17:15 +0000)]
Don't write a comma if not needed. This is only a cosmetical change with
respect to r38709, so no status.20x entry is necessary.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38711 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #2200 (The size of previewed images should be independent of the latex font...
Enrico Forestieri [Wed, 11 May 2011 14:42:38 +0000 (14:42 +0000)]
Fix bug #2200 (The size of previewed images should be independent of the latex font size)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38709 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix multirow output for XHTML, now for branch.
Richard Heck [Wed, 11 May 2011 14:26:48 +0000 (14:26 +0000)]
Fix multirow output for XHTML, now for branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38707 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport fix for bug #7547.
Richard Heck [Wed, 11 May 2011 14:14:09 +0000 (14:14 +0000)]
Backport fix for bug #7547.

We need to check whether we are in a multirow here.
Otherwise, we were asking to construct strings of random size at a
certain point, e.g., two 2GB strings, in one case I saw.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38705 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bugs #7110 and #7160 by reverting r36521.
Richard Heck [Wed, 11 May 2011 12:59:39 +0000 (12:59 +0000)]
Fix bugs #7110 and #7160 by reverting r36521.

This was an attempt to fix #2743 without re-working the InsetBibitem
mess. It didn't work, so we have to do that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38703 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agopt.po: fix a line ending bug that prevented the file from being compiled
Uwe Stöhr [Tue, 10 May 2011 23:14:49 +0000 (23:14 +0000)]
pt.po: fix a line ending bug that prevented the file from being compiled

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38698 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agofix SCons
Uwe Stöhr [Tue, 10 May 2011 23:13:22 +0000 (23:13 +0000)]
fix SCons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38697 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7319 for branch.
Richard Heck [Tue, 10 May 2011 00:19:16 +0000 (00:19 +0000)]
Fix bug #7319 for branch.

This is a more conservative fix then for trunk.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38685 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix for bug #7319. This is an attempt to fix the bug cheaply.
Richard Heck [Tue, 10 May 2011 00:16:45 +0000 (00:16 +0000)]
Fix for bug #7319. This is an attempt to fix the bug cheaply.

We clear the refernce cache so that we won't get conflicts with labels
that get pasted into the buffer. We should update this before its being
empty matters. If not (i.e., if we encounter bugs), then this should
instead be:
  cur.buffer().updateBuffer();
But we'll try the cheaper solution in trunk.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38684 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMikTeX's kpsewhich doesn't mention "kpathsea emulation" anymore.
Enrico Forestieri [Mon, 9 May 2011 23:54:46 +0000 (23:54 +0000)]
MikTeX's kpsewhich doesn't mention "kpathsea emulation" anymore.
On Cygwin, the most reliable way to tell what is the right path
separator to use is a direct check.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38682 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWe need to do the update here simply because of the inset deletion.
Richard Heck [Mon, 9 May 2011 21:51:45 +0000 (21:51 +0000)]
We need to do the update here simply because of the inset deletion.
It must have been wrong before the updateBuffer() refactoring, too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38677 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoPartial fox for bug #6622: Display \utilde and \undertilde on screen correctly.
Georg Baum [Mon, 9 May 2011 19:21:46 +0000 (19:21 +0000)]
Partial fox for bug #6622: Display \utilde and \undertilde on screen correctly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38675 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoMake .po string extraction more robust:
Georg Baum [Mon, 9 May 2011 19:07:59 +0000 (19:07 +0000)]
Make .po string extraction more robust:
- Do not parse case insensitive tags case sensitive
- Reintroduce missing translations that were accidentally lost with the
  introduction of the I18nPreamble and EndI18nPreamble tags

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38674 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix bug #7511 by moving the old label instead of creating a new one.
Georg Baum [Mon, 9 May 2011 18:56:51 +0000 (18:56 +0000)]
Fix bug #7511 by moving the old label instead of creating a new one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38671 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoStatus for previous commit. Eventually I will remember.
Richard Heck [Mon, 9 May 2011 18:25:55 +0000 (18:25 +0000)]
Status for previous commit. Eventually I will remember.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38670 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix crash reported by John Kennan.
Richard Heck [Mon, 9 May 2011 18:23:54 +0000 (18:23 +0000)]
Fix crash reported by John Kennan.

We are missing the updateBuffer() call when we go through
mouseEventDispatch(). A consequence of the massive updateBuffer()
refactoring. Wish it had been caught before...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38669 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoWhitespace only.
Richard Heck [Mon, 9 May 2011 18:20:42 +0000 (18:20 +0000)]
Whitespace only.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38668 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoStatus for Portuguese.
Richard Heck [Mon, 9 May 2011 17:17:15 +0000 (17:17 +0000)]
Status for Portuguese.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38665 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoPortuguese po file from Susana Barbosa.
Richard Heck [Mon, 9 May 2011 17:14:04 +0000 (17:14 +0000)]
Portuguese po file from Susana Barbosa.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38664 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* fr.po update from Jean-Pierre
Pavel Sanda [Mon, 9 May 2011 16:42:53 +0000 (16:42 +0000)]
* fr.po update from Jean-Pierre

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38663 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAnd for branch.
Richard Heck [Mon, 9 May 2011 15:37:10 +0000 (15:37 +0000)]
And for branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38662 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd updatestats.sh to branch, too.
Richard Heck [Mon, 9 May 2011 15:27:42 +0000 (15:27 +0000)]
Add updatestats.sh to branch, too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38660 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agobackport r38655
Edwin Leuven [Mon, 9 May 2011 15:21:36 +0000 (15:21 +0000)]
backport r38655

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38658 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd patch-preamble to branch.
Richard Heck [Mon, 9 May 2011 15:11:11 +0000 (15:11 +0000)]
Add patch-preamble to branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38657 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* postats.py: set branch tag.
Jürgen Spitzmüller [Mon, 9 May 2011 06:16:43 +0000 (06:16 +0000)]
* postats.py: set branch tag.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38651 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoStatus for Tommaso's recent fixes, and re-order things a bit.
Richard Heck [Mon, 9 May 2011 03:55:40 +0000 (03:55 +0000)]
Status for Tommaso's recent fixes, and re-order things a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38649 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoStill addressing #6560: instead of cloning the BufferParams, which might cause
Tommaso Cucinotta [Mon, 9 May 2011 01:24:16 +0000 (01:24 +0000)]
Still addressing #6560: instead of cloning the BufferParams, which might cause
a number of unforeseen issues (like the inheritance of the default master, as
pointed out in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg168225.html),
now we simply set the language into the search & replace buffers.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38648 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSmall improvement for bug #7509 as suggested by JMarc
Georg Baum [Sun, 8 May 2011 15:40:45 +0000 (15:40 +0000)]
Small improvement for bug #7509 as suggested by JMarc

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38643 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix path in notes
Pavel Sanda [Sat, 7 May 2011 21:26:08 +0000 (21:26 +0000)]
Fix path in notes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38618 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoThis file failed to go in r38615 due to its still being in conflict.
Richard Heck [Sat, 7 May 2011 17:38:02 +0000 (17:38 +0000)]
This file failed to go in r38615 due to its still being in conflict.

Why don't you get a warning about this in QtCreator?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38617 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport r38613 for branch, fixing #7532.
Richard Heck [Sat, 7 May 2011 16:45:45 +0000 (16:45 +0000)]
Backport r38613 for branch, fixing #7532.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38615 a592a061-630c-0410-9148-cb99ea01b6c8

13 years ago* RELEASE-NOTES
Pavel Sanda [Sat, 7 May 2011 08:57:57 +0000 (08:57 +0000)]
* RELEASE-NOTES

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38607 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBackport fix for #7531 to branch.
Richard Heck [Thu, 5 May 2011 20:41:59 +0000 (20:41 +0000)]
Backport fix for #7531 to branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38598 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoOn Jose's advice, add these changes to branch, as well.
Richard Heck [Thu, 5 May 2011 19:47:04 +0000 (19:47 +0000)]
On Jose's advice, add these changes to branch, as well.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38594 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoOf course I would forget this. And now Jurgen isn't there to remind me!!
Richard Heck [Thu, 5 May 2011 16:24:55 +0000 (16:24 +0000)]
Of course I would forget this. And now Jurgen isn't there to remind me!!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38592 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix #7525 in branch.
Richard Heck [Thu, 5 May 2011 15:18:03 +0000 (15:18 +0000)]
Fix #7525 in branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38591 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd some more debug info for hunspell, no status entry needed.
Pavel Sanda [Wed, 4 May 2011 20:00:33 +0000 (20:00 +0000)]
Add some more debug info for hunspell, no status entry needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38586 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoTypo feast
Enrico Forestieri [Wed, 4 May 2011 13:44:25 +0000 (13:44 +0000)]
Typo feast

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38583 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoFix typo
Enrico Forestieri [Wed, 4 May 2011 13:42:40 +0000 (13:42 +0000)]
Fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38582 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSee r37176. Let's keep this a Windows only "feature".
Enrico Forestieri [Wed, 4 May 2011 13:40:17 +0000 (13:40 +0000)]
See r37176. Let's keep this a Windows only "feature".
Something went wrong with a script while previewing a document and now
I have to wait for 30 minutes for quitting LyX without killing it.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38581 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoSome math font changing commands only work in math mode, so let's
Enrico Forestieri [Wed, 4 May 2011 13:07:32 +0000 (13:07 +0000)]
Some math font changing commands only work in math mode, so let's
assure to switch to math mode if needed. This helps avoiding latex
errors (see http://thread.gmane.org/gmane.editors.lyx.general/69580)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38580 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoUpdates from Koji, came too late for 2.0.0.
Pavel Sanda [Tue, 3 May 2011 10:45:32 +0000 (10:45 +0000)]
Updates from Koji, came too late for 2.0.0.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38569 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoAdd status.20x file to branch.
Richard Heck [Mon, 2 May 2011 14:43:11 +0000 (14:43 +0000)]
Add status.20x file to branch.

Seeing how I'm always forgetting to add things to it, it makes sense
that I'd have forgotten to add it, period.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38568 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoReset version number in branch.
Richard Heck [Mon, 2 May 2011 12:31:16 +0000 (12:31 +0000)]
Reset version number in branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38567 a592a061-630c-0410-9148-cb99ea01b6c8

13 years agoBack to svn.
Pavel Sanda [Sun, 1 May 2011 23:05:21 +0000 (23:05 +0000)]
Back to svn.

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

13 years agoFinal release of LyX 2.0.0 2.0.0
Pavel Sanda [Fri, 29 Apr 2011 00:31:54 +0000 (00:31 +0000)]
Final release of LyX 2.0.0

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

13 years agoUpdate cs tutorial
Pavel Sanda [Fri, 29 Apr 2011 00:18:13 +0000 (00:18 +0000)]
Update cs tutorial

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

13 years agotypo
Pavel Sanda [Fri, 29 Apr 2011 00:12:05 +0000 (00:12 +0000)]
typo

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

13 years agoAdd layouttranslations.review
Pavel Sanda [Fri, 29 Apr 2011 00:02:08 +0000 (00:02 +0000)]
Add layouttranslations.review

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

13 years ago* ANNOUNCE
Pavel Sanda [Thu, 28 Apr 2011 23:39:30 +0000 (23:39 +0000)]
* ANNOUNCE

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

13 years agoAccept all changes in our manuals (and disable revision tracking)
Pavel Sanda [Thu, 28 Apr 2011 23:12:18 +0000 (23:12 +0000)]
Accept all changes in our manuals (and disable revision tracking)

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

13 years agoFinal remerge of strings
Pavel Sanda [Thu, 28 Apr 2011 22:54:57 +0000 (22:54 +0000)]
Final remerge of strings

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

13 years agoRegenerate CREDITS
Pavel Sanda [Thu, 28 Apr 2011 22:54:46 +0000 (22:54 +0000)]
Regenerate CREDITS

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

13 years ago* eu.po from Inaki
Pavel Sanda [Thu, 28 Apr 2011 20:15:46 +0000 (20:15 +0000)]
* eu.po from Inaki

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

13 years agoSwedish updates from Jim
Pavel Sanda [Thu, 28 Apr 2011 20:10:24 +0000 (20:10 +0000)]
Swedish updates from Jim

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

13 years agoUpdate eu.po from Inaki Larranaga Murgoitio
Pavel Sanda [Thu, 28 Apr 2011 11:13:11 +0000 (11:13 +0000)]
Update eu.po from Inaki Larranaga Murgoitio

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

13 years agoLayouttranslation ja.po fixes from Koji
Pavel Sanda [Thu, 28 Apr 2011 08:10:41 +0000 (08:10 +0000)]
Layouttranslation ja.po fixes from Koji

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

13 years agoadjust spell checker section, add cursor width feature
Stephan Witt [Wed, 27 Apr 2011 23:02:31 +0000 (23:02 +0000)]
adjust spell checker section, add cursor width feature

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

13 years agocorrect path of reload.png image - has to be relative
Stephan Witt [Wed, 27 Apr 2011 20:18:02 +0000 (20:18 +0000)]
correct path of reload.png image - has to be relative

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

13 years agoLayout translation tweaks from Julio & Ignacio
Pavel Sanda [Wed, 27 Apr 2011 16:35:43 +0000 (16:35 +0000)]
Layout translation tweaks from Julio & Ignacio

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

13 years agoUpdate of sv.po from Jim Rotmalm
Pavel Sanda [Wed, 27 Apr 2011 11:49:51 +0000 (11:49 +0000)]
Update of sv.po from Jim Rotmalm

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

13 years agoImprove Romanian layout translations from Liviu and Marius
Pavel Sanda [Wed, 27 Apr 2011 09:09:45 +0000 (09:09 +0000)]
Improve Romanian layout translations from Liviu and Marius

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

13 years agoRegenerate layouttranslations for ro.po
Pavel Sanda [Wed, 27 Apr 2011 08:35:20 +0000 (08:35 +0000)]
Regenerate layouttranslations for ro.po

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

13 years agoUpdate ro.po from Liviu, accepted by Marius
Pavel Sanda [Wed, 27 Apr 2011 08:35:17 +0000 (08:35 +0000)]
Update ro.po from Liviu, accepted by Marius

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

13 years agoFix bug #7490.
Richard Heck [Tue, 26 Apr 2011 22:41:48 +0000 (22:41 +0000)]
Fix bug #7490.

As the bug report notes, you do NOT get this crash if you move up or
down in the table a bit before you do the rest. The reason is that
moving up and down sets the cursor's x_target_, and it is because that
is not set that we enter the other code at all and eventually crash.
That is, in InsetTabular's dispatch, we have:

(*) cur.pos() = tm.x2pos(cur.pit(), pm.rows().size()-1, cur.targetX());

You can see the potential for trouble here already. cur.pit() is in the
NEW cell, i.e., the one to which we are moving; it was changed a few
lines previously, and cur.idx() points to the new cell, too. But we are
trying to calculate cur.pos(), which means that cur.pos() is currently
the one from the OLD cell. So the cursor is in an inconsistent state.
Calling cur.targetX() leads us to call Cursor::getPos(), and that is
what causes the crash.

We fix the problem by making sure we call targetX() on the original
cursor. The same problem clearly exists in the DOWN stuff, so we fix
that, too.

By the way, should we be setting x_target_ here once we have calculated
it?

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

13 years agoru.po layouttranslation reviewed by Liviu, there is remaining question about Acknowle...
Pavel Sanda [Tue, 26 Apr 2011 22:18:19 +0000 (22:18 +0000)]
ru.po layouttranslation reviewed by Liviu, there is remaining question about Acknowledgement string.

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