]> git.lyx.org Git - lyx.git/log
lyx.git
14 years agoFix bug #6756: import problem with \ (no space following)
Enrico Forestieri [Wed, 9 Jun 2010 20:13:11 +0000 (20:13 +0000)]
Fix bug #6756: import problem with \ (no space following)

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

14 years agoFix bug #6759. Thanks to Vincent.
Richard Heck [Wed, 9 Jun 2010 17:02:55 +0000 (17:02 +0000)]
Fix bug #6759. Thanks to Vincent.

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

14 years agoMinor code cleanup.
Richard Heck [Wed, 9 Jun 2010 15:14:22 +0000 (15:14 +0000)]
Minor code cleanup.

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

14 years agoFix bug #6762. Silly mistake.
Richard Heck [Wed, 9 Jun 2010 15:08:04 +0000 (15:08 +0000)]
Fix bug #6762. Silly mistake.

Also, disable corresponding code for required arguments. tex2lyx does
not produce a high enough file format yet for this to make sense, I
don't think.

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

14 years agocorrect in LFUN_MATH_NUMBER_TOGGLE the conversion of display state to enabled state
Stephan Witt [Wed, 9 Jun 2010 12:04:25 +0000 (12:04 +0000)]
correct in LFUN_MATH_NUMBER_TOGGLE the conversion of display state to enabled state

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

14 years agofix warnings
Jean-Marc Lasgouttes [Tue, 8 Jun 2010 13:38:12 +0000 (13:38 +0000)]
fix warnings

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

14 years agoBasque docs: major updates by Iñaki Larrañaga Murgoitio
Uwe Stöhr [Tue, 8 Jun 2010 02:49:49 +0000 (02:49 +0000)]
Basque docs: major updates by Iñaki Larrañaga Murgoitio

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

14 years agoscons_manifest.py: fix SCons after Edwin's new files
Uwe Stöhr [Tue, 8 Jun 2010 01:37:28 +0000 (01:37 +0000)]
scons_manifest.py: fix SCons after Edwin's new files

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

14 years agoFix bug #6685: Assertion when quitting LyX with a Reference List in the Advanced...
Vincent van Ravesteijn [Mon, 7 Jun 2010 22:12:22 +0000 (22:12 +0000)]
Fix bug #6685: Assertion when quitting LyX with a Reference List in the Advanced Find Dialog

During the deletion of pimpl_, one don't want the assert LASSERT(singleton_) to fire in one of the the***() functions. In this case it is theBufferList(), which is needed by the dtor of BibItem?.

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

14 years agoConstify GuiView::busy().
Vincent van Ravesteijn [Mon, 7 Jun 2010 22:09:59 +0000 (22:09 +0000)]
Constify GuiView::busy().

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

14 years agoFix the storage of the last opened files list when having multiple windows. We need...
Vincent van Ravesteijn [Mon, 7 Jun 2010 22:07:38 +0000 (22:07 +0000)]
Fix the storage of the last opened files list when having multiple windows. We need to know whether a view is closed by the user pressing the x (clearing the last-opened list of previous closed windows), or whether the view is closed in a cascade of all views (no clearing of the last-opened list).

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

14 years agoFORMAT for previous commit.
Richard Heck [Mon, 7 Jun 2010 21:59:54 +0000 (21:59 +0000)]
FORMAT for previous commit.

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

14 years agoRenaming: \\begin_inset OptArg to \\begin_inset Argument.
Richard Heck [Mon, 7 Jun 2010 21:58:27 +0000 (21:58 +0000)]
Renaming: \\begin_inset OptArg to \\begin_inset Argument.

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

14 years agoFix part of bug #5942:
Vincent van Ravesteijn [Mon, 7 Jun 2010 21:57:37 +0000 (21:57 +0000)]
Fix part of bug #5942:
- buffer-switch does open tabs even when open in tabs is disabled;
- buffer-switch open the document in a new tab even if it is already opened in another view.

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

14 years agoThis was missing from a previous commit: Didn't go because I'd forgotten
Richard Heck [Mon, 7 Jun 2010 21:29:31 +0000 (21:29 +0000)]
This was missing from a previous commit: Didn't go because I'd forgotten
to `svn resolve' it.

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

14 years agoFORMAT for last commit.
Richard Heck [Mon, 7 Jun 2010 21:27:38 +0000 (21:27 +0000)]
FORMAT for last commit.

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

14 years agoUse new RequiredArgs tag to improve Beamer UI. Also includes a dummy
Richard Heck [Mon, 7 Jun 2010 21:26:56 +0000 (21:26 +0000)]
Use new RequiredArgs tag to improve Beamer UI. Also includes a dummy
format bump so we can convert old Beamer files, which are otherwise
broken by the new layout.

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

14 years agoFORMAT for Edwin's format change.
Richard Heck [Mon, 7 Jun 2010 21:23:54 +0000 (21:23 +0000)]
FORMAT for Edwin's format change.

Note that I suggest we henceforth include the revision, as here, as one
sometimes wants to see precisely what was done.

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

14 years agoFix bug #6751: Assert when changing number of columns in 'simple' math-inset.
Vincent van Ravesteijn [Mon, 7 Jun 2010 20:54:10 +0000 (20:54 +0000)]
Fix bug #6751: Assert when changing number of columns in 'simple' math-inset.

In r33495, "LFUN_TABULAR_FEATURE" was replaced by "LFUN_INSET_MODIFY tabular". However, the status of LFUN_INSET_MODIFY is always enabled while a lot of insets are not allowed to change the number of columns etc.

There we need to disable the "LFUN_INSET_MODIFY tabular" status.

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

14 years agodon't block GUI when showing all debug messages
Peter Kümmel [Mon, 7 Jun 2010 20:25:41 +0000 (20:25 +0000)]
don't block GUI when showing all debug messages

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

14 years agosimplify some conditions
Edwin Leuven [Mon, 7 Jun 2010 09:39:04 +0000 (09:39 +0000)]
simplify some conditions

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

14 years agoavoid preprocessor macros for path constants
Stephan Witt [Sun, 6 Jun 2010 19:10:10 +0000 (19:10 +0000)]
avoid preprocessor macros for path constants

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

14 years agobuild aspell with debug enabled, care for Qt 4.7
Stephan Witt [Sun, 6 Jun 2010 19:09:22 +0000 (19:09 +0000)]
build aspell with debug enabled, care for Qt 4.7

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

14 years agoThe delimiters '<' and '>' can also be used as big delimiters. They are
Enrico Forestieri [Sun, 6 Jun 2010 18:11:15 +0000 (18:11 +0000)]
The delimiters '<' and '>' can also be used as big delimiters. They are
equivalent to \langle and \rangle, which were already taken into account.

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

14 years agocmake: build debugging symbols for debug builds
Peter Kümmel [Sun, 6 Jun 2010 10:31:46 +0000 (10:31 +0000)]
cmake: build debugging symbols for debug builds

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

14 years agocompile with GCC 4.4.3
Peter Kümmel [Sun, 6 Jun 2010 10:07:49 +0000 (10:07 +0000)]
compile with GCC 4.4.3

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

14 years agoAdd GUI support for big delimiters variants without 'l', 'm' or 'r' endings.
Enrico Forestieri [Sun, 6 Jun 2010 00:42:33 +0000 (00:42 +0000)]
Add GUI support for big delimiters variants without 'l', 'm' or 'r' endings.
They differ from their cousins only for the space left around them.

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

14 years agocmake: update package list
Peter Kümmel [Sat, 5 Jun 2010 11:44:05 +0000 (11:44 +0000)]
cmake: update package list

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

14 years agoalso use TR1 code for bind and shared_ptr when compiling with GCC >= 4.4
Peter Kümmel [Sat, 5 Jun 2010 11:06:13 +0000 (11:06 +0000)]
also use TR1 code for bind and shared_ptr when compiling with GCC >= 4.4

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

14 years agoget rid of some missing enum warnings after r34598
Edwin Leuven [Sat, 5 Jun 2010 08:26:00 +0000 (08:26 +0000)]
get rid of some missing enum warnings after r34598

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

14 years agoadd support for decimal alignment in tables
Edwin Leuven [Sat, 5 Jun 2010 07:44:44 +0000 (07:44 +0000)]
add support for decimal alignment in tables

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

14 years agoRename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
Richard Heck [Fri, 4 Jun 2010 22:53:44 +0000 (22:53 +0000)]
Rename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.

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

14 years agoRename InsetOptArg as InsetArgument.
Richard Heck [Fri, 4 Jun 2010 22:44:58 +0000 (22:44 +0000)]
Rename InsetOptArg as InsetArgument.

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

14 years agoUpdate layout format.
Richard Heck [Fri, 4 Jun 2010 22:28:21 +0000 (22:28 +0000)]
Update layout format.

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

14 years agoFix silly initialization bug.
Richard Heck [Fri, 4 Jun 2010 22:17:28 +0000 (22:17 +0000)]
Fix silly initialization bug.

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

14 years agoDocumentation for RequiredArgs tag.
Richard Heck [Fri, 4 Jun 2010 22:00:50 +0000 (22:00 +0000)]
Documentation for RequiredArgs tag.

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

14 years agoIntroduce a new "RequiredArgs" tag for layouts. This functions much as
Richard Heck [Fri, 4 Jun 2010 21:50:08 +0000 (21:50 +0000)]
Introduce a new "RequiredArgs" tag for layouts. This functions much as
the OptionalArgs tag does and is implemented by the now misnamed
InsetOptArgs, except that its content gets wrapped in "{}" rather than
"[]". Required arguments do not actually have to be provided, but they
are always output.

This will allow e.g. beamer's Block environment to be implemented
without ERT.

Documentation to follow.

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

14 years agoFix bug #6606: Crash when reverting a document with a not available document class.
Vincent van Ravesteijn [Fri, 4 Jun 2010 13:24:03 +0000 (13:24 +0000)]
Fix bug #6606: Crash when reverting a document with a not available document class.

If the document class is not available, we now issue a warning for the user. This triggers a focusInEvent of the WorkArea and the cursor is issued to start blinking. However, when reverting a document the cursor is probably invalid and there has been no chance yet to fix it as we are still reading the file.

The solution is to not show the cursor when the view is still busy.

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

14 years agofix bug #6748: queue LyXErrMessages so any other stuff is done
Peter Kümmel [Thu, 3 Jun 2010 21:24:20 +0000 (21:24 +0000)]
fix bug #6748: queue LyXErrMessages so any other stuff is done

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

14 years agofix compilation on F13 and binutils/gold by rewriting specialized X11 code
Jean-Marc Lasgouttes [Thu, 3 Jun 2010 07:26:19 +0000 (07:26 +0000)]
fix compilation on F13 and binutils/gold by rewriting specialized X11 code

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

14 years agoFix bug #6744: Crash when copying an inset from a deleted section.
Vincent van Ravesteijn [Tue, 1 Jun 2010 16:13:54 +0000 (16:13 +0000)]
Fix bug #6744: Crash when copying an inset from a deleted section.

We need to reject the changes in when copying from a fully deleted section.

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

14 years agocmake: also install locale into the resource dir on windows
Peter Kümmel [Tue, 1 Jun 2010 13:32:10 +0000 (13:32 +0000)]
cmake: also install locale into the resource dir on windows

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

14 years agocmake: also install locale into the resource dir on windows
Peter Kümmel [Tue, 1 Jun 2010 13:11:03 +0000 (13:11 +0000)]
cmake: also install locale into the resource dir on windows

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

14 years agoFix the warning message "TocModel.cpp: type not found" when (re-)loading a file.
Vincent van Ravesteijn [Tue, 1 Jun 2010 09:56:07 +0000 (09:56 +0000)]
Fix the warning message "TocModel.cpp: type not found" when (re-)loading a file.

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

14 years agoFix bug #6739: Loading in a 1.6.5 file causes 1.6.6-1 to crash
Enrico Forestieri [Mon, 31 May 2010 23:20:30 +0000 (23:20 +0000)]
Fix bug #6739: Loading in a 1.6.5 file causes 1.6.6-1 to crash

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

14 years agoStill white space.
Enrico Forestieri [Mon, 31 May 2010 23:12:07 +0000 (23:12 +0000)]
Still white space.

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

14 years agoOnly white space.
Enrico Forestieri [Mon, 31 May 2010 23:02:04 +0000 (23:02 +0000)]
Only white space.

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

14 years agoSimplify the graph code a bit. This also will allow us easily to find
Richard Heck [Mon, 31 May 2010 21:27:17 +0000 (21:27 +0000)]
Simplify the graph code a bit. This also will allow us easily to find
all paths from point A to point B, which we'll want to do later.

This should also get rid of an annoying bug that I couldn't figure out.

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

14 years agoMinor change to unfortunate codepath.
Richard Heck [Mon, 31 May 2010 20:20:57 +0000 (20:20 +0000)]
Minor change to unfortunate codepath.

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

14 years agoServer.cpp needs moc on WIN32 only
Stephan Witt [Mon, 31 May 2010 09:50:24 +0000 (09:50 +0000)]
Server.cpp needs moc on WIN32 only

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

14 years agoFinish the leftover spotted by Uwe
Pavel Sanda [Mon, 31 May 2010 09:07:03 +0000 (09:07 +0000)]
Finish the leftover spotted by Uwe

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

14 years agolyx_2_0.py: add missing lxy2lyx routine after r34498
Uwe Stöhr [Mon, 31 May 2010 00:50:43 +0000 (00:50 +0000)]
lyx_2_0.py: add missing lxy2lyx routine after r34498

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

14 years agoconsolidate dictionary lookup of spellchecker and thesaurus, prepare builtin distribu...
Stephan Witt [Sat, 29 May 2010 14:36:51 +0000 (14:36 +0000)]
consolidate dictionary lookup of spellchecker and thesaurus, prepare builtin distribution of dictionaries

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

14 years agoGuiBox.cpp:
Uwe Stöhr [Fri, 28 May 2010 03:01:18 +0000 (03:01 +0000)]
GuiBox.cpp:
- fix another bug: shaded boxes can have a specified width when there is an inner box
- code optimizations according to http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg160048.html

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

14 years agoIEEEtran.lyx: update file according to latest layout and remove doubled \emph
Uwe Stöhr [Fri, 28 May 2010 01:53:19 +0000 (01:53 +0000)]
IEEEtran.lyx: update file according to latest layout and remove doubled \emph

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

14 years agoEscape quotes in module descriptions. Amazingly,
Richard Heck [Thu, 27 May 2010 15:23:25 +0000 (15:23 +0000)]
Escape quotes in module descriptions. Amazingly,
this actually seems to work with no changes in the
C++ code.

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

14 years agoClarify code a bit.
Richard Heck [Thu, 27 May 2010 15:20:21 +0000 (15:20 +0000)]
Clarify code a bit.

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

14 years agoMinor code reorganization.
Richard Heck [Thu, 27 May 2010 15:16:23 +0000 (15:16 +0000)]
Minor code reorganization.

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

14 years agoThought I'd committed this. Anyway, missing from earlier commit.
Richard Heck [Thu, 27 May 2010 15:00:33 +0000 (15:00 +0000)]
Thought I'd committed this. Anyway, missing from earlier commit.

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

14 years agoWe have the magic keyword ObsoletedBy which allows renaming styles
Enrico Forestieri [Wed, 26 May 2010 13:17:36 +0000 (13:17 +0000)]
We have the magic keyword ObsoletedBy which allows renaming styles
(thanks JMarc for pointing out it)

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

14 years agoWhen Publisher was changed to Publication, the template was not updated.
Enrico Forestieri [Wed, 26 May 2010 13:01:15 +0000 (13:01 +0000)]
When Publisher was changed to Publication, the template was not updated.

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

14 years agoThis should have gone in r34508
Enrico Forestieri [Wed, 26 May 2010 12:17:00 +0000 (12:17 +0000)]
This should have gone in r34508

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

14 years agocmake: Install under Windows into folder 'Resources'
Peter Kümmel [Wed, 26 May 2010 09:49:06 +0000 (09:49 +0000)]
cmake: Install under Windows into folder 'Resources'

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

14 years agoPreserve compatibility with old documents.
Enrico Forestieri [Wed, 26 May 2010 09:27:23 +0000 (09:27 +0000)]
Preserve compatibility with old documents.

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

14 years agoIEEEtran.layout: re-add lyxmacros.inc
Uwe Stöhr [Tue, 25 May 2010 23:57:25 +0000 (23:57 +0000)]
IEEEtran.layout: re-add lyxmacros.inc

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

14 years agoMaybe this is more meaningful.
Enrico Forestieri [Tue, 25 May 2010 21:09:52 +0000 (21:09 +0000)]
Maybe this is more meaningful.

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

14 years agoChange toolbar tooltip
Pavel Sanda [Tue, 25 May 2010 15:14:47 +0000 (15:14 +0000)]
Change toolbar tooltip

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

14 years agoAdd some info to manual
Pavel Sanda [Tue, 25 May 2010 12:22:02 +0000 (12:22 +0000)]
Add some info to manual

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

14 years agoMove hints from designer to code
Pavel Sanda [Tue, 25 May 2010 11:53:58 +0000 (11:53 +0000)]
Move hints from designer to code

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

14 years agoForgot on makefiles
Pavel Sanda [Tue, 25 May 2010 11:38:40 +0000 (11:38 +0000)]
Forgot on makefiles

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

14 years agoAdd output_sync icon to view/update toolbar
Pavel Sanda [Tue, 25 May 2010 11:36:02 +0000 (11:36 +0000)]
Add output_sync icon to view/update toolbar

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

14 years agoIntroduce output_sync ui for forward/reverse search
Pavel Sanda [Tue, 25 May 2010 11:36:00 +0000 (11:36 +0000)]
Introduce output_sync ui for forward/reverse search

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

14 years agoComment also to the trunk
Pavel Sanda [Mon, 24 May 2010 22:07:30 +0000 (22:07 +0000)]
Comment also to the trunk

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

14 years agoUpdate the format of some manuals.
Richard Heck [Mon, 24 May 2010 19:42:47 +0000 (19:42 +0000)]
Update the format of some manuals.

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

14 years agoOutput these params only when they are not default. (In the case of
Richard Heck [Mon, 24 May 2010 19:38:14 +0000 (19:38 +0000)]
Output these params only when they are not default. (In the case of
html_latex_*, we'll put the default elsewhere.)

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

14 years agoSimplify storage of html_latex_* info.
Richard Heck [Mon, 24 May 2010 19:34:43 +0000 (19:34 +0000)]
Simplify storage of html_latex_* info.

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

14 years agoremove explicit boost::ref call
Peter Kümmel [Mon, 24 May 2010 15:21:17 +0000 (15:21 +0000)]
remove explicit boost::ref call

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

14 years agomsvc10 work around: use complete std:numpunct<char> implementation otherwise it crashes
Peter Kümmel [Mon, 24 May 2010 15:17:08 +0000 (15:17 +0000)]
msvc10 work around: use complete std:numpunct<char> implementation otherwise it crashes

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

14 years ago*doxy
Pavel Sanda [Mon, 24 May 2010 13:38:15 +0000 (13:38 +0000)]
*doxy

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

14 years agoIEEEtran.layout: fix typo (the IEEEtran documentation was misleading)
Uwe Stöhr [Mon, 24 May 2010 11:43:30 +0000 (11:43 +0000)]
IEEEtran.layout: fix typo (the IEEEtran documentation was misleading)

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

14 years ago* de.po: some spelling fixes.
Jürgen Spitzmüller [Mon, 24 May 2010 09:20:35 +0000 (09:20 +0000)]
* de.po: some spelling fixes.

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

14 years agoInsetBox.cpp: fix #4776; the additional \makebox is superfluous because \makebox...
Uwe Stöhr [Sun, 23 May 2010 18:13:23 +0000 (18:13 +0000)]
InsetBox.cpp: fix #4776; the additional \makebox is superfluous because \makebox and \framebox are equivalent, except that the latter draws a frame

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

14 years agoGuiBox.cpp: fix #6721
Uwe Stöhr [Sun, 23 May 2010 16:36:06 +0000 (16:36 +0000)]
GuiBox.cpp: fix #6721

Also for branch?

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

14 years agoIEEEtran.layout: fix typo in comment
Uwe Stöhr [Sun, 23 May 2010 12:31:33 +0000 (12:31 +0000)]
IEEEtran.layout: fix typo in comment

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

14 years agoFix doxy generation
Pavel Sanda [Sun, 23 May 2010 11:25:18 +0000 (11:25 +0000)]
Fix doxy generation

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

14 years ago* restore correct indendation.
Jürgen Spitzmüller [Sun, 23 May 2010 09:37:51 +0000 (09:37 +0000)]
* restore correct indendation.

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

14 years agoFix shortcut clash in it.po
Enrico Forestieri [Sat, 22 May 2010 23:20:40 +0000 (23:20 +0000)]
Fix shortcut clash in it.po

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

14 years agoFix bug #6712: LyX 2 does not restore encoding after a text inset
Enrico Forestieri [Sat, 22 May 2010 22:42:32 +0000 (22:42 +0000)]
Fix bug #6712: LyX 2 does not restore encoding after a text inset

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

14 years agoBufferParams.cpp: fix #6714
Uwe Stöhr [Sat, 22 May 2010 13:05:07 +0000 (13:05 +0000)]
BufferParams.cpp: fix #6714

OK also for branch?

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

14 years agoInsetRef.h: fix #6711
Uwe Stöhr [Sat, 22 May 2010 02:01:47 +0000 (02:01 +0000)]
InsetRef.h: fix #6711

Also OK for branch?

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

14 years agoInset***.h: fix typo in comment
Uwe Stöhr [Sat, 22 May 2010 02:00:41 +0000 (02:00 +0000)]
Inset***.h: fix typo in comment

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

14 years agolyx_2_0.py: fix paper size conversion routine
Uwe Stöhr [Sat, 22 May 2010 01:42:14 +0000 (01:42 +0000)]
lyx_2_0.py: fix paper size conversion routine

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

14 years agolyx_2_0.py: fix Python error due to uninitialized variable
Uwe Stöhr [Sat, 22 May 2010 01:15:50 +0000 (01:15 +0000)]
lyx_2_0.py: fix Python error due to uninitialized variable

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

14 years agoInsetMathHull.h: fix typo in comment
Uwe Stöhr [Sat, 22 May 2010 00:46:57 +0000 (00:46 +0000)]
InsetMathHull.h: fix typo in comment

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

14 years agoLyXRC.cpp: add new page sizes to known sizes, thanks JMarc
Uwe Stöhr [Fri, 21 May 2010 22:10:57 +0000 (22:10 +0000)]
LyXRC.cpp: add new page sizes to known sizes, thanks JMarc

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

14 years agoBufferParams.cpp: the default paper format of course don't require the geometry packa...
Uwe Stöhr [Fri, 21 May 2010 01:33:50 +0000 (01:33 +0000)]
BufferParams.cpp: the default paper format of course don't require the geometry package; patch by Rob Oakes

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

14 years ago* sk.po
Kornel Benko [Wed, 19 May 2010 10:38:19 +0000 (10:38 +0000)]
* sk.po

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

14 years agochkconfig.ltx: add check for the zhmetrics metrics package
Uwe Stöhr [Wed, 19 May 2010 02:32:27 +0000 (02:32 +0000)]
chkconfig.ltx: add check for the zhmetrics metrics package

This is necessary to get the correct size of images created by dvipng. The problem is that InstantPreview generates always A4 size images for every equation when using standard MiKTeX 2.8. This makes InstantPreview unusable because the LyX file becomes unreadable.

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

14 years agoGuiDocument.cpp: code simplifications; thanks Vincent
Uwe Stöhr [Tue, 18 May 2010 21:08:06 +0000 (21:08 +0000)]
GuiDocument.cpp: code simplifications; thanks Vincent

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

14 years agoFix bug #5247: physical paper size settings are not honoured by pdflatex export
Enrico Forestieri [Tue, 18 May 2010 18:10:54 +0000 (18:10 +0000)]
Fix bug #5247: physical paper size settings are not honoured by pdflatex export

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