Commit Graph

334 Commits

Author SHA1 Message Date
Stephan Witt
fd2a6bb3da #7740 Add undo for change of text language with LFUN_BUFFER_LANGUAGE
When a document is not multi-lingual the text contents is changed
to the new language. This should be recorded for Undo.
Because Undo wants a cursor the implemantation has to be
moved to the BufferView class.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39594 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-05 18:41:39 +00:00
Stephan Witt
ee8f64e112 add background image for Mac OS X disk image
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39593 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-05 18:34:07 +00:00
Pavel Sanda
8a482a99de Backport fix for #7720.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39591 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-05 18:06:58 +00:00
Pavel Sanda
38e4917e08 Group correctly Koma Book environments inside environment combo-box listing.
Backport already acked, but we waited because of new strings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39590 a592a061-630c-0410-9148-cb99ea01b6c8
2011-09-05 17:51:32 +00:00
Richard Heck
76a5d1d947 Various files for 2.0.1.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39575 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-31 16:25:53 +00:00
Enrico Forestieri
ef710e618f Fix bug #6170 (Latex Compiler error when lyx file is located in a path which contains a "#")
This removes \input@path handling.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39568 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-30 00:13:29 +00:00
Enrico Forestieri
550f683049 Fix bug #7586 (Temporary file chkconfig.ltx in user directory not deleted if configure fails)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39567 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 22:23:17 +00:00
Enrico Forestieri
e28c6f4d95 Allow batch files with QProcess.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39566 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 22:15:24 +00:00
Enrico Forestieri
a6aebc801a Fix bug #7718 (Configure fails if shell autorun commands are enabled in the registry)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39565 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 22:05:26 +00:00
Uwe Stöhr
44048fd3bb status.20x: only whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39555 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-29 04:37:45 +00:00
Uwe Stöhr
4df078c262 - tufte-book.layout: fix a lyX warning about uninitialized counter
- tufte example files: add important notes that float placements options are not allowed and remove unreferenced labels

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39551 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-28 16:53:56 +00:00
Richard Heck
fed247aa1c Backport fix for infinite loops to branch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39531 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-26 23:12:42 +00:00
Tommaso Cucinotta
bbdeabe00b Adding status update for just committed patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39522 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-25 19:33:10 +00:00
Enrico Forestieri
ce74af9ec0 Fix #7715 (Lyx 2.0.0 doesn't work with Mathematica 8: call to 'math' problem?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39514 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-23 18:51:41 +00:00
Jean-Marc Lasgouttes
40979265ff Backport r39506 (see #7555)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39507 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-23 10:11:33 +00:00
Stephan Witt
be43302c90 restore old hunspell library detection code as fallback when pkg-config is not available - for Mac OS X
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39485 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-15 05:09:32 +00:00
Stephan Witt
2961d29cd3 Backport of r39362 and r39395:
- report failures on add-to-session with LYXERR (aspell)
- with aspell backend split words on hard hyphens to check parts separately
  because hyphen is not allowed to be part of a word - neither in regular
  nor in personal dictionary


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39477 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-12 07:19:03 +00:00
Uwe Stöhr
916c665d2a UserGuide.lyx: new section about font and background color, revised text style dialog description, some fixed typos and styles
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39476 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-12 03:19:00 +00:00
Stephan Witt
91eb9c8c68 Backport of r39360, r39361 and r39363:
- move spellchecker backend change action to actOnUpdatedPrefs where it belongs to
- add missing action for change of spellchecker_accept_compound preference
- care for a change of accept_compound and reconfigure the aspell backend accordingly
- only aspell is using spellchecker_accept_compound rc variable


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39471 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-11 11:25:01 +00:00
Uwe Stöhr
33ad1516b6 status.20x: fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39463 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 03:06:51 +00:00
Uwe Stöhr
9c4abdf137 also for branch: new export flavor "DVILUATEX", fixes bug #7713, patch from Jürgen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39461 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 02:49:30 +00:00
Uwe Stöhr
eef3094add status.20x: update for the documentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39459 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-10 02:30:36 +00:00
Richard Heck
607cb1fb78 Status for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39438 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-08 14:22:10 +00:00
Enrico Forestieri
979f2da84d Fix bug #253 (Incorrect protection of closing quotation marks)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39427 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-05 21:33:09 +00:00
Richard Heck
f245a7a967 Status for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39426 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-05 18:07:11 +00:00
Uwe Stöhr
d760267fac - UserGuide.lyx: correct broken links in the bibliography
- French UserGuide.lyx: add a missing cite reference

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39414 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-04 16:01:41 +00:00
Enrico Forestieri
00d4b6c735 When previewing a format, change to the directory of the previewed file
and invoke the previewer with only its filename without the path.
This solves the problem about forward search on Windows reported here:
http://thread.gmane.org/gmane.editors.lyx.general/71130


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39413 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-02 21:50:00 +00:00
Uwe Stöhr
51ee38b7f5 thesis template: fix the problem correctly - for all document parts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39407 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-01 17:18:44 +00:00
Tommaso Cucinotta
f24d460bf6 Size tab now enables and disables correctly depending on the capabilities configured for the current external template (selected via the combo).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39400 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 18:43:12 +00:00
Uwe Stöhr
c954cb89ab EmbeddedObjects.lyx: fix bug #7328
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39397 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 16:35:36 +00:00
Uwe Stöhr
6487aeb026 lyx2lyx/lyx_2_0.py: backport r39383 to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39392 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-31 02:07:16 +00:00
Uwe Stöhr
d72e5ba538 UserGuide.lyx: describe how to compare LyX files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39357 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-20 02:50:45 +00:00
Uwe Stöhr
79e78d09e8 status.20x: format fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39345 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 05:21:26 +00:00
Uwe Stöhr
e40d914814 UserGuide.lyx: new section how to customize lists (description of the module enumitem)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39343 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 05:08:47 +00:00
John C. McCabe-Dansted
6a60ef8ab4 Backport r39333 to fix bug #7467: PATH_MAX related build failure on GNU/Hurd.
(Patch from Pino, adapted for trunk by Sven)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39342 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-19 04:14:09 +00:00
Uwe Stöhr
6467f4657a - EmbeddedObjects.lyx: new chapter about objects surrounded by text
- Additional.lyx: remove obsolete section
- initials.module: add style that actually works, this does not change any string in the po files, see also my mail in the list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39340 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-18 21:48:13 +00:00
Richard Heck
fda8c46cfb Revert r39330.
This reverts commit 6003924601add454110db97b68974834cad7c4c9.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39338 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-18 13:53:54 +00:00
Uwe Stöhr
7effe4260f - UserGuide.lyx: new section about custom numbered list numbering
- Additional.lyx: further cleanup and deletion of section that is now part of the UserGuide

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39334 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-18 03:01:12 +00:00
Richard Heck
966eaec1c2 Add check for recursive includes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39330 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-16 13:50:06 +00:00
Richard Heck
c45d7b69bc Fix bug #7682 for branch. Problem was that we were finding the children
using the BufferList, which knows nothing about clones.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39329 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-16 13:50:02 +00:00
Uwe Stöhr
174e9e53e4 - UserGuide.lyx: LyX supports now setting of the paragraph indent width
- EmbeddedObjects.lyx: LyX supports now changing of greyed-out note text color

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39304 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-15 04:53:43 +00:00
Tommaso Cucinotta
2f0913ce9e Adding change to status for r39282.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39290 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-13 16:04:43 +00:00
Richard Heck
5f1008a4eb Fix bug with output of prettyref chapter references.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39289 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-13 15:19:38 +00:00
Pavel Sanda
9d3947f107 Status update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39273 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 20:45:39 +00:00
Uwe Stöhr
112c3a3a27 Math.lyx: add info about decorated matrix column limit and how to increase it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39258 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-08 20:44:33 +00:00
Richard Heck
df59642018 Fix bug #7656.
I don't think we need to record anything yet, since we are not changing
anything here. The dialog will call a new LFUN to do the change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39254 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-07 19:52:03 +00:00
Stephan Witt
ed140e7343 backport fix for #7661 to branch - check buffer of cursors before using compare operator - avoid assertion
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39245 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-04 18:39:25 +00:00
Pavel Sanda
71bb196a01 Revert Koma book updates.
This contains string change and must wait for 2.0.2.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39239 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-03 01:22:54 +00:00
Pavel Sanda
6df25e08c2 Backport missing implementation of revision info for RCS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39238 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-03 01:19:24 +00:00
Pavel Sanda
3c5d2d063f Backport Koma script glitches to branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39237 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-03 00:59:52 +00:00
Richard Heck
4839fc562b Status for last couple branch commits.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39214 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-29 14:26:47 +00:00
Enrico Forestieri
9af953f349 Fix bug #7645 (stream encoding not properly reset after a float)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39194 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 20:48:02 +00:00
Jean-Marc Lasgouttes
bcb4e90f2a Fix incompatibility between jss.layout and Sweave (see bug 7555).
Backport of r39188.



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39189 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-22 09:30:57 +00:00
Richard Heck
f4c2a42599 Status for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39184 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-21 15:36:30 +00:00
Richard Heck
66920e5b1a Fix bug #7634. Make sure we clear the tag deque if we are keeping
empty paragraphs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39153 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 16:10:21 +00:00
Richard Heck
5f172ec678 Add a note to last status.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39151 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 15:24:49 +00:00
Richard Heck
0de72fc38c Fix problem with bibliography indentation reported on user list.
Porting to branch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39150 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 15:21:36 +00:00
Jean-Marc Lasgouttes
e9e568aa20 forgot this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39142 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 12:16:54 +00:00
Jean-Marc Lasgouttes
c87c1a06e8 Backport r39070 and r39140.
This fixes two sweave bugs (mainly under windows):
- latex error when the temp dir path contains a space
- latex error when the R dir path contains a space



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39141 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-20 12:15:30 +00:00
Tommaso Cucinotta
1141dc23c9 Backporting various fixes in Advanced Find and Replace:
- Now the cursor is visible while at the rightmost part of a regexp inset.
- Now a regexp inset with a \backslash or braces is previewed correctly.
- Disabled possibility to type macros in regexp-mode.
- Now backslash-prefixed regexps like "\s", "\d", etc., are all understood by Advanced F&R.
- Now Adv. F&R correctly interprets escape sequences within regexp insets, e.g., \\ or \(,
  for finding characters with a special meaning in regular expression context (\^()[]).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39136 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-19 19:46:59 +00:00
Uwe Stöhr
0a2d185c0f ia.po: updates from Giovanni
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39129 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-17 14:05:26 +00:00
Uwe Stöhr
1a925a8aa2 Makefile.am: distribute the autocorrection file (backport of r39116), thanks Enrico
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39128 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-17 13:53:42 +00:00
Uwe Stöhr
ce0245f164 status.20x: entry for last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39096 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 14:37:23 +00:00
Richard Heck
ad56a9914c Restore fix for #7517.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39090 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 14:22:43 +00:00
Richard Heck
1211af5c0a Recommit fix for #7620, since we are breaking string freeze due
to dead FTP.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39089 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 14:16:01 +00:00
Uwe Stöhr
ac0b739d6f - ijmpd.layout: heavy revision to be compliant to the latest version of ijmpd
- ijmpd.lyx: update template accordingly
- ijmpc.layout: whitespace and some fixes
- ijmpc.lyx: some minor tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39081 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 01:34:55 +00:00
Uwe Stöhr
683d8e6d73 - ijmpc.layout: heavy revision to be compliant to the latest version of ijmpc
- ijmpc.lyx: update template accordingly

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39080 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-16 00:03:57 +00:00
Uwe Stöhr
89cc3b4e05 - ACM-siggraph.lyx: update to latest version of the siggraph LaTeX-package (our template was uncompilable with this)
- status.20x: reformat to no protrude over the 74 character line length limit (this was for 1.6.x required by Jürgen, don't know the current limit)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39063 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 14:13:06 +00:00
Richard Heck
97c01e63e2 Restore fix for #1751, now that it works.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39060 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 11:45:23 +00:00
Uwe Stöhr
0c58166a57 - agutex.lyx: fix compilation (babel must not be used for agutex files) and add info how to install agutex.lyx
- other files: some minor tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39056 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-15 00:49:09 +00:00
Uwe Stöhr
68f94fe3a0 - landslide.lyx: fix compilation (broken image path)
- docbook_article.lyx: save in current file format
- jss.layout: this class needs a further LaTeX-package
- JSS-article.lyx: add info how to install the JSS LaTeX class file (described in new Wiki page)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39053 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 23:01:51 +00:00
Uwe Stöhr
c1e5395fa3 status.20x: document some fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39052 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 21:30:04 +00:00
Pavel Sanda
4df6ae89f6 Backport r39040 (pkgconfig to configure hunspell).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39041 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 14:37:26 +00:00
Richard Heck
00f0562003 Revert r38746. See http://marc.info/?t=130769382200004&r=1&w=2
for discussion of why. It looks as if something is weird with the
way Qt is handling the environment, at least on some platforms and
with some versions. Here, on F14, with Qt 4.7.x, simply getting and
setting the environment, without changing it, causes scripts such as
epstopdf to fail to start.

The problem is still in trunk.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39039 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-14 13:39:39 +00:00
Uwe Stöhr
555b8c8d3b Japanese doc files: make them compilable (some image paths were broken) (Seems that nobody did compile the doc files before LyX 2.0.0 was released)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39028 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 14:44:42 +00:00
Uwe Stöhr
1c8f01c01b - Spanish Math.lyx: fix compilation (some image paths were broken)
- Math.lyx: save in current format

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39025 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-13 14:29:22 +00:00
Richard Heck
93577c5a5b Revert r39007 and r38983, since these broke the string freeze. I'll recommit for 2.0.2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39020 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-12 18:01:53 +00:00
Julien Rioux
e25156ee02 Fix bug #7620 (LaTeX \unit{} in math mode): The
commands displayed in the toolbar menu now
correspond with the internal LyX commands.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39007 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-11 15:36:30 +00:00
Julien Rioux
31d76f3368 Fix bug #7610 (wrong latex flavor flag set by pref2pref).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39006 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-11 15:33:35 +00:00
Julien Rioux
d2a09bf5a6 Fix bug #7609 (PDF (pdflatex) no more directly
listed in file->export menu). Do not remove customized
document formats from the export menu.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39005 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-11 15:29:41 +00:00
Julien Rioux
11c191a933 Fix bug #7608 (Wrong path separator used for Inkscape on Windows)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39003 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-11 15:24:19 +00:00
Uwe Stöhr
52f7412e4f sv.po: updates from Jim
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38994 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-08 17:17:25 +00:00
Richard Heck
b3cc4e3a07 Status for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38988 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-08 13:08:45 +00:00
Richard Heck
7b4a9b95e3 Fix bug #7517. This restores some code removed when we started adding basic layouts we didn't recognize.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38983 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-08 00:53:19 +00:00
Richard Heck
625db2e106 Update templates to current format (now for branch).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38948 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 13:32:04 +00:00
Richard Heck
37688a02a2 Update status when bullet size is changed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38946 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 12:52:32 +00:00
Uwe Stöhr
de35d041a0 status.20x: mention Polish update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38944 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 02:48:15 +00:00
Uwe Stöhr
281d46bba9 status.20x: mention Ukrainian update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38942 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 02:45:19 +00:00
Uwe Stöhr
009b5623fb French Customization.lyx: compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38941 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-04 02:34:39 +00:00
Enrico Forestieri
72230bb98c On Windows, improve detection of the TeX engine by avoiding spaces in
filenames passed to latex (through the short form of the path) and also
by taking into account that a short form may not always be available.
Such detection may still fail if the file system does not support short
names and the TeX engine doesn't allow spaces in filenames, but this is
a highly improbable condition, hopefully.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38921 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 22:22:58 +00:00
Richard Heck
ac47154162 Update status file.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38919 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-01 17:06:39 +00:00
Pavel Sanda
4e20d4473f Backport fix for #7598.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38904 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-31 20:08:36 +00:00
Pavel Sanda
6d25881a14 * cs.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38877 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-28 21:43:13 +00:00
Richard Heck
fe15a8f2a5 Potential fix for #7591.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38876 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-28 14:36:50 +00:00
Richard Heck
d40fcdee23 Status for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38874 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-28 14:19:19 +00:00
Tommaso Cucinotta
940ef52fb2 Summarised last bugfixes to Advanced F&R (added corresponding bug category).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38870 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-27 22:19:17 +00:00
Jürgen Spitzmüller
997d7f001e * 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
2011-05-27 07:27:04 +00:00
Enrico Forestieri
0fcd94beec 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
2011-05-26 19:10:12 +00:00
Julien Rioux
a7d8f6b4bf 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
2011-05-24 17:26:56 +00:00
Jürgen Spitzmüller
d9dd377635 * 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
2011-05-24 06:22:55 +00:00
Jürgen Spitzmüller
f601175339 * 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
2011-05-23 17:25:36 +00:00
Uwe Stöhr
bee3ebc5b7 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
2011-05-23 04:41:19 +00:00
Enrico Forestieri
6990e456fc Update it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38816 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-22 18:25:57 +00:00
Stephan Witt
4016d0b7a7 #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
2011-05-19 19:11:01 +00:00
Uwe Stöhr
867a00dda9 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
2011-05-15 17:22:48 +00:00
Enrico Forestieri
e4c2d74d56 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
2011-05-13 23:39:44 +00:00
Enrico Forestieri
b3a983c66f 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
2011-05-13 23:14:46 +00:00
Uwe Stöhr
67d5207cab 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
2011-05-12 18:49:35 +00:00
Richard Heck
8b9cf6dbfe 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
2011-05-12 13:32:19 +00:00
Richard Heck
c31651aa63 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
2011-05-12 13:20:50 +00:00
Tommaso Cucinotta
63ee0ee962 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
2011-05-11 19:07:01 +00:00
Enrico Forestieri
b2ea8a7db7 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
2011-05-11 14:42:38 +00:00
Richard Heck
53e99dced5 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
2011-05-11 14:26:48 +00:00
Richard Heck
d16b6c2d31 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
2011-05-10 00:19:16 +00:00
Enrico Forestieri
23891733a3 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
2011-05-09 23:54:46 +00:00
Georg Baum
16c6442951 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
2011-05-09 19:21:46 +00:00
Georg Baum
8a295389b5 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
2011-05-09 19:07:59 +00:00
Georg Baum
c41f48411a 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
2011-05-09 18:56:51 +00:00
Richard Heck
0337607f59 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
2011-05-09 18:25:55 +00:00
Richard Heck
0e04ece111 Whitespace only.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38668 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 18:20:42 +00:00
Richard Heck
2b73ce7180 Status for Portuguese.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38665 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 17:17:15 +00:00
Pavel Sanda
10e762cd63 * 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
2011-05-09 16:42:53 +00:00
Edwin Leuven
f01741433d backport r38655
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38658 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-09 15:21:36 +00:00
Richard Heck
81fccc30f4 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
2011-05-09 03:55:40 +00:00
Georg Baum
6da499d3f6 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
2011-05-08 15:40:45 +00:00
Richard Heck
8f7c852b0f 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
2011-05-07 16:45:45 +00:00
Richard Heck
6c24213294 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
2011-05-05 20:41:59 +00:00
Richard Heck
0096f40959 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
2011-05-05 16:24:55 +00:00
Enrico Forestieri
30d95b0e45 Typo feast
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38583 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-04 13:44:25 +00:00
Enrico Forestieri
c07da96a13 Fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38582 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-04 13:42:40 +00:00
Enrico Forestieri
0e6ee0227c 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
2011-05-04 13:40:17 +00:00
Enrico Forestieri
b1fbf9c6a8 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
2011-05-04 13:07:32 +00:00
Pavel Sanda
502444af31 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
2011-05-03 10:45:32 +00:00
Richard Heck
1dacc731bd 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
2011-05-02 14:43:11 +00:00