Commit Graph

28847 Commits

Author SHA1 Message Date
Enrico Forestieri
92c92effa4 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
2012-03-07 00:34:32 +00:00
Enrico Forestieri
b067c04309 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
2012-03-07 00:26:17 +00:00
Pavel Sanda
8bdd1082fa Squash warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40880 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-07 00:05:46 +00:00
Enrico Forestieri
b7cc97e2d0 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
2012-03-06 23:30:23 +00:00
Richard Heck
dc7fd33b84 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
2012-03-06 23:12:36 +00:00
Enrico Forestieri
8c24088b79 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
2012-03-06 21:24:04 +00:00
Kornel Benko
0ba502d22d * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40872 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 09:36:04 +00:00
Kornel Benko
e49c8a5d32 * sk.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40870 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-06 09:28:57 +00:00
Uwe Stöhr
d4c003b791 German UserGuide.lyx: some more translations and style fixes to be compliant with the other language variants
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40866 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-05 23:32:30 +00:00
Richard Heck
8d3e242755 Backport fix for #7997.
The View->Source pane resets the format every time you click into
a new paragraph, which is very annoying. This commit fixes this bug.

If anyone has a better idea, please let me know. I posted to devel
about it but got no response.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40864 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-05 22:51:53 +00:00
Richard Heck
922726faae Backport fix for #7916.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40863 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-05 22:38:21 +00:00
Richard Heck
1b74e82b9c Add option to view only preamble when viewing source.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40862 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-05 22:36:27 +00:00
Richard Heck
ec5a0965d3 Backport fix for #7787.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40861 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-05 22:30:19 +00:00
Uwe Stöhr
e377fa3168 EmbeddedObjects.lyx: description how to color every second table row
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40855 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-04 23:54:31 +00:00
Uwe Stöhr
874e1b5299 tex2lyx/text.cpp: some whitespace fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40851 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-04 13:48:49 +00:00
Uwe Stöhr
c8d702c0d3 - UserGuide.lyx: add the F5-key feature
- Japanese and German UserGuide.lyx: adapt a section to the other language variants

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40848 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-04 01:23:01 +00:00
Vincent van Ravesteijn
436ab3a2c2 branch: Fix handling of the add branch textfield in GuiBranches
- Enter in the textfield adds the branch,
- Make sure the dialog is not closed when pressing enter, 
- Pressing Ctrl+Enter or the Enter on the numpad closes the dialog.

Patch based on a patch from Scott Kostyshak.

see r40839.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40847 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 15:55:00 +00:00
Vincent van Ravesteijn
9a5c01acb8 branch: GuiCitation: Do not allow to add entries by pressing Enter when the Add button is disabled.
see r40835.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40846 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 15:52:21 +00:00
Richard Heck
f92c5848f6 Fix nn.po.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40842 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 15:27:38 +00:00
Richard Heck
8776aaf337 Remerge strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40840 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 15:18:29 +00:00
Uwe Stöhr
433539cdac ia.po: updates by Giovanni
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40838 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 13:13:58 +00:00
Uwe Stöhr
e96a234e60 scons/scons_manifest.py: not that developers are using SCons anymore but we should keep the branch compilable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40837 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 12:50:45 +00:00
Uwe Stöhr
91e11aff96 iop-article.lyx: add some important info to avoid compilation errors and improve the template a bit (thanks to MaX Funk for the hints)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40836 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-03 12:39:57 +00:00
Uwe Stöhr
db3152a3e0 modernCV.lyx: fix #8064 for branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40833 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-02 23:43:58 +00:00
Jürgen Spitzmüller
d2b87f4706 Work around qt bug that prevents the glyph LATIN CAPITAL LETTER SHARP S from being pasted (bug #8057).
Backport of r40829.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40831 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-02 14:59:53 +00:00
Georg Baum
3655600dce backport r40826.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40827 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-01 20:39:46 +00:00
Vincent van Ravesteijn
0249632ac4 installer: Update MikTeX.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40823 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-01 14:46:21 +00:00
Vincent van Ravesteijn
4eb1b40a36 installer: Correct sRGB.icm to sRGB.icc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40822 a592a061-630c-0410-9148-cb99ea01b6c8
2012-03-01 14:40:55 +00:00
Uwe Stöhr
d5aa03bfd0 status.20x: entry for the knitr fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40819 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:44:05 +00:00
Uwe Stöhr
4a36049bb6 splash.lyx: update link to homepage
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40818 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:42:33 +00:00
Uwe Stöhr
dc6f149a70 French UserGuide.lyx: backport updates from Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40817 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:41:45 +00:00
Uwe Stöhr
98e970e865 knitr.lyx: use the fileformat of lyX 2.0.x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40816 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 23:41:03 +00:00
Pavel Sanda
435dce17c0 Backport graphics tooltip
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40812 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 18:54:26 +00:00
Pavel Sanda
adf46ceb55 * Additional.lyx - RCS tweaks for Win
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40810 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-29 18:36:12 +00:00
Georg Baum
4b77821d96 backport r40804
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40806 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-28 20:46:20 +00:00
Georg Baum
fbe35a1178 back to svn
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40805 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-28 20:43:35 +00:00
Richard Heck
2b36ea47ed Update version, announce, and news.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40782 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 15:52:50 +00:00
Richard Heck
0ae7c8fff2 Fix version detection in build script.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40781 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 15:52:40 +00:00
Uwe Stöhr
01950e10c5 - Intro.lyx: LaTeX is now older than 20 years (spotted by Jean-Pierre), some typographic fixes
- footnoteQt4.png: better screenshot with smaller filesize

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40778 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 04:40:03 +00:00
Uwe Stöhr
1a2015e181 - UserGuide.lyx: unify label prefixes, remove an unused label and clarify how to reference a float as discussed in # 8044)
- Spanish UserGuide.lyx: fix a broken cross-reference
- German UserGuide.lyx: some translations
- GleitobjektQt4.png: better screenshot and with smaller file size

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40777 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-19 04:18:27 +00:00
Enrico Forestieri
6a9c9f620b Call lyxpak.py using the original (not mangled) document file name.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40774 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-18 14:00:41 +00:00
Uwe Stöhr
4298400e7b French Intro.lyx: improvements in writing style by Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40772 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-18 12:53:29 +00:00
Uwe Stöhr
59d760fd40 UserGuide.lyx: revert change, besides that I don't think this change is helpful I don't want to activate change tracking on a release day.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40771 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-16 18:56:00 +00:00
Richard Heck
333935a8d7 Minor clarification about cross-references. See bug #8044.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40770 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-16 17:52:09 +00:00
Uwe Stöhr
485c4d0d9d - German UserGuide.lyx: some translations
- German ERT.png: better screenshot in original size and with less filesize

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40761 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-15 22:45:51 +00:00
Uwe Stöhr
a6e9d27677 fr.po: some fixed shortcut conflicts from Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40760 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-15 21:59:02 +00:00
Uwe Stöhr
1d35d4e1f0 Spanish EmbeddedObjects.lyx, Math.lyx: translations by Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40759 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-15 21:54:11 +00:00
Uwe Stöhr
b63776cc65 - German UserGuide.lyx: some translations
- UserGuide.lyx: mention LibreOffice and some small glitches

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40753 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-15 00:48:10 +00:00
Uwe Stöhr
644e6b2f57 UserGuide.lyx: add an info as suggested by Jean-Pierre
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40751 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-14 21:30:26 +00:00
Uwe Stöhr
a00d74feb1 Spanish UserGuide.lyx, Tutorial.lyx: translations from Ignacio
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40750 a592a061-630c-0410-9148-cb99ea01b6c8
2012-02-14 21:14:18 +00:00