]> git.lyx.org Git - features.git/log
features.git
13 years agostatus update for r39604.
Tommaso Cucinotta [Mon, 5 Sep 2011 22:30:14 +0000 (22:30 +0000)]
status update for r39604.

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

13 years agoFix recursive repaint problem.
Tommaso Cucinotta [Mon, 5 Sep 2011 22:27:39 +0000 (22:27 +0000)]
Fix recursive repaint problem.
Backporting r39535. See also:
- http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg170468.html.
- Bug #7503
- Bug #7173

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

13 years agoRemove xml line.
Richard Heck [Mon, 5 Sep 2011 20:04:11 +0000 (20:04 +0000)]
Remove xml line.

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

13 years agoFix #7594 for branch.
Richard Heck [Mon, 5 Sep 2011 19:41:23 +0000 (19:41 +0000)]
Fix #7594 for branch.

=====

Original log:

Fix bug reported on user list. Children included more than once in
the same document could not be rendered.

Problem was that we were using children_positions to deal with the
included documents. That structure only includes each child once.
We need to use position_to_children, instead.

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

13 years agoBackport fix for bug #7360. Patch from Nemah, posted to bug report.
Richard Heck [Mon, 5 Sep 2011 19:29:49 +0000 (19:29 +0000)]
Backport fix for bug #7360. Patch from Nemah, posted to bug report.

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

13 years agoFix tab order and shortcuts for crossref dialog (#7576).
Richard Heck [Mon, 5 Sep 2011 19:27:10 +0000 (19:27 +0000)]
Fix tab order and shortcuts for crossref dialog (#7576).

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

13 years agoBackport fix for #7593 to branch.
Richard Heck [Mon, 5 Sep 2011 19:25:15 +0000 (19:25 +0000)]
Backport fix for #7593 to branch.

=====

Original log:

Fix problem first reported by Diego: If you try to view a child document,
the macros declared in the parent do not work. This is because we were
cloning only the child, which then didn't have a parent.

The solution is to clone the whole structure, starting with the master
document. As a side effect, we only clone each child once.

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

13 years agoBackport various parts of the fix for #7655. This include r39211, r39250, and r39251.
Richard Heck [Mon, 5 Sep 2011 19:09:14 +0000 (19:09 +0000)]
Backport various parts of the fix for #7655. This include r39211, r39250, and r39251.

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

13 years agoPort fix for #7708 to branch.
Richard Heck [Mon, 5 Sep 2011 19:04:36 +0000 (19:04 +0000)]
Port fix for #7708 to branch.

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

13 years agoBackport fix for bug #7751: Sort the modules and formats by translated string.
Richard Heck [Mon, 5 Sep 2011 18:58:56 +0000 (18:58 +0000)]
Backport fix for bug #7751: Sort the modules and formats by translated string.

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

13 years ago#7681 adjust the cursor language after document language change had changed the text...
Stephan Witt [Mon, 5 Sep 2011 18:46:46 +0000 (18:46 +0000)]
#7681 adjust the cursor language after document language change had changed the text language

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

13 years ago#7740 Add undo for change of text language with LFUN_BUFFER_LANGUAGE
Stephan Witt [Mon, 5 Sep 2011 18:41:39 +0000 (18:41 +0000)]
#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

13 years agoadd background image for Mac OS X disk image
Stephan Witt [Mon, 5 Sep 2011 18:34:07 +0000 (18:34 +0000)]
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

13 years agoBackport fix for #7720.
Pavel Sanda [Mon, 5 Sep 2011 18:06:58 +0000 (18:06 +0000)]
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

13 years agoGroup correctly Koma Book environments inside environment combo-box listing.
Pavel Sanda [Mon, 5 Sep 2011 17:51:32 +0000 (17:51 +0000)]
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

13 years agoOpen 2.0.2svn.
Richard Heck [Mon, 5 Sep 2011 15:05:20 +0000 (15:05 +0000)]
Open 2.0.2svn.

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

13 years agoImprove the ANNOUNCE file. 2.0.1
Richard Heck [Wed, 31 Aug 2011 17:01:50 +0000 (17:01 +0000)]
Improve the ANNOUNCE file.

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

13 years agoVarious files for 2.0.1.
Richard Heck [Wed, 31 Aug 2011 16:25:53 +0000 (16:25 +0000)]
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

13 years agoUpdate po files for 2.0.1.
Richard Heck [Wed, 31 Aug 2011 16:22:05 +0000 (16:22 +0000)]
Update po files for 2.0.1.

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

13 years agono freeze yet announced, so some last-minute changes:
Uwe Stöhr [Wed, 31 Aug 2011 14:25:19 +0000 (14:25 +0000)]
no freeze yet announced, so some last-minute changes:
- English Additional.lyx: some updates
- German Additional.lyx: some corrections and some LaTeX warnings fixed

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

13 years ago* sk.po
Kornel Benko [Tue, 30 Aug 2011 09:51:17 +0000 (09:51 +0000)]
* sk.po

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

13 years agoFix bug #6170 (Latex Compiler error when lyx file is located in a path which contains...
Enrico Forestieri [Tue, 30 Aug 2011 00:13:29 +0000 (00:13 +0000)]
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

13 years agoFix bug #7586 (Temporary file chkconfig.ltx in user directory not deleted if configur...
Enrico Forestieri [Mon, 29 Aug 2011 22:23:17 +0000 (22:23 +0000)]
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

13 years agoAllow batch files with QProcess.
Enrico Forestieri [Mon, 29 Aug 2011 22:15:24 +0000 (22:15 +0000)]
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

13 years agoFix bug #7718 (Configure fails if shell autorun commands are enabled in the registry)
Enrico Forestieri [Mon, 29 Aug 2011 22:05:26 +0000 (22:05 +0000)]
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

13 years agofr.po: updates from Jean-Pierre
Uwe Stöhr [Mon, 29 Aug 2011 16:09:40 +0000 (16:09 +0000)]
fr.po: updates from Jean-Pierre

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

13 years agostatus.20x: only whitespace
Uwe Stöhr [Mon, 29 Aug 2011 04:37:45 +0000 (04:37 +0000)]
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

13 years agoProtect against autorun commands on Windows. No status line needed as this
Enrico Forestieri [Sun, 28 Aug 2011 18:44:53 +0000 (18:44 +0000)]
Protect against autorun commands on Windows. No status line needed as this
is an addendum to r39514.

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

13 years ago- tufte-book.layout: fix a lyX warning about uninitialized counter
Uwe Stöhr [Sun, 28 Aug 2011 16:53:56 +0000 (16:53 +0000)]
- 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

13 years ago- EmbeddedObjects.lyx: fix a nasty caption formatting bug spotted by Ignacio
Uwe Stöhr [Sun, 28 Aug 2011 13:35:07 +0000 (13:35 +0000)]
- EmbeddedObjects.lyx: fix a nasty caption formatting bug spotted by Ignacio
- Spanish EmbeddedObjects.lyx: some fixes by Ignacio

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

13 years agoes.po: updates from Ignacio
Uwe Stöhr [Sun, 28 Aug 2011 03:42:47 +0000 (03:42 +0000)]
es.po: updates from Ignacio

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

13 years ago- Spanish documentation files: translations by Ignacio
Uwe Stöhr [Sun, 28 Aug 2011 02:36:59 +0000 (02:36 +0000)]
- Spanish documentation files: translations by Ignacio
- English EmbeddedObjects.lyx: fix a typo spotted by Ignacio
- EmbeddedObjects.lyx: make the file compilable also if the LaTeX-package lettrine is not installed

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

13 years agoinitials.module: safer preamble call, no string changed, necessary to be able to...
Uwe Stöhr [Sun, 28 Aug 2011 02:34:50 +0000 (02:34 +0000)]
initials.module: safer preamble call, no string changed, necessary to be able to compile the EmbeddedObjects manual also if the package lettrine is not installed

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

13 years ago- German UserGuide.lyx: remove some fixed path that would make the document uncompilable
Uwe Stöhr [Sun, 28 Aug 2011 01:15:05 +0000 (01:15 +0000)]
- German UserGuide.lyx: remove some fixed path that would make the document uncompilable
- Spanish UserGuide.lyx: some tweaks

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

13 years agoBackport fix for infinite loops to branch.
Richard Heck [Fri, 26 Aug 2011 23:12:42 +0000 (23:12 +0000)]
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

13 years agolilypond.lyx: backport from trunk
Uwe Stöhr [Fri, 26 Aug 2011 21:41:20 +0000 (21:41 +0000)]
lilypond.lyx: backport from trunk

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

13 years agoAdding status update for just committed patch.
Tommaso Cucinotta [Thu, 25 Aug 2011 19:33:10 +0000 (19:33 +0000)]
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

13 years agoFixed longstanding bug in Advanced Find&Replace, when dealing with documents containi...
Tommaso Cucinotta [Thu, 25 Aug 2011 19:31:48 +0000 (19:31 +0000)]
Fixed longstanding bug in Advanced Find&Replace, when dealing with documents containing braces.
Corresponding test-case needed a fix as well and now it is passed.
Copying r39518 from trunk.

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

13 years agosv.po: translation updates by Jim
Uwe Stöhr [Thu, 25 Aug 2011 19:27:53 +0000 (19:27 +0000)]
sv.po: translation updates by Jim

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

13 years agoSpanish UserGuide.lyx: translations by Ignacio
Uwe Stöhr [Thu, 25 Aug 2011 17:41:49 +0000 (17:41 +0000)]
Spanish UserGuide.lyx: translations by Ignacio

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

13 years agoFix #7715 (Lyx 2.0.0 doesn't work with Mathematica 8: call to 'math' problem?)
Enrico Forestieri [Tue, 23 Aug 2011 18:51:41 +0000 (18:51 +0000)]
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

13 years agoBackport r39506 (see #7555)
Jean-Marc Lasgouttes [Tue, 23 Aug 2011 10:11:33 +0000 (10:11 +0000)]
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

13 years agoRemove CMAKE_EXE_LINKER_FLAGS from cache
Kornel Benko [Sat, 20 Aug 2011 06:20:52 +0000 (06:20 +0000)]
Remove CMAKE_EXE_LINKER_FLAGS from cache

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

13 years agoUserGuide.lyx: fix some issues and typos spotted by Ignacio
Uwe Stöhr [Sat, 20 Aug 2011 01:11:21 +0000 (01:11 +0000)]
UserGuide.lyx: fix some issues and typos spotted by Ignacio

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

13 years agorestore old hunspell library detection code as fallback when pkg-config is not availa...
Stephan Witt [Mon, 15 Aug 2011 05:09:32 +0000 (05:09 +0000)]
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

13 years agoBackport of r39362 and r39395:
Stephan Witt [Fri, 12 Aug 2011 07:19:03 +0000 (07:19 +0000)]
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

13 years agoUserGuide.lyx: new section about font and background color, revised text style dialog...
Uwe Stöhr [Fri, 12 Aug 2011 03:19:00 +0000 (03:19 +0000)]
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

13 years agoUserGuide.lyx: nomenclature again revised, revised section about notes and margin...
Uwe Stöhr [Thu, 11 Aug 2011 20:54:18 +0000 (20:54 +0000)]
UserGuide.lyx: nomenclature again revised, revised section about notes and margin notes

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

13 years agoBackport of r39360, r39361 and r39363:
Stephan Witt [Thu, 11 Aug 2011 11:25:01 +0000 (11:25 +0000)]
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

13 years ago- UserGuide.lyx: revise section about nomenclature; fix a broken link
Uwe Stöhr [Thu, 11 Aug 2011 03:16:13 +0000 (03:16 +0000)]
- UserGuide.lyx: revise section about nomenclature; fix a broken link
- English UserGuide.lyx: fix some typos

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

13 years ago- UserGuide.lyx: fine-grain description of BibTeX variants; correct description of...
Uwe Stöhr [Wed, 10 Aug 2011 15:17:37 +0000 (15:17 +0000)]
- UserGuide.lyx: fine-grain description of BibTeX variants; correct description of the language -package settings
- Additional.lyx: add infos about synctex

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

13 years agostatus.20x: fix a typo
Uwe Stöhr [Wed, 10 Aug 2011 03:06:51 +0000 (03:06 +0000)]
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

13 years agoGuiPrefs.cpp, InsetExternal.cpp: revert unintended changes from r39461 (sorry)
Uwe Stöhr [Wed, 10 Aug 2011 02:56:56 +0000 (02:56 +0000)]
GuiPrefs.cpp, InsetExternal.cpp: revert unintended changes from r39461 (sorry)

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

13 years agoalso for branch: new export flavor "DVILUATEX", fixes bug #7713, patch from Jürgen
Uwe Stöhr [Wed, 10 Aug 2011 02:49:30 +0000 (02:49 +0000)]
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

13 years agoconfigure.py: only some whitespace (backported from trunk)
Uwe Stöhr [Wed, 10 Aug 2011 02:44:06 +0000 (02:44 +0000)]
configure.py: only some whitespace (backported from trunk)

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

13 years agostatus.20x: update for the documentation
Uwe Stöhr [Wed, 10 Aug 2011 02:30:36 +0000 (02:30 +0000)]
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

13 years agoUserGuide.lyx:
Uwe Stöhr [Wed, 10 Aug 2011 02:06:07 +0000 (02:06 +0000)]
UserGuide.lyx:
- describe BibTeX variants
- updated XHTML description
- add a warning for DVI (LuaTeX) format

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

13 years ago- lilypond.lyx: adjust some formatting
Uwe Stöhr [Tue, 9 Aug 2011 14:54:25 +0000 (14:54 +0000)]
- lilypond.lyx: adjust some formatting

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

13 years agostdmenus.inc: sort manual entries
Uwe Stöhr [Tue, 9 Aug 2011 14:45:33 +0000 (14:45 +0000)]
stdmenus.inc: sort manual entries

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

13 years agoUserGuide.lyx: revision of appendix B and some new descriptions of export file formats
Uwe Stöhr [Tue, 9 Aug 2011 03:19:05 +0000 (03:19 +0000)]
UserGuide.lyx: revision of appendix B and some new descriptions of export file formats

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

13 years agoApparently, we are not supposed to be using QComboBox::textChanged
Richard Heck [Mon, 8 Aug 2011 18:30:43 +0000 (18:30 +0000)]
Apparently, we are not supposed to be using QComboBox::textChanged
anymore, but instead QComboBox::editTextChanged.

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

13 years ago- UserGuide.lyx: revise file export section
Uwe Stöhr [Mon, 8 Aug 2011 15:06:05 +0000 (15:06 +0000)]
- UserGuide.lyx: revise file export section
- Additional.lyx: fix some typos

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

13 years agoStatus for previous commit.
Richard Heck [Mon, 8 Aug 2011 14:22:10 +0000 (14:22 +0000)]
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

13 years agoFix bug #7714 by sorting the formats.
Richard Heck [Mon, 8 Aug 2011 14:21:13 +0000 (14:21 +0000)]
Fix bug #7714 by sorting the formats.

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

13 years agoUserGuide.lyx: fix a typo
Uwe Stöhr [Mon, 8 Aug 2011 03:15:17 +0000 (03:15 +0000)]
UserGuide.lyx: fix a typo

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

13 years ago- UserGuide.lyx: revise Appendix A, ass some info about cross-referencing
Uwe Stöhr [Mon, 8 Aug 2011 03:04:38 +0000 (03:04 +0000)]
- UserGuide.lyx: revise Appendix A, ass some info about cross-referencing

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

13 years ago- EmbeddedObjects.lyx: fix broken link and remove unreferenced and unnecessary biblio...
Uwe Stöhr [Mon, 8 Aug 2011 03:02:17 +0000 (03:02 +0000)]
- EmbeddedObjects.lyx: fix broken link and remove unreferenced and unnecessary bibliography entry
- UserGuide.lyx: revise Appendix A, ass some info about cross-referencing

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

13 years ago- UserGuide.lyx: some refactoring, fixed typos and 2 fixed hyperlinks
Uwe Stöhr [Sun, 7 Aug 2011 19:58:58 +0000 (19:58 +0000)]
- UserGuide.lyx: some refactoring, fixed typos and 2 fixed hyperlinks
- German EmbeddedObjects.lyx: a clarification

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

13 years ago- UserGuide.lyx: many updates and fixed typos
Uwe Stöhr [Sun, 7 Aug 2011 03:49:54 +0000 (03:49 +0000)]
- UserGuide.lyx: many updates and fixed typos
- German UserGuide.lyx: more refactoring and translation

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

13 years agoFix bug #253 (Incorrect protection of closing quotation marks)
Enrico Forestieri [Fri, 5 Aug 2011 21:33:09 +0000 (21:33 +0000)]
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

13 years agoStatus for previous commit.
Richard Heck [Fri, 5 Aug 2011 18:07:11 +0000 (18:07 +0000)]
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

13 years agoGerman UserGuide.lyx: lot of translation and refactoring
Uwe Stöhr [Fri, 5 Aug 2011 17:40:14 +0000 (17:40 +0000)]
German UserGuide.lyx: lot of translation and refactoring

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

13 years agoUserGuide.lyx:
Uwe Stöhr [Fri, 5 Aug 2011 17:39:05 +0000 (17:39 +0000)]
UserGuide.lyx:
- use the new super/subscript inset
- correct single ans simple quote
- add info how to change line properties
- list menu entry for phantom space

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

13 years agoFix bug #7535 by adding a bounds check. There is still a problem here,
Richard Heck [Fri, 5 Aug 2011 16:10:46 +0000 (16:10 +0000)]
Fix bug #7535 by adding a bounds check. There is still a problem here,
though, which will surface somewhere. See the bug.

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

13 years ago- German UserGuide.lyx: lot of refactoring and some translations
Uwe Stöhr [Fri, 5 Aug 2011 03:53:31 +0000 (03:53 +0000)]
- German UserGuide.lyx: lot of refactoring and some translations
- UserGuide.lyx: fix a typo

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

13 years agothesis template files: set master document
Uwe Stöhr [Fri, 5 Aug 2011 03:52:32 +0000 (03:52 +0000)]
thesis template files: set master document

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

13 years ago- UserGuide.lyx: correct broken links in the bibliography
Uwe Stöhr [Thu, 4 Aug 2011 16:01:41 +0000 (16:01 +0000)]
- 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

13 years agoWhen previewing a format, change to the directory of the previewed file
Enrico Forestieri [Tue, 2 Aug 2011 21:50:00 +0000 (21:50 +0000)]
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

13 years agothesis template: fix the problem correctly - for all document parts
Uwe Stöhr [Mon, 1 Aug 2011 17:18:44 +0000 (17:18 +0000)]
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

13 years agoAdditional.lyx: fix reported typo
Pavel Sanda [Mon, 1 Aug 2011 16:47:14 +0000 (16:47 +0000)]
Additional.lyx: fix reported typo

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

13 years agoWith LyX-2.0.1svn, if I open the context menu on a phantom (e.g.),
Kornel Benko [Mon, 1 Aug 2011 15:13:59 +0000 (15:13 +0000)]
With LyX-2.0.1svn, if I open the context menu on a phantom (e.g.),
the  Dissolve Inset item appears twice. This triggers a shortcut
conflict..., reported by Jean-Pierre Chrétien

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

13 years agoAdd optional argument to right footer in order to eliminate the Double page numbers...
Kornel Benko [Mon, 1 Aug 2011 14:58:20 +0000 (14:58 +0000)]
Add optional argument to right footer in order to eliminate the Double page numbers on two-sided thesis document

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

13 years agoSize tab now enables and disables correctly depending on the capabilities configured...
Tommaso Cucinotta [Sun, 31 Jul 2011 18:43:12 +0000 (18:43 +0000)]
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

13 years agoEmbeddedObjects.lyx: fix bug #7328
Uwe Stöhr [Sun, 31 Jul 2011 16:35:36 +0000 (16:35 +0000)]
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

13 years agoEmbeddedObjects.lyx: update a dialog description
Uwe Stöhr [Sun, 31 Jul 2011 02:55:37 +0000 (02:55 +0000)]
EmbeddedObjects.lyx: update a dialog description

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

13 years agolyx2lyx/lyx_2_0.py: backport r39383 to branch
Uwe Stöhr [Sun, 31 Jul 2011 02:07:16 +0000 (02:07 +0000)]
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

13 years agoEmbeddedObjects.lyx: describe a limitation of multirows
Uwe Stöhr [Sun, 31 Jul 2011 01:58:06 +0000 (01:58 +0000)]
EmbeddedObjects.lyx: describe a limitation of multirows

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

13 years agoFrench Additional.lyx: updates from Jean-Pierre
Uwe Stöhr [Sun, 31 Jul 2011 00:35:11 +0000 (00:35 +0000)]
French Additional.lyx: updates from Jean-Pierre

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

13 years agofr.po: updates from Jean-Pierre
Uwe Stöhr [Sun, 31 Jul 2011 00:25:17 +0000 (00:25 +0000)]
fr.po: updates from Jean-Pierre

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

13 years agoShortcuts.lyx: forgot this in r39378
Uwe Stöhr [Wed, 27 Jul 2011 04:39:58 +0000 (04:39 +0000)]
Shortcuts.lyx: forgot this in r39378

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

13 years ago- UserGuide.lyx: add example how to use a LyX pipe
Uwe Stöhr [Wed, 27 Jul 2011 04:30:25 +0000 (04:30 +0000)]
- UserGuide.lyx: add example how to use a LyX pipe
- German UserGuide.lyx: lot of refactoring

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

13 years agoShortcuts.lyx: update the file and format it so that it fits on an A4 page
Uwe Stöhr [Wed, 27 Jul 2011 04:29:38 +0000 (04:29 +0000)]
Shortcuts.lyx: update the file and format it so that it fits on an A4 page

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

13 years agoAcknowledgments.lyx: fix a typo
Uwe Stöhr [Tue, 26 Jul 2011 23:29:01 +0000 (23:29 +0000)]
Acknowledgments.lyx: fix a typo

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

13 years agoHebrew docs: hyperref doesn't work for Hebrew (I accidentally used it for the files...
Uwe Stöhr [Mon, 25 Jul 2011 02:20:13 +0000 (02:20 +0000)]
Hebrew docs: hyperref doesn't work for Hebrew (I accidentally used it for the files since last week)

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

13 years agoPut back correct part of the sentence
Pavel Sanda [Sat, 23 Jul 2011 18:40:34 +0000 (18:40 +0000)]
Put back correct part of the sentence

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

13 years agoBig translation update for nb.po from Helge
Pavel Sanda [Sat, 23 Jul 2011 18:10:31 +0000 (18:10 +0000)]
Big translation update for nb.po from Helge

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

13 years ago- Tutorial.lyx: remove the info that a DVi previewer is required since this is alread...
Uwe Stöhr [Sat, 23 Jul 2011 04:29:05 +0000 (04:29 +0000)]
- Tutorial.lyx: remove the info that a DVi previewer is required since this is already included in every LaTeX distribution nowadays
- Galician Tutorial.lyx: use formatting of the English version
- some other formatting things

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

13 years agoUserGuide.lyx: describe how to compare LyX files
Uwe Stöhr [Wed, 20 Jul 2011 02:50:45 +0000 (02:50 +0000)]
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

13 years agoPolish Additional.lyx: set correct sec and toc depth
Uwe Stöhr [Wed, 20 Jul 2011 01:49:31 +0000 (01:49 +0000)]
Polish Additional.lyx: set correct sec and toc depth

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

13 years ago- Polish and Basque Additional.lyx: remove obsolete sections
Uwe Stöhr [Wed, 20 Jul 2011 01:29:54 +0000 (01:29 +0000)]
- Polish and Basque Additional.lyx: remove obsolete sections
- EmbeddedObjects.lyx: fix a typo

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