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

16 years agomove setting for display version to settings.nsh
Joost Verburg [Mon, 12 May 2008 23:04:13 +0000 (23:04 +0000)]
move setting for display version to settings.nsh

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

16 years agofix compilation order
Joost Verburg [Mon, 12 May 2008 22:35:35 +0000 (22:35 +0000)]
fix compilation order

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

16 years agoLyX doesn't need this file
Joost Verburg [Mon, 12 May 2008 22:21:19 +0000 (22:21 +0000)]
LyX doesn't need this file

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

16 years agoupdated dictionaries
Joost Verburg [Mon, 12 May 2008 19:13:02 +0000 (19:13 +0000)]
updated dictionaries

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

16 years agoScons: fix env_toc's dependency on lyx2lyx
Bo Peng [Mon, 12 May 2008 16:36:12 +0000 (16:36 +0000)]
Scons: fix env_toc's dependency on lyx2lyx

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

16 years agotex2lyx/text.cpp: only whitespace
Uwe Stöhr [Sun, 11 May 2008 14:13:23 +0000 (14:13 +0000)]
tex2lyx/text.cpp: only whitespace

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

16 years agoexamples/es/mathed.lyx: deleted because the Math manual has been translated to Spanis...
Uwe Stöhr [Sun, 11 May 2008 13:35:58 +0000 (13:35 +0000)]
examples/es/mathed.lyx: deleted because the Math manual has been translated to Spanish since LyX 1.5.5.

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

16 years ago* lib/lyx2lyx/lyx_1_6.py:
Jürgen Spitzmüller [Sun, 11 May 2008 08:17:14 +0000 (08:17 +0000)]
* lib/lyx2lyx/lyx_1_6.py:
- more work on InsetIndex reversion. Now InsetSpecialChar and font switches are
  handled (within limits)

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

16 years agomake distcheck fix.
Pavel Sanda [Sun, 11 May 2008 01:59:03 +0000 (01:59 +0000)]
make distcheck fix.
the old known make check bug must be fixed though for the whole
process to proceed.

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

16 years agoUpdate it.po
Enrico Forestieri [Sat, 10 May 2008 23:49:48 +0000 (23:49 +0000)]
Update it.po

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

16 years agoMake it less ugly and safer, as when adding to the preamble one doesn't
Enrico Forestieri [Sat, 10 May 2008 22:35:17 +0000 (22:35 +0000)]
Make it less ugly and safer, as when adding to the preamble one doesn't
have to check whether \makeatletter has already been added or not.

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

16 years ago* Doxy.
Pavel Sanda [Sat, 10 May 2008 17:24:48 +0000 (17:24 +0000)]
* Doxy.

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

16 years ago* lib/lyx2lyx/lyx_1_6.py:
Jürgen Spitzmüller [Sat, 10 May 2008 17:19:26 +0000 (17:19 +0000)]
* lib/lyx2lyx/lyx_1_6.py:
- more work on InsetIndex reversion. Still lots left to do.

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

16 years ago* Doxy.
Pavel Sanda [Sat, 10 May 2008 14:36:44 +0000 (14:36 +0000)]
* Doxy.

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

16 years agotex2lyx/text.cpp: support for the centering environment used to center e.g. images
Uwe Stöhr [Sat, 10 May 2008 00:01:46 +0000 (00:01 +0000)]
tex2lyx/text.cpp: support for the centering environment used to center e.g. images

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

16 years agoMath.lyx: compile fixes
Uwe Stöhr [Fri, 9 May 2008 23:48:55 +0000 (23:48 +0000)]
Math.lyx: compile fixes

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

16 years agoGerman Extended.lyx: info about the new CSV importer
Uwe Stöhr [Fri, 9 May 2008 23:20:35 +0000 (23:20 +0000)]
German Extended.lyx: info about the new CSV importer

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

16 years agoDoxy for word-level cursor movement lfuns.
Dov Feldstern [Fri, 9 May 2008 14:02:05 +0000 (14:02 +0000)]
Doxy for word-level cursor movement lfuns.

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

16 years ago* lib/lyx2lyx/lyx_1_6.py:
Jürgen Spitzmüller [Fri, 9 May 2008 10:53:08 +0000 (10:53 +0000)]
* lib/lyx2lyx/lyx_1_6.py:
- partial fix of bug 4838 (reversion of new index inset to 1.5)

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

16 years ago* src/InsetIndex: further corrections od LaTeX output.
Jürgen Spitzmüller [Fri, 9 May 2008 09:50:18 +0000 (09:50 +0000)]
* src/InsetIndex: further corrections od LaTeX output.

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

16 years ago* apa.layout: revert some unintended changes.
Jürgen Spitzmüller [Fri, 9 May 2008 09:03:36 +0000 (09:03 +0000)]
* apa.layout: revert some unintended changes.

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

16 years ago* lib/layouts/apa.layout:
Jürgen Spitzmüller [Fri, 9 May 2008 08:57:32 +0000 (08:57 +0000)]
* lib/layouts/apa.layout:
        - Use styleguide-conforming headings in the APA layout (bug 4827).

* src/Buffer.cpp:
- file format change to 333.

* lib/lyx2lyx/lyx_1_6.py:
- convert obsoleted layouts.

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

16 years ago* lib/layouts/theorems-starred-equivalents.inc:
Jürgen Spitzmüller [Fri, 9 May 2008 08:01:37 +0000 (08:01 +0000)]
* lib/layouts/theorems-starred-equivalents.inc:
- Fix LaTeX errors triggered by switching from ams article to ams plain
     article (patch by Paul Rubin and me).

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

16 years ago* compare locale aware
Stefan Schimanski [Fri, 9 May 2008 01:16:49 +0000 (01:16 +0000)]
* compare locale aware

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

16 years ago* no .h for Qt headers
Stefan Schimanski [Thu, 8 May 2008 15:08:46 +0000 (15:08 +0000)]
* no .h for Qt headers

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

16 years ago* For gcc to know about QStandardItemModel < QAbstractItemModel we need this header.
Stefan Schimanski [Thu, 8 May 2008 14:40:01 +0000 (14:40 +0000)]
* For gcc to know about QStandardItemModel < QAbstractItemModel we need this header.

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

16 years agoMove (de)activate out of harms way
Martin Vermeer [Thu, 8 May 2008 10:19:36 +0000 (10:19 +0000)]
Move (de)activate out of harms way

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

16 years agoNo need to change LyX.py everytime there is a file format change
José Matox [Thu, 8 May 2008 10:01:38 +0000 (10:01 +0000)]
No need to change LyX.py everytime there is a file format change

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

16 years agogcc compil fix.
Abdelrazak Younes [Thu, 8 May 2008 09:44:31 +0000 (09:44 +0000)]
gcc compil fix.

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

16 years agofix bug 4837.
Jürgen Spitzmüller [Thu, 8 May 2008 09:43:27 +0000 (09:43 +0000)]
fix bug 4837.

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

16 years agosort the languages.
Abdelrazak Younes [Thu, 8 May 2008 09:31:00 +0000 (09:31 +0000)]
sort the languages.

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

16 years agouse GuiApplication::languageModel() in GuiDocument.cpp
Abdelrazak Younes [Thu, 8 May 2008 09:18:45 +0000 (09:18 +0000)]
use GuiApplication::languageModel() in GuiDocument.cpp

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

16 years agoIntroduce GuiApplication::languageModel() and use it in GuiPrefs.cpp
Abdelrazak Younes [Thu, 8 May 2008 09:03:38 +0000 (09:03 +0000)]
Introduce GuiApplication::languageModel() and use it in GuiPrefs.cpp

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

16 years agoEmbeddedObjects.lyx: some more compile fixes
Uwe Stöhr [Thu, 8 May 2008 00:30:20 +0000 (00:30 +0000)]
EmbeddedObjects.lyx: some more compile fixes

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

16 years agoHeureka!
Uwe Stöhr [Thu, 8 May 2008 00:07:34 +0000 (00:07 +0000)]
Heureka!
with a workaround for bug 4398, the EmbeddedObjects manuals now compile.

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

16 years agoAutomatically update the dialog when the autoApply checkbox is toggled.
Abdelrazak Younes [Wed, 7 May 2008 23:56:48 +0000 (23:56 +0000)]
Automatically update the dialog when the autoApply checkbox is toggled.

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

16 years agoCodingstyle.
Pavel Sanda [Wed, 7 May 2008 23:40:59 +0000 (23:40 +0000)]
Codingstyle.

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

16 years agoFix part of bug 4836
Abdelrazak Younes [Wed, 7 May 2008 23:33:56 +0000 (23:33 +0000)]
Fix part of bug 4836
http://bugzilla.lyx.org/show_bug.cgi?id=4836

reset_language was not correctly handled.

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

16 years agotex2lyx/text.cpp: fix bug 20
Uwe Stöhr [Wed, 7 May 2008 22:52:56 +0000 (22:52 +0000)]
tex2lyx/text.cpp: fix bug 20

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

16 years agoUserGuide.lyx: tiny addition
Uwe Stöhr [Wed, 7 May 2008 22:46:23 +0000 (22:46 +0000)]
UserGuide.lyx: tiny addition

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

16 years agomove languageData() out of qt_helpers.cpp
Abdelrazak Younes [Wed, 7 May 2008 22:42:44 +0000 (22:42 +0000)]
move languageData() out of qt_helpers.cpp

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

16 years agoFrench Math.lyx: forgot this in the previous commits
Uwe Stöhr [Wed, 7 May 2008 21:51:01 +0000 (21:51 +0000)]
French Math.lyx: forgot this in the previous commits

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

16 years agoFrench documentation updates by Jean-Pierre and Siegfried
Uwe Stöhr [Wed, 7 May 2008 21:35:06 +0000 (21:35 +0000)]
French documentation updates by Jean-Pierre and Siegfried

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

16 years agogcc compile fixes.
Jürgen Spitzmüller [Wed, 7 May 2008 21:05:04 +0000 (21:05 +0000)]
gcc compile fixes.

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

16 years ago* RELEASE_NOTES:
Jürgen Spitzmüller [Wed, 7 May 2008 20:35:49 +0000 (20:35 +0000)]
* RELEASE_NOTES:
- document removal of LFUN_ACCENT_SPECIAL_CARON.

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

16 years agoPartially fix an annoying hover problem, viz: InsetCollapsable buttons don't get...
Richard Heck [Wed, 7 May 2008 19:20:01 +0000 (19:20 +0000)]
Partially fix an annoying hover problem, viz: InsetCollapsable buttons don't get `unhovered' if you collapse them (via Ctrl-I) when the mouse is inside the inset. I often seem to end up with several `hovered' buttons.

There is probably a better solution somewhere, but it's not obvious what it is, and this solution doesn't do anything terrible. It leaves unaddressed the fact that the button does not get `hovered' if you open an inset via Ctrl-I, and then the mouse ends up inside it, and now the button will get `unhovered' whenver you collapse it, even if the mouse ends up over the button. But (i) my attempts to deal with these cases failed, (ii) they're not very annoying, (iii) they get `fixed' as soon as you move the mouse, and (iv) I'm not sure how complicated it's worth making this.

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

16 years agoRevamp of the character dialog:
Abdelrazak Younes [Wed, 7 May 2008 18:53:48 +0000 (18:53 +0000)]
Revamp of the character dialog:
- many simplification all over the place.
- improvement to the "Immediate apply" feature.

AFAICS all functionality is restored but please test and report.

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

16 years agofix http://bugzilla.lyx.org/show_bug.cgi?id=4811
Abdelrazak Younes [Wed, 7 May 2008 15:41:12 +0000 (15:41 +0000)]
fix http://bugzilla.lyx.org/show_bug.cgi?id=4811
    wrong default language in character dialog

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

16 years agoheader.
Abdelrazak Younes [Wed, 7 May 2008 14:45:49 +0000 (14:45 +0000)]
header.

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

16 years agoMove code to more appropriate place, cosmetics.
Pavel Sanda [Wed, 7 May 2008 14:44:58 +0000 (14:44 +0000)]
Move code to more appropriate place, cosmetics.

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

16 years agoFix bug 4806
Jean-Marc Lasgouttes [Wed, 7 May 2008 13:55:03 +0000 (13:55 +0000)]
Fix bug 4806

* Context.cpp (begin_layout): make it a (private) method, and output
the extra stuff here.
(add_par_extra_stuff): this is used for stuff that is only for next
paragraph (like extra_stuff used to be); add_extra_stuff is now for
code that is output for all paragraphs in the context.

* text.cpp: update to new Context methods. Every user of add_extra_stuff
uses add_par_extra_stuff, except alignment (which has to be repeated
to fix bug 4806).

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

16 years agofix Bug 4119: LFUN accent-special-caron is obsolete
Abdelrazak Younes [Wed, 7 May 2008 11:17:43 +0000 (11:17 +0000)]
fix Bug 4119: LFUN accent-special-caron is obsolete

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

16 years agono vertical lines with booktabs
Edwin Leuven [Wed, 7 May 2008 09:37:22 +0000 (09:37 +0000)]
no vertical lines with booktabs

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

16 years agoenglish_language was not used at all.
Abdelrazak Younes [Wed, 7 May 2008 08:55:25 +0000 (08:55 +0000)]
english_language was not used at all.

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

16 years agoUpdate translations for 1.6.0(alpha 3)
José Matox [Wed, 7 May 2008 08:11:53 +0000 (08:11 +0000)]
Update translations for 1.6.0(alpha 3)

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

16 years agotex2lyx/box-color-size-space-align.tex: 2 small changes for better output
Uwe Stöhr [Wed, 7 May 2008 00:29:44 +0000 (00:29 +0000)]
tex2lyx/box-color-size-space-align.tex: 2 small changes for better output

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

16 years agoIntro.lyx: Updated for LyX 1.6.0
Uwe Stöhr [Tue, 6 May 2008 23:03:50 +0000 (23:03 +0000)]
Intro.lyx: Updated for LyX 1.6.0

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

16 years agoIntroduce groups for graphics insets. That includes:
Pavel Sanda [Tue, 6 May 2008 21:13:09 +0000 (21:13 +0000)]
Introduce groups for graphics insets. That includes:
- GuiGraphics dialog field for setup new groups.
- Graphics context menu for assigning to certain group.
- Fileformat change for groupId field in Graphics inset.
- Undo mechanism added to inset-apply, for catching changes
  in preference dialog.
- Qt designer 4.4 used now.

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

16 years agoFix 4603 for GuiGraphics. I guess most GuiDialog based dialog need fixing...
Abdelrazak Younes [Tue, 6 May 2008 15:18:50 +0000 (15:18 +0000)]
Fix 4603 for GuiGraphics. I guess most GuiDialog based dialog need fixing...

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4603
Abdelrazak Younes [Tue, 6 May 2008 14:53:54 +0000 (14:53 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4603

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

16 years agoSome more house cleaning.
Abdelrazak Younes [Tue, 6 May 2008 14:33:38 +0000 (14:33 +0000)]
Some more house cleaning.

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

16 years agoendl is defined in ostream, iomanip is not enough (it matters for gcc 4.3)
José Matox [Tue, 6 May 2008 14:29:06 +0000 (14:29 +0000)]
endl is defined in ostream, iomanip is not enough (it matters for gcc 4.3)

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

16 years agosilence warning
Jean-Marc Lasgouttes [Tue, 6 May 2008 14:11:20 +0000 (14:11 +0000)]
silence warning

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

16 years agoA bit of house cleaning.
Abdelrazak Younes [Tue, 6 May 2008 13:50:37 +0000 (13:50 +0000)]
A bit of house cleaning.

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