]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoensure download dutch dict
Edwin Leuven [Thu, 7 Feb 2008 10:38:52 +0000 (10:38 +0000)]
ensure download dutch dict

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

16 years agosmall code cleanup
Abdelrazak Younes [Thu, 7 Feb 2008 09:51:49 +0000 (09:51 +0000)]
small code cleanup

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

16 years agoadjust scons.
Abdelrazak Younes [Thu, 7 Feb 2008 09:13:23 +0000 (09:13 +0000)]
adjust scons.

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

16 years agoThe core is now clean enough that we don't need the NoGuiFontLoader/Metrics anymore...
Abdelrazak Younes [Thu, 7 Feb 2008 09:12:19 +0000 (09:12 +0000)]
The core is now clean enough that we don't need the NoGuiFontLoader/Metrics anymore...

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

16 years agoheader cleanup
Abdelrazak Younes [Thu, 7 Feb 2008 09:00:49 +0000 (09:00 +0000)]
header cleanup

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

16 years agoheader cleanup
Abdelrazak Younes [Thu, 7 Feb 2008 08:58:35 +0000 (08:58 +0000)]
header cleanup

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

16 years agoFix crash with command line export
Abdelrazak Younes [Thu, 7 Feb 2008 08:57:12 +0000 (08:57 +0000)]
Fix crash with command line export

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

16 years agorevert reverted commit, sorry.
Abdelrazak Younes [Thu, 7 Feb 2008 00:12:48 +0000 (00:12 +0000)]
revert reverted commit, sorry.

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

16 years agorevert wrong commit.
Abdelrazak Younes [Thu, 7 Feb 2008 00:10:34 +0000 (00:10 +0000)]
revert wrong commit.

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

16 years agoAdjust scons to FileDialog.h moving.
Abdelrazak Younes [Thu, 7 Feb 2008 00:07:34 +0000 (00:07 +0000)]
Adjust scons to FileDialog.h moving.

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

16 years agoTransfer FileDialog.h to qt4/
Abdelrazak Younes [Thu, 7 Feb 2008 00:05:18 +0000 (00:05 +0000)]
Transfer FileDialog.h to qt4/

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

16 years agoTransfer some GUI oriented code from core to frontend.
Abdelrazak Younes [Wed, 6 Feb 2008 23:54:13 +0000 (23:54 +0000)]
Transfer some GUI oriented code from core to frontend.

* lyxFunc:
- doImport(): transfered to GuiView::inportDocument() together with LFUN_BUFFER_IMPORT

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

16 years agoEmbeddedObjects: - bibliography cleanup
Uwe Stöhr [Wed, 6 Feb 2008 23:13:21 +0000 (23:13 +0000)]
EmbeddedObjects: - bibliography cleanup
                 - fix bibliography link in German version
                 - switch from floatflt to wrapfig
                 - fix included documents in French version

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

16 years agoRemove unneeded code.
Abdelrazak Younes [Wed, 6 Feb 2008 23:12:32 +0000 (23:12 +0000)]
Remove unneeded code.

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

16 years agoTransfer some GUI oriented code from core to frontend.
Abdelrazak Younes [Wed, 6 Feb 2008 23:02:57 +0000 (23:02 +0000)]
Transfer some GUI oriented code from core to frontend.

* Application/GuiApplication:
- restoreGuiSession(): new method for session restoration.

* LyXView/GuiView
- loadDocument(): new pure virtual interface

* lyxFunc:
- loadAndViewFile(): transfered to GuiView::loadDocument()
- openDocument(): transfered to GuiView.

* LyX.h
- Impl::files_to_load_ : now a simple vector<string>.
- restoreGuiSession(): removed.
- execBatchCommands(): simplified and make use of Application::restoreGuiSession().

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

16 years ago* cosmetic
Stefan Schimanski [Wed, 6 Feb 2008 21:32:31 +0000 (21:32 +0000)]
* cosmetic

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

16 years agolyx_1_6.py: remove the serial letter routine because due to r22811 more ERT would...
Uwe Stöhr [Wed, 6 Feb 2008 20:23:44 +0000 (20:23 +0000)]
lyx_1_6.py: remove the serial letter routine because due to r22811 more ERT would have to be converted. By the removal I follow the rule not to convert ERT.

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

16 years agolyx_1_6.py: adjust the serial letter routine according to r22811
Uwe Stöhr [Wed, 6 Feb 2008 20:07:21 +0000 (20:07 +0000)]
lyx_1_6.py: adjust the serial letter routine according to r22811

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

16 years agomethod to avoid to use the end letter environment (patch by Jürgen)
Uwe Stöhr [Wed, 6 Feb 2008 19:56:00 +0000 (19:56 +0000)]
method to avoid to use the end letter environment (patch by Jürgen)

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

16 years ago* Doxy add.
Pavel Sanda [Wed, 6 Feb 2008 19:23:08 +0000 (19:23 +0000)]
* Doxy add.

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

16 years agoAdd LFUN_MENUBAR_TOGGLE and LFUN_STATUSBAR_TOGGLE.
Pavel Sanda [Wed, 6 Feb 2008 17:54:04 +0000 (17:54 +0000)]
Add LFUN_MENUBAR_TOGGLE and LFUN_STATUSBAR_TOGGLE.
This partly solves the bug http://bugzilla.lyx.org/show_bug.cgi?id=4146 .

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

16 years ago* first check if empty, then set the pit. Otherwise we have a segfault before the...
Stefan Schimanski [Wed, 6 Feb 2008 11:26:46 +0000 (11:26 +0000)]
* first check if empty, then set the pit. Otherwise we have a segfault before the assert

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

16 years ago* There are cases where updateLabels is not called because no
Stefan Schimanski [Wed, 6 Feb 2008 11:21:42 +0000 (11:21 +0000)]
* There are cases where updateLabels is not called because no
paragraph relayout happens (e.g. when inserting a InsetBranch, the
InsetText inside was not processed by any updateLabels call), and
hence the macrocontext is not always set. This should not happen often
in fact. So we update the labels in that case explicitely when we see
an empty macrocontext.

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

16 years agoTex2lyx Compile fix: use Exception Message instead of frontend::Alert. Richard, pleas...
Abdelrazak Younes [Wed, 6 Feb 2008 09:46:48 +0000 (09:46 +0000)]
Tex2lyx Compile fix: use Exception Message instead of frontend::Alert. Richard, please verify that the thrown exceptions are correctly caught by the caller in tex2lyx and in lyx.

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

16 years agoshutup warning.
Abdelrazak Younes [Wed, 6 Feb 2008 09:37:37 +0000 (09:37 +0000)]
shutup warning.

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

16 years agoMake right click open minimalistic insets. See bug 4400.
Richard Heck [Tue, 5 Feb 2008 23:29:15 +0000 (23:29 +0000)]
Make right click open minimalistic insets. See bug 4400.

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

16 years agoserial_letter: fix again a typo and set hyperlink
Uwe Stöhr [Tue, 5 Feb 2008 23:21:22 +0000 (23:21 +0000)]
serial_letter: fix again a typo and set hyperlink

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

16 years agoPartially fix bug 4532: http://bugzilla.lyx.org/show_bug.cgi?id=4532.
Richard Heck [Tue, 5 Feb 2008 22:57:33 +0000 (22:57 +0000)]
Partially fix bug 4532: http://bugzilla.lyx.org/show_bug.cgi?id=4532.
See in particular comment 6.

We forcibly load stdinsets.inc unless the TextClass declares:
  Provides stdinsets 1
There isn't really any such package, of course. We're just using this
(per a suggestion by JMarc) to say we've loaded relevant info about the
standard insets.

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

16 years agoserial_letter: fix a typo and make it possible to catch opening for female and male...
Uwe Stöhr [Tue, 5 Feb 2008 22:56:16 +0000 (22:56 +0000)]
serial_letter: fix a typo and make it possible to catch opening for female and male persons at once

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

16 years agolayouts: add to all layouts "Input stdinsets.inc" if they not already have this
Uwe Stöhr [Tue, 5 Feb 2008 20:55:32 +0000 (20:55 +0000)]
layouts: add to all layouts "Input stdinsets.inc" if they not already have this

This fixes the obvious part of bug http://bugzilla.lyx.org/show_bug.cgi?id=4532

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

16 years agomanuals: now correct: add a link where to find the latest PDF version
Uwe Stöhr [Tue, 5 Feb 2008 20:24:14 +0000 (20:24 +0000)]
manuals: now correct: add a link where to find the latest PDF version

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

16 years agomanuals: add a link where to find the latest PDF version
Uwe Stöhr [Tue, 5 Feb 2008 20:16:17 +0000 (20:16 +0000)]
manuals: add a link where to find the latest PDF version

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

16 years agoMath.lyx: remove obsolete footnote
Uwe Stöhr [Tue, 5 Feb 2008 20:03:30 +0000 (20:03 +0000)]
Math.lyx: remove obsolete footnote

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

16 years agoTweaks.
Richard Heck [Tue, 5 Feb 2008 16:20:18 +0000 (16:20 +0000)]
Tweaks.

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

16 years agocompilation fix
Jean-Marc Lasgouttes [Tue, 5 Feb 2008 15:16:49 +0000 (15:16 +0000)]
compilation fix

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

16 years agosilence warning
Jean-Marc Lasgouttes [Tue, 5 Feb 2008 15:16:20 +0000 (15:16 +0000)]
silence warning

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

16 years ago* show anchor paragraph completely if the whole buffer is visible.
Stefan Schimanski [Tue, 5 Feb 2008 14:23:59 +0000 (14:23 +0000)]
* show anchor paragraph completely if the whole buffer is visible.

We need some better handling of the case when the cursor is in the
very first line, but the line is not completely visible. If the line
is not heigher than the BufferView we should scroll up to show it
completely.

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

16 years agoMove debug output to SCROLLING.
Abdelrazak Younes [Tue, 5 Feb 2008 13:26:22 +0000 (13:26 +0000)]
Move debug output to SCROLLING.

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

16 years ago* GCC: "QString is an incomplete type"
Stefan Schimanski [Tue, 5 Feb 2008 13:22:50 +0000 (13:22 +0000)]
* GCC: "QString is an incomplete type"

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

16 years ago* The BufferView sets up its scrollbar data when it first gets its
Stefan Schimanski [Tue, 5 Feb 2008 13:17:05 +0000 (13:17 +0000)]
* The BufferView sets up its scrollbar data when it first gets its
  actual size via a resize event. So make sure the GuiWorkArea also
  updates the GUI scrollbars.

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

16 years ago* Make sure the cursor is completely visible when the BufferView get's its initial...
Stefan Schimanski [Tue, 5 Feb 2008 13:14:53 +0000 (13:14 +0000)]
* Make sure the cursor is completely visible when the BufferView get's its initial size.

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

16 years agoTransfer forked process checking from GuiWorkArea to GuiApplication. I got rid of...
Abdelrazak Younes [Tue, 5 Feb 2008 13:10:42 +0000 (13:10 +0000)]
Transfer forked process checking from GuiWorkArea to GuiApplication. I got rid of the general timer starting/stopping too. Looking a bit deeper I don't think it was necessary. We'll put them again in case it is needed.

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

16 years agoFactorize out the way window titles are handled.
Abdelrazak Younes [Tue, 5 Feb 2008 12:43:19 +0000 (12:43 +0000)]
Factorize out the way window titles are handled.

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

16 years ago* Dialog.cpp: whitespace
Abdelrazak Younes [Tue, 5 Feb 2008 10:53:31 +0000 (10:53 +0000)]
* Dialog.cpp: whitespace

* DialogView: remove cruft.

* GuiDialog: add cruft and don't depend on DialogView as GuiDialog is meant for extinction eventually.

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

16 years ago* Do not keep pointers to data structures around if you don't know
Stefan Schimanski [Tue, 5 Feb 2008 10:34:01 +0000 (10:34 +0000)]
* Do not keep pointers to data structures around if you don't know
  whether the data structure outlives the pointer:

  InsetLayouts are really owned by the corresponding TextClass. So
  keep the TextClass alive by keeping a TextClassPtr around for the
  pointers lifetime. This fixes Bug #4538.

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

16 years agoMath.lyx: some fixes for issues spotted by Ignacio
Uwe Stöhr [Tue, 5 Feb 2008 01:10:02 +0000 (01:10 +0000)]
Math.lyx: some fixes for issues spotted by Ignacio

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

16 years agoAdditional fixes related to disentangling the blinking cursor signal from other signa...
Richard Heck [Tue, 5 Feb 2008 00:37:30 +0000 (00:37 +0000)]
Additional fixes related to disentangling the blinking cursor signal from other signals. Thanks to Abdel for pointing out the need for this.

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

16 years agoLaTeXConfig.lyx: add description for Braille
Uwe Stöhr [Tue, 5 Feb 2008 00:27:59 +0000 (00:27 +0000)]
LaTeXConfig.lyx: add description for Braille

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

16 years agoInclude stdinsets.inc.
Richard Heck [Mon, 4 Feb 2008 19:34:18 +0000 (19:34 +0000)]
Include stdinsets.inc.

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

16 years agoPartially fix bug 4532.
Richard Heck [Mon, 4 Feb 2008 19:15:39 +0000 (19:15 +0000)]
Partially fix bug 4532.

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

16 years agocleanup DialogView based classes.
Abdelrazak Younes [Mon, 4 Feb 2008 17:06:34 +0000 (17:06 +0000)]
cleanup DialogView based classes.

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

16 years ago* Doxy.
Pavel Sanda [Sun, 3 Feb 2008 19:17:31 +0000 (19:17 +0000)]
* Doxy.
(I am not a nit-pick, but my scripts are.)

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

16 years ago* src/LaTeXFeatures.cpp:
Jürgen Spitzmüller [Sun, 3 Feb 2008 17:26:46 +0000 (17:26 +0000)]
* src/LaTeXFeatures.cpp:
- add tipx to simplefeatures. Tipx is a subpackage of tipa.
* lib/unicodesymbols:
- correct some glyphs, which are included in tipx, not tipa.

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

16 years agoTypo.
Pavel Sanda [Sun, 3 Feb 2008 14:30:50 +0000 (14:30 +0000)]
Typo.

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

16 years ago* Doxy: polish html output #2.
Pavel Sanda [Sun, 3 Feb 2008 14:00:18 +0000 (14:00 +0000)]
* Doxy: polish html output #2.

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

16 years agoFORMAT: cleanup
Uwe Stöhr [Sun, 3 Feb 2008 13:13:03 +0000 (13:13 +0000)]
FORMAT: cleanup

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

16 years ago* Doxy: polish html output.
Pavel Sanda [Sun, 3 Feb 2008 13:10:53 +0000 (13:10 +0000)]
* Doxy: polish html output.

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

16 years ago* Doxy tweaks.
Pavel Sanda [Sun, 3 Feb 2008 12:40:19 +0000 (12:40 +0000)]
* Doxy tweaks.

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

16 years agomake koma-letter2.lyx compilable (fix a preamble bug)
Uwe Stöhr [Sun, 3 Feb 2008 12:03:20 +0000 (12:03 +0000)]
make koma-letter2.lyx compilable (fix a preamble bug)

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

16 years agoenable the scrlttr 2 class for serial letters:
Uwe Stöhr [Sun, 3 Feb 2008 11:56:44 +0000 (11:56 +0000)]
enable the scrlttr 2 class for serial letters:
- file format change
- new example files and an example address database
- remove ugly hack from scrlttr2.layout and fix bug 4529

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

16 years agode.po: a correction
Uwe Stöhr [Sun, 3 Feb 2008 11:34:01 +0000 (11:34 +0000)]
de.po: a correction

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

16 years ago* Support for graphics pasting (with most code in the frontend's GuiClipboard)
Stefan Schimanski [Sun, 3 Feb 2008 10:43:03 +0000 (10:43 +0000)]
* Support for graphics pasting (with most code in the frontend's GuiClipboard)

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

16 years ago* LinkBack support files, now in pure Objective-C (without any Objective-C++ which...
Stefan Schimanski [Sun, 3 Feb 2008 10:41:23 +0000 (10:41 +0000)]
* LinkBack support files, now in pure Objective-C (without any Objective-C++ which is not supported by automake)

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

16 years agoSome comments about a better way to do things.
Richard Heck [Sun, 3 Feb 2008 08:51:58 +0000 (08:51 +0000)]
Some comments about a better way to do things.

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

16 years agoSilly mistake.
Richard Heck [Sun, 3 Feb 2008 07:46:45 +0000 (07:46 +0000)]
Silly mistake.

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

16 years agoCosmetic.
Richard Heck [Sun, 3 Feb 2008 00:32:02 +0000 (00:32 +0000)]
Cosmetic.

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

16 years agoClarify meaning of argument.
Richard Heck [Sat, 2 Feb 2008 23:50:42 +0000 (23:50 +0000)]
Clarify meaning of argument.

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

16 years agoNeed to go ahead and start this guy....
Richard Heck [Sat, 2 Feb 2008 23:42:05 +0000 (23:42 +0000)]
Need to go ahead and start this guy....

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

16 years ago* Doxy.
Pavel Sanda [Sat, 2 Feb 2008 23:40:11 +0000 (23:40 +0000)]
* Doxy.

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

16 years agode.po translation updates
Uwe Stöhr [Sat, 2 Feb 2008 23:21:25 +0000 (23:21 +0000)]
de.po translation updates

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

16 years agoheader cleanup
Abdelrazak Younes [Sat, 2 Feb 2008 15:48:58 +0000 (15:48 +0000)]
header cleanup

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

16 years agoLet the cursor blink frequency depend on qt settings.
Pavel Sanda [Sat, 2 Feb 2008 03:05:54 +0000 (03:05 +0000)]
Let the cursor blink frequency depend on qt settings.
Move checking of forked processes into independent timer.

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

16 years agoEmbeddedObjects.lyx: new section about Floats set side by side
Uwe Stöhr [Sat, 2 Feb 2008 02:14:10 +0000 (02:14 +0000)]
EmbeddedObjects.lyx: new section about Floats set side by side

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

16 years ago- .po-file remerge
Uwe Stöhr [Sat, 2 Feb 2008 00:56:25 +0000 (00:56 +0000)]
- .po-file remerge
- de.po translation updates

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

16 years agoImprove cursor movement around lines ending with break-lines
Bo Peng [Fri, 1 Feb 2008 17:29:31 +0000 (17:29 +0000)]
Improve cursor movement around lines ending with break-lines

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

16 years agoabdel likes short code
Jean-Marc Lasgouttes [Fri, 1 Feb 2008 17:04:59 +0000 (17:04 +0000)]
abdel likes short code

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

16 years ago* Doxy.
Pavel Sanda [Fri, 1 Feb 2008 17:03:55 +0000 (17:03 +0000)]
* Doxy.

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

16 years ago* lib/unicodesymbols:
Jürgen Spitzmüller [Fri, 1 Feb 2008 17:01:12 +0000 (17:01 +0000)]
* lib/unicodesymbols:
- support some more glyphs from tipa.

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

16 years agosmall code simplification
Jean-Marc Lasgouttes [Fri, 1 Feb 2008 15:54:40 +0000 (15:54 +0000)]
small code simplification

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

16 years agoRemove unused macros USE_INCLUDED_STRING and STD_STRING_IS_GOOD
Jean-Marc Lasgouttes [Fri, 1 Feb 2008 15:36:53 +0000 (15:36 +0000)]
Remove unused macros USE_INCLUDED_STRING and STD_STRING_IS_GOOD

Remove a few unused headers

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

16 years agoUse a set<string> instead of a vecctor<string> for list of features. This
Jean-Marc Lasgouttes [Fri, 1 Feb 2008 15:12:04 +0000 (15:12 +0000)]
Use a set<string> instead of a vecctor<string> for list of features. This
allows to simplify the code to some extent.

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

16 years ago* Doxy
Pavel Sanda [Fri, 1 Feb 2008 00:03:19 +0000 (00:03 +0000)]
* Doxy

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

16 years ago* Doxy: Unify style.
Pavel Sanda [Thu, 31 Jan 2008 23:41:19 +0000 (23:41 +0000)]
* Doxy: Unify style.

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

16 years agorewrite comment explaining DocIterator's boundary_
Dov Feldstern [Thu, 31 Jan 2008 22:50:16 +0000 (22:50 +0000)]
rewrite comment explaining DocIterator's boundary_

All boundary-related code went through a major rehaul some months ago (mainly
Stefan's work), but this comment was never updated to reflect that.

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

16 years agoDoxy for some cursor movement lfuns.
Dov Feldstern [Thu, 31 Jan 2008 22:42:24 +0000 (22:42 +0000)]
Doxy for some cursor movement lfuns.

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

16 years agoKeyboard shortcuts for TOC window buttons.
Pavel Sanda [Thu, 31 Jan 2008 19:48:48 +0000 (19:48 +0000)]
Keyboard shortcuts for TOC window buttons.

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

16 years ago* Doxy.
Pavel Sanda [Wed, 30 Jan 2008 23:23:40 +0000 (23:23 +0000)]
* Doxy.

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

16 years agoMath.lyx: fix some typos
Uwe Stöhr [Wed, 30 Jan 2008 22:56:36 +0000 (22:56 +0000)]
Math.lyx: fix some typos

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

16 years agoCustomization: tiny update by Hartmut
Uwe Stöhr [Wed, 30 Jan 2008 22:43:26 +0000 (22:43 +0000)]
Customization: tiny update by Hartmut
Math: workaround for the package braket, that is not in teTeX 3 but in TeXLive and MiKTeX

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

16 years agoMakefile.am: adjust for r22717
Uwe Stöhr [Wed, 30 Jan 2008 22:25:25 +0000 (22:25 +0000)]
Makefile.am: adjust for r22717

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

16 years ago* The gui change for the mouse wheel speed setting. This includes the
Stefan Schimanski [Wed, 30 Jan 2008 21:20:56 +0000 (21:20 +0000)]
* The gui change for the mouse wheel speed setting. This includes the
  renaming of the keyboard preferences pane into a input preferences pane.

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

16 years ago* a configuration value for the mouse wheel scrolling speed:
Stefan Schimanski [Wed, 30 Jan 2008 21:20:29 +0000 (21:20 +0000)]
* a configuration value for the mouse wheel scrolling speed:
   lyxrc.mouse_wheel_speed

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

16 years ago* BufferView::scrollDocView(): take care of the general case before the particular...
Abdelrazak Younes [Tue, 29 Jan 2008 13:34:18 +0000 (13:34 +0000)]
* BufferView::scrollDocView(): take care of the general case before the particular top and bottom cases as those don't work very well when the document starts or ends with a big inset.

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

16 years agoSimplify scrolling code. Instead of using the actionTriggered() signal we now use...
Abdelrazak Younes [Tue, 29 Jan 2008 12:54:23 +0000 (12:54 +0000)]
Simplify scrolling code. Instead of using the actionTriggered() signal we now use valueChanged(). This has the advantage that we can possibly disable scrollbar tracking for low graphical performance systems.

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

16 years ago* BufferView::scrollDocView(): simplify by using showCursor() and add some comments.
Abdelrazak Younes [Tue, 29 Jan 2008 10:17:41 +0000 (10:17 +0000)]
* BufferView::scrollDocView(): simplify by using showCursor() and add some comments.

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

16 years agoFix scrolling to top and bottom of the document.
Abdelrazak Younes [Tue, 29 Jan 2008 09:51:12 +0000 (09:51 +0000)]
Fix scrolling to top and bottom of the document.

* BufferView
- showCursor(DocIterator): new DocIterator argument.
- showCursor(): use above method.
- scrollDocView(): take care of top and bottom special cases early in the method.

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

16 years agoGuiWorkArea::adjustViewWithScrollBar(): Fix slder to minimum and maximum. The problem...
Abdelrazak Younes [Tue, 29 Jan 2008 09:37:02 +0000 (09:37 +0000)]
GuiWorkArea::adjustViewWithScrollBar(): Fix slder to minimum and maximum. The problem was that when QAbstractSlider::actionTriggered() is emitted the scrollbar value is not changed, only its sliderPosition.

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

16 years agoRowPainter::paintLast(): microptimisation and comments.
Abdelrazak Younes [Tue, 29 Jan 2008 07:31:24 +0000 (07:31 +0000)]
RowPainter::paintLast(): microptimisation and comments.

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

16 years ago* doc/Customization.lyx: few translation hints.
Pavel Sanda [Tue, 29 Jan 2008 02:46:55 +0000 (02:46 +0000)]
* doc/Customization.lyx: few translation hints.

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

16 years ago* Doxy.
Pavel Sanda [Mon, 28 Jan 2008 22:31:30 +0000 (22:31 +0000)]
* Doxy.

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