]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoPainter::wavyHorizontalLine(): new method for inline spellcheck purpose.
Abdelrazak Younes [Sat, 28 Mar 2009 16:37:28 +0000 (16:37 +0000)]
Painter::wavyHorizontalLine(): new method for inline spellcheck purpose.

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

15 years agoPreferences dialog fixes:
Vincent van Ravesteijn [Sat, 28 Mar 2009 13:13:13 +0000 (13:13 +0000)]
Preferences dialog fixes:

* accelerator clashes,
* missing accelerators, and
* strings (capitalization).

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

15 years agoFix bug 5863:
Jürgen Spitzmüller [Sat, 28 Mar 2009 10:48:16 +0000 (10:48 +0000)]
Fix bug 5863:

* beamer.layout:
* powerdot.layout:
- those provide geometry

* BufferParams.cpp:
* GuiDocument.cpp:
- implement provides("geometry")

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

15 years agowhitespace.
Jürgen Spitzmüller [Sat, 28 Mar 2009 10:45:24 +0000 (10:45 +0000)]
whitespace.

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

15 years ago* postats.py: remove extra blank line at the end of i18n.inc.
Jürgen Spitzmüller [Sat, 28 Mar 2009 10:03:28 +0000 (10:03 +0000)]
* postats.py: remove extra blank line at the end of i18n.inc.

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

15 years agoLyXAction.cpp: fix documentation bug: add-vline-left/right is not allowed for the...
Uwe Stöhr [Sat, 28 Mar 2009 01:36:26 +0000 (01:36 +0000)]
LyXAction.cpp: fix documentation bug: add-vline-left/right is not allowed for the cases environments and we already correctly check this

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

15 years agoWhitespace, formatting.
Richard Heck [Fri, 27 Mar 2009 17:57:42 +0000 (17:57 +0000)]
Whitespace, formatting.

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

15 years agoFix bug 4935: Scroll down below document
Vincent van Ravesteijn [Fri, 27 Mar 2009 17:41:58 +0000 (17:41 +0000)]
Fix bug 4935: Scroll down below document
http://bugzilla.lyx.org/show_bug.cgi?id=4935

* GuiPrefs: Add an option to the Editing dialog.

* BufferView: Scroll below document if the option is set.

* LyXRC: Write/read the option from preferences file.

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

15 years agoFix bug 4733: Auto popup of math toolbar hides the math editor
Vincent van Ravesteijn [Fri, 27 Mar 2009 17:27:38 +0000 (17:27 +0000)]
Fix bug 4733: Auto popup of math toolbar hides the math editor
http://bugzilla.lyx.org/show_bug.cgi?id=4733

* GuiWorkArea: This adds "buffer_view_->scrollToCursor();" to GuiWorkArea::resizeBufferView() to make sure that the cursor remains visible.

* BufferView: Make sure that we can call the scrollToCursor function without causing a new repaint.

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

15 years agoFix bug 4441. GuiRef: Ok button must be default.
Vincent van Ravesteijn [Fri, 27 Mar 2009 13:53:01 +0000 (13:53 +0000)]
Fix bug 4441. GuiRef: Ok button must be default.

See also:
http://www.lyx.org/trac/changeset/28784
http://www.lyx.org/trac/changeset/28726
http://bugzilla.lyx.org/show_bug.cgi?id=5695

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

15 years agoFix bug 5851: Branch definitions not shown in Insert>Branch menu if master is set.
Jürgen Spitzmüller [Fri, 27 Mar 2009 11:44:40 +0000 (11:44 +0000)]
Fix bug 5851: Branch definitions not shown in Insert>Branch menu if master is set.

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

15 years agoFix bug 5827 (validate date-insert argument):
Jürgen Spitzmüller [Fri, 27 Mar 2009 11:22:54 +0000 (11:22 +0000)]
Fix bug 5827 (validate date-insert argument):

* src/support/os*.{cpp,h}:
- new function is_valid_strftime that validates strftime arguments,
  OS dependant (win32 differs here)

* src/Text3.cpp:
- use is_valid_strftime in LFUN_DATE_INSERT status check.

* src/frontends/qt4/GuiPrefs.{cpp, h}:
- new GUI validator for strftime.

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

15 years ago* PrefPaths.ui:
Jürgen Spitzmüller [Fri, 27 Mar 2009 10:27:45 +0000 (10:27 +0000)]
* PrefPaths.ui:
- fix some "buddies" (accelerators).

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

15 years agoFix r28909: check for texted.
Vincent van Ravesteijn [Thu, 26 Mar 2009 23:08:47 +0000 (23:08 +0000)]
Fix r28909: check for texted.

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

15 years agoGerman Intro.lyx: remove reference to Perl
Uwe Stöhr [Thu, 26 Mar 2009 19:10:29 +0000 (19:10 +0000)]
German Intro.lyx: remove reference to Perl

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

15 years ago* doxy
Pavel Sanda [Thu, 26 Mar 2009 13:31:16 +0000 (13:31 +0000)]
* doxy

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

15 years agoEnhance LyX by fixing bug 5872.
Richard Heck [Thu, 26 Mar 2009 12:29:54 +0000 (12:29 +0000)]
Enhance LyX by fixing bug 5872.

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

15 years agoSome cleanup in InsetInclude:
Vincent van Ravesteijn [Thu, 26 Mar 2009 00:48:32 +0000 (00:48 +0000)]
Some cleanup in InsetInclude:
* use the UpdateScope, introduced recently, to prevent the 'strange' calls to setParent which also causes the update mechanism to run,
* remove the buffer parameter of loadIfNeeded and all function,
* remove doubled code from getChildBuffer.

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

15 years agoSpanish Intro.lyx, Shortcuts.lyx: updates from Ignacio
Uwe Stöhr [Thu, 26 Mar 2009 00:22:19 +0000 (00:22 +0000)]
Spanish Intro.lyx, Shortcuts.lyx: updates from Ignacio

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

15 years agoFix bug 5526: screen-recenter LFUN doesn't work
Vincent van Ravesteijn [Thu, 26 Mar 2009 00:09:16 +0000 (00:09 +0000)]
Fix bug 5526: screen-recenter LFUN doesn't work
http://bugzilla.lyx.org/show_bug.cgi?id=5526

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

15 years agoGerman Intro.lyx: fix a wrong email address
Uwe Stöhr [Wed, 25 Mar 2009 23:28:00 +0000 (23:28 +0000)]
German Intro.lyx: fix a wrong email address

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

15 years agoFrench Intro.lyx: updates from Siegfried
Uwe Stöhr [Wed, 25 Mar 2009 23:22:45 +0000 (23:22 +0000)]
French Intro.lyx: updates from Siegfried

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

15 years agoRevert cs 28908: wrong fix.
Vincent van Ravesteijn [Wed, 25 Mar 2009 22:40:04 +0000 (22:40 +0000)]
Revert cs 28908: wrong fix.

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

15 years agoFix bug 5435: DEPM doesn't function when leaving an inset
Vincent van Ravesteijn [Wed, 25 Mar 2009 21:21:00 +0000 (21:21 +0000)]
Fix bug 5435: DEPM doesn't function when leaving an inset
http://bugzilla.lyx.org/show_bug.cgi?id=5435

The code for this was already present, but was never reached.

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

15 years agoFix bug 5434: DEPM not executed for PgUp/PgDown
Vincent van Ravesteijn [Wed, 25 Mar 2009 21:00:34 +0000 (21:00 +0000)]
Fix bug 5434: DEPM not executed for PgUp/PgDown
http://bugzilla.lyx.org/show_bug.cgi?id=5434

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

15 years agoFill the paragraph metrics cache before checkInsetHit is called and asserts in getPit...
Vincent van Ravesteijn [Wed, 25 Mar 2009 20:40:43 +0000 (20:40 +0000)]
Fill the paragraph metrics cache before checkInsetHit is called and asserts in getPitNearY. LyX asserts when the mouse is over the buffer when it is created. Only trunk and qt4.5 (?)

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

15 years agoscons_manifest.py: update SCons according to the latest manfile changes
Uwe Stöhr [Wed, 25 Mar 2009 16:00:40 +0000 (16:00 +0000)]
scons_manifest.py: update SCons according to the latest manfile changes

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

15 years agoSpanish UserGuide.lyx: updates by Ignacio
Uwe Stöhr [Wed, 25 Mar 2009 15:47:05 +0000 (15:47 +0000)]
Spanish UserGuide.lyx: updates by Ignacio

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

15 years agoIntro.lyx: some general updates for LyX 1.6.x
Uwe Stöhr [Wed, 25 Mar 2009 15:46:15 +0000 (15:46 +0000)]
Intro.lyx: some general updates for LyX 1.6.x

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

15 years agoMake LFUN_BUFFER_NEXT and _PREVIOUS skip documents that are open
Richard Heck [Wed, 25 Mar 2009 14:34:42 +0000 (14:34 +0000)]
Make LFUN_BUFFER_NEXT and _PREVIOUS skip documents that are open
but not shown.

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

15 years agoCosmetics.
Vincent van Ravesteijn [Wed, 25 Mar 2009 12:49:52 +0000 (12:49 +0000)]
Cosmetics.

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

15 years agoTooltips for InsetCitation. Please check if this works with RTL.
Richard Heck [Wed, 25 Mar 2009 12:23:43 +0000 (12:23 +0000)]
Tooltips for InsetCitation. Please check if this works with RTL.
I think it should.

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

15 years agoCache the location of an InsetInclude's associated Buffer.
Richard Heck [Wed, 25 Mar 2009 12:23:07 +0000 (12:23 +0000)]
Cache the location of an InsetInclude's associated Buffer.
Abdel says this will be OK. ;-)

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

15 years agoWhitespace (and a commit check).
Richard Heck [Wed, 25 Mar 2009 12:14:24 +0000 (12:14 +0000)]
Whitespace (and a commit check).

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

15 years agoheader ordering.
Abdelrazak Younes [Wed, 25 Mar 2009 08:31:46 +0000 (08:31 +0000)]
header ordering.

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

15 years agoAdded unconsidered header files to the list.
Kornel Benko [Wed, 25 Mar 2009 07:02:19 +0000 (07:02 +0000)]
Added unconsidered header files to the list.
Globbed the tex2lyx directory to be more robust against changes.

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

15 years agoAvoid modification of po-files in source tree
Kornel Benko [Wed, 25 Mar 2009 06:49:49 +0000 (06:49 +0000)]
Avoid modification of po-files in source tree

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

15 years agoCapitalize first char in word.
Lars Gullik Bjønnes [Wed, 25 Mar 2009 02:50:42 +0000 (02:50 +0000)]
Capitalize first char in word.

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

15 years agoUpdate date
Lars Gullik Bjønnes [Wed, 25 Mar 2009 02:38:34 +0000 (02:38 +0000)]
Update date

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

15 years agoSConstruct: fix SCons
Uwe Stöhr [Fri, 20 Mar 2009 20:48:46 +0000 (20:48 +0000)]
SConstruct: fix SCons

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

15 years agoCosmetics.
Richard Heck [Fri, 20 Mar 2009 19:36:37 +0000 (19:36 +0000)]
Cosmetics.

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

15 years agoMore Ui tweaks for Qt 4.2.
Enrico Forestieri [Fri, 20 Mar 2009 15:14:13 +0000 (15:14 +0000)]
More Ui tweaks for Qt 4.2.

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

15 years agoFix reference dialog layout for Qt 4.2.
Enrico Forestieri [Fri, 20 Mar 2009 14:14:50 +0000 (14:14 +0000)]
Fix reference dialog layout for Qt 4.2.

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

15 years agoautogeneration of tex2lyx.1 now from tex2lyx.1in
Kornel Benko [Fri, 20 Mar 2009 11:39:38 +0000 (11:39 +0000)]
autogeneration of tex2lyx.1 now from tex2lyx.1in

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

15 years ago* GuiView.cpp (closeEvent):
Jürgen Spitzmüller [Fri, 20 Mar 2009 09:31:02 +0000 (09:31 +0000)]
* GuiView.cpp (closeEvent):
- store child documents in session.

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

15 years agoOverhaul of the tex2lyx manpage
Jean-Marc Lasgouttes [Thu, 19 Mar 2009 22:31:22 +0000 (22:31 +0000)]
Overhaul of the tex2lyx manpage
- make it autogenerated
- clean up the markup
- remove obsolete information
- try to update in general

Hopefully I did not break the markup...

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

15 years agouse $version_suffix instead of $program_suffix in man pages (the later can come up...
Jean-Marc Lasgouttes [Thu, 19 Mar 2009 22:29:40 +0000 (22:29 +0000)]
use $version_suffix instead of $program_suffix in man pages (the later can come up as NONE)

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

15 years agoscons_manifest.py: fix sorting
Uwe Stöhr [Thu, 19 Mar 2009 18:40:14 +0000 (18:40 +0000)]
scons_manifest.py: fix sorting

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

15 years agoRevert r28853
Pavel Sanda [Thu, 19 Mar 2009 15:57:12 +0000 (15:57 +0000)]
Revert r28853
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg148960.html

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

15 years agoFix display of release date with Qt 4.2.
Enrico Forestieri [Wed, 18 Mar 2009 23:17:33 +0000 (23:17 +0000)]
Fix display of release date with Qt 4.2.
In Qt 4.2, QLocale::toString(QDate, ...) returns an invalid but not empty date
when QDate is invalid. So, check whether QDate is valid before conversion.

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

15 years agofix "make check" with gcc 4.3
Jean-Marc Lasgouttes [Wed, 18 Mar 2009 22:49:51 +0000 (22:49 +0000)]
fix "make check" with gcc 4.3

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

15 years agoAdjust the comment about QFileInfo::operator==().
Vincent van Ravesteijn [Wed, 18 Mar 2009 22:49:11 +0000 (22:49 +0000)]
Adjust the comment about QFileInfo::operator==().

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

15 years agoFix bug 1492.
Richard Heck [Wed, 18 Mar 2009 18:47:42 +0000 (18:47 +0000)]
Fix bug 1492.

Please let me know if this doesn't work right with various langauges, makes things worse, or what have you. I posted a note to devel about this but didn't get any response, so I'm guessing it's OK. If not, we'll revert it.

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

15 years ago* doxy
Pavel Sanda [Wed, 18 Mar 2009 13:29:45 +0000 (13:29 +0000)]
* doxy

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

15 years agoContext-branch menu uselessly shows both open/close items.
Pavel Sanda [Wed, 18 Mar 2009 13:21:06 +0000 (13:21 +0000)]
Context-branch menu uselessly shows both open/close items.

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

15 years agoupdate JP Chretien's mail address
Jean-Marc Lasgouttes [Wed, 18 Mar 2009 11:23:59 +0000 (11:23 +0000)]
update JP Chretien's mail address

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

15 years agoupdate to french l10n by JP Chretien
Jean-Marc Lasgouttes [Wed, 18 Mar 2009 11:18:57 +0000 (11:18 +0000)]
update to french l10n by JP Chretien

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

15 years agoFixes for gcc4 on cygwin.
Enrico Forestieri [Tue, 17 Mar 2009 22:35:55 +0000 (22:35 +0000)]
Fixes for gcc4 on cygwin.

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

15 years ago* VCBackend.cpp:
Jürgen Spitzmüller [Tue, 17 Mar 2009 11:06:28 +0000 (11:06 +0000)]
* VCBackend.cpp:
- some spelling and grammar fixes (a native EN speaker will have to double-check).

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

15 years ago* InsetMathCases.cpp:
Jürgen Spitzmüller [Tue, 17 Mar 2009 10:47:55 +0000 (10:47 +0000)]
* InsetMathCases.cpp:
- fix string.

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

15 years ago* Fix encoding problem following a Listing (bug 5783).
Jürgen Spitzmüller [Tue, 17 Mar 2009 09:25:52 +0000 (09:25 +0000)]
* Fix encoding problem following a Listing (bug 5783).

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

15 years ago* LaTeX.cpp:
Jürgen Spitzmüller [Tue, 17 Mar 2009 05:09:18 +0000 (05:09 +0000)]
* LaTeX.cpp:
- perform extra LaTeX run when requested by lettre.cls (bug 5818).

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

15 years agoFix bug 5782.
Richard Heck [Mon, 16 Mar 2009 20:10:57 +0000 (20:10 +0000)]
Fix bug 5782.

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

15 years ago* doxy
Pavel Sanda [Mon, 16 Mar 2009 19:50:18 +0000 (19:50 +0000)]
* doxy

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

15 years agoconfigure.py:
Jürgen Spitzmüller [Mon, 16 Mar 2009 13:47:58 +0000 (13:47 +0000)]
configure.py:
- add support for newer lilypond versions (bug 5834).

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

15 years agoimplement new lfuns inset-begin/end and their -select versions
Jean-Marc Lasgouttes [Mon, 16 Mar 2009 13:33:27 +0000 (13:33 +0000)]
implement new lfuns inset-begin/end and their -select versions

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

15 years ago* unicodesmbols: Greek symbols fix from Günter.
Jürgen Spitzmüller [Mon, 16 Mar 2009 11:41:08 +0000 (11:41 +0000)]
* unicodesmbols: Greek symbols fix from Günter.

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

15 years agoWhitespace.
Richard Heck [Sun, 15 Mar 2009 21:21:45 +0000 (21:21 +0000)]
Whitespace.

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

15 years agoadd id.po to trunk too
Uwe Stöhr [Sun, 15 Mar 2009 16:54:01 +0000 (16:54 +0000)]
add id.po to trunk too

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

15 years agoplease Lars.
Jürgen Spitzmüller [Sun, 15 Mar 2009 15:53:17 +0000 (15:53 +0000)]
please Lars.

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

15 years ago* GuiCommandBuffer: Fix bad programming.
Vincent van Ravesteijn [Sun, 15 Mar 2009 13:20:15 +0000 (13:20 +0000)]
* GuiCommandBuffer: Fix bad programming.

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

15 years ago* GuiDelimiter.cpp:
Jürgen Spitzmüller [Sun, 15 Mar 2009 13:15:24 +0000 (13:15 +0000)]
* GuiDelimiter.cpp:
- do not auto-apply if "match" is not chosen (bug 5789).

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

15 years agoFix bug 5695. Now for the Include dialog.
Vincent van Ravesteijn [Sat, 14 Mar 2009 19:29:03 +0000 (19:29 +0000)]
Fix bug 5695. Now for the Include dialog.
http://bugzilla.lyx.org/show_bug.cgi?id=5695

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

15 years agoSo we do, sometimes, need the setBuffer calls that were removed in r28720.
Richard Heck [Thu, 12 Mar 2009 20:10:46 +0000 (20:10 +0000)]
So we do, sometimes, need the setBuffer calls that were removed in r28720.
This patch encapsulates the needed call in Buffer::setBuffersForInsets(),
and calls it from Undo::Private::textUndoOrRedo(). As noted in the FIXME,
this is still a bit of a "hammer" and ought to be replaced with the sort of
more refined approach taken in r28709. But I don't at the moment see how to
do that. The place to do it, though, is in doTextUndoOrRed().

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

15 years agoUse an enum to make things a little clearer here.
Richard Heck [Thu, 12 Mar 2009 20:02:12 +0000 (20:02 +0000)]
Use an enum to make things a little clearer here.

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

15 years agogcc compile fix.
Vincent van Ravesteijn [Thu, 12 Mar 2009 19:44:40 +0000 (19:44 +0000)]
gcc compile fix.

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

15 years agoFix a few peculiarities wrt graphics. E.g., an InsetGraphic with a non-existing image...
Vincent van Ravesteijn [Thu, 12 Mar 2009 19:25:07 +0000 (19:25 +0000)]
Fix a few peculiarities wrt graphics. E.g., an InsetGraphic with a non-existing image showed the message that the image was loaded, instead of "No file found!".

* CacheItem::Impl::tryDisplayFormat

- Enhance description of the return value.
- Negate the return values to match the description.

* CacheItem::tryDisplayFormat

- Impl::tryDisplayFormat returns whether a conversion is needed, not whether the try was successful. Therefore, we should check the status as well.

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

15 years agoFix problem with conversion of empty insets. Also, fix problem with error message.
Richard Heck [Wed, 11 Mar 2009 18:58:38 +0000 (18:58 +0000)]
Fix problem with conversion of empty insets. Also, fix problem with error message.

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

15 years ago* doxy
Pavel Sanda [Wed, 11 Mar 2009 11:58:16 +0000 (11:58 +0000)]
* doxy

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

15 years agopreamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5846
Uwe Stöhr [Tue, 10 Mar 2009 23:55:25 +0000 (23:55 +0000)]
preamble.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5846

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

15 years agoRemove "share" from default installation prefix
Kornel Benko [Tue, 10 Mar 2009 07:14:41 +0000 (07:14 +0000)]
Remove "share" from default installation prefix

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

15 years agofix SCons: autogeneration of lyxclient.1 now from lyxclient.1in
Uwe Stöhr [Tue, 10 Mar 2009 01:05:09 +0000 (01:05 +0000)]
fix SCons: autogeneration of lyxclient.1 now from lyxclient.1in

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

15 years agoFix an infinite loop with Qt4.5 when creating two unnamed files.
Vincent van Ravesteijn [Mon, 9 Mar 2009 23:30:08 +0000 (23:30 +0000)]
Fix an infinite loop with Qt4.5 when creating two unnamed files.

In Qt4.5, QFileInfo::operator==() compares the file locations instead of the files themselves. Therefore, an extra check is needed.

see Qt4.5 documentation:
http://doc.trolltech.com/4.5/qfileinfo.html

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

15 years agoRemove black box around GuiWorkarea which is visible with Qt4.5.
Vincent van Ravesteijn [Mon, 9 Mar 2009 22:29:02 +0000 (22:29 +0000)]
Remove black box around GuiWorkarea which is visible with Qt4.5.

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

15 years agoProper fix to avoid an infinite loop with Qt4.5.
Vincent van Ravesteijn [Mon, 9 Mar 2009 19:54:47 +0000 (19:54 +0000)]
Proper fix to avoid an infinite loop with Qt4.5.

see:
http://www.qtsoftware.com/developer/faqs/why-does-qstring-indexof-qregexp-cause-a-crash-or-hang-in-qt-4.5

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

15 years agoRevert cs 28742:28744 to prepare for a proper fix.
Vincent van Ravesteijn [Mon, 9 Mar 2009 19:47:46 +0000 (19:47 +0000)]
Revert cs 28742:28744 to prepare for a proper fix.

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

15 years agoWhitespace.
Richard Heck [Mon, 9 Mar 2009 19:12:02 +0000 (19:12 +0000)]
Whitespace.

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

15 years agoStupid me.
Abdelrazak Younes [Mon, 9 Mar 2009 17:59:17 +0000 (17:59 +0000)]
Stupid me.

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

15 years agoAvoid infinite loop with Qt4.5 (asserts instead).
Abdelrazak Younes [Mon, 9 Mar 2009 17:38:35 +0000 (17:38 +0000)]
Avoid infinite loop with Qt4.5 (asserts instead).

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

15 years agoautogeneration of lyxclient.1 now from lyxclient.1in
Kornel Benko [Mon, 9 Mar 2009 15:09:47 +0000 (15:09 +0000)]
autogeneration of lyxclient.1 now from lyxclient.1in

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

15 years agomake the lyxclient man page autogenerated
Jean-Marc Lasgouttes [Mon, 9 Mar 2009 14:49:40 +0000 (14:49 +0000)]
make the lyxclient man page autogenerated

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

15 years agomore autogenerated strings in lyx man page
Jean-Marc Lasgouttes [Mon, 9 Mar 2009 14:48:17 +0000 (14:48 +0000)]
more autogenerated strings in lyx man page

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

15 years agoAdd variable program_suffix to handle manuals properly
Kornel Benko [Mon, 9 Mar 2009 14:30:28 +0000 (14:30 +0000)]
Add variable program_suffix to handle manuals properly

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

15 years agoreally reset the LANGUAGE variable to its old value, instead of some other guessed...
Jean-Marc Lasgouttes [Mon, 9 Mar 2009 13:49:53 +0000 (13:49 +0000)]
really reset the LANGUAGE variable to its old value, instead of some other guessed value

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

15 years agoallow to read Flex insets with a space in their name
Jean-Marc Lasgouttes [Mon, 9 Mar 2009 13:48:09 +0000 (13:48 +0000)]
allow to read Flex insets with a space in their name

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

15 years agochange the manual page to reflect build-time program suffix
Jean-Marc Lasgouttes [Mon, 9 Mar 2009 13:45:41 +0000 (13:45 +0000)]
change the manual page to reflect build-time program suffix

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

15 years agoFix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
Enrico Forestieri [Mon, 9 Mar 2009 06:47:26 +0000 (06:47 +0000)]
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
Japanese char between math insets becomes wrong in TeX output

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

15 years agoFix bug 5836 (http://bugzilla.lyx.org/show_bug.cgi?id=5836)
Enrico Forestieri [Mon, 9 Mar 2009 06:34:00 +0000 (06:34 +0000)]
Fix bug 5836 (http://bugzilla.lyx.org/show_bug.cgi?id=5836)
Cyrillic formatted text in mathmode

If some other letters from some script need to be typeset in italic,
it will suffice adding the flag "mathalpha" to the unicodesymbols file.

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

15 years agoFix scrolling regression (http://www.lyx.org/trac/changeset/28397).
Vincent van Ravesteijn [Sun, 8 Mar 2009 21:23:31 +0000 (21:23 +0000)]
Fix scrolling regression (http://www.lyx.org/trac/changeset/28397).

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

15 years ago* tex2lyx/Makefile.am:
Jürgen Spitzmüller [Sun, 8 Mar 2009 10:49:06 +0000 (10:49 +0000)]
* tex2lyx/Makefile.am:
        - add tex2lyx.1 to the distribution.

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