]> git.lyx.org Git - lyx.git/log
lyx.git
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

14 years agofix bugs #6696 and #6697
Jean-Marc Lasgouttes [Tue, 18 May 2010 13:59:59 +0000 (13:59 +0000)]
fix bugs #6696 and #6697

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

14 years agoComment
Pavel Sanda [Tue, 18 May 2010 09:45:25 +0000 (09:45 +0000)]
Comment

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

14 years agoGuiDocument.cpp: remove superfluous comment
Uwe Stöhr [Tue, 18 May 2010 02:59:48 +0000 (02:59 +0000)]
GuiDocument.cpp: remove superfluous comment

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

14 years ago* GuiDocument:
Uwe Stöhr [Tue, 18 May 2010 02:56:36 +0000 (02:56 +0000)]
* GuiDocument:
- fix #6699; use_geometry now only means that the user don't want to have custom margins; that geometry also needs to be loaded for some paper formats is already done in BufferParams.cpp
- remove portraitChanged() because this was useless - A4 landscape is still A4 and still uses the default margins

* BufferParams.cpp: only output the margins if the option "Default margins" is not checked - this was a bug in the margins UI

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

14 years ago- paper.h: fix comment
Uwe Stöhr [Tue, 18 May 2010 01:34:07 +0000 (01:34 +0000)]
- paper.h: fix comment
- BufferParams.cpp: fix the default case

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

14 years agosupport for all page sizes that are supported by the geometry package; fileformat...
Uwe Stöhr [Tue, 18 May 2010 01:22:08 +0000 (01:22 +0000)]
support for all page sizes that are supported by the geometry package; fileformat change

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

14 years agofr.po: updates by Jean-Pierre
Uwe Stöhr [Mon, 17 May 2010 23:05:03 +0000 (23:05 +0000)]
fr.po: updates by Jean-Pierre

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

14 years agoTypo from Sven
Pavel Sanda [Mon, 17 May 2010 20:56:12 +0000 (20:56 +0000)]
Typo from Sven

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

14 years agoCoding style, thanks Abdel.
Pavel Sanda [Mon, 17 May 2010 08:15:04 +0000 (08:15 +0000)]
Coding style, thanks Abdel.

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

14 years agoNext attempt on correct newlines in Message pane
Pavel Sanda [Sun, 16 May 2010 22:02:15 +0000 (22:02 +0000)]
Next attempt on correct newlines in Message pane

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

14 years agoKeep the string in synchro with the code around
Pavel Sanda [Sun, 16 May 2010 22:02:13 +0000 (22:02 +0000)]
Keep the string in synchro with the code around

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

14 years ago* RELASE-NOTES
Pavel Sanda [Sun, 16 May 2010 22:02:10 +0000 (22:02 +0000)]
* RELASE-NOTES

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

14 years agode.po: resolve a shortcut conflict
Uwe Stöhr [Sun, 16 May 2010 03:21:53 +0000 (03:21 +0000)]
de.po: resolve a shortcut conflict

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

14 years agoTweak it.po
Enrico Forestieri [Sat, 15 May 2010 19:21:58 +0000 (19:21 +0000)]
Tweak it.po

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

14 years agoUpdate it.po
Enrico Forestieri [Sat, 15 May 2010 16:25:42 +0000 (16:25 +0000)]
Update it.po

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

14 years ago* sk.po
Kornel Benko [Sat, 15 May 2010 07:39:10 +0000 (07:39 +0000)]
* sk.po

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

14 years ago- remerge po-files
Uwe Stöhr [Sat, 15 May 2010 03:14:13 +0000 (03:14 +0000)]
- remerge po-files
- de.po: some translations by me

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

14 years agofr.po: translations by Jean-Pierre
Uwe Stöhr [Sat, 15 May 2010 03:01:30 +0000 (03:01 +0000)]
fr.po: translations by Jean-Pierre

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

14 years ago- BufferParams.cpp: change string to make it more clear (requested by Jean-Pierre)
Uwe Stöhr [Sat, 15 May 2010 02:58:23 +0000 (02:58 +0000)]
- BufferParams.cpp: change string to make it more clear (requested by Jean-Pierre)
- GuiView.cpp: fix grammar/logic

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