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

16 years agoFix ERT blanks doubling bug
Martin Vermeer [Fri, 26 Oct 2007 10:55:49 +0000 (10:55 +0000)]
Fix ERT blanks doubling bug

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

16 years agofix bug 3172: open file in binary mode, otherwise iteration of a binary file with...
Bernhard Roider [Thu, 25 Oct 2007 22:36:59 +0000 (22:36 +0000)]
fix bug 3172: open file in binary mode, otherwise iteration of a binary file with for_each stops early.

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

16 years agoInsetIndex is no longer an InsetCommand.
Richard Heck [Thu, 25 Oct 2007 22:29:45 +0000 (22:29 +0000)]
InsetIndex is no longer an InsetCommand.

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

16 years agoadjust
André Pönitz [Thu, 25 Oct 2007 21:53:58 +0000 (21:53 +0000)]
adjust

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

16 years agoput \frac style stuff into a single unit. -161477.
André Pönitz [Thu, 25 Oct 2007 21:53:06 +0000 (21:53 +0000)]
put \frac style stuff into a single unit. -161477.

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

16 years agoFix compilation problem due to same static variable in different files.
Richard Heck [Thu, 25 Oct 2007 21:39:47 +0000 (21:39 +0000)]
Fix compilation problem due to same static variable in different files.

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

16 years ago188094 lines
André Pönitz [Thu, 25 Oct 2007 20:36:17 +0000 (20:36 +0000)]
188094 lines

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

16 years ago172725 lines down
André Pönitz [Thu, 25 Oct 2007 19:41:06 +0000 (19:41 +0000)]
172725 lines down

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

16 years agoremove broken promises
André Pönitz [Thu, 25 Oct 2007 18:27:08 +0000 (18:27 +0000)]
remove broken promises

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

16 years agoFix spaces to please Andre
Bo Peng [Thu, 25 Oct 2007 15:56:32 +0000 (15:56 +0000)]
Fix spaces to please Andre

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

16 years agoWhen searching for programs, also take into account all possible
Enrico Forestieri [Thu, 25 Oct 2007 13:40:28 +0000 (13:40 +0000)]
When searching for programs, also take into account all possible
extensions for executables (only Windows is affected by this).

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

16 years agoRevert inadvertent commit.
Richard Heck [Thu, 25 Oct 2007 13:38:42 +0000 (13:38 +0000)]
Revert inadvertent commit.

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

16 years agoAdjust scons for ColorCode.h.
Abdelrazak Younes [Thu, 25 Oct 2007 13:38:12 +0000 (13:38 +0000)]
Adjust scons for ColorCode.h.

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

16 years agoMove Color::color enum to ColorCode.h
Abdelrazak Younes [Thu, 25 Oct 2007 12:41:02 +0000 (12:41 +0000)]
Move Color::color enum to ColorCode.h

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

16 years agoIntroduce inset parameters keepempty, freespacing, needprotect and rename verbatim...
Martin Vermeer [Thu, 25 Oct 2007 09:19:26 +0000 (09:19 +0000)]
Introduce inset parameters keepempty, freespacing, needprotect and rename verbatim->passthru

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

16 years agoadjust
André Pönitz [Thu, 25 Oct 2007 06:15:45 +0000 (06:15 +0000)]
adjust

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

16 years agodissolve Importer 'class' to LyXFunc/Converter
André Pönitz [Thu, 25 Oct 2007 06:09:38 +0000 (06:09 +0000)]
dissolve Importer 'class' to LyXFunc/Converter

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

16 years agoMove the findInfo() and defaultCommand() routines out of InsetCommand and into its...
Richard Heck [Thu, 25 Oct 2007 04:13:56 +0000 (04:13 +0000)]
Move the findInfo() and defaultCommand() routines out of InsetCommand and into its subclasses, so that the subclasses know what parameters they want, etc. Also, introduce an "isCompatibleCommand()" routine, so the subclasses can tell us which commands they are prepared to accept.

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

16 years agoProperly extend qt standard widgets, remove the search button in PrefShortcuts.
Bo Peng [Thu, 25 Oct 2007 03:08:22 +0000 (03:08 +0000)]
Properly extend qt standard widgets, remove the search button in PrefShortcuts.
*  src/frontends/qt4/ui/ShortcutUi.ui: use ShortcutLineEdit
*  src/frontends/qt4/ui/PrefShortcutsUi.ui: remove searchPB
*  src/frontends/qt4/CustomizedWidgets.h|cpp: define ShortcutLineEdit and SearchLineEdit.
*  src/frontends/qt4/GuiPrefs.h|cpp: remove ShortcutEdit
*  src/frontends/qt4/Makefile.am: build system changes
*  development/scons/scons_manifest.py

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

16 years agoremove unneded code
André Pönitz [Wed, 24 Oct 2007 23:03:40 +0000 (23:03 +0000)]
remove unneded code

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

16 years agoadjust
André Pönitz [Wed, 24 Oct 2007 22:55:39 +0000 (22:55 +0000)]
adjust

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

16 years agocosmetics... less than intented
André Pönitz [Wed, 24 Oct 2007 22:55:02 +0000 (22:55 +0000)]
cosmetics... less than intented

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

16 years ago- po remerge
Uwe Stöhr [Wed, 24 Oct 2007 22:05:53 +0000 (22:05 +0000)]
- po remerge
- some translation work for de.po

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

16 years agoEmbeddedFiles.cpp, GuiPrefs.cpp, PDFSupportUi.ui: fix some typos
Uwe Stöhr [Wed, 24 Oct 2007 22:02:48 +0000 (22:02 +0000)]
EmbeddedFiles.cpp, GuiPrefs.cpp, PDFSupportUi.ui: fix some typos

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

16 years agoSmall tweaks
Enrico Forestieri [Wed, 24 Oct 2007 17:22:57 +0000 (17:22 +0000)]
Small tweaks

* src/Paragraph.cpp (knownLangChars): renamed as writeScriptChars.
Now only deals with characters that cannot be encoded using the
current latex encoding.
(latexSpecialChars): only call writeScriptChars if the character
cannot be encoded.

* src/Encoding.{cpp,h} (isKnownLangChar): renamed as isKnownScriptChar.

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

16 years agodelete unused code.
Abdelrazak Younes [Wed, 24 Oct 2007 16:00:25 +0000 (16:00 +0000)]
delete unused code.

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

16 years ago* InsetList: introducing find() and count()
Abdelrazak Younes [Wed, 24 Oct 2007 15:32:43 +0000 (15:32 +0000)]
* InsetList: introducing find() and count()

* Paragraph:
- erase numberOfOptArgs() and bibitem()
- move onlyText() to Private.

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

16 years ago * layouts/ijmpd.layout:
Jean-Marc Lasgouttes [Wed, 24 Oct 2007 12:19:54 +0000 (12:19 +0000)]
* layouts/ijmpd.layout:
* layouts/amsmaths.inc: do not use the notation @Section@ for
LabelString.

* layouts/ijmpc.layout: use \thefoo instead of \arabic{foo}. The
classes ijmpc and ijmpd are now very similar, and one of them could
be made to include the other.

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

16 years agoMove disabling LFUNS from ERT to Collapsable
Martin Vermeer [Wed, 24 Oct 2007 11:30:47 +0000 (11:30 +0000)]
Move disabling LFUNS from ERT to Collapsable

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

16 years agobug fix.
Abdelrazak Younes [Wed, 24 Oct 2007 11:24:53 +0000 (11:24 +0000)]
bug fix.

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

16 years agoget rid of useless Paragraph::Private::size().
Abdelrazak Younes [Wed, 24 Oct 2007 09:46:38 +0000 (09:46 +0000)]
get rid of useless Paragraph::Private::size().

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

16 years ago * layouts/amsmaths-seq.inc:
Jean-Marc Lasgouttes [Wed, 24 Oct 2007 09:40:15 +0000 (09:40 +0000)]
* layouts/amsmaths-seq.inc:
* layouts/amsmaths.inc: make sure that the preamble of the Theorem
layout is output when using other theorem like layouts that
need its counter (bug 4282).

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

16 years agoParagraph::appendString(): use docstring::append().
Abdelrazak Younes [Wed, 24 Oct 2007 09:01:51 +0000 (09:01 +0000)]
Paragraph::appendString(): use docstring::append().

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

16 years agoParagraph::Private: change TextContainer to docstring; this will enable to use advanc...
Abdelrazak Younes [Wed, 24 Oct 2007 08:50:58 +0000 (08:50 +0000)]
Paragraph::Private: change TextContainer to docstring; this will enable to use advance algorithms for string searching/splitting/merging without useless data copying etc.

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

16 years agoI forgot to commit this in 21167.
Abdelrazak Younes [Wed, 24 Oct 2007 08:40:38 +0000 (08:40 +0000)]
I forgot to commit this in 21167.

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

16 years agosmall simplification.
Abdelrazak Younes [Wed, 24 Oct 2007 08:32:20 +0000 (08:32 +0000)]
small simplification.

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

16 years agoIntroducing Paragraph::find().
Abdelrazak Younes [Wed, 24 Oct 2007 08:22:26 +0000 (08:22 +0000)]
Introducing Paragraph::find().

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

16 years agoIntroducing Paragraph::changeCase().
Abdelrazak Younes [Wed, 24 Oct 2007 07:49:24 +0000 (07:49 +0000)]
Introducing Paragraph::changeCase().

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

16 years agosmall optimization.
Abdelrazak Younes [Wed, 24 Oct 2007 07:32:25 +0000 (07:32 +0000)]
small optimization.

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

16 years agofix warning.
Abdelrazak Younes [Wed, 24 Oct 2007 07:13:20 +0000 (07:13 +0000)]
fix warning.

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

16 years agocompil fix, sorry.
Abdelrazak Younes [Wed, 24 Oct 2007 07:10:26 +0000 (07:10 +0000)]
compil fix, sorry.

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