]> git.lyx.org Git - features.git/log
features.git
16 years agomore use of support::FileName.
André Pönitz [Wed, 7 Nov 2007 19:52:11 +0000 (19:52 +0000)]
more use of support::FileName.

Would be nice if people tested read/write, and Bo perhaps the 'embedded'
feature?

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

16 years agorevert rev 21490.
Abdelrazak Younes [Wed, 7 Nov 2007 16:41:48 +0000 (16:41 +0000)]
revert rev 21490.

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

16 years agointegrate lengthcommon.cpp into Length.cpp.
Abdelrazak Younes [Wed, 7 Nov 2007 15:55:59 +0000 (15:55 +0000)]
integrate lengthcommon.cpp into Length.cpp.

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

16 years ago* src/Text.cpp (getPossibleLabel):
Jürgen Spitzmüller [Wed, 7 Nov 2007 15:30:08 +0000 (15:30 +0000)]
* src/Text.cpp (getPossibleLabel):
- remove line breaks from label proposals (fixes bug 4334)

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

16 years agosimplification
André Pönitz [Tue, 6 Nov 2007 22:20:05 +0000 (22:20 +0000)]
simplification

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

16 years agowe assume (more or less) conforming compilers nowadays.
André Pönitz [Tue, 6 Nov 2007 21:45:24 +0000 (21:45 +0000)]
we assume (more or less) conforming compilers nowadays.

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

16 years agormove unused file
André Pönitz [Tue, 6 Nov 2007 21:18:39 +0000 (21:18 +0000)]
rmove unused file

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

16 years agocompile fix
André Pönitz [Tue, 6 Nov 2007 21:00:00 +0000 (21:00 +0000)]
compile fix

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

16 years agoadjust
André Pönitz [Tue, 6 Nov 2007 20:58:15 +0000 (20:58 +0000)]
adjust

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

16 years agosome consolidation
André Pönitz [Tue, 6 Nov 2007 20:57:29 +0000 (20:57 +0000)]
some consolidation

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

16 years agocosmetics
André Pönitz [Tue, 6 Nov 2007 20:38:35 +0000 (20:38 +0000)]
cosmetics

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

16 years agogcc compile fix.
Abdelrazak Younes [Tue, 6 Nov 2007 19:24:05 +0000 (19:24 +0000)]
gcc compile fix.

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

16 years ago* src/BufferView.cpp:
Jürgen Spitzmüller [Tue, 6 Nov 2007 17:13:43 +0000 (17:13 +0000)]
* src/BufferView.cpp:
- move the LFUN_OUTLINE_*'s out of here ...
* src/Text3.cpp:
- to this place. This fixes a crash (bug 4330).

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

16 years agoAdd uncrustify.cfg to development/coding. Further adjustments will be needed. Develop...
Bo Peng [Tue, 6 Nov 2007 15:35:38 +0000 (15:35 +0000)]
Add uncrustify.cfg to development/coding. Further adjustments will be needed. Developers are recommended to run 'uncrustify -c development/coding/uncrustify.cfg' against new code to detect format problems

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

16 years agoRevision 21471: Forgot that.
Abdelrazak Younes [Tue, 6 Nov 2007 14:18:09 +0000 (14:18 +0000)]
Revision 21471: Forgot that.

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

16 years ago* BufferView: Make use of ScreenUpdateStrategy::NoScreenUpdate, avoid a screen redraw...
Abdelrazak Younes [Tue, 6 Nov 2007 14:07:49 +0000 (14:07 +0000)]
* BufferView: Make use of ScreenUpdateStrategy::NoScreenUpdate, avoid a screen redraw when it is not really needed.

* Painter.h: move isDrawingEnabled() to public Area.

* TextMetrics::drawParagraph(): backup and restore original drawing state of the Painter.

* InsetTabular::draw(): ditto.

* InsetMathNest::drawSelection(): ditto.

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

16 years ago* src/frontends/qt4/GuiSpellchecker.cpp:
Jürgen Spitzmüller [Tue, 6 Nov 2007 13:40:31 +0000 (13:40 +0000)]
* src/frontends/qt4/GuiSpellchecker.cpp:
- reanimate the spellchecker.
- fix bug 2218 (spellchecher skips first word)

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

16 years agoAvoid unnecessary redraw.
Abdelrazak Younes [Tue, 6 Nov 2007 13:16:27 +0000 (13:16 +0000)]
Avoid unnecessary redraw.

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

16 years agoCurrent update architecture doesn't need multiParSel() special case anymore.
Abdelrazak Younes [Tue, 6 Nov 2007 09:34:16 +0000 (09:34 +0000)]
Current update architecture doesn't need multiParSel() special case anymore.

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

16 years ago* src/mathed/InsetMathBig.cpp:
Jürgen Spitzmüller [Tue, 6 Nov 2007 09:30:33 +0000 (09:30 +0000)]
* src/mathed/InsetMathBig.cpp:
- add missing include.

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

16 years agosome documentation.
Abdelrazak Younes [Tue, 6 Nov 2007 09:09:29 +0000 (09:09 +0000)]
some documentation.

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

16 years agoOups...
Abdelrazak Younes [Tue, 6 Nov 2007 08:57:48 +0000 (08:57 +0000)]
Oups...

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

16 years ago* Bufferview::updateMetrics(): Separate out the SinglePar optimization.
Abdelrazak Younes [Tue, 6 Nov 2007 08:32:25 +0000 (08:32 +0000)]
* Bufferview::updateMetrics(): Separate out the SinglePar optimization.

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

16 years agoFix bug 4329
Martin Vermeer [Tue, 6 Nov 2007 07:07:15 +0000 (07:07 +0000)]
Fix bug 4329

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

16 years ago#include cosmetics
André Pönitz [Mon, 5 Nov 2007 23:46:17 +0000 (23:46 +0000)]
#include cosmetics

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

16 years agoUse forceLTR instead of inset codes in order to determine whether an inset
Dov Feldstern [Mon, 5 Nov 2007 23:44:47 +0000 (23:44 +0000)]
Use forceLTR instead of inset codes in order to determine whether an inset
should be surrounded by external \L{} in bidi text.

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

16 years agoremove unneeded #include
André Pönitz [Mon, 5 Nov 2007 23:01:18 +0000 (23:01 +0000)]
remove unneeded #include

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

16 years agoremove unneeded Cursor.h include;
André Pönitz [Mon, 5 Nov 2007 22:54:53 +0000 (22:54 +0000)]
remove unneeded Cursor.h include;
use strfwd

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

16 years agomerge helper files;
André Pönitz [Mon, 5 Nov 2007 22:20:23 +0000 (22:20 +0000)]
merge helper files;
remove duplicated lyx::frontend::setAutoTextCB(QCheckBox*, QLineEdit*, LengthCombo*)

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

16 years agouse forward declaration...
André Pönitz [Mon, 5 Nov 2007 21:42:08 +0000 (21:42 +0000)]
use forward declaration...

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

16 years agoUserGuide.lyx: describe the pixmap cache
Uwe Stöhr [Mon, 5 Nov 2007 21:29:32 +0000 (21:29 +0000)]
UserGuide.lyx: describe the pixmap cache

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

16 years agoRevert 4323/2 fix addRow -> appendRow part
Martin Vermeer [Mon, 5 Nov 2007 20:54:28 +0000 (20:54 +0000)]
Revert 4323/2 fix addRow -> appendRow part

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

16 years agocosmetics as hinted by uncrustify
André Pönitz [Mon, 5 Nov 2007 20:33:20 +0000 (20:33 +0000)]
cosmetics as hinted by uncrustify

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

16 years agoGetting rid of LTR bias --- part 4/4
Dov Feldstern [Mon, 5 Nov 2007 19:44:03 +0000 (19:44 +0000)]
Getting rid of LTR bias --- part 4/4

This is the final patch (at least for now). This one deals with the idxFoo
methods in the math insets. The previous patches in the series are r21128,
r21244 and r21448.

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

16 years agoGetting rid of LTR bias --- part 3/4
Dov Feldstern [Mon, 5 Nov 2007 19:41:16 +0000 (19:41 +0000)]
Getting rid of LTR bias --- part 3/4

This is a continuation of r21128, r21244

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

16 years agostdtoolbars.inc: - register \tbinom and \dbinom
Uwe Stöhr [Mon, 5 Nov 2007 19:28:37 +0000 (19:28 +0000)]
stdtoolbars.inc: - register \tbinom and \dbinom
                 - clarify the fraction submenu entries
                 - register placeholders

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

16 years agomore complete fix for bug 4318 and variants (see http://www.mail-archive.com/lyx...
Bernhard Roider [Mon, 5 Nov 2007 16:52:34 +0000 (16:52 +0000)]
more complete fix for bug 4318 and variants (see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg130765.html)

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

16 years ago* src/LyXFunc.cpp (actOnUpdatedPrefs):
Jürgen Spitzmüller [Mon, 5 Nov 2007 15:50:00 +0000 (15:50 +0000)]
* src/LyXFunc.cpp (actOnUpdatedPrefs):
- add missing LyXRC::RC_USE_PIXMAP_CACHE to switch,

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

16 years agoRename GuiViewBase to GuiView.
Abdelrazak Younes [Mon, 5 Nov 2007 13:52:37 +0000 (13:52 +0000)]
Rename GuiViewBase to GuiView.

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

16 years agoFix bug 4317 and update comment WRT current situation of trunk.
Abdelrazak Younes [Mon, 5 Nov 2007 12:04:47 +0000 (12:04 +0000)]
Fix bug 4317 and update comment WRT current situation of trunk.

http://bugzilla.lyx.org/show_bug.cgi?id=4317

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

16 years ago* src/mathed/InsetMathGrid.cpp:
Jürgen Spitzmüller [Mon, 5 Nov 2007 10:46:39 +0000 (10:46 +0000)]
* src/mathed/InsetMathGrid.cpp:
- clear selection before deleting row/column (fix bug 4323/1).

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

16 years agoGet rid of InsetFlexParams
Abdelrazak Younes [Mon, 5 Nov 2007 10:14:19 +0000 (10:14 +0000)]
Get rid of InsetFlexParams

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

16 years agoFix bug 4323/2, and more logical naming of addRow
Martin Vermeer [Mon, 5 Nov 2007 09:51:37 +0000 (09:51 +0000)]
Fix bug 4323/2, and more logical naming of addRow

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

16 years ago* src/mathed/MathParser.cpp (getChar):
Jürgen Spitzmüller [Mon, 5 Nov 2007 07:55:32 +0000 (07:55 +0000)]
* src/mathed/MathParser.cpp (getChar):
- return 0 instead of char_type(), which is unpredictable.

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

16 years ago* src/mathed/MathParser.cpp (getChar):
Jürgen Spitzmüller [Mon, 5 Nov 2007 07:15:57 +0000 (07:15 +0000)]
* src/mathed/MathParser.cpp (getChar):
- empty return if the char is not good() (fix bug 4318).

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

16 years agostdtoolbars.inc: - register \tbinom and \dbinom
Uwe Stöhr [Sun, 4 Nov 2007 19:09:24 +0000 (19:09 +0000)]
stdtoolbars.inc: - register \tbinom and \dbinom
                 - clarify the fraction submenu entries

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

16 years ago* src/LyXRC.cpp: shut up compiler.
Jürgen Spitzmüller [Sun, 4 Nov 2007 11:29:12 +0000 (11:29 +0000)]
* src/LyXRC.cpp: shut up compiler.

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

16 years ago* src/frontends/qt4/GuiPrefs.cpp: fix typo.
Jürgen Spitzmüller [Sun, 4 Nov 2007 11:12:59 +0000 (11:12 +0000)]
* src/frontends/qt4/GuiPrefs.cpp: fix typo.

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

16 years agocosmetics
André Pönitz [Sun, 4 Nov 2007 09:51:26 +0000 (09:51 +0000)]
cosmetics

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

16 years agonumbers...
André Pönitz [Sun, 4 Nov 2007 09:38:51 +0000 (09:38 +0000)]
numbers...

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

16 years agoLaTeXConfig.lyx: additions for the Japanese layout files
Uwe Stöhr [Sun, 4 Nov 2007 00:38:12 +0000 (00:38 +0000)]
LaTeXConfig.lyx: additions for the Japanese layout files

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

16 years agoGerman UserGuide.lyx: updates from Hartmut
Uwe Stöhr [Sun, 4 Nov 2007 00:15:56 +0000 (00:15 +0000)]
German UserGuide.lyx: updates from Hartmut

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

16 years agocosmetics
André Pönitz [Sat, 3 Nov 2007 20:52:09 +0000 (20:52 +0000)]
cosmetics

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

16 years agougly and not strictly needed
André Pönitz [Sat, 3 Nov 2007 20:45:14 +0000 (20:45 +0000)]
ugly and not strictly needed

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

16 years agoremove unneeded @includes from BufferView.h
André Pönitz [Sat, 3 Nov 2007 18:50:54 +0000 (18:50 +0000)]
remove unneeded @includes from BufferView.h

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

16 years ago*sigh*
André Pönitz [Sat, 3 Nov 2007 18:30:05 +0000 (18:30 +0000)]
*sigh*

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

16 years agoForce latin-only InsetCollapsables into LTR environment if surroundings are RTL.
Dov Feldstern [Sat, 3 Nov 2007 18:12:52 +0000 (18:12 +0000)]
Force latin-only InsetCollapsables into LTR environment if surroundings are RTL.
This fixes, for example, the URL inset, which used to be  included here
explicitly when it was a standalone inset.

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

16 years agorename asTextInset -> asInsetText (to conform with asInsetCollapsable, asInsetMath)
Dov Feldstern [Sat, 3 Nov 2007 18:07:41 +0000 (18:07 +0000)]
rename asTextInset -> asInsetText (to conform with asInsetCollapsable, asInsetMath)

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

16 years agocosmetics
André Pönitz [Sat, 3 Nov 2007 17:56:29 +0000 (17:56 +0000)]
cosmetics

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

16 years agosome std::string -> filename changes
André Pönitz [Sat, 3 Nov 2007 17:37:37 +0000 (17:37 +0000)]
some std::string -> filename changes

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

16 years agoApply \protect more selectively for special phrases
Martin Vermeer [Sat, 3 Nov 2007 17:07:37 +0000 (17:07 +0000)]
Apply \protect more selectively for special phrases

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

16 years agoremove two FIXME.
Abdelrazak Younes [Sat, 3 Nov 2007 11:40:41 +0000 (11:40 +0000)]
remove two FIXME.

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

16 years agoTransfer some code from InsetFlex to InsetCollapsable. Add some safeguards and FIXMEs.
Abdelrazak Younes [Sat, 3 Nov 2007 09:03:08 +0000 (09:03 +0000)]
Transfer some code from InsetFlex to InsetCollapsable. Add some safeguards and FIXMEs.

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

16 years agoadd Figure and Table.
Abdelrazak Younes [Sat, 3 Nov 2007 01:55:16 +0000 (01:55 +0000)]
add Figure and Table.

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

16 years agoAlso give sane labelfont to modules.
Abdelrazak Younes [Sat, 3 Nov 2007 01:41:27 +0000 (01:41 +0000)]
Also give sane labelfont to modules.

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

16 years agoFix copy&paste of Insets.
Abdelrazak Younes [Sat, 3 Nov 2007 00:56:48 +0000 (00:56 +0000)]
Fix copy&paste of Insets.

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

16 years agoFurther cleanup of InsetFlex, InsetCollapsable and InsetLayout:
Abdelrazak Younes [Sat, 3 Nov 2007 00:35:07 +0000 (00:35 +0000)]
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
- Getting rid of some unneeded init() methods.
- InsetCollapsable::layout_ is now a const pointer.

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

16 years agopimpl not needed here
André Pönitz [Fri, 2 Nov 2007 23:42:27 +0000 (23:42 +0000)]
pimpl not needed here

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

16 years agoRemremove unneeded init() method.
Abdelrazak Younes [Fri, 2 Nov 2007 23:12:43 +0000 (23:12 +0000)]
Remremove unneeded init() method.

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

16 years agofix layout of InsetBox and remove unused InsetCollapsable methods.
Abdelrazak Younes [Fri, 2 Nov 2007 22:10:59 +0000 (22:10 +0000)]
fix layout of InsetBox and remove unused InsetCollapsable methods.

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

16 years agoFurther cleanup of collapsable insets. The layouts are now properly read and applied.
Abdelrazak Younes [Fri, 2 Nov 2007 21:27:41 +0000 (21:27 +0000)]
Further cleanup of collapsable insets. The layouts are now properly read and applied.

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

16 years agocosmetics
André Pönitz [Fri, 2 Nov 2007 21:27:37 +0000 (21:27 +0000)]
cosmetics

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

16 years agocosmetics
André Pönitz [Fri, 2 Nov 2007 21:04:52 +0000 (21:04 +0000)]
cosmetics

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

16 years agode-tuple-fication; cosmetics
André Pönitz [Fri, 2 Nov 2007 20:41:04 +0000 (20:41 +0000)]
de-tuple-fication; cosmetics

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

16 years agoI wonder why boost::tuple is preferable over a simple struct.
André Pönitz [Fri, 2 Nov 2007 20:26:28 +0000 (20:26 +0000)]
I wonder why boost::tuple is preferable over a simple struct.

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

16 years agosome de-boostification
André Pönitz [Fri, 2 Nov 2007 19:59:08 +0000 (19:59 +0000)]
some de-boostification

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

16 years agoRemove fontlabel initialisation bug work-around. We should fix the inset layout defin...
Abdelrazak Younes [Fri, 2 Nov 2007 18:33:59 +0000 (18:33 +0000)]
Remove fontlabel initialisation bug work-around. We should fix the inset layout definition parsing instead.

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

16 years agoFix initial numbering of foot notes.
Abdelrazak Younes [Fri, 2 Nov 2007 18:19:45 +0000 (18:19 +0000)]
Fix initial numbering of foot notes.

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

16 years agono controllers directory anymore
André Pönitz [Fri, 2 Nov 2007 18:14:49 +0000 (18:14 +0000)]
no controllers directory anymore

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

16 years agoremove unneeded init() method.
Abdelrazak Younes [Fri, 2 Nov 2007 17:58:16 +0000 (17:58 +0000)]
remove unneeded init() method.

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

16 years ago* InsetCollapsable:
Abdelrazak Younes [Fri, 2 Nov 2007 17:47:51 +0000 (17:47 +0000)]
* InsetCollapsable:
- InsetCollapsable(): Move labelfont initialisation to InsetCollapsable::setLayout().
- read(): reset the inset layout.

All other insets: get rid of redundant setLayout() calls.

This commit fixes the multiple crashes in trunk but the color used for text and background are completely wrong...

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

16 years agorevert accidental commit (r21380)
Abdelrazak Younes [Fri, 2 Nov 2007 17:13:39 +0000 (17:13 +0000)]
revert accidental commit (r21380)

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

16 years agoRemove redundant code and introduce InsetCollapsable::setLabelColor().
Abdelrazak Younes [Fri, 2 Nov 2007 16:46:48 +0000 (16:46 +0000)]
Remove redundant code and introduce InsetCollapsable::setLabelColor().

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

16 years agoadd some assertion for C-style table access.
Abdelrazak Younes [Fri, 2 Nov 2007 16:43:24 +0000 (16:43 +0000)]
add some assertion for C-style table access.

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

16 years agoProperly initialize label font.
Abdelrazak Younes [Fri, 2 Nov 2007 16:34:37 +0000 (16:34 +0000)]
Properly initialize label font.

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

16 years agoremove void operation.
Abdelrazak Younes [Fri, 2 Nov 2007 16:10:33 +0000 (16:10 +0000)]
remove void operation.

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

16 years agoremove unused constants.
Abdelrazak Younes [Fri, 2 Nov 2007 16:09:42 +0000 (16:09 +0000)]
remove unused constants.

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

16 years agosave prefui in qt422 format
Bo Peng [Fri, 2 Nov 2007 16:09:06 +0000 (16:09 +0000)]
save prefui in qt422 format

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

16 years ago* src/lengthcommon.cpp: disambiguation of gui string.
Jürgen Spitzmüller [Fri, 2 Nov 2007 14:50:50 +0000 (14:50 +0000)]
* src/lengthcommon.cpp: disambiguation of gui string.

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

16 years ago* src/LyXRC.{cpp,h}:
Jürgen Spitzmüller [Fri, 2 Nov 2007 14:43:09 +0000 (14:43 +0000)]
* src/LyXRC.{cpp,h}:
- new RC_USE_PIXMAP_CACHE
* src/frontends/qt4/GuiPainter.{cpp,h}:
- use rc.use_pixmap_cache
* src/frontends/qt4/GuiPrefs.cpp:
* src/frontends/qt4/ui/QPref.ui:
- implement rc.use_pixmap_cache

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

16 years agoFix concatenation bug introduced in rev 21363 and simplify the code a bit.
Abdelrazak Younes [Fri, 2 Nov 2007 13:56:46 +0000 (13:56 +0000)]
Fix concatenation bug introduced in rev 21363 and simplify the code a bit.

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

16 years agocosmetics
Abdelrazak Younes [Fri, 2 Nov 2007 08:50:16 +0000 (08:50 +0000)]
cosmetics

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

16 years agoadd some const and move things closer to implementation.
Abdelrazak Younes [Fri, 2 Nov 2007 08:32:20 +0000 (08:32 +0000)]
add some const and move things closer to implementation.

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

16 years agoremove FIXMEs
Abdelrazak Younes [Fri, 2 Nov 2007 08:18:02 +0000 (08:18 +0000)]
remove FIXMEs

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

16 years agoMSVC compile FIX.
Abdelrazak Younes [Fri, 2 Nov 2007 08:16:39 +0000 (08:16 +0000)]
MSVC compile FIX.

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

16 years agouse docstring wherever it makes sense.
Abdelrazak Younes [Fri, 2 Nov 2007 08:09:43 +0000 (08:09 +0000)]
use docstring wherever it makes sense.

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

16 years agosave HyperlinkUi.ui in qt 422 format
Bo Peng [Fri, 2 Nov 2007 04:36:25 +0000 (04:36 +0000)]
save HyperlinkUi.ui in qt 422 format

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

16 years ago* change the fold/unfold behaviour a bit: if we are just in front of a macro with...
Stefan Schimanski [Fri, 2 Nov 2007 00:11:51 +0000 (00:11 +0000)]
* change the fold/unfold behaviour a bit: if we are just in front of a macro with wrong state after we went one level up, we look further left. This feels more natural in cases nullary macros appear as parameters of other macros.

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

16 years agolyx_1_6.py: fix for previous commit
Uwe Stöhr [Thu, 1 Nov 2007 22:40:31 +0000 (22:40 +0000)]
lyx_1_6.py: fix for previous commit

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

16 years agolyx_1_6.py: fix dataloss in URL conversion routine
Uwe Stöhr [Thu, 1 Nov 2007 22:17:54 +0000 (22:17 +0000)]
lyx_1_6.py: fix dataloss in URL conversion routine

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