]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agogcc compil fix.
Abdelrazak Younes [Thu, 27 Sep 2007 14:47:42 +0000 (14:47 +0000)]
gcc compil fix.

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

16 years agoAdd session support to spell-checking and search dialogs.
Abdelrazak Younes [Thu, 27 Sep 2007 14:37:36 +0000 (14:37 +0000)]
Add session support to spell-checking and search dialogs.

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

16 years ago* GuiDialog: Initial Window geometry session support. Inheriting class will have...
Abdelrazak Younes [Thu, 27 Sep 2007 14:35:12 +0000 (14:35 +0000)]
* GuiDialog: Initial Window geometry session support. Inheriting class will have to be be modified to make use of that.

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

16 years agoadd #include <QShowEvent> just in case.
Abdelrazak Younes [Thu, 27 Sep 2007 14:22:58 +0000 (14:22 +0000)]
add #include <QShowEvent> just in case.

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

16 years ago* DialogView: Initial Window geometry session support.
Abdelrazak Younes [Thu, 27 Sep 2007 14:05:05 +0000 (14:05 +0000)]
* DialogView: Initial Window geometry session support.

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

16 years agoFix for fitcursor.
Abdelrazak Younes [Thu, 27 Sep 2007 12:04:57 +0000 (12:04 +0000)]
Fix for fitcursor.

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

16 years agoadd DialogView.h to scons.
Abdelrazak Younes [Thu, 27 Sep 2007 11:29:05 +0000 (11:29 +0000)]
add DialogView.h to scons.

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

16 years ago* qt4/DialogView.h: new template class based on QDialog.
Abdelrazak Younes [Thu, 27 Sep 2007 11:27:52 +0000 (11:27 +0000)]
* qt4/DialogView.h: new template class based on QDialog.

* qt4/Dialogs.cpp: use DialogView by default instead of DockView for GuiParagraph

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

16 years agominor tweaks.
Abdelrazak Younes [Thu, 27 Sep 2007 10:44:29 +0000 (10:44 +0000)]
minor tweaks.

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

16 years agoFix Qt4.1 compil error.
Abdelrazak Younes [Thu, 27 Sep 2007 10:00:12 +0000 (10:00 +0000)]
Fix Qt4.1 compil error.

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

16 years agoGives the user some information about the crash.
Abdelrazak Younes [Thu, 27 Sep 2007 09:49:14 +0000 (09:49 +0000)]
Gives the user some information about the crash.

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

16 years agoChange the paragraph settings dialog:
Abdelrazak Younes [Thu, 27 Sep 2007 08:56:18 +0000 (08:56 +0000)]
Change the paragraph settings dialog:
- now floating by default
- re-layout horizontally for minimum mouse movement.
- allow key shortcuts.

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

16 years agolyx -> LyX
Martin Vermeer [Thu, 27 Sep 2007 06:30:12 +0000 (06:30 +0000)]
lyx -> LyX

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

16 years agosrc/LyX.cpp: style corrections for trunk
Martin Vermeer [Thu, 27 Sep 2007 01:05:20 +0000 (01:05 +0000)]
src/LyX.cpp: style corrections for trunk

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

16 years agoMake sure that an empty po/POTFILES.in file exists at configure time,
Enrico Forestieri [Wed, 26 Sep 2007 22:50:00 +0000 (22:50 +0000)]
Make sure that an empty po/POTFILES.in file exists at configure time,
otherwise no Makefile is generated in the po dir and compilation fails.
Once the empty file served the purpose, remove it in order to
immediately trigger its regeneration, which would only happen after
updating one of the Makefile.am files.

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

16 years agoTemporarily fix jumpy cursor.
Abdelrazak Younes [Wed, 26 Sep 2007 21:27:17 +0000 (21:27 +0000)]
Temporarily fix jumpy cursor.

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

16 years agomore bug fixes...
Abdelrazak Younes [Wed, 26 Sep 2007 20:18:41 +0000 (20:18 +0000)]
more bug fixes...

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

16 years agoCrash fix for in mathed cursor.
Abdelrazak Younes [Wed, 26 Sep 2007 19:45:17 +0000 (19:45 +0000)]
Crash fix for in mathed cursor.

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

16 years agoLyx now starts and asks for reconfigure if no textclass is found (bug 2829)
Bo Peng [Wed, 26 Sep 2007 19:36:09 +0000 (19:36 +0000)]
Lyx now starts and asks for reconfigure if no textclass is found (bug 2829)

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

16 years agoMake sure a textclass.lst will exist even when configure.py fails. Part of Bug 2829...
Bo Peng [Wed, 26 Sep 2007 16:26:49 +0000 (16:26 +0000)]
Make sure a textclass.lst will exist even when configure.py fails. Part of Bug 2829, port from branch to trunk

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

16 years agoPotential bug fix...
Abdelrazak Younes [Wed, 26 Sep 2007 14:50:35 +0000 (14:50 +0000)]
Potential bug fix...

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

16 years agoPotential bug fix...
Abdelrazak Younes [Wed, 26 Sep 2007 14:47:47 +0000 (14:47 +0000)]
Potential bug fix...

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

16 years agocompil fix.
Abdelrazak Younes [Wed, 26 Sep 2007 14:39:10 +0000 (14:39 +0000)]
compil fix.

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

16 years agoPotential bug fix...
Abdelrazak Younes [Wed, 26 Sep 2007 14:37:26 +0000 (14:37 +0000)]
Potential bug fix...

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

16 years agoRedesign and cleanup the Paragraph Settings dialog:
Abdelrazak Younes [Wed, 26 Sep 2007 13:13:01 +0000 (13:13 +0000)]
Redesign and cleanup the Paragraph Settings dialog:
- GuiParagraphDialog: Renamed to GuiParagraph
- Now use the DockView infrastructure (and is thus docked by default)
- Additional mode for immediate application of changed parameters.

Some bits are missing due to some remaining bugs in the GUI dialog updating following the big GUII cleanup.

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

16 years agoDe-serialization of the paragraph settings dialog step 3: fix the multi-paragraph...
Abdelrazak Younes [Wed, 26 Sep 2007 08:40:16 +0000 (08:40 +0000)]
De-serialization of the paragraph settings dialog step 3: fix the multi-paragraph selection case.

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

16 years agoDe-serialization of the paragraph settings dialog step 2: the dialog does not have...
Abdelrazak Younes [Wed, 26 Sep 2007 07:38:09 +0000 (07:38 +0000)]
De-serialization of the paragraph settings dialog step 2: the dialog does not have to be modal anymore.

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

16 years agoDe-serialization of the paragraph settings dialog step 1: use current paragraph directly.
Abdelrazak Younes [Wed, 26 Sep 2007 07:34:57 +0000 (07:34 +0000)]
De-serialization of the paragraph settings dialog step 1: use current paragraph directly.

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

16 years agoGuiWrap.cpp: disconnect the widgets that are by default disabled from readonly
Uwe Stöhr [Tue, 25 Sep 2007 23:50:55 +0000 (23:50 +0000)]
GuiWrap.cpp: disconnect the widgets that are by default disabled from readonly

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

16 years agoBufferParams.cpp: change the package loading to:
Uwe Stöhr [Tue, 25 Sep 2007 21:20:57 +0000 (21:20 +0000)]
BufferParams.cpp: change the package loading to:

former                  now
needed packages         needed packages
---                     babel
hyperref                hyperref
LyX-specific stuff      LyX-specific stuff
user preamble           user preamble
babel                   ---

This is needed because hyperref should be loaded after babel but has to be loaded before the LyX-specific stuff. The LyX-specific stuff has to be loaded before the user preamble.

It shouldn't harm to load babel before the user preamble, I even think this is an advantage because many packages need the loaded babel for  translations and the users are able to change babel translation.

The new scheme compile fine with all LyX docs and my German math manual. When you have an example where this scheme doesn't work, please shout!

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

16 years agopreamble cleanup for the docs
Uwe Stöhr [Tue, 25 Sep 2007 21:07:43 +0000 (21:07 +0000)]
preamble cleanup for the docs

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

16 years agoSpanish UserGuide.lyx: translations by Ignacio
Uwe Stöhr [Tue, 25 Sep 2007 19:05:43 +0000 (19:05 +0000)]
Spanish UserGuide.lyx: translations by Ignacio

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

16 years agoDocumentation for modules.
Richard Heck [Tue, 25 Sep 2007 18:24:36 +0000 (18:24 +0000)]
Documentation for modules.

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

16 years ago* lib/layouts/ams*.layout:
Jürgen Spitzmüller [Tue, 25 Sep 2007 16:38:56 +0000 (16:38 +0000)]
* lib/layouts/ams*.layout:
* lib/layouts/ams*.inc:
- updates from Paul A. Rubin.

Maybe some tweaks for 1.6 are still needed (e.g. counters).

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

16 years agoadd Paul A. Rubin to the Hall of Fame.
Jürgen Spitzmüller [Tue, 25 Sep 2007 14:15:15 +0000 (14:15 +0000)]
add Paul A. Rubin to the Hall of Fame.

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

16 years ago* README:
Jürgen Spitzmüller [Tue, 25 Sep 2007 11:05:05 +0000 (11:05 +0000)]
* README:
* RELEASE-NOTES:
* UPGRADING:
* NEWS:
* development/lyx.rpm.README:
- updates

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

16 years agoRemove unused code and comment.
Abdelrazak Younes [Tue, 25 Sep 2007 09:35:36 +0000 (09:35 +0000)]
Remove unused code and comment.

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

16 years ago* BufferView::workAreaDispatch(): reconstruct the ViewMetricsInfo in any case when...
Abdelrazak Younes [Tue, 25 Sep 2007 08:47:54 +0000 (08:47 +0000)]
* BufferView::workAreaDispatch(): reconstruct the ViewMetricsInfo in any case when a mouse hovering event is detected. It seems that the anchor/offset_ref_ are modified behind our back...

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

16 years ago* BufferView::workAreaDispatch(): restore anchor when mouse hovering. The problem...
Abdelrazak Younes [Tue, 25 Sep 2007 08:09:11 +0000 (08:09 +0000)]
* BufferView::workAreaDispatch(): restore anchor when mouse hovering. The problem is that scrollbar update modified the offset_ref_.

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

16 years agoRemove remnant of the past.
Abdelrazak Younes [Tue, 25 Sep 2007 07:41:03 +0000 (07:41 +0000)]
Remove remnant of the past.

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

16 years agoFix drawing of horizontal line and page break.
Abdelrazak Younes [Tue, 25 Sep 2007 07:07:11 +0000 (07:07 +0000)]
Fix drawing of horizontal line and page break.

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

16 years agoHopefully fix 'Corners' and 'SubLabel' insets drawing.
Abdelrazak Younes [Tue, 25 Sep 2007 06:49:04 +0000 (06:49 +0000)]
Hopefully fix 'Corners' and 'SubLabel' insets drawing.

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

16 years agoGuiWrap: make the optional options really optional by checkboxes in the dialog
Uwe Stöhr [Mon, 24 Sep 2007 22:35:00 +0000 (22:35 +0000)]
GuiWrap: make the optional options really optional by checkboxes in the dialog

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

16 years agoUpon exiting an inset, set the font back to what it was when entering.
Dov Feldstern [Mon, 24 Sep 2007 22:20:03 +0000 (22:20 +0000)]
Upon exiting an inset, set the font back to what it was when entering.
This is related to the move of current_font from text to cursor (r19999).
Specifically, after r20261, this is necessary in order that the font not
remain in "latex_language" when exiting an ERT inset.

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

16 years agoadd another typename, see r20470
Bo Peng [Mon, 24 Sep 2007 19:20:40 +0000 (19:20 +0000)]
add another typename, see r20470

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

16 years agoUserGuide.lyx: fix typo
Uwe Stöhr [Mon, 24 Sep 2007 17:54:48 +0000 (17:54 +0000)]
UserGuide.lyx: fix typo

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

16 years agoFix bug 4182, partially:
Jürgen Spitzmüller [Mon, 24 Sep 2007 17:51:15 +0000 (17:51 +0000)]
Fix bug 4182, partially:
* src/insets/InsetCaption.cpp (draw, metrics):
- set correct font for caption in Workarea.
* src/insets/insetListings.cpp (latex):
- try to set correct font for caption in output (doesn't work yet).

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

16 years ago* src/CoordCache.h: compile fix.
Jürgen Spitzmüller [Mon, 24 Sep 2007 17:43:29 +0000 (17:43 +0000)]
* src/CoordCache.h: compile fix.

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

16 years agoUserGuide.lyx: add last missing description: auto begin/end option in the preferences
Uwe Stöhr [Mon, 24 Sep 2007 17:27:31 +0000 (17:27 +0000)]
UserGuide.lyx: add last missing description: auto begin/end option in the preferences

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

16 years agoLaTeXFeatures.cpp: make url a simple feature
Uwe Stöhr [Mon, 24 Sep 2007 17:15:18 +0000 (17:15 +0000)]
LaTeXFeatures.cpp: make url a simple feature

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

16 years agolyx2lyx/lyx_1_6.py: add conversion routine I forgot in r20462
Uwe Stöhr [Mon, 24 Sep 2007 14:37:10 +0000 (14:37 +0000)]
lyx2lyx/lyx_1_6.py: add conversion routine I forgot in r20462

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

16 years agoPut MathData on a diet: transfer dimension cache to BufferView' CoordCache along...
Abdelrazak Younes [Mon, 24 Sep 2007 13:52:04 +0000 (13:52 +0000)]
Put MathData on a diet: transfer dimension cache to BufferView' CoordCache along its position.

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

16 years ago* CoordCache: prepare transfer of MathData dimension to arrays cache.
Abdelrazak Younes [Mon, 24 Sep 2007 13:47:03 +0000 (13:47 +0000)]
* CoordCache: prepare transfer of MathData dimension to arrays cache.

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

16 years agolyx2lyx/lyx_1_4.py: fix typo
Uwe Stöhr [Mon, 24 Sep 2007 13:46:40 +0000 (13:46 +0000)]
lyx2lyx/lyx_1_4.py: fix typo

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

16 years agoFileformat increased to 287: support for optional arguments of package wrapfig that...
Uwe Stöhr [Mon, 24 Sep 2007 13:43:58 +0000 (13:43 +0000)]
Fileformat increased to 287: support for optional arguments of package wrapfig that is used for wrap floats

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

16 years agoGuiBox.cpp: fix bug 4233 http://bugzilla.lyx.org/show_bug.cgi?id=4233
Uwe Stöhr [Mon, 24 Sep 2007 11:44:19 +0000 (11:44 +0000)]
GuiBox.cpp: fix bug 4233 http://bugzilla.lyx.org/show_bug.cgi?id=4233

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

16 years ago* CoordCacheBase::covers(): new method.
Abdelrazak Younes [Mon, 24 Sep 2007 08:05:49 +0000 (08:05 +0000)]
* CoordCacheBase::covers(): new method.

* CoordCache: correct and extend documentation.

* Inset::covers(): use CoordCacheBase::covers().

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

16 years agoPut mathed on a diet: transfer dimension cache from inset to BufferView.
Abdelrazak Younes [Sun, 23 Sep 2007 22:39:49 +0000 (22:39 +0000)]
Put mathed on a diet: transfer dimension cache from inset to BufferView.

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

16 years agoPDFOptions: patch by Pavel to store the settings when the user switches hyperref...
Uwe Stöhr [Sun, 23 Sep 2007 19:17:22 +0000 (19:17 +0000)]
PDFOptions: patch by Pavel to store the settings when the user switches hyperref temporarily off

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

16 years agoFORMAT: add missing email addresses
Uwe Stöhr [Sun, 23 Sep 2007 18:58:18 +0000 (18:58 +0000)]
FORMAT: add missing email addresses

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

16 years agoTemporarily fix cursor positioning within mathed.
Abdelrazak Younes [Sun, 23 Sep 2007 16:59:47 +0000 (16:59 +0000)]
Temporarily fix cursor positioning within mathed.

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

16 years agoTemporarily fix cursor positioning within mathed.
Abdelrazak Younes [Sun, 23 Sep 2007 16:55:15 +0000 (16:55 +0000)]
Temporarily fix cursor positioning within mathed.

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

16 years agoProper fix following reversion of r20422 in r20444.
Abdelrazak Younes [Sun, 23 Sep 2007 16:30:13 +0000 (16:30 +0000)]
Proper fix following reversion of r20422  in r20444.

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

16 years agoMissing update to format file for 285.
Richard Heck [Sun, 23 Sep 2007 16:22:40 +0000 (16:22 +0000)]
Missing update to format file for 285.

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

16 years agoFix RTL inset painting.
Abdelrazak Younes [Sun, 23 Sep 2007 15:35:06 +0000 (15:35 +0000)]
Fix RTL inset painting.

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

16 years ago- increase fileformat to 286: this has been forgotten in Pavel's PDF-support patch
Uwe Stöhr [Sun, 23 Sep 2007 12:39:31 +0000 (12:39 +0000)]
- increase fileformat to 286: this has been forgotten in Pavel's PDF-support patch
  (besides this, note that the fileformat change to 285 is not yet documented in FORMAT)

- lyx2lyx/lyx_1_6.py: fix routine to revert the PDF-support stuff

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

16 years agoSpanish UserGuide.lyx: correct description of ligature break (by Ignacio)
Uwe Stöhr [Sun, 23 Sep 2007 10:19:51 +0000 (10:19 +0000)]
Spanish UserGuide.lyx: correct description of ligature break (by Ignacio)

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

16 years agoFix Cut&Paste bug.
Abdelrazak Younes [Sun, 23 Sep 2007 08:59:50 +0000 (08:59 +0000)]
Fix Cut&Paste bug.

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

16 years agoreverting r20422 until I know more about this.
Abdelrazak Younes [Sun, 23 Sep 2007 08:00:19 +0000 (08:00 +0000)]
reverting r20422 until I know more about this.

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

16 years agoAdd module to create hanging paragraphs.
Richard Heck [Sun, 23 Sep 2007 05:46:22 +0000 (05:46 +0000)]
Add module to create hanging paragraphs.

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

16 years agoGuiDocument.cpp: - replace bookmarkslevel edit field by a spinbox (by Pavel)
Uwe Stöhr [Sat, 22 Sep 2007 22:20:15 +0000 (22:20 +0000)]
GuiDocument.cpp: - replace bookmarkslevel edit field by a spinbox (by Pavel)
                 - fix the pagemode handling

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

16 years agoPDFOptions: replace bookmarkslevel edit field by a spinbox (by Pavel)
Uwe Stöhr [Sat, 22 Sep 2007 22:18:44 +0000 (22:18 +0000)]
PDFOptions: replace bookmarkslevel edit field by a spinbox (by Pavel)

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

16 years agoDisallow setting of alignment in protected environments, where it is broken. And...
Richard Heck [Sat, 22 Sep 2007 18:02:43 +0000 (18:02 +0000)]
Disallow setting of alignment in protected environments, where it is broken. And, as earlier discussion revealed, it ought not really be done, anyway. This is a class-level decision.

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

16 years agoRemove redundant AlignPossible lines.
Richard Heck [Sat, 22 Sep 2007 18:00:36 +0000 (18:00 +0000)]
Remove redundant AlignPossible lines.

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

16 years ago* lib/layouts/beamer.layout:
Jürgen Spitzmüller [Sat, 22 Sep 2007 16:36:18 +0000 (16:36 +0000)]
* lib/layouts/beamer.layout:
        - add plain title layout (bug 3133)

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

16 years agoSilence a warning.
Richard Heck [Sat, 22 Sep 2007 15:56:26 +0000 (15:56 +0000)]
Silence a warning.

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

16 years agoGerman EmbeddedObjects.lyx: use this as test file for the new PDF-support
Uwe Stöhr [Sat, 22 Sep 2007 13:16:34 +0000 (13:16 +0000)]
German EmbeddedObjects.lyx: use this as test file for the new PDF-support

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

16 years agoBufferParams.cpp: whitespace
Uwe Stöhr [Sat, 22 Sep 2007 12:55:12 +0000 (12:55 +0000)]
BufferParams.cpp: whitespace

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

16 years agoPDFOptions.cpp: clean up the appearance of the parameters in the LaTeX-output
Uwe Stöhr [Sat, 22 Sep 2007 12:53:22 +0000 (12:53 +0000)]
PDFOptions.cpp: clean up the appearance of the parameters in the LaTeX-output
BufferParams.cpp: move the hyperref call to the right position

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

16 years agoLaTeXFeatures.cpp: "wrapfig" has to be loaded after "float"
Uwe Stöhr [Sat, 22 Sep 2007 12:51:33 +0000 (12:51 +0000)]
LaTeXFeatures.cpp: "wrapfig" has to be loaded after "float"

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

16 years agoPDF-support patches by Pavel
Uwe Stöhr [Sat, 22 Sep 2007 11:39:19 +0000 (11:39 +0000)]
PDF-support patches by Pavel

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

16 years agoPDFSupportUi.ui: set styles
Uwe Stöhr [Sat, 22 Sep 2007 00:34:18 +0000 (00:34 +0000)]
PDFSupportUi.ui: set styles

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

16 years agoPDFOptions.cpp: fix two bugs
Uwe Stöhr [Fri, 21 Sep 2007 23:55:24 +0000 (23:55 +0000)]
PDFOptions.cpp: fix two bugs

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

16 years agoRTL bugfix: inside texted, use ParagraphMetrics::insetDimension() instead of Inset...
Abdelrazak Younes [Fri, 21 Sep 2007 21:11:05 +0000 (21:11 +0000)]
RTL bugfix: inside texted, use ParagraphMetrics::insetDimension() instead of Inset::dimension().

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

16 years agoRevert unintentionally committed change.
Abdelrazak Younes [Fri, 21 Sep 2007 20:57:00 +0000 (20:57 +0000)]
Revert unintentionally committed change.

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

16 years ago* Inset:
Abdelrazak Younes [Fri, 21 Sep 2007 20:39:47 +0000 (20:39 +0000)]
* Inset:
- get rid of the cached Dimension. Text inset dimensions are saved in ParagraphMetrics and mathed maintain their own dimension where needed.
- width(), ascent(), descent(): deleted.
- dimension(): now needs a valid BufferView.
- metrics(): now void.

* BufferView::getCoveringInset(): simplify.

* ParagraphMetrics(): now cache inset dimensions.

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

16 years ago* GuiApplication::notify():
Abdelrazak Younes [Fri, 21 Sep 2007 20:27:07 +0000 (20:27 +0000)]
* GuiApplication::notify():
- don't crash with abort() but exit gracefully when an exception is caught.
- try to catch LyX specific exceptions.

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

16 years agofont-code --> font-typewriter
Richard Heck [Fri, 21 Sep 2007 20:01:53 +0000 (20:01 +0000)]
font-code --> font-typewriter

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

16 years agoSpanish UserGuide.lyx: final translation from Ignacio
Uwe Stöhr [Fri, 21 Sep 2007 19:14:33 +0000 (19:14 +0000)]
Spanish UserGuide.lyx: final translation from Ignacio

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

16 years agono need to escape $ in python :-D
José Matox [Fri, 21 Sep 2007 13:52:52 +0000 (13:52 +0000)]
no need to escape $ in python :-D

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

16 years agowhitespace
Jean-Marc Lasgouttes [Fri, 21 Sep 2007 13:45:46 +0000 (13:45 +0000)]
whitespace

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

16 years agofix uninitialized variable
Jean-Marc Lasgouttes [Fri, 21 Sep 2007 13:32:49 +0000 (13:32 +0000)]
fix uninitialized variable

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

16 years agosome code wstyle issues.
André Pönitz [Fri, 21 Sep 2007 09:49:50 +0000 (09:49 +0000)]
some code wstyle issues.

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

16 years agoMake --without-include-boost compile (autotools)
José Matox [Fri, 21 Sep 2007 07:18:21 +0000 (07:18 +0000)]
Make --without-include-boost compile (autotools)

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

16 years agoFix from Pavel.
Richard Heck [Fri, 21 Sep 2007 02:10:50 +0000 (02:10 +0000)]
Fix from Pavel.

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

16 years agoWhitespace issues.
Richard Heck [Fri, 21 Sep 2007 02:01:30 +0000 (02:01 +0000)]
Whitespace issues.

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

16 years agoCompilation and linking fixes.
Richard Heck [Fri, 21 Sep 2007 01:51:08 +0000 (01:51 +0000)]
Compilation and linking fixes.

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

16 years agoWhitespace.
Richard Heck [Fri, 21 Sep 2007 01:17:41 +0000 (01:17 +0000)]
Whitespace.

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

16 years agoFix some typos that were preventing compilation.
Richard Heck [Fri, 21 Sep 2007 01:00:31 +0000 (01:00 +0000)]
Fix some typos that were preventing compilation.

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

16 years agoFix naming problem.
Richard Heck [Fri, 21 Sep 2007 00:05:08 +0000 (00:05 +0000)]
Fix naming problem.

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