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

16 years agoSilence a warning.
Richard Heck [Thu, 20 Sep 2007 04:27:16 +0000 (04:27 +0000)]
Silence a warning.

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

16 years agoreduce #includes
André Pönitz [Wed, 19 Sep 2007 22:37:22 +0000 (22:37 +0000)]
reduce #includes

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

16 years agoOne more second..
André Pönitz [Wed, 19 Sep 2007 21:28:11 +0000 (21:28 +0000)]
One more second..

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

16 years agoSimpler structure, 2-3s faster compiles. Not that it matters much...
André Pönitz [Wed, 19 Sep 2007 21:10:00 +0000 (21:10 +0000)]
Simpler structure, 2-3s faster compiles. Not that it matters much...

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

16 years agocut down pch.h to more frequently needed headers
André Pönitz [Wed, 19 Sep 2007 20:17:00 +0000 (20:17 +0000)]
cut down pch.h to more frequently needed headers

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

16 years agooops! fix case
Edwin Leuven [Wed, 19 Sep 2007 14:59:42 +0000 (14:59 +0000)]
oops! fix case

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

16 years agoanother small layout tweak
Edwin Leuven [Wed, 19 Sep 2007 12:29:08 +0000 (12:29 +0000)]
another small layout tweak

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

16 years agomake sure formats are sorted and converters up-to-date
Edwin Leuven [Wed, 19 Sep 2007 10:16:44 +0000 (10:16 +0000)]
make sure formats are sorted and converters up-to-date

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

16 years agolayout tweaks
Edwin Leuven [Wed, 19 Sep 2007 09:08:07 +0000 (09:08 +0000)]
layout tweaks

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

16 years agofix typo
Martin Vermeer [Wed, 19 Sep 2007 08:32:56 +0000 (08:32 +0000)]
fix typo

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

16 years agoPolish
Martin Vermeer [Tue, 18 Sep 2007 20:48:39 +0000 (20:48 +0000)]
Polish

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

16 years agoPick up some stitches dropped by Abdel ;-)
Martin Vermeer [Tue, 18 Sep 2007 20:18:50 +0000 (20:18 +0000)]
Pick up some stitches dropped by Abdel ;-)

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

16 years agoGerman Tutorial.lyx: fix path name
Uwe Stöhr [Tue, 18 Sep 2007 19:56:00 +0000 (19:56 +0000)]
German Tutorial.lyx: fix path name

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

16 years agoFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
Richard Heck [Tue, 18 Sep 2007 17:46:14 +0000 (17:46 +0000)]
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.

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

16 years agoUpdate makefiles from a previous commit.
Richard Heck [Tue, 18 Sep 2007 17:02:15 +0000 (17:02 +0000)]
Update makefiles from a previous commit.

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

16 years agoMove logical markup to a module, per Martin.
Richard Heck [Tue, 18 Sep 2007 16:29:38 +0000 (16:29 +0000)]
Move logical markup to a module, per Martin.

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

16 years agoAdd a note to the theorem module descriptions.
Richard Heck [Tue, 18 Sep 2007 16:27:14 +0000 (16:27 +0000)]
Add a note to the theorem module descriptions.

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

16 years agoRemove endnote from stdcustom.inc, as it is now in the endnotes module.
Richard Heck [Tue, 18 Sep 2007 16:24:36 +0000 (16:24 +0000)]
Remove endnote from stdcustom.inc, as it is now in the endnotes module.

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

16 years agoAdd decoration to endnotes module.
Richard Heck [Tue, 18 Sep 2007 16:23:46 +0000 (16:23 +0000)]
Add decoration to endnotes module.

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

16 years agoForgot this, suppress debug output
Martin Vermeer [Tue, 18 Sep 2007 15:06:32 +0000 (15:06 +0000)]
Forgot this, suppress debug output

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

16 years agoUnits corrections, all Georg's noticed problems
Martin Vermeer [Tue, 18 Sep 2007 15:04:58 +0000 (15:04 +0000)]
Units corrections, all Georg's noticed problems

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

16 years ago* src/LaTeX.cpp (scanLogFile):
Jürgen Spitzmüller [Tue, 18 Sep 2007 13:38:30 +0000 (13:38 +0000)]
* src/LaTeX.cpp (scanLogFile):
- parse file:line:error style messages (bug 4222)

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

16 years agoFix InsetBox drawing and remove remnant of the wide() hack.
Abdelrazak Younes [Tue, 18 Sep 2007 08:52:38 +0000 (08:52 +0000)]
Fix InsetBox drawing and remove remnant of the wide() hack.

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

16 years agocompile fix
André Pönitz [Mon, 17 Sep 2007 23:00:53 +0000 (23:00 +0000)]
compile fix

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

16 years agosmall simplification
André Pönitz [Mon, 17 Sep 2007 22:51:03 +0000 (22:51 +0000)]
small simplification

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

16 years ago* InsetCollapsable::draw(): replace use of dim_ with InsetText::dimension().
Abdelrazak Younes [Mon, 17 Sep 2007 22:18:07 +0000 (22:18 +0000)]
* InsetCollapsable::draw(): replace use of dim_ with InsetText::dimension().

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

16 years agotemporarily disabling mouse hover feature as it is causing painting problems.
Abdelrazak Younes [Mon, 17 Sep 2007 22:11:13 +0000 (22:11 +0000)]
temporarily disabling mouse hover feature as it is causing painting problems.

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

16 years agolittle simplification
André Pönitz [Mon, 17 Sep 2007 22:04:17 +0000 (22:04 +0000)]
little simplification

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

16 years agoremove InsetCaption::drawSelection(): this was not used.
Abdelrazak Younes [Mon, 17 Sep 2007 21:51:32 +0000 (21:51 +0000)]
remove InsetCaption::drawSelection(): this was not used.

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

16 years agoremove InsetCollapsable::drawSelection(): this was not used.
Abdelrazak Younes [Mon, 17 Sep 2007 21:48:25 +0000 (21:48 +0000)]
remove InsetCollapsable::drawSelection(): this was not used.

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

16 years agoCleanup the TEXT_TO_INSET_OFFSET mess. This correction is done now once in InsetText...
Abdelrazak Younes [Mon, 17 Sep 2007 21:45:14 +0000 (21:45 +0000)]
Cleanup the TEXT_TO_INSET_OFFSET mess. This correction is done now once in InsetText. Various other cleanup resulting from this change. In particular, pave the way to the removal of Dimension Inset::dim_ member by registering the inset dimension in RowPainter::paintInset() instead of InsetXXX::draw().

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

16 years agoUserGuide.lyx: correct description of date format
Uwe Stöhr [Mon, 17 Sep 2007 21:32:36 +0000 (21:32 +0000)]
UserGuide.lyx: correct description of date format

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

16 years agoMSVC compil fix.
Abdelrazak Younes [Mon, 17 Sep 2007 20:27:38 +0000 (20:27 +0000)]
MSVC compil fix.

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

16 years agosimplify KeySymbol stuff. which hopefully works...
André Pönitz [Mon, 17 Sep 2007 18:41:03 +0000 (18:41 +0000)]
simplify KeySymbol stuff. which hopefully works...

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

16 years ago* lib/ui/stdmenus.inc:
Jürgen Spitzmüller [Mon, 17 Sep 2007 14:19:23 +0000 (14:19 +0000)]
* lib/ui/stdmenus.inc:
- tag "Box" entry with [[Menu]] (bug 4196)

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

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

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

16 years agomake index label translatable
Bo Peng [Sun, 16 Sep 2007 14:43:10 +0000 (14:43 +0000)]
make index label translatable

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

16 years agoAdjust scons_manifest.py for the removal of SocketCallback.h|cpp
Bo Peng [Sun, 16 Sep 2007 14:17:54 +0000 (14:17 +0000)]
Adjust scons_manifest.py for the removal of SocketCallback.h|cpp

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

16 years agoDisplay index name in InsetIndex label
Bo Peng [Sun, 16 Sep 2007 14:08:16 +0000 (14:08 +0000)]
Display index name in InsetIndex label

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

16 years agoEmbeddedObjects.lyx: new section about scaled and rotated material
Uwe Stöhr [Sun, 16 Sep 2007 12:46:50 +0000 (12:46 +0000)]
EmbeddedObjects.lyx: new section about scaled and rotated material

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

16 years ago* Ambigous else
Lars Gullik Bjønnes [Sun, 16 Sep 2007 10:41:33 +0000 (10:41 +0000)]
* Ambigous else
* Missing header file

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

16 years agoAmbigous else
Lars Gullik Bjønnes [Sun, 16 Sep 2007 10:40:29 +0000 (10:40 +0000)]
Ambigous else

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

16 years agoComment out unused parameter
Lars Gullik Bjønnes [Sun, 16 Sep 2007 10:39:44 +0000 (10:39 +0000)]
Comment out unused parameter

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

16 years agoMove encode into anon namespace.
Lars Gullik Bjønnes [Sun, 16 Sep 2007 10:38:59 +0000 (10:38 +0000)]
Move encode into anon namespace.

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

16 years agoWhitespace changes only
Lars Gullik Bjønnes [Sun, 16 Sep 2007 10:38:25 +0000 (10:38 +0000)]
Whitespace changes only

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

16 years agoRemove warnings reported with gcc 4.3:
Lars Gullik Bjønnes [Sun, 16 Sep 2007 10:36:57 +0000 (10:36 +0000)]
Remove warnings reported with gcc 4.3:
- Modifier on return type ignored
- Ambigous else
- Ambigous logical operators
- Semi-colon instead of empty block
- Missing header files
- Missing using std::XX
- Initialization out of order

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