]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoadd two needed python files to the windows installer
Bo Peng [Thu, 1 Nov 2007 16:49:04 +0000 (16:49 +0000)]
add two needed python files to the windows installer

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

16 years agoEmbeddedObjects.lyx: fix some linebreaks
Uwe Stöhr [Thu, 1 Nov 2007 16:39:37 +0000 (16:39 +0000)]
EmbeddedObjects.lyx: fix some linebreaks

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

16 years ago* a first version of a math macro toolbar. The icon can certainly be improved.
Stefan Schimanski [Thu, 1 Nov 2007 16:33:19 +0000 (16:33 +0000)]
* a first version of a math macro toolbar. The icon can certainly be improved.

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

16 years ago* replace int type by the correct custom type for pos, idx and size.
Stefan Schimanski [Thu, 1 Nov 2007 15:36:27 +0000 (15:36 +0000)]
* replace int type by the correct custom type for pos, idx and size.

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

16 years ago* one coercion is enough
Stefan Schimanski [Thu, 1 Nov 2007 14:45:14 +0000 (14:45 +0000)]
* one coercion is enough

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

16 years ago* added non-greedy init mode for macros. If you enter a macro with the cursor, you...
Stefan Schimanski [Thu, 1 Nov 2007 14:40:15 +0000 (14:40 +0000)]
* added non-greedy init mode for macros. If you enter a macro with the cursor, you don't want that it eats the insets on the right.
* split up the MathData::updateMacro method into the optional and normal parameter part

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

16 years agocorrect case
Edwin Leuven [Thu, 1 Nov 2007 14:30:48 +0000 (14:30 +0000)]
correct case

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

16 years ago* removed MathMacro:: from declaration.
Stefan Schimanski [Thu, 1 Nov 2007 14:06:58 +0000 (14:06 +0000)]
* removed MathMacro:: from declaration.

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

16 years ago* cosmetic: alphabetic order
Stefan Schimanski [Thu, 1 Nov 2007 11:27:02 +0000 (11:27 +0000)]
* cosmetic: alphabetic order

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

16 years ago* Added conversion of latex macros with optional parameters
Stefan Schimanski [Thu, 1 Nov 2007 11:15:05 +0000 (11:15 +0000)]
* Added conversion of latex macros with optional parameters

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

16 years ago* LFUN handler for folding/unfolding of math macros
Stefan Schimanski [Thu, 1 Nov 2007 11:14:14 +0000 (11:14 +0000)]
* LFUN handler for folding/unfolding of math macros

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

16 years ago* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
Stefan Schimanski [Thu, 1 Nov 2007 11:13:07 +0000 (11:13 +0000)]
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf

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

16 years ago* LFUNs for math macros and menu integration
Stefan Schimanski [Thu, 1 Nov 2007 11:08:04 +0000 (11:08 +0000)]
* LFUNs for math macros and menu integration

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

16 years ago* file format 298 to convert macro definitions with optional parameters into ERT...
Stefan Schimanski [Thu, 1 Nov 2007 11:03:51 +0000 (11:03 +0000)]
* file format 298 to convert macro definitions with optional parameters into ERT. This is still just an empty convertion, waiting for Uwe to find time to implement it.

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

16 years ago* non-const coercion for math braces
Stefan Schimanski [Thu, 1 Nov 2007 10:58:59 +0000 (10:58 +0000)]
* non-const coercion for math braces

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

16 years ago* color definitions for math macros
Stefan Schimanski [Thu, 1 Nov 2007 10:57:20 +0000 (10:57 +0000)]
* color definitions for math macros

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

16 years ago* methods to cut off DocIterators and to append vectors of CursorSlices. This is...
Stefan Schimanski [Thu, 1 Nov 2007 10:56:18 +0000 (10:56 +0000)]
* methods to cut off DocIterators and to append vectors of CursorSlices. This is used to keep the visual cursor position when folding/unfolding macros with the cursor in a parameter.

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

16 years ago* monochrome rendering support. You can set two color, the min and max. Every paintin...
Stefan Schimanski [Thu, 1 Nov 2007 10:52:51 +0000 (10:52 +0000)]
* monochrome rendering support. You can set two color, the min and max. Every painting operation later on will map every color into this interval. By calling enterMonochrome and leaveMonochrome you can nest this process.

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

16 years agoget rid of clear button
Edwin Leuven [Thu, 1 Nov 2007 10:39:20 +0000 (10:39 +0000)]
get rid of clear button

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

16 years ago* reverting previous workarounds. With Martin's commit 21319 there are not needed.
Stefan Schimanski [Thu, 1 Nov 2007 09:57:38 +0000 (09:57 +0000)]
* reverting previous workarounds. With Martin's commit 21319 there are not needed.

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

16 years agoFix tex2lyx for inset font inheritance changes
Martin Vermeer [Thu, 1 Nov 2007 09:47:02 +0000 (09:47 +0000)]
Fix tex2lyx for inset font inheritance changes

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

16 years ago* and another one. Trying to compile before committing would make sense sometimes :-/
Stefan Schimanski [Thu, 1 Nov 2007 09:16:23 +0000 (09:16 +0000)]
* and another one. Trying to compile before committing would make sense sometimes :-/

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

16 years ago* yet another compile fix.
Stefan Schimanski [Thu, 1 Nov 2007 09:14:25 +0000 (09:14 +0000)]
* yet another compile fix.

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

16 years agoNeedProtect inside Index inset
Martin Vermeer [Thu, 1 Nov 2007 07:09:58 +0000 (07:09 +0000)]
NeedProtect inside Index inset

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

16 years agoFix inset font inheritance mechanism; smaller clean-ups
Martin Vermeer [Thu, 1 Nov 2007 06:25:47 +0000 (06:25 +0000)]
Fix inset font inheritance mechanism; smaller clean-ups

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

16 years ago* make it compile
Stefan Schimanski [Thu, 1 Nov 2007 00:04:13 +0000 (00:04 +0000)]
* make it compile

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

16 years ago* gcc does not like missing characters in keywords
Stefan Schimanski [Wed, 31 Oct 2007 23:41:22 +0000 (23:41 +0000)]
* gcc does not like missing characters in keywords

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

16 years agointroduce a header to forward declare std::string.
André Pönitz [Wed, 31 Oct 2007 22:40:34 +0000 (22:40 +0000)]
introduce a header to forward declare std::string.
hope there are only conforming implementaions out there ;-}

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

16 years agoPrefShortcuts: remove color, remove third column, use bold and cross-out font for...
Bo Peng [Wed, 31 Oct 2007 18:46:03 +0000 (18:46 +0000)]
PrefShortcuts: remove color, remove third column, use bold and cross-out font for new and removed items respectively

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

16 years agosmall update. almost 30k for <iostream> ...
André Pönitz [Wed, 31 Oct 2007 18:24:28 +0000 (18:24 +0000)]
small update. almost 30k for <iostream> ...

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

16 years agoPrefShortcuts: use KeySequence::ForGui to display shortcuts
Bo Peng [Wed, 31 Oct 2007 17:15:10 +0000 (17:15 +0000)]
PrefShortcuts: use KeySequence::ForGui to display shortcuts

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

16 years agoLFUN_LANGUAGE enabled wrong way around
Martin Vermeer [Wed, 31 Oct 2007 08:54:44 +0000 (08:54 +0000)]
LFUN_LANGUAGE enabled wrong way around

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

16 years agoMove to_local8bit_failure class to docstring.cpp and restore std::bad_cast inheritance.
Abdelrazak Younes [Wed, 31 Oct 2007 08:05:37 +0000 (08:05 +0000)]
Move to_local8bit_failure class to docstring.cpp and restore std::bad_cast inheritance.

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

16 years agoFix some gcc warnings.
Abdelrazak Younes [Wed, 31 Oct 2007 07:48:13 +0000 (07:48 +0000)]
Fix some gcc warnings.

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

16 years agoFix LFUN_LANGUAGE bug due to Font/Language separation (r21240):
Dov Feldstern [Tue, 30 Oct 2007 22:55:33 +0000 (22:55 +0000)]
Fix LFUN_LANGUAGE bug due to Font/Language separation (r21240):
the LFUN had stopped working, because since language is no longer part of the
font, changes to the language were no longer being registered in the fontInfo,
and so we were wrongly under the impression that nothing had been changed.

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

16 years agoClean up EmbeddedFiles.h/cpp because the valid_ field is no longer needed
Bo Peng [Tue, 30 Oct 2007 22:21:48 +0000 (22:21 +0000)]
Clean up EmbeddedFiles.h/cpp because the valid_ field is no longer needed

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

16 years agobuild_msvc.bat: change version suffix to "16"
Uwe Stöhr [Tue, 30 Oct 2007 22:14:02 +0000 (22:14 +0000)]
build_msvc.bat: change version suffix to "16"

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

16 years agomissing lyx2lyx stuff for the fileformat change to 297
Uwe Stöhr [Tue, 30 Oct 2007 22:07:16 +0000 (22:07 +0000)]
missing lyx2lyx stuff for the fileformat change to 297
 (previous fileformat change to 296 by Richard is not yet described in FORMAT)

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

16 years agoSpanish UserGuide.lyx: updates by Ignacio
Uwe Stöhr [Tue, 30 Oct 2007 21:46:07 +0000 (21:46 +0000)]
Spanish UserGuide.lyx: updates by Ignacio

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

16 years agoExtended.lyx: remove some Linux-only path descriptions
Uwe Stöhr [Tue, 30 Oct 2007 21:26:01 +0000 (21:26 +0000)]
Extended.lyx: remove some Linux-only path descriptions

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

16 years agoGuiErrorList.cpp: whitespace
Uwe Stöhr [Tue, 30 Oct 2007 20:22:50 +0000 (20:22 +0000)]
GuiErrorList.cpp: whitespace

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

16 years agoCosmetic changes to how shortcuts are printed: S-C-S => C-S-s because S-S can be...
Bo Peng [Tue, 30 Oct 2007 16:34:35 +0000 (16:34 +0000)]
Cosmetic changes to how shortcuts are printed: S-C-S => C-S-s because S-S can be confusion, and Ctrl-Shift is more natural than Shift-Ctrl

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

16 years agoconst, sorry
Martin Vermeer [Tue, 30 Oct 2007 16:27:31 +0000 (16:27 +0000)]
const, sorry

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

16 years agoFix thinko: we need to apply the default font here, not the inset's font commands
Martin Vermeer [Tue, 30 Oct 2007 16:24:52 +0000 (16:24 +0000)]
Fix thinko: we need to apply the default font here, not the inset's font commands

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

16 years agoFix line count off-by-one for single-par verbatims
Martin Vermeer [Tue, 30 Oct 2007 16:22:56 +0000 (16:22 +0000)]
Fix line count off-by-one for single-par verbatims

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

16 years agoFix the shortcut input dialog bug (can not input Ctrl-blah)
Bo Peng [Tue, 30 Oct 2007 16:04:48 +0000 (16:04 +0000)]
Fix the shortcut input dialog bug (can not input Ctrl-blah)

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

16 years agoTo reduce confusion, stop displaying UserExtraUnbind items in the shortcut customizat...
Bo Peng [Tue, 30 Oct 2007 15:25:30 +0000 (15:25 +0000)]
To reduce confusion, stop displaying UserExtraUnbind items in the shortcut customization dialog.

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

16 years agoDocument->settings: update embedded file list properly
Bo Peng [Tue, 30 Oct 2007 15:20:59 +0000 (15:20 +0000)]
Document->settings: update embedded file list properly

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

16 years ago* src/frontends/qt4/GuiSearch.cpp:
Jürgen Spitzmüller [Tue, 30 Oct 2007 13:16:45 +0000 (13:16 +0000)]
* src/frontends/qt4/GuiSearch.cpp:
- use selectAll function instead of home-brewn method.

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

16 years agoImplement ForceLtR; cleanup of collapsable insets
Martin Vermeer [Tue, 30 Oct 2007 12:30:46 +0000 (12:30 +0000)]
Implement ForceLtR; cleanup of collapsable insets

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

16 years agoDocument->Settings: add currently embedded files
Bo Peng [Tue, 30 Oct 2007 02:59:24 +0000 (02:59 +0000)]
Document->Settings: add currently embedded files

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

16 years agoInsetMathDelim.cpp: remove doubled include
Uwe Stöhr [Tue, 30 Oct 2007 01:19:21 +0000 (01:19 +0000)]
InsetMathDelim.cpp: remove doubled include

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

16 years agoremove the example file currency.lyx and its German translation as this is obsolete...
Uwe Stöhr [Mon, 29 Oct 2007 23:08:52 +0000 (23:08 +0000)]
remove the example file currency.lyx and its German translation as this is obsolete since LyX 1.5's unicode support

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

16 years agoremove unneeded include
André Pönitz [Mon, 29 Oct 2007 23:05:18 +0000 (23:05 +0000)]
remove unneeded include

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

16 years agomake unused exception less expensive
André Pönitz [Mon, 29 Oct 2007 22:58:08 +0000 (22:58 +0000)]
make unused exception less expensive

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

16 years agoamsmaths.inc: revert r21228 since this has unwanted side effects, see
Uwe Stöhr [Mon, 29 Oct 2007 22:50:44 +0000 (22:50 +0000)]
amsmaths.inc: revert r21228 since this has unwanted side effects, see
 http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg131183.html

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

16 years agolyx_1_6.py: fix copy/paste bug from my previous commit
Uwe Stöhr [Mon, 29 Oct 2007 22:42:58 +0000 (22:42 +0000)]
lyx_1_6.py: fix copy/paste bug from my previous commit

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

16 years agofileformat change for my previous commit: Albanian and lower Sorbian support
Uwe Stöhr [Mon, 29 Oct 2007 22:38:36 +0000 (22:38 +0000)]
fileformat change for my previous commit: Albanian and lower Sorbian support

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

16 years agounbreak font panel
André Pönitz [Mon, 29 Oct 2007 22:03:59 +0000 (22:03 +0000)]
unbreak font panel

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

16 years agolanguages: - reenable Sorbian as babel is now fixed
Uwe Stöhr [Mon, 29 Oct 2007 21:52:29 +0000 (21:52 +0000)]
languages: - reenable Sorbian as babel is now fixed
           - add Albanian which is supported by babel since 2 years now

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

16 years agoPut bindings in defaultKeyBindings() to site.bind
Bo Peng [Mon, 29 Oct 2007 19:45:43 +0000 (19:45 +0000)]
Put bindings in defaultKeyBindings() to site.bind

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

16 years agoUpdate current font when moving cursor by clicking mouse
Martin Vermeer [Mon, 29 Oct 2007 18:57:56 +0000 (18:57 +0000)]
Update current font when moving cursor by clicking mouse

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

16 years agoUse proper label in the shortcut panel
Bo Peng [Mon, 29 Oct 2007 17:09:50 +0000 (17:09 +0000)]
Use proper label in the shortcut panel

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

16 years agoMake GuiRef and GuiInclude subclasses of GuiCommand.
Richard Heck [Mon, 29 Oct 2007 16:51:07 +0000 (16:51 +0000)]
Make GuiRef and GuiInclude subclasses of GuiCommand.

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

16 years agoCommit the new parameter ForceLtR before Abdel moves things around again :-)
Martin Vermeer [Mon, 29 Oct 2007 14:39:29 +0000 (14:39 +0000)]
Commit the new parameter ForceLtR before Abdel moves things around again :-)

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

16 years agoFix copy&paste bug.
Abdelrazak Younes [Mon, 29 Oct 2007 12:29:06 +0000 (12:29 +0000)]
Fix copy&paste bug.

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

16 years ago* FontList:
Abdelrazak Younes [Mon, 29 Oct 2007 12:21:58 +0000 (12:21 +0000)]
* FontList:
- clear(): new
- set(): simplify a bit.

* Paragraph(): optimize appendString() and resetFonts().

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

16 years ago* InsetERT::resetParagraphsFont(): use Paragraph::resetFonts().
Abdelrazak Younes [Mon, 29 Oct 2007 11:02:13 +0000 (11:02 +0000)]
* InsetERT::resetParagraphsFont(): use Paragraph::resetFonts().

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

16 years agoput back the const.
Abdelrazak Younes [Mon, 29 Oct 2007 10:47:41 +0000 (10:47 +0000)]
put back the const.

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

16 years ago* InsetText::frame_color_: int -> ColorCode.
Abdelrazak Younes [Mon, 29 Oct 2007 10:46:13 +0000 (10:46 +0000)]
* InsetText::frame_color_: int -> ColorCode.

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

16 years ago* MetricsInfo::background_color: int -> ColorCode
Abdelrazak Younes [Mon, 29 Oct 2007 10:36:20 +0000 (10:36 +0000)]
* MetricsInfo::background_color: int -> ColorCode

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

16 years ago- add label and remove subclassed SearchLineEdit
Edwin Leuven [Mon, 29 Oct 2007 08:56:30 +0000 (08:56 +0000)]
- add label and remove subclassed SearchLineEdit
- put ShortcutLineEdit in namespace lyx::frontend
- additional dialog layout tweaks

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

16 years agoRowPainter::paintForeignMark(): take a Language instead of a Font.
Abdelrazak Younes [Mon, 29 Oct 2007 08:52:13 +0000 (08:52 +0000)]
RowPainter::paintForeignMark(): take a Language instead of a Font.

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

16 years agoAdd some const and avoid implicit constructions.
Abdelrazak Younes [Mon, 29 Oct 2007 08:47:19 +0000 (08:47 +0000)]
Add some const and avoid implicit constructions.

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

16 years agoAdd initial embedding files panel in the Document->Settings dialog
Bo Peng [Mon, 29 Oct 2007 04:07:38 +0000 (04:07 +0000)]
Add initial embedding files panel in the Document->Settings dialog

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

16 years agoForbid implicit conversion from FontInfo to Font.
Abdelrazak Younes [Sun, 28 Oct 2007 23:32:18 +0000 (23:32 +0000)]
Forbid implicit conversion from FontInfo to Font.

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

16 years agoFontEnums.cpp doesn't exist.
Abdelrazak Younes [Sun, 28 Oct 2007 23:30:46 +0000 (23:30 +0000)]
FontEnums.cpp doesn't exist.

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

16 years agoUndo some Font -> FontInfo moves.
Abdelrazak Younes [Sun, 28 Oct 2007 22:49:49 +0000 (22:49 +0000)]
Undo some Font -> FontInfo moves.

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

16 years agoInsetMathFrac: add support for \tbinom and \dbinom, fixes bug 4305
Uwe Stöhr [Sun, 28 Oct 2007 21:48:51 +0000 (21:48 +0000)]
InsetMathFrac: add support for \tbinom and \dbinom, fixes bug 4305

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

16 years agoGerman Extended.lyx: updates from Hartmut again
Uwe Stöhr [Sun, 28 Oct 2007 21:36:08 +0000 (21:36 +0000)]
German Extended.lyx: updates from Hartmut again

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

16 years agoGetting rid of LTR bias --- part 2/?
Dov Feldstern [Sun, 28 Oct 2007 20:35:57 +0000 (20:35 +0000)]
Getting rid of LTR bias --- part 2/?

This is a continuation of r21128. This round fixes the "Word" movement
functions and LFUNS.

Behavior should remain unchanged by this fix.

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

16 years agowhite space.
Abdelrazak Younes [Sun, 28 Oct 2007 20:31:19 +0000 (20:31 +0000)]
white space.

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

16 years agoGCC Compil fix.
Abdelrazak Younes [Sun, 28 Oct 2007 20:30:41 +0000 (20:30 +0000)]
GCC Compil fix.

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

16 years agoRemove unneeded code and comment.
Abdelrazak Younes [Sun, 28 Oct 2007 19:27:12 +0000 (19:27 +0000)]
Remove unneeded code and comment.

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

16 years agoSplitup Font in saner bits:
Abdelrazak Younes [Sun, 28 Oct 2007 18:51:54 +0000 (18:51 +0000)]
Splitup Font in saner bits:

* Font::FontBits -> FontInfo
* Font::FONT_XXX -> all enums transfered to FontEnums.h and renamed to FontXxx

I've replaced Font uses with FontInfo were the language() member was not needed, basically all draw() and metrics methods. There's one problematic cases with InsetQuotes which I solved by taking the Buffer main language.

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

16 years agomove stuff
André Pönitz [Sun, 28 Oct 2007 16:42:18 +0000 (16:42 +0000)]
move stuff

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

16 years agostart some work on file dialogs
André Pönitz [Sun, 28 Oct 2007 16:32:20 +0000 (16:32 +0000)]
start some work on file dialogs

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

16 years agoGerman Extended.lyx: updates from Hartmut
Uwe Stöhr [Sun, 28 Oct 2007 15:36:30 +0000 (15:36 +0000)]
German Extended.lyx: updates from Hartmut

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

16 years agoInsetMathFrac.cpp: fix bug 4308 by using the metrics change method of the fraction...
Uwe Stöhr [Sun, 28 Oct 2007 13:15:35 +0000 (13:15 +0000)]
InsetMathFrac.cpp: fix bug 4308 by using the metrics change method of the fraction inset also for the binom inset.

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

16 years agoremove the now obsolete German file TabellenBeispiel.lyx
Uwe Stöhr [Sun, 28 Oct 2007 11:49:50 +0000 (11:49 +0000)]
remove the now obsolete German file TabellenBeispiel.lyx

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

16 years agoSpanish translation of the file ItemizeBullets.lyx by Ignacio
Uwe Stöhr [Sun, 28 Oct 2007 11:44:52 +0000 (11:44 +0000)]
Spanish translation of the file ItemizeBullets.lyx by Ignacio

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

16 years agosimplify code
Bo Peng [Sun, 28 Oct 2007 04:13:40 +0000 (04:13 +0000)]
simplify code

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

16 years agoGerman UserGuide.lyx: fix image name
Uwe Stöhr [Sat, 27 Oct 2007 17:55:22 +0000 (17:55 +0000)]
German UserGuide.lyx: fix image name

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

16 years agoamsmaths.inc: allow Theorems and the like to be empty, fixes bug 4304.
Uwe Stöhr [Sat, 27 Oct 2007 17:49:02 +0000 (17:49 +0000)]
amsmaths.inc: allow Theorems and the like to be empty, fixes bug 4304.

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

16 years agoGerman UserGuide.lyx updates from Hartmut
Uwe Stöhr [Sat, 27 Oct 2007 16:56:46 +0000 (16:56 +0000)]
German UserGuide.lyx updates from Hartmut

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

16 years agoFix IEEEtran layout by loading counters before the sectioning styles,
Enrico Forestieri [Sat, 27 Oct 2007 16:12:19 +0000 (16:12 +0000)]
Fix IEEEtran layout by loading counters before the sectioning styles,
in order to avoid having sections numbered as 0.X instead of simply X.

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

16 years agoERT simplification
Martin Vermeer [Sat, 27 Oct 2007 14:05:05 +0000 (14:05 +0000)]
ERT simplification

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

16 years agoadd a missing header file
Bo Peng [Fri, 26 Oct 2007 23:49:16 +0000 (23:49 +0000)]
add a missing header file

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

16 years agocomplete fix of bug 3172: add binary mode open to the part where istreambuf_iterator...
Bernhard Roider [Fri, 26 Oct 2007 21:47:44 +0000 (21:47 +0000)]
complete fix of bug 3172: add binary mode open to the part where istreambuf_iterator is used.

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

16 years agoPrefShortcuts: improve the Shortcut input dialog
Bo Peng [Fri, 26 Oct 2007 20:43:22 +0000 (20:43 +0000)]
PrefShortcuts: improve the Shortcut input dialog
* src/KeyMap.h|cpp: change interface and allow bind(KeySequence, FuncRequest)
* src/frontends/qt4/CustomizedWidgets.h|cpp: use KeySequence, add event filter from Edwin
* src/frontends/qt4/GuiPrefs.cpp: add another column, get KeySequence from the shortcut edit dialog directly

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