]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoAvoid a complete Toc reset in case when only a toc item update is needed.
Abdelrazak Younes [Tue, 30 Sep 2008 09:50:54 +0000 (09:50 +0000)]
Avoid a complete Toc reset in case when only a toc item update is needed.

* Buffer: new updateTocItem() signal (with Delegates and GuiView associates).
* TocBackend: take care of the signal emission instead of the Cursor::checkBufferStructure()
* TocModel: new updateTocItem() method.

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

15 years ago* InsetInclude.cpp:
Jürgen Spitzmüller [Tue, 30 Sep 2008 08:41:37 +0000 (08:41 +0000)]
* InsetInclude.cpp:
- fix duplicate check of listings labels.

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

15 years agocosmetics and doxygen.
Abdelrazak Younes [Tue, 30 Sep 2008 07:38:34 +0000 (07:38 +0000)]
cosmetics and doxygen.

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

15 years agoTocWidget: disable the tree view during an update in order to minimize a bit the...
Abdelrazak Younes [Tue, 30 Sep 2008 07:18:24 +0000 (07:18 +0000)]
TocWidget: disable the tree view during an update in order to minimize a bit the flashing.

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

15 years ago* GuiInclude.cpp:
Jürgen Spitzmüller [Tue, 30 Sep 2008 06:51:08 +0000 (06:51 +0000)]
* GuiInclude.cpp:
- prevent assertion (listings parameters can have non-ascii chars)

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

15 years agoUserGuide.lyx: add footnote about PostScript drivers
Uwe Stöhr [Mon, 29 Sep 2008 23:08:56 +0000 (23:08 +0000)]
UserGuide.lyx: add footnote about PostScript drivers
EmbeddedObjects.lyx: revise the Listings section

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

15 years agoBufferView.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5287, patch by Vincent
Uwe Stöhr [Mon, 29 Sep 2008 22:55:24 +0000 (22:55 +0000)]
BufferView.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5287, patch by Vincent

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

15 years agocosmetics
André Pönitz [Mon, 29 Sep 2008 21:53:24 +0000 (21:53 +0000)]
cosmetics

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

15 years agoGuiDocument.cpp, BufferParams.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5294
Uwe Stöhr [Mon, 29 Sep 2008 19:33:37 +0000 (19:33 +0000)]
GuiDocument.cpp, BufferParams.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5294

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

15 years agoBufferParams.cpp, LaTeXFeatures.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id...
Uwe Stöhr [Mon, 29 Sep 2008 19:18:00 +0000 (19:18 +0000)]
BufferParams.cpp, LaTeXFeatures.cpp: fix http://bugzilla.lyx.org/show_bug.cgi?id=5291

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

15 years agoar.po: updates by Hatim
Uwe Stöhr [Mon, 29 Sep 2008 19:00:57 +0000 (19:00 +0000)]
ar.po: updates by Hatim

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

15 years agoAdd note.
Pavel Sanda [Mon, 29 Sep 2008 15:58:08 +0000 (15:58 +0000)]
Add note.

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

15 years ago* cs.po
Pavel Sanda [Mon, 29 Sep 2008 15:38:00 +0000 (15:38 +0000)]
* cs.po

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

15 years agoDialogs: discourage non const access to lyxview().
Abdelrazak Younes [Mon, 29 Sep 2008 11:01:53 +0000 (11:01 +0000)]
Dialogs: discourage non const access to lyxview().

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

15 years agoremove mutable property
Jean-Marc Lasgouttes [Mon, 29 Sep 2008 10:56:45 +0000 (10:56 +0000)]
remove mutable property

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

15 years agoDialogs: discourage non const access to buffer() and bufferview().
Abdelrazak Younes [Mon, 29 Sep 2008 10:52:17 +0000 (10:52 +0000)]
Dialogs: discourage non const access to buffer() and bufferview().

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

15 years agoconstify
Abdelrazak Younes [Mon, 29 Sep 2008 10:48:49 +0000 (10:48 +0000)]
constify

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

15 years agoconstify
Abdelrazak Younes [Mon, 29 Sep 2008 10:29:35 +0000 (10:29 +0000)]
constify

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

15 years agoProperly fix http://bugzilla.lyx.org/show_bug.cgi?id=5285 by using lfun machinery...
Abdelrazak Younes [Mon, 29 Sep 2008 10:18:37 +0000 (10:18 +0000)]
Properly fix http://bugzilla.lyx.org/show_bug.cgi?id=5285 by using lfun machinery in all cases.
Also fixes dialog view in case of multipar selection.

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

15 years agocompilation fix
Jean-Marc Lasgouttes [Mon, 29 Sep 2008 10:13:28 +0000 (10:13 +0000)]
compilation fix

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

15 years agoMerge FileFileName::Private::checksum() into FileFileName::checksum().
Abdelrazak Younes [Mon, 29 Sep 2008 09:35:13 +0000 (09:35 +0000)]
Merge FileFileName::Private::checksum() into FileFileName::checksum().

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

15 years agoconstify
Jean-Marc Lasgouttes [Mon, 29 Sep 2008 09:33:36 +0000 (09:33 +0000)]
constify

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

15 years agoprevious commit: revert debugging code.
Abdelrazak Younes [Mon, 29 Sep 2008 09:06:37 +0000 (09:06 +0000)]
previous commit: revert debugging code.

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

15 years agoFileName::Private::checksum(): disable Qt4.4 based version because of bug http:/...
Abdelrazak Younes [Mon, 29 Sep 2008 09:04:14 +0000 (09:04 +0000)]
FileName::Private::checksum(): disable Qt4.4 based version because of bug http://bugzilla.lyx.org/show_bug.cgi?id=5293

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

15 years agorephrase a bit
Jean-Marc Lasgouttes [Mon, 29 Sep 2008 08:58:24 +0000 (08:58 +0000)]
rephrase a bit

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

15 years agowhitespace.
Jürgen Spitzmüller [Mon, 29 Sep 2008 08:48:02 +0000 (08:48 +0000)]
whitespace.

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

15 years agoAdd fall back code to assertion.
Abdelrazak Younes [Mon, 29 Sep 2008 08:42:18 +0000 (08:42 +0000)]
Add fall back code to assertion.

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

15 years agowhitespace
Jean-Marc Lasgouttes [Mon, 29 Sep 2008 08:30:41 +0000 (08:30 +0000)]
whitespace

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

15 years ago* beamer.layout:
Jürgen Spitzmüller [Mon, 29 Sep 2008 07:29:06 +0000 (07:29 +0000)]
* beamer.layout:
- add quote, quotation and verse environments.

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

15 years agoINSTALL: fix typo, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5292
Uwe Stöhr [Sun, 28 Sep 2008 23:27:23 +0000 (23:27 +0000)]
INSTALL: fix typo, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5292

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

15 years agoIf the "force" flag is in effect and a textmode command from the unicodesymbols
Enrico Forestieri [Sun, 28 Sep 2008 21:57:31 +0000 (21:57 +0000)]
If the "force" flag is in effect and a textmode command from the unicodesymbols
file is used, don't add the \lyxmathsym definition to the preamble if we
already are in textmode. This hopefully smashes all weird cases.

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

15 years agotex2lyx/preamble.cpp: fix bug 19, patch by JMarc (I'm working with this patch for...
Uwe Stöhr [Sun, 28 Sep 2008 20:15:08 +0000 (20:15 +0000)]
tex2lyx/preamble.cpp: fix bug 19, patch by JMarc (I'm working with this patch for 4 months now and it is really stable.)

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

15 years agoAdd a new 'Sort' box to the Navigator so that each list can be optionally sorted.
Abdelrazak Younes [Sun, 28 Sep 2008 17:14:29 +0000 (17:14 +0000)]
Add a new 'Sort' box to the Navigator so that each list can be optionally sorted.

* TocModel: redesign so that sorted list are available.
* TocWidget/TocUi: handle the new Sort check box.

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

15 years agoFull text in toc for index entries.
Abdelrazak Younes [Sun, 28 Sep 2008 17:10:16 +0000 (17:10 +0000)]
Full text in toc for index entries.

* Text::asString(): new method.

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

15 years agoLaTeXFeatures.cpp: fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5294 also...
Uwe Stöhr [Sun, 28 Sep 2008 12:14:15 +0000 (12:14 +0000)]
LaTeXFeatures.cpp: fix part of http://bugzilla.lyx.org/show_bug.cgi?id=5294 also for trunk

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

15 years agoCustomization.lyx: fix PostScript driver setting
Uwe Stöhr [Sun, 28 Sep 2008 12:08:38 +0000 (12:08 +0000)]
Customization.lyx: fix PostScript driver setting

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

15 years agoCustomization.lyx: update section about package installation
Uwe Stöhr [Sun, 28 Sep 2008 00:42:55 +0000 (00:42 +0000)]
Customization.lyx: update section about package installation

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

15 years agoLaTeXConfig.lyx: update the file, fix two wrongly encoded characters
Uwe Stöhr [Sat, 27 Sep 2008 23:42:23 +0000 (23:42 +0000)]
LaTeXConfig.lyx: update the file, fix two wrongly encoded characters

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

15 years agoSlovak UserGuide.lyx: use the same layout as the other UserGuides, remove references...
Uwe Stöhr [Sat, 27 Sep 2008 22:31:22 +0000 (22:31 +0000)]
Slovak UserGuide.lyx: use the same layout as the other UserGuides, remove references to klyx

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

15 years agoAdd check for the latex packages accents and slashed.
Enrico Forestieri [Sat, 27 Sep 2008 18:35:28 +0000 (18:35 +0000)]
Add check for the latex packages accents and slashed.

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

15 years agoFix toc dependency to avoid redundant TOC rebuild
Bo Peng [Sat, 27 Sep 2008 18:34:05 +0000 (18:34 +0000)]
Fix toc dependency to avoid redundant TOC rebuild

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

15 years agoattempt to fix bug 5282:
Jürgen Spitzmüller [Sat, 27 Sep 2008 15:32:43 +0000 (15:32 +0000)]
attempt to fix bug 5282:

* src/insets/InsetTabular.cpp:
- keep track of encoding after passing a copy of the OutputParams.

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

15 years agoUserGuide.lyx: add a sentence about multi LFUNs
Uwe Stöhr [Sat, 27 Sep 2008 13:27:40 +0000 (13:27 +0000)]
UserGuide.lyx: add a sentence about multi LFUNs

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

15 years agomove sum() to FileName::private::checksum() and add a new method using Qt4.4 mmap...
Abdelrazak Younes [Sat, 27 Sep 2008 10:54:26 +0000 (10:54 +0000)]
move sum() to FileName::private::checksum() and add a new method using Qt4.4 mmap support.

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

15 years agoheader cleanup: remove duplicate includes.
Abdelrazak Younes [Sat, 27 Sep 2008 09:22:51 +0000 (09:22 +0000)]
header cleanup: remove duplicate includes.

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

15 years agoFirst step toward fixing bug http://bugzilla.lyx.org/show_bug.cgi?id=5252
Abdelrazak Younes [Sat, 27 Sep 2008 09:15:55 +0000 (09:15 +0000)]
First step toward fixing bug http://bugzilla.lyx.org/show_bug.cgi?id=5252

- Move lyx::sum() to FileName.cpp
- Get rid of the third slow implementation of sum() as istreambuf_iterator is supported since at least gcc 3.2.

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

15 years agoUserGuide.lyx: revise the description of the encodings
Uwe Stöhr [Sat, 27 Sep 2008 00:52:21 +0000 (00:52 +0000)]
UserGuide.lyx: revise the description of the encodings

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

15 years agoLet lyxclient read the whole line of input.
Pavel Sanda [Fri, 26 Sep 2008 23:58:40 +0000 (23:58 +0000)]
Let lyxclient read the whole line of input.

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

15 years ago* man
Pavel Sanda [Fri, 26 Sep 2008 23:49:03 +0000 (23:49 +0000)]
* man

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

15 years agoUserGuide.lyx: describe the new multi LFUN binding and the usage of (Shift)-Tab
Uwe Stöhr [Fri, 26 Sep 2008 22:29:52 +0000 (22:29 +0000)]
UserGuide.lyx: describe the new multi LFUN binding and the usage of (Shift)-Tab

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

15 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5285 .
Pavel Sanda [Fri, 26 Sep 2008 21:34:08 +0000 (21:34 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5285 .

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

15 years agoSlovak UserGuide.lyx: make document compilable by workaround for bug 5291
Uwe Stöhr [Fri, 26 Sep 2008 21:31:23 +0000 (21:31 +0000)]
Slovak UserGuide.lyx: make document compilable by workaround for bug 5291

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

15 years agoInsetTabular: make Slovak and Czech documents compilable, fixes http://bugzilla.lyx...
Uwe Stöhr [Fri, 26 Sep 2008 21:24:59 +0000 (21:24 +0000)]
InsetTabular: make Slovak and Czech documents compilable, fixes http://bugzilla.lyx.org/show_bug.cgi?id=5290, thanks to Heiko Obderdiek for the hint how to fix this

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

15 years agoMath.lyx: fix last commit
Uwe Stöhr [Fri, 26 Sep 2008 20:31:23 +0000 (20:31 +0000)]
Math.lyx: fix last commit

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

15 years agoMath.lyx: describe the new accent handling
Uwe Stöhr [Fri, 26 Sep 2008 20:20:15 +0000 (20:20 +0000)]
Math.lyx: describe the new accent handling

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

15 years agoUpdate it.po
Enrico Forestieri [Fri, 26 Sep 2008 16:59:40 +0000 (16:59 +0000)]
Update it.po

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

15 years agoIn mathmode, treat nonascii chars with diacritical marks as an input method
Enrico Forestieri [Fri, 26 Sep 2008 15:53:15 +0000 (15:53 +0000)]
In mathmode, treat nonascii chars with diacritical marks as an input method
for entering math accents, such that an umlauted A is translated as \ddot{A},
for example.

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

15 years agoPreparing for rc3 1.6.0rc3
José Matox [Fri, 26 Sep 2008 12:51:44 +0000 (12:51 +0000)]
Preparing for rc3

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

15 years agoLet cursor appear after call of disabled lfun.
Pavel Sanda [Fri, 26 Sep 2008 12:35:35 +0000 (12:35 +0000)]
Let cursor appear after call of disabled lfun.
Patch by Vincent.

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

15 years agoSmall cleanup in order to improve toc change detection within insets.
Abdelrazak Younes [Fri, 26 Sep 2008 10:37:24 +0000 (10:37 +0000)]
Small cleanup in order to improve toc change detection within insets.

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

15 years agoFind-next fallback to search dialog when no string was entered before.
Pavel Sanda [Fri, 26 Sep 2008 10:07:10 +0000 (10:07 +0000)]
Find-next fallback to search dialog when no string was entered before.

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

15 years agocompile fix & whitespace nitpicks.
Jürgen Spitzmüller [Fri, 26 Sep 2008 09:13:12 +0000 (09:13 +0000)]
compile fix & whitespace nitpicks.

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

15 years agoAdd tab/backtab for outline-in/out sections.
Abdelrazak Younes [Fri, 26 Sep 2008 07:54:52 +0000 (07:54 +0000)]
Add tab/backtab for outline-in/out sections.
very cool stuff!

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

15 years agoUkrainian Intro.lyx: forgot to mention Yuri
Uwe Stöhr [Fri, 26 Sep 2008 01:02:33 +0000 (01:02 +0000)]
Ukrainian Intro.lyx: forgot to mention Yuri

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

15 years agonow also for the Cyrillic doc files: remove unneeded labels, fix image paths, update...
Uwe Stöhr [Fri, 26 Sep 2008 00:40:58 +0000 (00:40 +0000)]
now also for the Cyrillic doc files: remove unneeded labels, fix image paths, update fileformat

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

15 years agoGerman Intro.lyx: fix typo
Uwe Stöhr [Fri, 26 Sep 2008 00:24:53 +0000 (00:24 +0000)]
German Intro.lyx: fix typo

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

15 years agoLaTeXFeatures.cpp: fix critical bug, due to this, no Cyrillic document could be compi...
Uwe Stöhr [Fri, 26 Sep 2008 00:21:35 +0000 (00:21 +0000)]
LaTeXFeatures.cpp: fix critical bug, due to this, no Cyrillic document could be compiled with LyX 1.6

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

15 years agoSlovak UserGuide.lyx: update fileformat
Uwe Stöhr [Thu, 25 Sep 2008 23:45:17 +0000 (23:45 +0000)]
Slovak UserGuide.lyx: update fileformat
(The document is currently not compilable due to a problem with babel and Slovak. I'm working on this.)

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

15 years agoHebrew Tutorial.lyx: update fileformat
Uwe Stöhr [Thu, 25 Sep 2008 22:52:25 +0000 (22:52 +0000)]
Hebrew Tutorial.lyx: update fileformat
! The document is not compilable due to http://bugzilla.lyx.org/show_bug.cgi?id=5282 !

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

15 years agoGalician Intro.lyx: make it compilable
Uwe Stöhr [Thu, 25 Sep 2008 22:16:14 +0000 (22:16 +0000)]
Galician Intro.lyx: make it compilable

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

15 years agoFollowing JMarc idea - add tab/backtab for depth changes inside enumerate-like enviro...
Pavel Sanda [Thu, 25 Sep 2008 21:31:00 +0000 (21:31 +0000)]
Following JMarc idea - add tab/backtab for depth changes inside enumerate-like environment.
This command-alternatives is really cool stuff.

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

15 years agoinstaller: prepare for LyX 1.6.0rc3
Uwe Stöhr [Thu, 25 Sep 2008 21:15:38 +0000 (21:15 +0000)]
installer: prepare for LyX 1.6.0rc3

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

15 years agoUpdate LFUNs.lyx
Pavel Sanda [Thu, 25 Sep 2008 21:00:03 +0000 (21:00 +0000)]
Update LFUNs.lyx

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

15 years agoFinish the cleanup in graphics.
Pavel Sanda [Thu, 25 Sep 2008 20:50:33 +0000 (20:50 +0000)]
Finish the cleanup in graphics.
LFUN_GRAPHICS_GROUPS_UNIFY is not needed anymore.

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

15 years ago* cs.po
Pavel Sanda [Thu, 25 Sep 2008 20:36:12 +0000 (20:36 +0000)]
* cs.po

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

15 years agoWhen in mathmode, always use the mathcommand replacement from the
Enrico Forestieri [Thu, 25 Sep 2008 18:38:25 +0000 (18:38 +0000)]
When in mathmode, always use the mathcommand replacement from the
unicodesymbols file. Also take into account that a unicode symbol
may appear in both mathmode and textmode and thus both the mathmode
and textmode features may be required. As a side effect, the problem
that the \lyxmathsym definition is added to the preamble even when
a unicode symbol appears only in textmode is solved.

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

15 years agoMove NOCITE to the end of the enum, so that it will appear at the end of the list...
Richard Heck [Thu, 25 Sep 2008 18:13:25 +0000 (18:13 +0000)]
Move NOCITE to the end of the enum, so that it will appear at the end of the list. As things were, it appeared first, and as a result was always the first thing used in a new file.

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

15 years agoUpdate documentation for 1.6.0 release (referring to rc3 where it makes sense)
José Matox [Thu, 25 Sep 2008 17:16:22 +0000 (17:16 +0000)]
Update documentation for 1.6.0 release (referring to rc3 where it makes sense)

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

15 years agofor some reason, itemSelectionChanged does not trigger in a reliable way and the...
Jean-Marc Lasgouttes [Thu, 25 Sep 2008 16:16:25 +0000 (16:16 +0000)]
for some reason, itemSelectionChanged does not trigger in a reliable way and the error descriptions are bogus

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

15 years agoWell, we've agreed on this binding. We could still use one for complete,
Richard Heck [Thu, 25 Sep 2008 15:31:41 +0000 (15:31 +0000)]
Well, we've agreed on this binding. We could still use one for complete,
but, Jose, this is enough for rc3.

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

15 years agoups.
Pavel Sanda [Thu, 25 Sep 2008 14:02:14 +0000 (14:02 +0000)]
ups.

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

15 years agoi have very bad memory
Pavel Sanda [Thu, 25 Sep 2008 13:59:26 +0000 (13:59 +0000)]
i have very bad memory

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

15 years agotypo
Pavel Sanda [Thu, 25 Sep 2008 13:34:36 +0000 (13:34 +0000)]
typo

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

15 years agomove code to unify graphics groups from GuiGraphics to InsetGraphics
Jean-Marc Lasgouttes [Thu, 25 Sep 2008 13:24:52 +0000 (13:24 +0000)]
move code to unify graphics groups from GuiGraphics to InsetGraphics

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

15 years agomake sure that INSET_APPLY dispatching is inside an undo group
Jean-Marc Lasgouttes [Thu, 25 Sep 2008 13:20:53 +0000 (13:20 +0000)]
make sure that INSET_APPLY dispatching is inside an undo group

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

15 years agomove the validation code from InsetFlex to InsetCollapsable
Jean-Marc Lasgouttes [Thu, 25 Sep 2008 13:05:43 +0000 (13:05 +0000)]
move the validation code from InsetFlex to InsetCollapsable

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

15 years agotypo
Pavel Sanda [Thu, 25 Sep 2008 11:14:12 +0000 (11:14 +0000)]
typo

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

15 years agodoc files: remove unneeded labels, fix image paths, update fileformat - part 4/4
Uwe Stöhr [Thu, 25 Sep 2008 02:23:59 +0000 (02:23 +0000)]
doc files: remove unneeded labels, fix image paths, update fileformat - part 4/4

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

15 years agodoc files: remove unneeded labels, fix image paths, update fileformat - part 3
Uwe Stöhr [Thu, 25 Sep 2008 02:21:13 +0000 (02:21 +0000)]
doc files: remove unneeded labels, fix image paths, update fileformat - part 3

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

15 years agodoc files: remove unneeded labels, fix image paths, update fileformat - part 2
Uwe Stöhr [Thu, 25 Sep 2008 02:18:02 +0000 (02:18 +0000)]
doc files: remove unneeded labels, fix image paths, update fileformat - part 2

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

15 years agodoc files: remove unneeded labels, fix image paths, update fileformat - part 1
Uwe Stöhr [Thu, 25 Sep 2008 02:12:22 +0000 (02:12 +0000)]
doc files: remove unneeded labels, fix image paths, update fileformat - part 1

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

15 years agodocumentation files: remove unused labels
Uwe Stöhr [Thu, 25 Sep 2008 01:26:54 +0000 (01:26 +0000)]
documentation files: remove unused labels

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

15 years agoUserGuide.lyx: - add infos for BibTeX
Uwe Stöhr [Thu, 25 Sep 2008 00:34:41 +0000 (00:34 +0000)]
UserGuide.lyx: - add infos for BibTeX
               - describe the shortcut dialog

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

15 years agoCustomization.lyx: remove things that are already described in the UserGuide
Uwe Stöhr [Wed, 24 Sep 2008 23:13:58 +0000 (23:13 +0000)]
Customization.lyx: remove things that are already described in the UserGuide

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

15 years agoExtended.lyx: some more updates and fixes
Uwe Stöhr [Wed, 24 Sep 2008 23:00:47 +0000 (23:00 +0000)]
Extended.lyx: some more updates and fixes

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

15 years agoExtended.lyx: - update sections about BibTeX
Uwe Stöhr [Wed, 24 Sep 2008 22:51:41 +0000 (22:51 +0000)]
Extended.lyx: - update sections about BibTeX
              - fix broken references

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

15 years agostreamlining setter syntax. using mutable references seems a bit
André Pönitz [Wed, 24 Sep 2008 21:27:41 +0000 (21:27 +0000)]
streamlining setter syntax. using mutable references seems a bit
outlandish compared to the rest of LyX

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

15 years agochar * for string literals is deprecated...
André Pönitz [Wed, 24 Sep 2008 19:51:46 +0000 (19:51 +0000)]
char * for string literals is deprecated...

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

15 years agoja.po: updates by Koji
Uwe Stöhr [Wed, 24 Sep 2008 19:51:46 +0000 (19:51 +0000)]
ja.po: updates by Koji

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

15 years agoUserGuide.lyx: some polishing and info about CJK fonts
Uwe Stöhr [Wed, 24 Sep 2008 18:19:38 +0000 (18:19 +0000)]
UserGuide.lyx: some polishing and info about CJK fonts

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