]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoPimpl stuff in GuiApplication.
Abdelrazak Younes [Fri, 23 May 2008 08:43:07 +0000 (08:43 +0000)]
Pimpl stuff in GuiApplication.

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

16 years ago- Move as much platform specific stuff as possible to GuiApplication.cpp
Abdelrazak Younes [Fri, 23 May 2008 07:52:39 +0000 (07:52 +0000)]
- Move as much platform specific stuff as possible to GuiApplication.cpp
- introduce GuiApplication::Private

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

16 years agoThe purpose prize.
Pavel Sanda [Thu, 22 May 2008 23:34:54 +0000 (23:34 +0000)]
The purpose prize.

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

16 years agoForgot these.
Pavel Sanda [Thu, 22 May 2008 23:28:25 +0000 (23:28 +0000)]
Forgot these.

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

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4650
Abdelrazak Younes [Thu, 22 May 2008 22:04:38 +0000 (22:04 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4650
This bug dates back to my cleanup of the Paragraph class; amazing that nobody noticed it before.

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

16 years agoDisable a socket notifier when unregistering it.
Enrico Forestieri [Thu, 22 May 2008 21:08:34 +0000 (21:08 +0000)]
Disable a socket notifier when unregistering it.
This avoids the following Qt warnings when performing a reverse dvi search:

QSocketNotifier: Multiple socket notifiers for same socket 9 and type Read
QSocketNotifier: Invalid socket 15 and type 'Read', disabling...

occurring when using the lyxserver or the lyxclient, respectively.

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

16 years ago* Doxy.
Pavel Sanda [Thu, 22 May 2008 19:50:30 +0000 (19:50 +0000)]
* Doxy.

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

16 years agofix http://bugzilla.lyx.org/show_bug.cgi?id=4870
Abdelrazak Younes [Thu, 22 May 2008 15:20:43 +0000 (15:20 +0000)]
fix http://bugzilla.lyx.org/show_bug.cgi?id=4870

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

16 years ago * frontends/LyXView.h:
Jean-Marc Lasgouttes [Thu, 22 May 2008 15:01:36 +0000 (15:01 +0000)]
* frontends/LyXView.h:
* frontends/qt4/GuiView.h:
* frontends/qt4/GuiView.cpp (getStatus): change signature to return a
bool indicating whether the view knows something about the lfun.

* LyXFunc.cpp (getStatus): remove knowledge about what lfuns are
handled in view. Call LyXView::getStatus() when nothing is known at
LyXFunc level.

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

16 years agoUpdate coding rule for enums to reflect actually used style.
Abdelrazak Younes [Thu, 22 May 2008 14:06:57 +0000 (14:06 +0000)]
Update coding rule for enums to reflect actually used style.

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

16 years agoFix bug 4712. Forgot the case where we need to reset layout from empty to default.
Richard Heck [Thu, 22 May 2008 14:06:23 +0000 (14:06 +0000)]
Fix bug 4712. Forgot the case where we need to reset layout from empty to default.

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

16 years agoAdd some constness where we can.
Richard Heck [Thu, 22 May 2008 14:02:35 +0000 (14:02 +0000)]
Add some constness where we can.

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

16 years agoUnify Paragraph::asString() methods.
Abdelrazak Younes [Thu, 22 May 2008 14:01:33 +0000 (14:01 +0000)]
Unify Paragraph::asString() methods.

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

16 years agoWarning.
Richard Heck [Thu, 22 May 2008 13:52:18 +0000 (13:52 +0000)]
Warning.

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

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4641
Abdelrazak Younes [Thu, 22 May 2008 10:44:28 +0000 (10:44 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4641
SVN blames Jürgen for this code (rev 22325).

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

16 years agoforward port rev 24877. Even if trunk is not affected by 4857, it is safer to only...
Abdelrazak Younes [Thu, 22 May 2008 10:14:20 +0000 (10:14 +0000)]
forward port rev 24877. Even if trunk is not affected by 4857, it is safer to only display printable characters in the toc items and not go inside insets.

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

16 years agoRevert 24816, this didn't not work with the minibuffer.
Abdelrazak Younes [Wed, 21 May 2008 08:25:17 +0000 (08:25 +0000)]
Revert 24816, this didn't not work with the minibuffer.

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

16 years ago* Doxy.
Pavel Sanda [Wed, 21 May 2008 00:43:51 +0000 (00:43 +0000)]
* Doxy.

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4607
Abdelrazak Younes [Tue, 20 May 2008 13:32:04 +0000 (13:32 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4607

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

16 years ago * insets/InsetQuotes.cpp (displayString): reenable quote display code
Jean-Marc Lasgouttes [Tue, 20 May 2008 13:21:28 +0000 (13:21 +0000)]
* insets/InsetQuotes.cpp (displayString): reenable quote display code
(but use a table-based solution instead of the old code).

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

16 years agoget rid of useless debug output.
Abdelrazak Younes [Tue, 20 May 2008 13:13:48 +0000 (13:13 +0000)]
get rid of useless debug output.

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

16 years ago- Fix crash with clicking on second Listings iten in Navigator (in EmbeddedObject...
Abdelrazak Younes [Tue, 20 May 2008 13:09:35 +0000 (13:09 +0000)]
- Fix crash with clicking on second Listings iten in Navigator (in EmbeddedObject.lyx).
- Fix http://bugzilla.lyx.org/show_bug.cgi?id=4613

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

16 years agoDelay the Toc update of child documents until we update the master one.
Abdelrazak Younes [Tue, 20 May 2008 12:58:54 +0000 (12:58 +0000)]
Delay the Toc update of child documents until we update the master one.

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

16 years agorevert accidental commit.
Abdelrazak Younes [Tue, 20 May 2008 11:58:34 +0000 (11:58 +0000)]
revert accidental commit.

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

16 years agoFix caption numbering of child documents.
Abdelrazak Younes [Tue, 20 May 2008 11:54:23 +0000 (11:54 +0000)]
Fix caption numbering of child documents.

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

16 years agoFix label numbering of child documents.
Abdelrazak Younes [Tue, 20 May 2008 11:25:29 +0000 (11:25 +0000)]
Fix label numbering of child documents.

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

16 years agofix MSVC warning
Abdelrazak Younes [Tue, 20 May 2008 11:24:12 +0000 (11:24 +0000)]
fix MSVC warning

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

16 years agoescape backslashes when importing the cells
José Matox [Tue, 20 May 2008 11:20:33 +0000 (11:20 +0000)]
escape backslashes when importing the cells

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

16 years ago* InsetCitation:
Jürgen Spitzmüller [Tue, 20 May 2008 07:22:55 +0000 (07:22 +0000)]
* InsetCitation:
- use valid citation commands only (bug 4876)

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

16 years agoconfigure.py: rename "Comma-separated values" to "Table (CSV)"
Uwe Stöhr [Tue, 20 May 2008 00:59:16 +0000 (00:59 +0000)]
configure.py: rename "Comma-separated values" to "Table (CSV)"

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

16 years agoTutorial.lyx: updated for LyX 1.6
Uwe Stöhr [Tue, 20 May 2008 00:10:20 +0000 (00:10 +0000)]
Tutorial.lyx: updated for LyX 1.6

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

16 years agoFrench UserGuide.lyx: translation updates by Siegfried
Uwe Stöhr [Mon, 19 May 2008 22:28:27 +0000 (22:28 +0000)]
French UserGuide.lyx: translation updates by Siegfried

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

16 years agode.po: update the list of translators
Uwe Stöhr [Mon, 19 May 2008 21:46:30 +0000 (21:46 +0000)]
de.po: update the list of translators

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

16 years agocosmetics
André Pönitz [Mon, 19 May 2008 20:52:24 +0000 (20:52 +0000)]
cosmetics

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

16 years agocosmetics
André Pönitz [Mon, 19 May 2008 19:58:05 +0000 (19:58 +0000)]
cosmetics

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

16 years ago* src/frontends/qt4/GuiSendto.cpp:
Jürgen Spitzmüller [Mon, 19 May 2008 10:12:27 +0000 (10:12 +0000)]
* src/frontends/qt4/GuiSendto.cpp:
- use translated formats.

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

16 years ago* po/*.po: remerge
Jürgen Spitzmüller [Mon, 19 May 2008 09:35:31 +0000 (09:35 +0000)]
* po/*.po: remerge

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

16 years ago*** fix bug 2488 (make dynamic formats in menus translatable) ***
Jürgen Spitzmüller [Mon, 19 May 2008 09:33:53 +0000 (09:33 +0000)]
*** fix bug 2488 (make dynamic formats in menus translatable) ***

* po/lyx_pot.py:
- new method formats_l10n that parses configure.py for file formats and shortcuts
* po/Makefile.in.in:
* development/scons/SConstruct:
- call formats_l10n on po update

* src/frontends/qt4/Menus.cpp:
- handle translated formats

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

16 years agomore work to update the EmbeddedObjects.lyx manual for LyX 1.6
Uwe Stöhr [Mon, 19 May 2008 00:17:43 +0000 (00:17 +0000)]
more work to update the EmbeddedObjects.lyx manual for LyX 1.6

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

16 years agoGerman Extended.lyx: new section about picinpar and CSV-file updates by Hartmut
Uwe Stöhr [Sun, 18 May 2008 23:45:39 +0000 (23:45 +0000)]
German Extended.lyx: new section about picinpar and CSV-file updates by Hartmut

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

16 years agoUserGuide.lyx: fix the bibliography
Uwe Stöhr [Sun, 18 May 2008 22:04:51 +0000 (22:04 +0000)]
UserGuide.lyx: fix the bibliography

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

16 years agocsv2lyx.py: I haven't contributed something to the actual file version
Uwe Stöhr [Sun, 18 May 2008 20:43:04 +0000 (20:43 +0000)]
csv2lyx.py: I haven't contributed something to the actual file version

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

16 years agoEmbeddedObjects.lyx: add a note about box alignment
Uwe Stöhr [Sun, 18 May 2008 20:35:07 +0000 (20:35 +0000)]
EmbeddedObjects.lyx: add a note about box alignment

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

16 years agoUpdate file to the last version discussed on bugzilla and on the devel list
José Matox [Sun, 18 May 2008 19:26:05 +0000 (19:26 +0000)]
Update file to the last version discussed on bugzilla and on the devel list

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

16 years agocsv2lyx.py: new csv2lyx version by Hartmut and José
Uwe Stöhr [Sun, 18 May 2008 19:08:23 +0000 (19:08 +0000)]
csv2lyx.py: new csv2lyx version by Hartmut and José

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

16 years agoEnsure the focus is returned to the editing area after a dispatch.
Abdelrazak Younes [Sun, 18 May 2008 13:59:52 +0000 (13:59 +0000)]
Ensure the focus is returned to the editing area after a dispatch.

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

16 years agoFix cursor positioning bug in TocBackend.
Abdelrazak Younes [Sun, 18 May 2008 13:50:49 +0000 (13:50 +0000)]
Fix cursor positioning bug in TocBackend.

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

16 years ago* Doxy.
Pavel Sanda [Sun, 18 May 2008 12:14:07 +0000 (12:14 +0000)]
* Doxy.

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

16 years agoadd a FIXME.
Abdelrazak Younes [Sat, 17 May 2008 17:08:09 +0000 (17:08 +0000)]
add a FIXME.

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

16 years agosimplify navigator. Get rid of the selectionModel() based navigation as this was...
Abdelrazak Younes [Sat, 17 May 2008 17:03:53 +0000 (17:03 +0000)]
simplify navigator. Get rid of the selectionModel() based navigation as this was too buggy. The tree now react to 'clicked' and activated signal. Changing a selection with the keyboard won't trigger a cursor jump, the user will have to hit 'Enter' for that. This is a ui change that probably needs to be documented (if it was already).

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

16 years agotex2lyx/preamble.cpp: handle also onecolumn and oneside as discussed
Uwe Stöhr [Sat, 17 May 2008 15:11:41 +0000 (15:11 +0000)]
tex2lyx/preamble.cpp: handle also onecolumn and oneside as discussed

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

16 years ago* Doxy.
Pavel Sanda [Sat, 17 May 2008 13:49:29 +0000 (13:49 +0000)]
* Doxy.

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

16 years agotex2lyx/preamble.cpp: support for the \geometry settings and the paper orientation...
Uwe Stöhr [Fri, 16 May 2008 20:25:44 +0000 (20:25 +0000)]
tex2lyx/preamble.cpp: support for the \geometry settings and the paper orientation, fixes bug 4826.

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

16 years ago* Doxy.
Pavel Sanda [Fri, 16 May 2008 18:28:08 +0000 (18:28 +0000)]
* Doxy.

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

16 years agoAdd dist file.
Pavel Sanda [Fri, 16 May 2008 18:06:01 +0000 (18:06 +0000)]
Add dist file.

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

16 years agoResurrect make check from dead.
Pavel Sanda [Fri, 16 May 2008 17:14:42 +0000 (17:14 +0000)]
Resurrect make check from dead.

LASSERT was pulling dependency hell for the test.

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

16 years ago* TocBackend::item(): fix toc navigation bug by using DocIterator instead of ParConst...
Abdelrazak Younes [Fri, 16 May 2008 15:06:26 +0000 (15:06 +0000)]
* TocBackend::item(): fix toc navigation bug by using DocIterator instead of ParConstIterator.

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

16 years agomake check in src/support: only absolute path can be reasonably tested now.
Pavel Sanda [Fri, 16 May 2008 14:54:35 +0000 (14:54 +0000)]
make check in src/support: only absolute path can be reasonably tested now.

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

16 years agoCompil fix for Qt4.2
Abdelrazak Younes [Fri, 16 May 2008 14:30:46 +0000 (14:30 +0000)]
Compil fix for Qt4.2

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

16 years agoFactorize out some code between TocModel.cpp and Menus.cpp.
Abdelrazak Younes [Fri, 16 May 2008 13:49:49 +0000 (13:49 +0000)]
Factorize out some code between TocModel.cpp and Menus.cpp.

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

16 years agoreverse Toc searching: use DocIterator instead of ParconsIterator.
Abdelrazak Younes [Fri, 16 May 2008 13:11:43 +0000 (13:11 +0000)]
reverse Toc searching: use DocIterator instead of ParconsIterator.

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

16 years agodoxy new LFUN_PARAGRAPH_GOTO parameter.
Abdelrazak Younes [Fri, 16 May 2008 12:55:19 +0000 (12:55 +0000)]
doxy new LFUN_PARAGRAPH_GOTO parameter.

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

16 years agoMore accurate toc navigation (LFUN_PARAGRAPH_GOTO).
Abdelrazak Younes [Fri, 16 May 2008 12:48:13 +0000 (12:48 +0000)]
More accurate toc navigation (LFUN_PARAGRAPH_GOTO).

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

16 years agoMenubar autohiding: add some more comments and hide it a bit earlier.
Abdelrazak Younes [Fri, 16 May 2008 08:11:37 +0000 (08:11 +0000)]
Menubar autohiding: add some more comments and hide it a bit earlier.

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

16 years agoCompil fix.
Pavel Sanda [Fri, 16 May 2008 06:35:31 +0000 (06:35 +0000)]
Compil fix.

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

16 years agoadd a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts...
Abdelrazak Younes [Thu, 15 May 2008 23:55:00 +0000 (23:55 +0000)]
add a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts beginning with Alt.

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

16 years agomenubar autoshowing: go back to r24786
Abdelrazak Younes [Thu, 15 May 2008 23:26:31 +0000 (23:26 +0000)]
menubar autoshowing: go back to r24786

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

16 years agotex2lyx/preamble.cpp: cosmetics again
Uwe Stöhr [Thu, 15 May 2008 23:02:53 +0000 (23:02 +0000)]
tex2lyx/preamble.cpp: cosmetics again

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

16 years agoBufferParams.cpp: fix the order for page sizes, fileformat change is needed, fixes...
Uwe Stöhr [Thu, 15 May 2008 22:54:13 +0000 (22:54 +0000)]
BufferParams.cpp: fix the order for page sizes, fileformat change is needed, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4868

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

16 years ago- tex2lyx\box-color-size-space-align.tex: add preamble options to test the geometry...
Uwe Stöhr [Thu, 15 May 2008 22:48:54 +0000 (22:48 +0000)]
- tex2lyx\box-color-size-space-align.tex: add preamble options to test the geometry settings

- tey2lyx\test-structure.tex: add paper size document class option for testing

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

16 years agotex2lyx/preamble.cpp: cosmetics
Uwe Stöhr [Thu, 15 May 2008 21:09:53 +0000 (21:09 +0000)]
tex2lyx/preamble.cpp: cosmetics

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

16 years agotex2lyx/preamble.cpp: support for the document class options twocolumn and twoside...
Uwe Stöhr [Thu, 15 May 2008 21:05:25 +0000 (21:05 +0000)]
tex2lyx/preamble.cpp: support for the document class options twocolumn and twoside, fixes bug 4867

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

16 years agoRestoring autohiding and showing of menubar upon Pavel's request.
Abdelrazak Younes [Thu, 15 May 2008 11:02:23 +0000 (11:02 +0000)]
Restoring autohiding and showing of menubar upon Pavel's request.

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

16 years ago- using Alt key in fullscreen mode: don't autoshow the menubar but popup directly...
Abdelrazak Younes [Thu, 15 May 2008 10:18:49 +0000 (10:18 +0000)]
- using Alt key in fullscreen mode: don't autoshow the menubar but popup directly relevant menu if possible. This code will I guess not work on Mac. The solution is I think for GlobalMenuBar to subclass MenuBar instead of QMenuBar.
- remove autohide of menu and status bar.

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

16 years ago- Don't popup the menubar if only Alt is pressed.
Abdelrazak Younes [Thu, 15 May 2008 09:42:28 +0000 (09:42 +0000)]
- Don't popup the menubar if only Alt is pressed.
- add a FIXME wrt LyX own shortcuts using Alt.

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

16 years agoAutoshow and autohide menubar while in fullscreen mode.
Abdelrazak Younes [Thu, 15 May 2008 09:14:09 +0000 (09:14 +0000)]
Autoshow and autohide menubar while in fullscreen mode.

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

16 years agorework a bit the document dialog so that it works more or less fine without any open...
Abdelrazak Younes [Thu, 15 May 2008 08:41:17 +0000 (08:41 +0000)]
rework a bit the document dialog so that it works more or less fine without any open document.

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

16 years agobug 4652: better fix.
Abdelrazak Younes [Thu, 15 May 2008 08:06:32 +0000 (08:06 +0000)]
bug 4652: better fix.

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4652
Abdelrazak Younes [Thu, 15 May 2008 07:50:37 +0000 (07:50 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4652
This was a copy&paste error on my side I guess.

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4585
Abdelrazak Younes [Wed, 14 May 2008 16:38:15 +0000 (16:38 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4585

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

16 years agoCosmetics and comments.
Abdelrazak Younes [Wed, 14 May 2008 15:37:20 +0000 (15:37 +0000)]
Cosmetics and comments.

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

16 years agocosmetics.
Abdelrazak Younes [Wed, 14 May 2008 15:24:36 +0000 (15:24 +0000)]
cosmetics.

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

16 years agosimplify selected text painting.
Abdelrazak Younes [Wed, 14 May 2008 15:16:10 +0000 (15:16 +0000)]
simplify selected text painting.

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

16 years agoAdd session to citation dialog.
Abdelrazak Younes [Wed, 14 May 2008 14:37:33 +0000 (14:37 +0000)]
Add session to citation dialog.

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

16 years agoAdd session to view-source dialog.
Abdelrazak Younes [Wed, 14 May 2008 14:24:55 +0000 (14:24 +0000)]
Add session to view-source dialog.

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

16 years agoAdd session to paragraph dialog.
Abdelrazak Younes [Wed, 14 May 2008 14:08:58 +0000 (14:08 +0000)]
Add session to paragraph dialog.

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

16 years agoAdd session to character dialog.
Abdelrazak Younes [Wed, 14 May 2008 12:03:12 +0000 (12:03 +0000)]
Add session to character dialog.

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

16 years agoFix locale aware language sorting in character (text style) dialog.
Abdelrazak Younes [Wed, 14 May 2008 11:27:33 +0000 (11:27 +0000)]
Fix locale aware language sorting in character (text style) dialog.

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

16 years agoFix gcc compilation and warning.
Pavel Sanda [Wed, 14 May 2008 11:01:27 +0000 (11:01 +0000)]
Fix gcc compilation and warning.

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

16 years agowhite space.
Abdelrazak Younes [Wed, 14 May 2008 10:36:47 +0000 (10:36 +0000)]
white space.

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

16 years agoHopefully fix locale aware language sorting in document and prefs dialogs.
Abdelrazak Younes [Wed, 14 May 2008 10:34:19 +0000 (10:34 +0000)]
Hopefully fix locale aware language sorting in document and prefs dialogs.

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

16 years agomore work to update the EmbeddedObjects.lyx manual
Uwe Stöhr [Tue, 13 May 2008 23:26:40 +0000 (23:26 +0000)]
more work to update the EmbeddedObjects.lyx manual

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

16 years agoclearing a map of pointer is not needed.
Abdelrazak Younes [Tue, 13 May 2008 22:32:38 +0000 (22:32 +0000)]
clearing a map of pointer is not needed.

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

16 years agoAdd some initialisations.
Abdelrazak Younes [Tue, 13 May 2008 22:31:33 +0000 (22:31 +0000)]
Add some initialisations.

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

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4860
Abdelrazak Younes [Tue, 13 May 2008 21:28:04 +0000 (21:28 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4860

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

16 years agoBufferParams.cpp: follow Jürgen's advice to load subfig after \PassOptionsToPackage
Uwe Stöhr [Tue, 13 May 2008 20:46:49 +0000 (20:46 +0000)]
BufferParams.cpp: follow Jürgen's advice to load subfig after \PassOptionsToPackage

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

16 years agoFix Settings entry for space insets.
Jean-Marc Lasgouttes [Tue, 13 May 2008 14:44:53 +0000 (14:44 +0000)]
Fix Settings entry for space insets.

* inset/inset.cpp (doDispatch, getStatus): handle LFUN_INSET_TOGGLE.

* BufferView.cpp (getStatus): cleanup
(dispatch): do not call Inset::edit() explicitely.

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

16 years agogetStatus for LFUN_SET_GRAPHICS_GROUP so context menu looks nicer.
Pavel Sanda [Tue, 13 May 2008 14:26:47 +0000 (14:26 +0000)]
getStatus for LFUN_SET_GRAPHICS_GROUP so context menu looks nicer.

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

16 years agoInset::addToToc(): change signature. Use DocIterator instead of ParConstIterator...
Abdelrazak Younes [Tue, 13 May 2008 08:23:44 +0000 (08:23 +0000)]
Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet.

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

16 years agoBufferParams.cpp: load the subfig package conditionally to make it work with the...
Uwe Stöhr [Tue, 13 May 2008 01:23:50 +0000 (01:23 +0000)]
BufferParams.cpp: load the subfig package conditionally to make it work with the caption package

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