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

16 years agoFix comment.
Richard Heck [Fri, 21 Sep 2007 00:03:47 +0000 (00:03 +0000)]
Fix comment.

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

16 years agoadd the missing PDFSupportUi.ui
Uwe Stöhr [Thu, 20 Sep 2007 23:45:29 +0000 (23:45 +0000)]
add the missing PDFSupportUi.ui
but the PDF stuff still doesn't compile

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

16 years agoscons_manifest.py: cleanup
Uwe Stöhr [Thu, 20 Sep 2007 23:32:04 +0000 (23:32 +0000)]
scons_manifest.py: cleanup

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

16 years agoadd missing PDFoptions.cpp
Uwe Stöhr [Thu, 20 Sep 2007 23:29:20 +0000 (23:29 +0000)]
add missing PDFoptions.cpp

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

16 years agoPDFOptions.h: forgot and endif this in last commit
Uwe Stöhr [Thu, 20 Sep 2007 23:19:37 +0000 (23:19 +0000)]
PDFOptions.h: forgot and endif this in last commit

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

16 years agoadd missing file PDFOptions.h
Uwe Stöhr [Thu, 20 Sep 2007 23:16:59 +0000 (23:16 +0000)]
add missing file PDFOptions.h

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

16 years agoMissing things in lyx2lyx from PDFOptions commit.
Richard Heck [Thu, 20 Sep 2007 22:57:23 +0000 (22:57 +0000)]
Missing things in lyx2lyx from PDFOptions commit.

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

16 years agocosmetics
André Pönitz [Thu, 20 Sep 2007 22:42:16 +0000 (22:42 +0000)]
cosmetics

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

16 years agoPavel Sanda's "PDFOptions" patch, part II
André Pönitz [Thu, 20 Sep 2007 22:32:20 +0000 (22:32 +0000)]
Pavel Sanda's "PDFOptions" patch, part II

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

16 years agoPavel Sanda's "PDFOptions" patch
André Pönitz [Thu, 20 Sep 2007 22:31:18 +0000 (22:31 +0000)]
Pavel Sanda's "PDFOptions" patch

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

16 years agoSpanish UserGuide.lyx: translations from Ignacio
Uwe Stöhr [Thu, 20 Sep 2007 21:51:27 +0000 (21:51 +0000)]
Spanish UserGuide.lyx: translations from Ignacio
UserGuide.lyx: small cleanups

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

16 years agoRemove a few includes from Text.h
André Pönitz [Thu, 20 Sep 2007 20:44:08 +0000 (20:44 +0000)]
Remove a few includes from Text.h

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

16 years agoSpanish EmbeddedObjects.lyx: Spanish translation by Ignacio
Uwe Stöhr [Thu, 20 Sep 2007 20:00:06 +0000 (20:00 +0000)]
Spanish EmbeddedObjects.lyx: Spanish translation by Ignacio

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

16 years agohu.po: updates by Szöke
Uwe Stöhr [Thu, 20 Sep 2007 19:15:28 +0000 (19:15 +0000)]
hu.po: updates by Szöke

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

16 years agoChange LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
Richard Heck [Thu, 20 Sep 2007 18:02:39 +0000 (18:02 +0000)]
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move to character-style-based font changes, etc.

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

16 years agoFix handling of cjk_encoding for documents made with versions older than 1.5
José Matox [Thu, 20 Sep 2007 16:12:47 +0000 (16:12 +0000)]
Fix handling of cjk_encoding for documents made with versions older than 1.5

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

16 years agoRobustify this
Martin Vermeer [Thu, 20 Sep 2007 14:11:37 +0000 (14:11 +0000)]
Robustify this

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

16 years agoUserGuide.lyx: Paths setting menu in preferences is Windows only
Uwe Stöhr [Thu, 20 Sep 2007 11:54:09 +0000 (11:54 +0000)]
UserGuide.lyx: Paths setting menu in preferences is Windows only

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

16 years agoInset coords shall not be recorded in Inset::draw() because this can create problems...
Abdelrazak Younes [Thu, 20 Sep 2007 10:58:38 +0000 (10:58 +0000)]
Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two.

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

16 years agoshut down conversion warning and unicode fix.
Abdelrazak Younes [Thu, 20 Sep 2007 09:15:43 +0000 (09:15 +0000)]
shut down conversion warning and unicode fix.

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

16 years agoRemove TextMetrics.h header.
Abdelrazak Younes [Thu, 20 Sep 2007 08:51:58 +0000 (08:51 +0000)]
Remove TextMetrics.h header.

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

16 years ago* TextMetrics:
Abdelrazak Younes [Thu, 20 Sep 2007 08:48:28 +0000 (08:48 +0000)]
* TextMetrics:
- first() and last(): change return type because std::pair of reference didn't work (i.e. bug)

* BufferView::workAreaDispatch(): re-enable and fix 'mouse hover' feature.

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

16 years agoWhitespace.
Richard Heck [Thu, 20 Sep 2007 07:46:08 +0000 (07:46 +0000)]
Whitespace.

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

16 years agoIndentation fix.
Richard Heck [Thu, 20 Sep 2007 06:22:07 +0000 (06:22 +0000)]
Indentation fix.

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

16 years agoMake it prettier.
Richard Heck [Thu, 20 Sep 2007 05:05:10 +0000 (05:05 +0000)]
Make it prettier.

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

16 years agoWhitespace fix.
Richard Heck [Thu, 20 Sep 2007 05:02:53 +0000 (05:02 +0000)]
Whitespace fix.

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

16 years agoIntroduce LFUN_MASTER_BUFFER_VIEW and UPDATE. Code by Tommaso Cucinotta.
Richard Heck [Thu, 20 Sep 2007 05:00:23 +0000 (05:00 +0000)]
Introduce LFUN_MASTER_BUFFER_VIEW and UPDATE. Code by Tommaso Cucinotta.

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