]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoFix bug #5540: Crash in MathAtom on Undo.
Vincent van Ravesteijn [Fri, 15 May 2009 21:51:43 +0000 (21:51 +0000)]
Fix bug #5540: Crash in MathAtom on Undo.

No undo steps are recorded for math-macros. Now, it is also not done when we resume to edit a macro.

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

15 years agoPartial fix for bug #5465. This will enable scrolling down past a very large inset...
Vincent van Ravesteijn [Fri, 15 May 2009 21:24:08 +0000 (21:24 +0000)]
Partial fix for bug #5465. This will enable scrolling down past a very large inset. With this code, LyX will scroll up everytime you try to scroll past the inset, because the cursor is set on the uppermost row.

see:
http://thread.gmane.org/gmane.editors.lyx.devel/118449

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

15 years agoForgot these.
Vincent van Ravesteijn [Fri, 15 May 2009 21:15:30 +0000 (21:15 +0000)]
Forgot these.

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

15 years ago* FuncCode.h: whitespace.
Vincent van Ravesteijn [Fri, 15 May 2009 21:07:03 +0000 (21:07 +0000)]
* FuncCode.h: whitespace.

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

15 years agoRestore Object.Event order for:
Vincent van Ravesteijn [Fri, 15 May 2009 21:05:19 +0000 (21:05 +0000)]
Restore Object.Event order for:
- LFUN_LABEL_COPY_AS_REF,
- LFUN_LABEL_INSERT_AS_REF.

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

15 years ago* InsetMathHull.cpp : constify.
Vincent van Ravesteijn [Fri, 15 May 2009 20:57:48 +0000 (20:57 +0000)]
* InsetMathHull.cpp : constify.

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

15 years agoFix bug #5948: Copy as reference for equation labels.
Vincent van Ravesteijn [Fri, 15 May 2009 20:54:15 +0000 (20:54 +0000)]
Fix bug #5948: Copy as reference for equation labels.

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

15 years agoUnify whitespacing for generation.
Pavel Sanda [Fri, 15 May 2009 17:08:15 +0000 (17:08 +0000)]
Unify whitespacing for generation.

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

15 years agoCosmetics
Pavel Sanda [Fri, 15 May 2009 15:42:45 +0000 (15:42 +0000)]
Cosmetics

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

15 years agoReally flush output buffers.
Enrico Forestieri [Fri, 15 May 2009 09:20:59 +0000 (09:20 +0000)]
Really flush output buffers.

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

15 years ago* LyXAction.cpp: doxy.
Vincent van Ravesteijn [Thu, 14 May 2009 23:48:26 +0000 (23:48 +0000)]
* LyXAction.cpp: doxy.

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

15 years agoFix bug #3918: Toggle outline button update when clicking x.
Vincent van Ravesteijn [Thu, 14 May 2009 23:46:42 +0000 (23:46 +0000)]
Fix bug #3918: Toggle outline button update when clicking x.

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

15 years agoFix bug #5390. Copy from a deleted section with change tracking.
Vincent van Ravesteijn [Thu, 14 May 2009 22:21:05 +0000 (22:21 +0000)]
Fix bug #5390. Copy from a deleted section with change tracking.

Do not accept the changes in the selection, if it is completely deleted.

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

15 years agoAdded QT_INCLUDES to make it compilable again.
Kornel Benko [Thu, 14 May 2009 16:23:26 +0000 (16:23 +0000)]
Added QT_INCLUDES to make it compilable again.
This was needed due to change of src/support/Systemcall.h

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

15 years agoAllow immediate output of spawned processes for all platforms.
Enrico Forestieri [Thu, 14 May 2009 15:13:58 +0000 (15:13 +0000)]
Allow immediate output of spawned processes for all platforms.

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

15 years agoThese were neglected too
Pavel Sanda [Thu, 14 May 2009 13:15:23 +0000 (13:15 +0000)]
These were neglected too

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

15 years agoForgot to document these lfuns
Pavel Sanda [Thu, 14 May 2009 13:10:37 +0000 (13:10 +0000)]
Forgot to document these lfuns

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

15 years agoFix bug #5888. Yes, I do shame.
Vincent van Ravesteijn [Thu, 14 May 2009 12:35:04 +0000 (12:35 +0000)]
Fix bug #5888. Yes, I do shame.

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

15 years agoheaders cleanup
Jean-Marc Lasgouttes [Thu, 14 May 2009 09:20:58 +0000 (09:20 +0000)]
headers cleanup

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

15 years agoFix problem with the nul device on Windows.
Enrico Forestieri [Thu, 14 May 2009 00:12:07 +0000 (00:12 +0000)]
Fix problem with the nul device on Windows.

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

15 years agoEven more
Pavel Sanda [Wed, 13 May 2009 23:51:11 +0000 (23:51 +0000)]
Even more

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

15 years agoAdd missing entries
Pavel Sanda [Wed, 13 May 2009 23:50:12 +0000 (23:50 +0000)]
Add missing entries

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

15 years agoCompile fix & whitespace.
Vincent van Ravesteijn [Wed, 13 May 2009 23:43:01 +0000 (23:43 +0000)]
Compile fix & whitespace.

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

15 years agoGuiView.cpp, LyXAction.cpp: sort entries
Uwe Stöhr [Wed, 13 May 2009 23:37:18 +0000 (23:37 +0000)]
GuiView.cpp, LyXAction.cpp: sort entries

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

15 years agofix SCons after r29657
Uwe Stöhr [Wed, 13 May 2009 23:34:09 +0000 (23:34 +0000)]
fix SCons after r29657

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

15 years agoNew literate programming modules.
Jean-Marc Lasgouttes [Wed, 13 May 2009 21:23:05 +0000 (21:23 +0000)]
New literate programming modules.

These modules allow to use Sweave or Noweb with any LyX textclass.
They will eventually allow to get rid of literate-* classes.

The sweave modules will benefit in trunk from a forthcoming patch which allows
to select the output format for a literate OutputType. This will allow to
support Sweave out-of-the-box.

For branch, this pair of modules is IMO a candidate for LyX 1.6.4 (no need to
hurry).

Thanks to Gregor Gorjanc for his work on this subject. There is
undoubtlessly some additional work that has to be done here.

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

15 years agoTake into account output redirection when spawning a program.
Enrico Forestieri [Wed, 13 May 2009 18:29:58 +0000 (18:29 +0000)]
Take into account output redirection when spawning a program.
Now things should behave as before the QProcess era (I hope).
The parser only accounts for output redirection, no fancy
things such as piping are possible, yet.

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

15 years agoAllow to separately redirect stdout and stderr.
Enrico Forestieri [Wed, 13 May 2009 12:55:01 +0000 (12:55 +0000)]
Allow to separately redirect stdout and stderr.
Now "lyx > stdout.log" should produce the same output as before
the switch to QProcess.

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

15 years agoClarify comment.
Enrico Forestieri [Wed, 13 May 2009 09:56:47 +0000 (09:56 +0000)]
Clarify comment.

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

15 years agoAvoid #ifdef's and use OS specific code.
Enrico Forestieri [Wed, 13 May 2009 09:48:11 +0000 (09:48 +0000)]
Avoid #ifdef's and use OS specific code.

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

15 years agoMSVC does not define WIN32 but _WIN32.
Enrico Forestieri [Tue, 12 May 2009 22:04:26 +0000 (22:04 +0000)]
MSVC does not define WIN32 but _WIN32.

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

15 years agocosmestics (test...)
André Pönitz [Tue, 12 May 2009 21:03:47 +0000 (21:03 +0000)]
cosmestics (test...)

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

15 years agoCompile fix for r29647.
Vincent van Ravesteijn [Tue, 12 May 2009 20:16:43 +0000 (20:16 +0000)]
Compile fix for r29647.

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

15 years agoDo the same as r29646, now for FileName::set.
Vincent van Ravesteijn [Tue, 12 May 2009 20:15:20 +0000 (20:15 +0000)]
Do the same as r29646, now for FileName::set.

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

15 years agoFix the assert on Windows when starting LyX by double-clicking on a file.
Vincent van Ravesteijn [Tue, 12 May 2009 20:12:04 +0000 (20:12 +0000)]
Fix the assert on Windows when starting LyX by double-clicking on a file.

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

15 years agoUse something more meaningful than View->View.
Enrico Forestieri [Tue, 12 May 2009 19:27:00 +0000 (19:27 +0000)]
Use something more meaningful than View->View.

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

15 years agoRestore the possibility to call insert-plaintext without argument.
Vincent van Ravesteijn [Tue, 12 May 2009 18:41:08 +0000 (18:41 +0000)]
Restore the possibility to call insert-plaintext without argument.

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

15 years agoRestore line buffered output at least on posix systems. I failed to do
Enrico Forestieri [Tue, 12 May 2009 18:21:27 +0000 (18:21 +0000)]
Restore line buffered output at least on posix systems. I failed to do
that on Windows, as using CONOUT$ in place of /dev/stdout didn't work.

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

15 years agoUse the new parameter for lyx_pot.py to pass
Kornel Benko [Tue, 12 May 2009 09:21:59 +0000 (09:21 +0000)]
Use the new parameter for lyx_pot.py to pass
file-name parameters in one extra file.

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

15 years agoAdded new parameter, to handle otherwise owerflow
Kornel Benko [Tue, 12 May 2009 09:19:13 +0000 (09:19 +0000)]
Added new parameter, to handle otherwise owerflow
of the windows command line length.

Patch by José Abílio Matos.

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

15 years agoremove duplicated (and probably not really correct) code
Jean-Marc Lasgouttes [Tue, 12 May 2009 07:12:25 +0000 (07:12 +0000)]
remove duplicated (and probably not really correct) code

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

15 years agoPrevent two more assertions due to non-absolute filename as a parameter of file-inser...
Vincent van Ravesteijn [Tue, 12 May 2009 00:15:16 +0000 (00:15 +0000)]
Prevent two more assertions due to non-absolute filename as a parameter of file-insert-plaintext.

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

15 years agoPrevent assertion due to non-absolute filename as a parameter of buffer-switch.
Vincent van Ravesteijn [Mon, 11 May 2009 23:53:50 +0000 (23:53 +0000)]
Prevent assertion due to non-absolute filename as a parameter of buffer-switch.

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

15 years agoGerman Intro.lyx: remove a relict
Uwe Stöhr [Mon, 11 May 2009 22:23:36 +0000 (22:23 +0000)]
German Intro.lyx: remove a relict

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

15 years agoFix QProcess code on posix systems and reenable it by default, in order
Enrico Forestieri [Mon, 11 May 2009 22:03:52 +0000 (22:03 +0000)]
Fix QProcess code on posix systems and reenable it by default, in order
to catch early possible problems.

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

15 years agoComitting dummy change as poentiz /chr
Christian Ridderström [Mon, 11 May 2009 21:42:42 +0000 (21:42 +0000)]
Comitting dummy change as poentiz /chr

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

15 years agoUpdate MAC bindings
Pavel Sanda [Mon, 11 May 2009 12:15:36 +0000 (12:15 +0000)]
Update MAC bindings
Patch from Bennett

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

15 years agoAllow more time for latex... process launching can be slow on Windows...
Abdelrazak Younes [Mon, 11 May 2009 11:58:28 +0000 (11:58 +0000)]
Allow more time for latex... process launching can be slow on Windows...

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

15 years agorevert unwanted change.
Abdelrazak Younes [Mon, 11 May 2009 11:55:31 +0000 (11:55 +0000)]
revert unwanted change.

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

15 years agoRead standard output and error upon completion. And properly close the channels befor...
Abdelrazak Younes [Mon, 11 May 2009 11:51:52 +0000 (11:51 +0000)]
Read standard output and error upon completion. And properly close the channels before killing the process.

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

15 years agoHopefully complete fix to bug #5935
Jean-Marc Lasgouttes [Mon, 11 May 2009 11:02:25 +0000 (11:02 +0000)]
Hopefully complete fix to bug #5935

Make several Parser methods return copies of tokens, because the
vector containing the token may get reallocated when it grows.

Revert now useless changeset 29557.

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

15 years agoReorganize the code a bit and Disable QProcess evaluation for now as nothing works...
Abdelrazak Younes [Mon, 11 May 2009 09:01:44 +0000 (09:01 +0000)]
Reorganize the code a bit and Disable QProcess evaluation for now as nothing works...

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

15 years agoAdd some debugging code to QProcess. Reconfigure (python) starts and finishes here...
Abdelrazak Younes [Mon, 11 May 2009 08:34:08 +0000 (08:34 +0000)]
Add some debugging code to QProcess. Reconfigure (python) starts and finishes here (ubuntu9.04) but doesn't proceed and returns this:

/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(66): Qprocess python -tt '/home/younes/devel/lyx/trunk/lib/configure.py' --with-version-suffix=2.0 finished!
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(67): exitCode 2
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(68): error 5
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(69): state 0
/home/younes/devel/lyx/trunk/src/support/Systemcall.cpp(70): status 0

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

15 years agogcc warning
Abdelrazak Younes [Mon, 11 May 2009 07:52:39 +0000 (07:52 +0000)]
gcc warning

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

15 years agoAdd bindings
Pavel Sanda [Mon, 11 May 2009 00:05:51 +0000 (00:05 +0000)]
Add bindings
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150999.html

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

15 years agodoc
Pavel Sanda [Sun, 10 May 2009 23:43:43 +0000 (23:43 +0000)]
doc

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

15 years agoComplete character style menu bindings
Pavel Sanda [Sun, 10 May 2009 23:35:30 +0000 (23:35 +0000)]
Complete character style menu bindings

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

15 years agoDon't clutter the header needlessly
Pavel Sanda [Sun, 10 May 2009 23:03:47 +0000 (23:03 +0000)]
Don't clutter the header needlessly
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150918.html

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

15 years agoinstaller: display the uninstaller in the Windows system language
Uwe Stöhr [Sun, 10 May 2009 22:32:08 +0000 (22:32 +0000)]
installer: display the uninstaller in the Windows system language

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

15 years agoinstaller: Indonesian translation corrections by Waluyo
Uwe Stöhr [Sun, 10 May 2009 21:30:14 +0000 (21:30 +0000)]
installer: Indonesian translation corrections by Waluyo

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

15 years agoPatch from Peter.
Vincent van Ravesteijn [Sun, 10 May 2009 19:39:56 +0000 (19:39 +0000)]
Patch from Peter.

Commit the patch posted at beginning of this thread and see how big the problems are, especially Pavel's svn code.

After solving the problems, I planned to integrate my previous GUI patches.

see:
http://marc.info/?l=lyx-devel&m=124136994215110&w=2

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

15 years agoadd Kevin B. Hendricks to the credits.
Jürgen Spitzmüller [Sun, 10 May 2009 09:09:32 +0000 (09:09 +0000)]
add Kevin B. Hendricks to the credits.

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

15 years agoFind thesauri files even if \thesaurusdir_path is specified without
Enrico Forestieri [Sun, 10 May 2009 02:25:25 +0000 (02:25 +0000)]
Find thesauri files even if \thesaurusdir_path is specified without
a trailing slash.

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

15 years agoFix part 2 of bug #5758: Crash when closing the dosbox from which LyX was started.
Vincent van Ravesteijn [Sun, 10 May 2009 00:03:14 +0000 (00:03 +0000)]
Fix part 2 of bug #5758: Crash when closing the dosbox from which LyX was started.

A problem occurs when we write the ConverterCache index file. This action is instantiated in the destructor of the 'static ConverterCache' object. The use of QFileInfo at that point leads to a crash.

It is maybe not a good idea at all to put part of the functionality in a destructor, especially not when we do not delete the object ourselves and when this functionality uses external libraries etc.

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

15 years agoStyle.
Richard Heck [Sat, 9 May 2009 21:58:16 +0000 (21:58 +0000)]
Style.

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

15 years agoRemove workaround due to nested math hulls. See:
Enrico Forestieri [Sat, 9 May 2009 21:16:04 +0000 (21:16 +0000)]
Remove workaround due to nested math hulls. See:
http://thread.gmane.org/gmane.editors.lyx.devel/110190/focus=110242

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

15 years agoDon't create nested math hulls (fixes bug #5392).
Enrico Forestieri [Sat, 9 May 2009 21:15:36 +0000 (21:15 +0000)]
Don't create nested math hulls (fixes bug #5392).

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

15 years agoFix bug #5930: Crash when undoing info-insert in math mode.
Vincent van Ravesteijn [Sat, 9 May 2009 21:02:14 +0000 (21:02 +0000)]
Fix bug #5930: Crash when undoing info-insert in math mode.

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

15 years agoFix bug #5890: Assertion when reducing the view size.
Vincent van Ravesteijn [Sat, 9 May 2009 20:26:04 +0000 (20:26 +0000)]
Fix bug #5890: Assertion when reducing the view size.

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

15 years agoFix bug #5458 (try 2): File reopens at LyX-start even though it was closed in previou...
Vincent van Ravesteijn [Sat, 9 May 2009 19:59:53 +0000 (19:59 +0000)]
Fix bug #5458 (try 2): File reopens at LyX-start even though it was closed in previous session.

We should of course clear the list before closing each of the views. Otherwise, the second view will remove the files from the first view from the list.

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

15 years agoFix bug #5458: File reopens at LyX-start even though it was closed in previous session.
Vincent van Ravesteijn [Sat, 9 May 2009 19:41:48 +0000 (19:41 +0000)]
Fix bug #5458: File reopens at LyX-start even though it was closed in previous session.

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

15 years agoFix bug #4177: Lyx fails to open files with a $ character in their name.
Vincent van Ravesteijn [Sat, 9 May 2009 17:06:54 +0000 (17:06 +0000)]
Fix bug #4177: Lyx fails to open files with a $ character in their name.

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

15 years agoFix bug #5435: DEPM is not executed when leaving an inset.
Vincent van Ravesteijn [Sat, 9 May 2009 16:56:49 +0000 (16:56 +0000)]
Fix bug #5435: DEPM is not executed when leaving an inset.

Now, it is fixed for char-forward and char-backward.

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

15 years ago* disable some invalid insets in description items (covers bug 5937).
Jürgen Spitzmüller [Sat, 9 May 2009 16:53:51 +0000 (16:53 +0000)]
* disable some invalid insets in description items (covers bug 5937).

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

15 years agoFix outliner crash reported by Vincent.
Richard Heck [Sat, 9 May 2009 15:49:09 +0000 (15:49 +0000)]
Fix outliner crash reported by Vincent.

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

15 years ago* UserGuide:
Jürgen Spitzmüller [Sat, 9 May 2009 09:09:48 +0000 (09:09 +0000)]
* UserGuide:
- update description wrt MyThes inclusion
- quote MyThes license, as required by the license.

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

15 years ago* remove last traces of external thesaurus library and actually enable included MyThes.
Jürgen Spitzmüller [Sat, 9 May 2009 08:23:49 +0000 (08:23 +0000)]
* remove last traces of external thesaurus library and actually enable included MyThes.

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

15 years agoRemove now unneeded checks for mythes and aiksaurus.
Kornel Benko [Sat, 9 May 2009 06:57:25 +0000 (06:57 +0000)]
Remove now unneeded checks for mythes and aiksaurus.

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

15 years agoscons_manifest.py: fix typo from r29577
Uwe Stöhr [Fri, 8 May 2009 22:16:49 +0000 (22:16 +0000)]
scons_manifest.py: fix typo from r29577

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

15 years agoIntegrate mythes-1.1 into our source and remove support for aiksaurus. I have tested...
Abdelrazak Younes [Fri, 8 May 2009 21:38:50 +0000 (21:38 +0000)]
Integrate mythes-1.1 into our source and remove support for aiksaurus. I have tested only the Cmake build system. Please test autotools and scons.

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

15 years ago* LFUNs.lyx
Pavel Sanda [Fri, 8 May 2009 16:28:26 +0000 (16:28 +0000)]
* LFUNs.lyx

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

15 years agoCompile fix.
Jürgen Spitzmüller [Fri, 8 May 2009 15:12:28 +0000 (15:12 +0000)]
Compile fix.

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

15 years agoReference the discussion in Additional Features.
Richard Heck [Fri, 8 May 2009 14:06:13 +0000 (14:06 +0000)]
Reference the discussion in Additional Features.

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

15 years agoAdd reference to online fancyhdr docs.
Richard Heck [Fri, 8 May 2009 14:03:23 +0000 (14:03 +0000)]
Add reference to online fancyhdr docs.

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

15 years ago* also enable LFUN_BRANCH_INSERT if we have branches only in a child.
Jürgen Spitzmüller [Fri, 8 May 2009 12:38:58 +0000 (12:38 +0000)]
* also enable LFUN_BRANCH_INSERT if we have branches only in a child.

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

15 years ago* configure.py:
Jürgen Spitzmüller [Fri, 8 May 2009 10:07:32 +0000 (10:07 +0000)]
* configure.py:
- add new method that records all available alternative programs
  as opposed to only the first found one.

* LyXRC[cpp,h}:
* LyXFunc.cpp:
- new RCs \bibtex_alternatives and \index_alternatives, holding
  alternative processors.

* GuiPrefs.{cpp, h}:
* PrefLatexUi.ui:
- UI to select from a list of preconfigures bibliography/index processors.

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

15 years agoForgot these bits.
Richard Heck [Thu, 7 May 2009 20:44:07 +0000 (20:44 +0000)]
Forgot these bits.

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

15 years agoThis patch introduces wrapped tooltips for some more insets.
Richard Heck [Thu, 7 May 2009 18:04:05 +0000 (18:04 +0000)]
This patch introduces wrapped tooltips for some more insets.

New method wrapParas() in support, deployed in various
insets.

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

15 years agoThinko.
Richard Heck [Thu, 7 May 2009 13:56:21 +0000 (13:56 +0000)]
Thinko.

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

15 years agoMinor fixups.
Richard Heck [Thu, 7 May 2009 13:53:28 +0000 (13:53 +0000)]
Minor fixups.

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

15 years agoSquash gcc warnings.
Abdelrazak Younes [Thu, 7 May 2009 12:40:35 +0000 (12:40 +0000)]
Squash gcc warnings.

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

15 years agoMove the word-wrapping code to support, so that it can be re-used.
Richard Heck [Thu, 7 May 2009 12:23:12 +0000 (12:23 +0000)]
Move the word-wrapping code to support, so that it can be re-used.

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

15 years agoAvoid ugly macros in the preamble and protect underlined \cite commands
Enrico Forestieri [Thu, 7 May 2009 10:57:52 +0000 (10:57 +0000)]
Avoid ugly macros in the preamble and protect underlined \cite commands
in a clever way.

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

15 years ago(partial?) fix to bug 5935
Jean-Marc Lasgouttes [Thu, 7 May 2009 10:09:03 +0000 (10:09 +0000)]
(partial?) fix to bug 5935

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

15 years agoSpellChecker context menu. Part of the continuous SpellChecker project.
Abdelrazak Younes [Wed, 6 May 2009 23:39:17 +0000 (23:39 +0000)]
SpellChecker context menu. Part of the continuous SpellChecker project.

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

15 years agoadjust comment.
Abdelrazak Younes [Wed, 6 May 2009 17:52:58 +0000 (17:52 +0000)]
adjust comment.

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

15 years agoIntroduce new format as a safety measure
Pavel Sanda [Wed, 6 May 2009 16:58:15 +0000 (16:58 +0000)]
Introduce new format as a safety measure
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150868.html
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150895.html

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

15 years agokeep a cast for later
Jean-Marc Lasgouttes [Wed, 6 May 2009 13:41:35 +0000 (13:41 +0000)]
keep a cast for later

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

15 years agoSolve problem with underlining citations.
Enrico Forestieri [Wed, 6 May 2009 10:20:40 +0000 (10:20 +0000)]
Solve problem with underlining citations.

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

15 years agoSpanish Customization.lyx: update/correction by Ignacio
Uwe Stöhr [Tue, 5 May 2009 21:46:16 +0000 (21:46 +0000)]
Spanish Customization.lyx: update/correction by Ignacio

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