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

16 years ago* Paragraph: Move more things to Paragraph::Private
Abdelrazak Younes [Wed, 24 Oct 2007 07:08:55 +0000 (07:08 +0000)]
* Paragraph: Move more things to Paragraph::Private
- remove META_INSET from Paragraph.h
- move text_ container to Private. I know this put there for performance reason but I don't see any penalty with this move. I guess this is because Buffer loading doesn't use Paragraph::getChar() anymore. I will move performance critical code to Paragraph::Private when/if we detect them.
- replace Paragraph::value_type with straight char_type: this was more noise than anything.

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

16 years agofix scons
Bo Peng [Wed, 24 Oct 2007 05:09:09 +0000 (05:09 +0000)]
fix scons

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

16 years agoFix scons update_po by removing deleted files in scons_manifest.py
Bo Peng [Wed, 24 Oct 2007 00:34:06 +0000 (00:34 +0000)]
Fix scons update_po by removing deleted files in scons_manifest.py

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

16 years agocosmetics
André Pönitz [Tue, 23 Oct 2007 21:41:17 +0000 (21:41 +0000)]
cosmetics

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

16 years agoscons/SConstruct: remove non-existent path to make "update_po" work
Uwe Stöhr [Tue, 23 Oct 2007 21:33:10 +0000 (21:33 +0000)]
scons/SConstruct: remove non-existent path to make "update_po" work

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

16 years agoRemove methods marked for removal from InsetCommandParams. Yeah, we can do that now...
Richard Heck [Tue, 23 Oct 2007 18:51:04 +0000 (18:51 +0000)]
Remove methods marked for removal from InsetCommandParams. Yeah, we can do that now. ;-)

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

16 years agoImprove verbatim for RTL
Martin Vermeer [Tue, 23 Oct 2007 18:23:03 +0000 (18:23 +0000)]
Improve verbatim for RTL

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

16 years agoremove traces of qmake experiment
André Pönitz [Tue, 23 Oct 2007 16:44:16 +0000 (16:44 +0000)]
remove traces of qmake experiment

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

16 years agoSome comments and cosmetics.
Richard Heck [Tue, 23 Oct 2007 15:58:10 +0000 (15:58 +0000)]
Some comments and cosmetics.

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

16 years agoInsetInclude becomes an InsetCommand.
Richard Heck [Tue, 23 Oct 2007 15:02:15 +0000 (15:02 +0000)]
InsetInclude becomes an InsetCommand.

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

16 years ago* Paragraph: erase unused some method and move some members to Paragraph::Private.
Abdelrazak Younes [Tue, 23 Oct 2007 13:25:05 +0000 (13:25 +0000)]
* Paragraph: erase unused some method and move some members to Paragraph::Private.

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

16 years ago* Paragraph:latex(): de-spaghettization step 2: split out T1 encoding, Typewriter...
Abdelrazak Younes [Tue, 23 Oct 2007 09:53:06 +0000 (09:53 +0000)]
* Paragraph:latex(): de-spaghettization step 2: split out T1 encoding, Typewriter font and 'special phrases' special cases.

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

16 years agoscramble email addresses
José Matox [Tue, 23 Oct 2007 08:23:39 +0000 (08:23 +0000)]
scramble email addresses

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

16 years ago* src/frontends/qt4/ui/ParagraphUi.ui:
Jürgen Spitzmüller [Tue, 23 Oct 2007 08:10:55 +0000 (08:10 +0000)]
* src/frontends/qt4/ui/ParagraphUi.ui:
- fix several duplicated accelerators (bug 4277)
* src/frontends/qt4/GuiParagraph{.cpp, h}:
- reintroduce labelMap; the current implementation
  displays wrong accelerators.

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

16 years agoLicensing info.
Richard Heck [Tue, 23 Oct 2007 05:07:45 +0000 (05:07 +0000)]
Licensing info.

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

16 years agoPrefShortcuts: ShortcutEdit, adapted from Edwin's patch
Bo Peng [Tue, 23 Oct 2007 03:48:02 +0000 (03:48 +0000)]
PrefShortcuts: ShortcutEdit, adapted from Edwin's patch

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

16 years agoPDFOptions.cpp: whitespace fix to please André
Uwe Stöhr [Tue, 23 Oct 2007 01:01:05 +0000 (01:01 +0000)]
PDFOptions.cpp: whitespace fix to please André

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

16 years agoconfigure.py: correct previous commit
Uwe Stöhr [Mon, 22 Oct 2007 23:59:00 +0000 (23:59 +0000)]
configure.py: correct previous commit

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

16 years agoconfigure.py, legacy_lyxpreview2ppm.py, lyxpreview2bitmap.py: check also for "platex...
Uwe Stöhr [Mon, 22 Oct 2007 23:55:13 +0000 (23:55 +0000)]
configure.py, legacy_lyxpreview2ppm.py, lyxpreview2bitmap.py: check also for "platex" (Japanese variant of "latex"); patch by Koji

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

16 years agoTabellenBeispiel.lyx: fix the end document tag
Uwe Stöhr [Mon, 22 Oct 2007 23:25:17 +0000 (23:25 +0000)]
TabellenBeispiel.lyx: fix the end document tag

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

16 years agoGerman UserGuide.lyx updates from Hartmut
Uwe Stöhr [Mon, 22 Oct 2007 23:20:09 +0000 (23:20 +0000)]
German UserGuide.lyx updates from Hartmut

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

16 years agolanguages: add note to re-enable Sorbian when the next babel version comes out. The...
Uwe Stöhr [Mon, 22 Oct 2007 23:13:40 +0000 (23:13 +0000)]
languages: add note to re-enable Sorbian when the next babel version comes out. The babel maintainer has it already fixed in his tree, see LaTeX bug 3982.

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

16 years agoGetting rid of LTR bias --- part 1/?
Dov Feldstern [Mon, 22 Oct 2007 22:18:52 +0000 (22:18 +0000)]
Getting rid of LTR bias --- part 1/?
This is the first patch in a series meant to remove LTR bias from the code.
Currently, there are many places in the code where "right" and "left" are used,
but where we actually mean "forward" and "backwards" --- which is the same
thing in LTR text, but not in RTL/Bidi text.

See full details in http://permalink.gmane.org/gmane.editors.lyx.devel/97550.

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

16 years ago* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big...
Abdelrazak Younes [Mon, 22 Oct 2007 20:05:41 +0000 (20:05 +0000)]
* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big document of about 15% (12s instead of 14s for the UserGuide copied and pasted 10 times). There is zero penalty memory wise; quite weirdly, there is a benefit actually: 58 Megs instead 60 Megs, I don't understand why. For comparison, 1.5 needs 78 Megs for the same document.

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

16 years agoIntroducing FontList::setRange()
Abdelrazak Younes [Mon, 22 Oct 2007 19:18:51 +0000 (19:18 +0000)]
Introducing FontList::setRange()

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

16 years agoCompilation fix for Qt 4.2.1 in GuiPrefs.cpp
Dov Feldstern [Mon, 22 Oct 2007 18:49:55 +0000 (18:49 +0000)]
Compilation fix for Qt 4.2.1 in GuiPrefs.cpp

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

16 years agoSimplify ERT by using verbatim
Martin Vermeer [Mon, 22 Oct 2007 18:01:21 +0000 (18:01 +0000)]
Simplify ERT by using verbatim

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

16 years ago * qt4/Makefile.am: make sure that Resource-related files are deleted by make clean
Jean-Marc Lasgouttes [Mon, 22 Oct 2007 13:58:13 +0000 (13:58 +0000)]
* qt4/Makefile.am: make sure that Resource-related files are deleted by make clean

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

16 years ago * GuiPrefs.cpp (PrefShortcuts::setItemType): compilation fix for
Jean-Marc Lasgouttes [Mon, 22 Oct 2007 13:56:59 +0000 (13:56 +0000)]
* GuiPrefs.cpp (PrefShortcuts::setItemType): compilation fix for
qt 4.1 and some simplification.

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

16 years ago* Paragraph:
Abdelrazak Younes [Mon, 22 Oct 2007 13:09:16 +0000 (13:09 +0000)]
* Paragraph:
- simpleTeXOnePar(): renamed to latex(), beginning of de-spaghettization by truly splitting inset and character cases.
- appendChar(), appendString(): new method for buffer reading.

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

16 years agoFix a warning that is potentially a bug (!= used instead of |=).
Abdelrazak Younes [Mon, 22 Oct 2007 07:49:30 +0000 (07:49 +0000)]
Fix a warning that is potentially a bug (!= used instead of |=).

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

16 years agoDocumentation updates from Hartmut
Uwe Stöhr [Mon, 22 Oct 2007 02:05:04 +0000 (02:05 +0000)]
Documentation updates from Hartmut

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