]> git.lyx.org Git - features.git/log
features.git
12 years agoCREDITS, generate_contributions.py: correct a mail address
Uwe Stöhr [Mon, 7 May 2012 20:20:41 +0000 (22:20 +0200)]
CREDITS, generate_contributions.py: correct a mail address

12 years agoFix bug #7518: Assert when selecting in RTL text
Vincent van Ravesteijn [Sun, 29 Apr 2012 20:46:17 +0000 (22:46 +0200)]
Fix bug #7518: Assert when selecting in RTL text

If we are in rtl text, we *need* to check whether the first character is a
space. We can't use the rtl variable for this because this is only
computed on the last row.

This bug was introduced in [0a137e31/lyxgit] to fix the computation for
freespacing paragraphs. We better can just check whether the paragraph is
freespacing or not.

(cherry picked from commit d7f68078cf3bbf3ea7f5d2b3ac5c7e73555c4681)

12 years agoFix bug #8078: Assertions in xhtml output on Windows
Vincent van Ravesteijn [Thu, 26 Apr 2012 14:31:42 +0000 (16:31 +0200)]
Fix bug #8078: Assertions in xhtml output on Windows

(cherry picked from commit 3c0e3c16c8c75524cd25e2fd9f34e2f2e17af150)

12 years agoFix bug #8140: Crash with math macros and input completion
Enrico Forestieri [Mon, 30 Apr 2012 21:55:34 +0000 (23:55 +0200)]
Fix bug #8140: Crash with math macros and input completion

When clicking away in the same math inset after hitting '\', the
cursor may be broken and all of its instances have to be fixed.

(cherry picked from commit 982562179801340feff7eb108addd99ec4a05d08)

12 years agoRe-order status.20x a bit more.
Richard Heck [Mon, 30 Apr 2012 22:08:33 +0000 (18:08 -0400)]
Re-order status.20x a bit more.

12 years agoOK, one more try here. Re-order a bit more.
Richard Heck [Mon, 30 Apr 2012 21:55:10 +0000 (17:55 -0400)]
OK, one more try here. Re-order a bit more.

12 years agoOK, re-order a bit more. Last try with the email stuff for now.
Richard Heck [Mon, 30 Apr 2012 21:53:39 +0000 (17:53 -0400)]
OK, re-order a bit more. Last try with the email stuff for now.

12 years agoRe-order a bit.
Richard Heck [Mon, 30 Apr 2012 21:51:17 +0000 (17:51 -0400)]
Re-order a bit.

12 years agoAnother small test. Sorry for all of these. I'm trying to get the
Richard Heck [Mon, 30 Apr 2012 21:45:49 +0000 (17:45 -0400)]
Another small test. Sorry for all of these. I'm trying to get the
commits into the email, and there's only one good way to test it.

12 years agoAnother silly test.
Richard Heck [Mon, 30 Apr 2012 21:25:35 +0000 (17:25 -0400)]
Another silly test.

12 years agoAnother silly fix for testing.
Richard Heck [Mon, 30 Apr 2012 21:20:57 +0000 (17:20 -0400)]
Another silly fix for testing.

12 years agoAnother fix for testing.
Richard Heck [Mon, 30 Apr 2012 21:19:07 +0000 (17:19 -0400)]
Another fix for testing.

12 years agoRe-order status.20x a bit. This is really just a test.
Richard Heck [Mon, 30 Apr 2012 20:47:25 +0000 (16:47 -0400)]
Re-order status.20x a bit. This is really just a test.

12 years agoFix bug #7653: Quotation marks have wrong color
Vincent van Ravesteijn [Sun, 29 Apr 2012 10:31:31 +0000 (12:31 +0200)]
Fix bug #7653: Quotation marks have wrong color

Quotation marks had the wrong color when using change tracking, or when
selecting.

(cherry picked from commit 14ef7d2b82f22836f792a983b1f07d3b57e249e7)

12 years agoFix bug #7667: Pixmap cache and CT lead to random colors
Vincent van Ravesteijn [Sun, 29 Apr 2012 12:26:24 +0000 (14:26 +0200)]
Fix bug #7667: Pixmap cache and CT lead to random colors

The signature of the character in cache should take into account the
change tracking baseColor (author) and mergeColor (added/deleted). If not,
we will mixup different cached pixmaps.

(cherry picked from commit 63279938670e753b825ebb42c68d9b6be3a3937a)

12 years agoReset the (running) change in PainterInfo
Vincent van Ravesteijn [Sun, 29 Apr 2012 11:44:58 +0000 (13:44 +0200)]
Reset the (running) change in PainterInfo

When an InsetText is deleted, all lines in the inset are painted as
deleted. This status should be restored afterwards. If not, insets will be
painted in the wrong color afterwards (e.g. tables).

(cherry picked from commit af4e31ec28c71815ca07bebd6e5c3893535f4bf8)

12 years agoBufferView::dispatch(): add a missing break
Vincent van Ravesteijn [Sun, 15 Apr 2012 18:28:09 +0000 (20:28 +0200)]
BufferView::dispatch(): add a missing break

(cherry picked from commit 3a395ca0f57ded024031c501ffe636ee38f1e248)

12 years agoDo not show deleted text in the html title
Vincent van Ravesteijn [Thu, 26 Apr 2012 14:29:58 +0000 (16:29 +0200)]
Do not show deleted text in the html title

(cherry picked from commit 77c8c159470d4d6cd7c433523a0581a3fdcd0f94)

12 years agoInclude the qt gif plugin in the Windows installer
Vincent van Ravesteijn [Sat, 28 Apr 2012 20:05:55 +0000 (22:05 +0200)]
Include the qt gif plugin in the Windows installer

Since LyX2.0 there was a busy icon in the status bar,
but it is not visible on Windows unless the gif plugin
is distributed along.

12 years agode.po: some changes as discussed on the list.
Jürgen Spitzmüller [Sun, 29 Apr 2012 09:40:28 +0000 (11:40 +0200)]
de.po: some changes as discussed on the list.

12 years agoFix bug #8139 and a thinko in [737e9b2c/lyxgit].
Enrico Forestieri [Thu, 26 Apr 2012 13:23:42 +0000 (15:23 +0200)]
Fix bug #8139 and a thinko in [737e9b2c/lyxgit].

No status.20x entry needed, as this should have been part
of [3285ce1d5/lygit].

(cherry picked from commit 66a95b9c1bd26da63459fe430452991b0bc3ec3a)

12 years agoBackport 217ef5bf3 (#81380
Pavel Sanda [Wed, 25 Apr 2012 16:17:53 +0000 (18:17 +0200)]
Backport 217ef5bf3 (#81380

12 years agoMath.lyx: typos, textual improvements and formatting issues spotted or suggested...
Uwe Stöhr [Wed, 25 Apr 2012 23:25:47 +0000 (01:25 +0200)]
Math.lyx: typos, textual improvements and formatting issues spotted or suggested by Scott Kostyshak (part 1)

12 years agoBackport typo fix
Pavel Sanda [Wed, 25 Apr 2012 08:42:55 +0000 (10:42 +0200)]
Backport typo fix

12 years agoAttempt to fix #8137 (arrived at r40862).
Pavel Sanda [Mon, 23 Apr 2012 23:32:45 +0000 (01:32 +0200)]
Attempt to fix #8137 (arrived at r40862).
1) Revert to designer compilable by older Qt's
2) Remove spacer in right part of dialog
3) Decrease height.
Richard, please check.

12 years ago* cs.po
Pavel Sanda [Mon, 23 Apr 2012 21:39:54 +0000 (23:39 +0200)]
* cs.po

12 years agoDon't output extra body tags with included files.
Richard Heck [Mon, 23 Apr 2012 17:55:13 +0000 (13:55 -0400)]
Don't output extra body tags with included files.

12 years agobackport fix for #8102
Uwe Stöhr [Sun, 22 Apr 2012 23:28:55 +0000 (01:28 +0200)]
backport fix for #8102

12 years agoUpdate it.po
Enrico Forestieri [Sun, 22 Apr 2012 21:31:45 +0000 (23:31 +0200)]
Update it.po

12 years agoAdd some comments to include_bib.py about how to set up the converter.
Richard Heck [Tue, 17 Apr 2012 20:57:46 +0000 (16:57 -0400)]
Add some comments to include_bib.py about how to set up the converter.

12 years agoUse InsetLayout to style the XHTML output.
Richard Heck [Tue, 17 Apr 2012 13:11:28 +0000 (09:11 -0400)]
Use InsetLayout to style the XHTML output.

Note that we have also changed the layout name to uppercase, but
this should be fine, since it was so far unused.

Conflicts:

src/insets/InsetScript.cpp

12 years agoFix header of status.20x.
Richard Heck [Mon, 16 Apr 2012 02:43:21 +0000 (22:43 -0400)]
Fix header of status.20x.

12 years agoFix bugs #6871 and #8119.
Enrico Forestieri [Fri, 13 Apr 2012 00:57:25 +0000 (02:57 +0200)]
Fix bugs #6871 and #8119.

Both bugs above were due to a missing screen update. This patch
updates the current view after dispatching a lyxserver command
and thus solves both.

The patch is quite strightforward and the only difficulty was due
to the fact that the lyxserver needs the result of the dispatched
command. Now, GuiApplication::dispatch(FuncRequest const &)
does update the view, but does not return any result, while
GuiApplication::dispatch(FuncRequest const &, DispatchResult &),
which is also called by the former, does not update the view.
So, I split the first one, isolating the code performing the update,
such that the second one can also update the current view when
the caller is the lyx server. When the action is initiated by
anything different from the lyx server, the behavior is unchanged.

(cherry picked from commit ea3154184833f4f2426eb2a956878e83ddd822d9)

12 years agoFix bug #8105: Crash when deleting math macro from the inside
Enrico Forestieri [Thu, 12 Apr 2012 14:25:38 +0000 (16:25 +0200)]
Fix bug #8105: Crash when deleting math macro from the inside

It seems that parameterless macros are not wrapped into a MathAtom.
Rather than touching the macro code (which is tantamount to opening
a can of worms, IMHO), I prefer this solution.

(cherry picked from commit d07f9eec20c8709b648a494586d4b03f75cfef47)

12 years ago* cs.po, trac testing only
Pavel Sanda [Sun, 15 Apr 2012 14:53:06 +0000 (16:53 +0200)]
* cs.po, trac testing only

12 years agoGerman UserGuide.lyx: fix a typo spotted by a user
Uwe Stöhr [Sun, 15 Apr 2012 03:41:03 +0000 (05:41 +0200)]
German UserGuide.lyx: fix a typo spotted by a user

Signed-off-by: Uwe Stöhr <uwestoehr@lyx.org>
12 years agostatus.20x: fix 2 typos; Richard, can you please revise the now invalid info about...
Uwe Stöhr [Sun, 15 Apr 2012 02:22:02 +0000 (04:22 +0200)]
status.20x: fix 2 typos; Richard, can you please revise the now invalid info about SVN in the header?

12 years ago* cs.po
Pavel Sanda [Thu, 12 Apr 2012 15:18:56 +0000 (17:18 +0200)]
* cs.po

12 years ago* sk.po
Kornel Benko [Thu, 12 Apr 2012 13:45:22 +0000 (15:45 +0200)]
* sk.po
correct translations of "extension"

12 years agoRemerge strings.
Richard Heck [Thu, 12 Apr 2012 11:51:53 +0000 (07:51 -0400)]
Remerge strings.

12 years ago* sk.po
Kornel Benko [Thu, 12 Apr 2012 09:30:39 +0000 (11:30 +0200)]
* sk.po
Reworked messages and shortcuts

12 years agoCompile fix
Pavel Sanda [Wed, 11 Apr 2012 19:11:06 +0000 (21:11 +0200)]
Compile fix

12 years agoUse the right latex backend when a converter needs aux files.
Enrico Forestieri [Wed, 11 Apr 2012 16:19:11 +0000 (18:19 +0200)]
Use the right latex backend when a converter needs aux files.

If a converter specifies the needaux flag, latex (or xelatex) is
always run to produce the needed auxiliary files. This is wrong
because there are documents that can only be compiled with a specific
backend and thus the conversion may fail. On the other hand, even if
the document specifies the backend to be used, LyX ignores this info.

This commit rectifies this behavior by letting LyX run the same flavor
of the latex backend that shall be used for previewing the document
also for producing the auxiliary files.

(cherry picked from commit 3285ce1d5cb9ba79af700d004401115269e97ada)

Conflicts:

src/Converter.cpp

12 years agoclang: std::string is used here, fwd is not enough
Peter Kümmel [Wed, 7 Dec 2011 16:03:37 +0000 (16:03 +0000)]
clang: std::string is used here, fwd is not enough

(cherry picked from commit f41057cae61b9c0d1e14033f689e190912c242da)

12 years agoFix bug #8114: LyX does not retrieve negative bbox parameters
Vincent van Ravesteijn [Sun, 8 Apr 2012 21:20:01 +0000 (23:20 +0200)]
Fix bug #8114: LyX does not retrieve negative bbox parameters

LyX fails to read the bounding box from an EPS file if it has
negative values. Adjusting the regex will overcome this problem.
Negative values do not pose big problems later on, but the GUI
doesn't handle it correctly yet (see bug #5718).

(cherry picked from commit f0754582b8af481dc636c6d31eb3a52c853d7db0)

12 years agoFix a copy-paste error introduced in b754fb02
Vincent van Ravesteijn [Sun, 8 Apr 2012 19:47:40 +0000 (21:47 +0200)]
Fix a copy-paste error introduced in b754fb02

(cherry picked from commit 91bc04946fafbee92dda4bd17edfa007f615fe5d)

12 years agoBackport the following from trunk:
Richard Heck [Sun, 8 Apr 2012 14:01:54 +0000 (10:01 -0400)]
Backport the following from trunk:
29cf7af6d31
8dd436b7dcf
7c5f28ad265
This fixes issues with empty paragraphs in XHTML output.

12 years agouk.po: remove duplicate entries (avoids some strange compiler errors)
Uwe Stöhr [Sat, 7 Apr 2012 01:33:42 +0000 (03:33 +0200)]
uk.po: remove duplicate entries (avoids some strange compiler errors)

12 years agouk.po: translation update by Yuri
Uwe Stöhr [Sat, 7 Apr 2012 01:15:23 +0000 (03:15 +0200)]
uk.po: translation update by Yuri

12 years agoBackport part of fi.po (#8115)
Pavel Sanda [Fri, 6 Apr 2012 23:58:23 +0000 (01:58 +0200)]
Backport part of fi.po (#8115)

12 years agoremerge fi.po
Pavel Sanda [Fri, 6 Apr 2012 23:56:32 +0000 (01:56 +0200)]
remerge fi.po

12 years agoFix correct revision date for fi.po
Pavel Sanda [Fri, 6 Apr 2012 00:33:42 +0000 (02:33 +0200)]
Fix correct revision date for fi.po
(faulty remerge at r36365 - cae12168a4; more smaller mistakes still there)

12 years ago* NEWS
Pavel Sanda [Wed, 4 Apr 2012 12:53:23 +0000 (14:53 +0200)]
* NEWS

12 years agoMake index comparisons for XHTML output case insensitive.
Richard Heck [Tue, 3 Apr 2012 21:54:50 +0000 (17:54 -0400)]
Make index comparisons for XHTML output case insensitive.

12 years agoClear local layout before reading BufferParams. Otherwise, you can't
Richard Heck [Tue, 3 Apr 2012 19:53:56 +0000 (15:53 -0400)]
Clear local layout before reading BufferParams. Otherwise, you can't
delete the local layout.

12 years agoSorry, I didn't mean to include this change from trunk.
Richard Heck [Sun, 1 Apr 2012 22:32:10 +0000 (18:32 -0400)]
Sorry, I didn't mean to include this change from trunk.

That said, Julien, if you see this, is that something we
should think about backporting?

12 years agoBackport fix for bug #8107. We need to invalidate the file
Richard Heck [Sun, 1 Apr 2012 22:21:22 +0000 (18:21 -0400)]
Backport fix for bug #8107. We need to invalidate the file
cache, not just the BibInfo cache, when we create a new BibTeX
inset.

Conflicts:

src/insets/InsetBibtex.cpp

12 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Uwe Stöhr [Wed, 28 Mar 2012 20:51:50 +0000 (22:51 +0200)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

12 years agobeamer.layout: fix #8094 also for branch
Uwe Stöhr [Wed, 28 Mar 2012 20:51:36 +0000 (22:51 +0200)]
beamer.layout: fix #8094 also for branch

12 years ago* sk.po
Kornel Benko [Tue, 27 Mar 2012 14:08:33 +0000 (16:08 +0200)]
* sk.po

12 years agoClean up the include_bib script a bit.
Richard Heck [Mon, 26 Mar 2012 16:06:04 +0000 (12:06 -0400)]
Clean up the include_bib script a bit.

12 years agoBetter support for (Lua|Xe)TeX files in tex2lyx
Jean-Marc Lasgouttes [Mon, 26 Mar 2012 14:04:09 +0000 (16:04 +0200)]
Better support for (Lua|Xe)TeX files in tex2lyx

When one of the packages specific to these engines are used in the TeX file:
* set default encoding to utf-8
* set \use_non_tex_fonts to true

This is a hand-made backport of svn commit r40765.

12 years agode.po: update
Juergen Spitzmueller [Mon, 26 Mar 2012 10:53:35 +0000 (12:53 +0200)]
de.po: update

12 years agoForgotten string change.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:42:18 +0000 (12:42 +0200)]
Forgotten string change.

12 years agoBeamer supports \subsubsection. Add to layout.
Juergen Spitzmueller [Mon, 26 Mar 2012 10:33:37 +0000 (12:33 +0200)]
Beamer supports \subsubsection. Add to layout.

12 years agostatus.20x for last commit.
Enrico Forestieri [Sun, 25 Mar 2012 13:49:10 +0000 (15:49 +0200)]
status.20x for last commit.

I first used cherry-pick, then tried to modify status.20x but there
was no way I found to proceed from there. So, to be able to come
out form this situation I reverted the changes to status.20x,
pushed the cherry-picked revision and then committed the changes
to status.20x.

Let me say that git is way too much complicated to be really useful.

12 years agoFix bug #8098
Enrico Forestieri [Sun, 25 Mar 2012 03:14:58 +0000 (05:14 +0200)]
Fix bug #8098

The Windows shell cannot have a UNC path as the current directory.
However, using pushd to change to the same directory automatically
maps the UNC path to a drive letter and thus it works.

Note that when calling cmd.exe from a UNC path there are still
warnings about the UNC path, but the command is then successfully
executed because the current directory is set to something digestible
by the shell.
(cherry picked from commit b907a0dc7cca2e6037e0493589fe4b8f77d5a18e)

12 years agoFix monolithic build (bug #8079)
Vincent van Ravesteijn [Sat, 24 Mar 2012 14:25:30 +0000 (15:25 +0100)]
Fix monolithic build (bug #8079)

12 years agoFix more possible crashes due to asInsetRef()
Vincent van Ravesteijn [Fri, 23 Mar 2012 20:15:55 +0000 (21:15 +0100)]
Fix more possible crashes due to asInsetRef()

InsetMathHull has no method asInsetRef() and returns therefore 0.

See also 5bd68605.

12 years agoBackport fix for bug #8095.
Richard Heck [Fri, 23 Mar 2012 18:37:48 +0000 (14:37 -0400)]
Backport fix for bug #8095.

The crash was due to the otherwise innocent looking 07924ac300f68e. The cast
Vincent replaced was already wrong---it seems to have been a thinko in
7bbd67eb2679---but it worked kind of by accident before. Now it crashes.

12 years agoSetup .gitignore for generated files, now for branch.
Lars Gullik Bjønnes [Wed, 21 Mar 2012 08:44:32 +0000 (09:44 +0100)]
Setup .gitignore for generated files, now for branch.

12 years agoGuiTabular.cpp, InsetTabular.cpp: remaining issues I forgot in previous commit
Uwe Stöhr [Wed, 21 Mar 2012 21:38:02 +0000 (22:38 +0100)]
GuiTabular.cpp, InsetTabular.cpp: remaining issues I forgot in previous commit

12 years agoGuiTabular.cpp: fix bug #8092 also for branch
Uwe Stöhr [Wed, 21 Mar 2012 20:50:34 +0000 (21:50 +0100)]
GuiTabular.cpp: fix bug #8092 also for branch

12 years ago* cs.po
Pavel Sanda [Wed, 21 Mar 2012 17:02:50 +0000 (18:02 +0100)]
* cs.po

12 years agoRemove duplicated entry from status.20x
Vincent van Ravesteijn [Sun, 18 Mar 2012 19:24:11 +0000 (20:24 +0100)]
Remove duplicated entry from status.20x

12 years agoFix bug #8083: Fix the selection of cells below multirows
Vincent van Ravesteijn [Sat, 17 Mar 2012 23:05:15 +0000 (00:05 +0100)]
Fix bug #8083: Fix the selection of cells below multirows

Multirows were introduced in 8bb69f24 (Uwe Stoehr, 11 Feb 2010). In the
computation of the nearest cell, it was forgotten to account for the
vertical offset. tabular.cellHeight is the full height of the cell, while
the point that comes from the coordCache is offsetted by VOffset.
Therefore, we have to subtract the VOffset from o.y_.

12 years agoClear the error list from previous errors
Vincent van Ravesteijn [Sat, 17 Mar 2012 18:00:25 +0000 (19:00 +0100)]
Clear the error list from previous errors

We only copied the error list to the cloned buffer when makeLatexfile
failed. This means that a second try will never clear the error list and
the user will be presented the same list again.

Therefore, we unconditionally copy the error list such that we also clear
the list on success.

12 years ago* de.po: update
Juergen Spitzmueller [Sun, 18 Mar 2012 15:09:12 +0000 (16:09 +0100)]
* de.po: update

12 years agoUpdate it.po
Enrico Forestieri [Sat, 17 Mar 2012 19:00:23 +0000 (20:00 +0100)]
Update it.po

12 years agoFix bug #8069: View/Update other formats button disabled with non-TeX fonts
Juergen Spitzmueller [Fri, 16 Mar 2012 14:53:45 +0000 (15:53 +0100)]
Fix bug #8069: View/Update other formats button disabled with non-TeX fonts

12 years agocmake/build.bat: update the script to Git and use Peter's suggestions
Uwe Stöhr [Fri, 16 Mar 2012 01:19:49 +0000 (02:19 +0100)]
cmake/build.bat: update the script to Git and use Peter's suggestions

12 years agoDo not py-compile also on cmake build, backport r40648
Kornel Benko [Thu, 15 Mar 2012 16:24:07 +0000 (17:24 +0100)]
Do not py-compile also on cmake build, backport r40648

12 years agoGuiTabular.cpp: fix bug #8084
Uwe Stöhr [Thu, 15 Mar 2012 01:29:47 +0000 (02:29 +0100)]
GuiTabular.cpp: fix bug #8084

12 years agoMerge branch '2.0.x' of git.lyx.org:lyx into 2.0.x
Uwe Stöhr [Thu, 15 Mar 2012 01:22:15 +0000 (02:22 +0100)]
Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

12 years agoport from master: - test/test-insets.tex
Uwe Stöhr [Thu, 15 Mar 2012 01:16:16 +0000 (02:16 +0100)]
port from master: - test/test-insets.tex

12 years agoEmbeddedObjects.lyx: new section about rotated boxes and a workaround for a bug in...
Uwe Stöhr [Thu, 15 Mar 2012 00:37:10 +0000 (01:37 +0100)]
EmbeddedObjects.lyx: new section about rotated boxes and a workaround for a bug in KOMA-script

12 years agostatus.20x: some cosmetics as test commit
uwestoehr [Wed, 14 Mar 2012 23:26:59 +0000 (00:26 +0100)]
status.20x: some cosmetics as test commit

12 years agoRemerge strings.
Richard Heck [Tue, 13 Mar 2012 21:58:43 +0000 (17:58 -0400)]
Remerge strings.

12 years agoMinor updates to status.20x.
Richard Heck [Tue, 13 Mar 2012 21:13:36 +0000 (17:13 -0400)]
Minor updates to status.20x.

12 years ago* de.po: update
Jürgen Spitzmüller [Fri, 9 Mar 2012 11:56:49 +0000 (11:56 +0000)]
* de.po: update

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

12 years agoGerman Intro.lyx: fix a comment as suggested in the list
Uwe Stöhr [Thu, 8 Mar 2012 19:14:37 +0000 (19:14 +0000)]
German Intro.lyx: fix a comment as suggested in the list

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

12 years ago* sk.po
Kornel Benko [Wed, 7 Mar 2012 09:32:24 +0000 (09:32 +0000)]
* sk.po

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

12 years agoFirst timeout after 3 mins, not 30.
Enrico Forestieri [Wed, 7 Mar 2012 00:34:32 +0000 (00:34 +0000)]
First timeout after 3 mins, not 30.

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

12 years agoFix bug #8032 (timeout when using the Sweave module)
Enrico Forestieri [Wed, 7 Mar 2012 00:26:17 +0000 (00:26 +0000)]
Fix bug #8032 (timeout when using the Sweave module)
After the timeout elapses, the user is notified that a command is taking
a long time to complete and is given the choice to stop it. If the user
decides to let the command run, the timeout is increased, otherwise the
command is killed. One is prompted a first time after 3 mins, a second
time after 9 mins, a third time after 27 mins, and so on, i.e., the n-th
prompt occurs after 3^n minutes.

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

12 years agoSquash warning
Pavel Sanda [Wed, 7 Mar 2012 00:05:46 +0000 (00:05 +0000)]
Squash warning

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

12 years agoSince version 1.9 SumatraPDF supports forward search without DDE commands.
Enrico Forestieri [Tue, 6 Mar 2012 23:30:23 +0000 (23:30 +0000)]
Since version 1.9 SumatraPDF supports forward search without DDE commands.

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

12 years agoBackport JMarc's fix for bug #6367.
Richard Heck [Tue, 6 Mar 2012 23:12:36 +0000 (23:12 +0000)]
Backport JMarc's fix for bug #6367.

* Undo.cpp:
 - rename cur member of UndoElement to cur_before
 - add new member cur_after, which is set by Undo::endUndoGroup
 - create a new Undo::endUndoGroup variant that takes a Cursor as parameter. We cannot get rid of the old one because it is used for LFUN_COMMAND_SEQUENCE.
* Cursor.cpp:
 - use endUndoGroup(Dociterator const &) for dispatch
 - update Cursor::endUndoGroup to pass cursor.

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

12 years agoOn Windows, properly account for the encoding of the temporary directory.
Enrico Forestieri [Tue, 6 Mar 2012 21:24:04 +0000 (21:24 +0000)]
On Windows, properly account for the encoding of the temporary directory.

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

12 years ago* sk.po
Kornel Benko [Tue, 6 Mar 2012 09:36:04 +0000 (09:36 +0000)]
* sk.po

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

12 years ago* sk.po
Kornel Benko [Tue, 6 Mar 2012 09:28:57 +0000 (09:28 +0000)]
* sk.po

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