]> git.lyx.org Git - lyx.git/log
lyx.git
15 years agoPrevent warning when pressing OKAY while the dialog is in AUTOAPPLY_INITIAL state...
Vincent van Ravesteijn [Sun, 3 May 2009 15:27:47 +0000 (15:27 +0000)]
Prevent warning when pressing OKAY while the dialog is in AUTOAPPLY_INITIAL state (GuiCharacter).

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

15 years agoChange the quote style to satisfy MSVC.
Kornel Benko [Sun, 3 May 2009 15:14:14 +0000 (15:14 +0000)]
Change the quote style to satisfy MSVC.

Patch from Peter Kümmel

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

15 years agoFix MSVC warning.
Abdelrazak Younes [Sun, 3 May 2009 13:27:53 +0000 (13:27 +0000)]
Fix MSVC warning.

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

15 years agoSmall glitch in CharacterUi.ui
Pavel Sanda [Sun, 3 May 2009 12:23:49 +0000 (12:23 +0000)]
Small glitch in CharacterUi.ui

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

15 years agoAdd the emf and wmf graphics format as parameters to LFUN_PASTE.
Vincent van Ravesteijn [Sun, 3 May 2009 11:22:01 +0000 (11:22 +0000)]
Add the emf and wmf graphics format as parameters to LFUN_PASTE.

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

15 years agoAdjust the location of the autosave file for unnamed docs.
Vincent van Ravesteijn [Sun, 3 May 2009 10:24:12 +0000 (10:24 +0000)]
Adjust the location of the autosave file for unnamed docs.

If the document is unnamed try to save in the backup dir, else in the default document path, and as a last try in the filePath, which will most often be the temporary directory.

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

15 years agoFix bug #5879 (try 2): Move the autosave file of a buffer when the filename changes.
Vincent van Ravesteijn [Sun, 3 May 2009 10:21:21 +0000 (10:21 +0000)]
Fix bug #5879 (try 2): Move the autosave file of a buffer when the filename changes.

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

15 years agoRevert r29505. We forgot that we cannot retrieve the new autosavefile yet, because...
Vincent van Ravesteijn [Sun, 3 May 2009 10:16:49 +0000 (10:16 +0000)]
Revert r29505. We forgot that we cannot retrieve the new autosavefile yet, because the buffer might still be marked as unnamed. So, we should first finish this administration, before we can get the location of the new autosave filename.

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

15 years agoFix bug #5879: Move the autosave file of a buffer when the filename changes (patch...
Vincent van Ravesteijn [Sun, 3 May 2009 09:09:33 +0000 (09:09 +0000)]
Fix bug #5879: Move the autosave file of a buffer when the filename changes (patch by Richard).

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

15 years agoFix the construction of a filepath after r29498. The '/' between the path and suffix...
Vincent van Ravesteijn [Sat, 2 May 2009 21:29:54 +0000 (21:29 +0000)]
Fix the construction of a filepath after r29498. The '/' between the path and suffix was omitted when the path is a directory.

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

15 years agoTutorial.lyx: fix wrong menu name
Uwe Stöhr [Sat, 2 May 2009 19:18:36 +0000 (19:18 +0000)]
Tutorial.lyx: fix wrong menu name

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

15 years agoSpare a few cpu cycles when abstmp == realtmp.
Enrico Forestieri [Sat, 2 May 2009 18:55:55 +0000 (18:55 +0000)]
Spare a few cpu cycles when abstmp == realtmp.

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

15 years agoSpeed up FileName operator== (Georg's solution).
Enrico Forestieri [Sat, 2 May 2009 17:12:31 +0000 (17:12 +0000)]
Speed up FileName operator== (Georg's solution).

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

15 years agoRevert r29444 (to be soon replaced by Georg's solution).
Enrico Forestieri [Sat, 2 May 2009 16:39:14 +0000 (16:39 +0000)]
Revert r29444 (to be soon replaced by Georg's solution).

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

15 years agoindices -> indexes.
Jürgen Spitzmüller [Sat, 2 May 2009 15:54:45 +0000 (15:54 +0000)]
indices -> indexes.

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

15 years agoPlease Uwe
Pavel Sanda [Sat, 2 May 2009 12:51:36 +0000 (12:51 +0000)]
Please Uwe

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

15 years agoRemove the corner button too
Pavel Sanda [Sat, 2 May 2009 12:43:45 +0000 (12:43 +0000)]
Remove the corner button too
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150647.html

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

15 years agoUse Qt native close button on tabbar.
Pavel Sanda [Sat, 2 May 2009 12:43:42 +0000 (12:43 +0000)]
Use Qt native close button on tabbar.
Fixes http://www.lyx.org/trac/ticket/3724

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

15 years ago* add all available formats to view/update others popup icon (bug 5380)
Jürgen Spitzmüller [Sat, 2 May 2009 08:43:22 +0000 (08:43 +0000)]
* add all available formats to view/update others popup icon (bug 5380)
patch contributed by Georg.

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

15 years ago* memoir.layout:
Jürgen Spitzmüller [Sat, 2 May 2009 07:56:13 +0000 (07:56 +0000)]
* memoir.layout:
- \chapter* has an optional argument
  (patch from Bennett)

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

15 years ago* doxy
Pavel Sanda [Fri, 1 May 2009 19:51:19 +0000 (19:51 +0000)]
* doxy

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

15 years agoos_win32.cpp: compile fix for r29476
Uwe Stöhr [Fri, 1 May 2009 19:08:14 +0000 (19:08 +0000)]
os_win32.cpp: compile fix for r29476

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

15 years agoGerman UserGuide.lyx: updates from Hartmut
Uwe Stöhr [Fri, 1 May 2009 18:52:46 +0000 (18:52 +0000)]
German UserGuide.lyx: updates from Hartmut

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

15 years agoCustomization.lyx: the graphics and external material dialog no longer contain an...
Uwe Stöhr [Fri, 1 May 2009 18:52:34 +0000 (18:52 +0000)]
Customization.lyx: the graphics and external material dialog no longer contain an Edit button

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

15 years agoAdd accept/reject change to the context menu of the toc.
Vincent van Ravesteijn [Fri, 1 May 2009 17:55:26 +0000 (17:55 +0000)]
Add accept/reject change to the context menu of the toc.

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

15 years agoResolve shortcut clash.
Vincent van Ravesteijn [Fri, 1 May 2009 17:17:26 +0000 (17:17 +0000)]
Resolve shortcut clash.

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

15 years agoAdd accept/reject change to the edit context menu.
Vincent van Ravesteijn [Fri, 1 May 2009 17:06:36 +0000 (17:06 +0000)]
Add accept/reject change to the edit context menu.

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

15 years agoFix some toc ui glitches:
Vincent van Ravesteijn [Fri, 1 May 2009 16:03:06 +0000 (16:03 +0000)]
Fix some toc ui glitches:

- revert r26360, because this causes irritating flickering, and reset the slider in updateView instead,

- disable also the sort checkbox and the slider when the list and combobox are disabled,

- disable the keep checkbox when the type is not navigatable, as it doesn't make sense to keep something that won't change.

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

15 years agoWhen performing a reverse DVI search and the tmpdir is a symlink, the
Enrico Forestieri [Fri, 1 May 2009 15:18:11 +0000 (15:18 +0000)]
When performing a reverse DVI search and the tmpdir is a symlink, the
DVI viewer passes back the resolved path, such that the search fails,
as internally LyX uses the unresolved path.
This patch fixes this bug by using the new method FileName::realPath
which resolves a path by getting rid of any '.', '..', or symlink
path components.

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

15 years agoFix font issue due to mispelled marking.
Abdelrazak Younes [Fri, 1 May 2009 13:45:30 +0000 (13:45 +0000)]
Fix font issue due to mispelled marking.

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

15 years agoFix assertion on Ctrl-N with Qt4.5.
Abdelrazak Younes [Fri, 1 May 2009 13:11:22 +0000 (13:11 +0000)]
Fix assertion on Ctrl-N with Qt4.5.

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

15 years agoCustomization.lyx: corrections from Hartmut and me
Uwe Stöhr [Fri, 1 May 2009 12:21:04 +0000 (12:21 +0000)]
Customization.lyx: corrections from Hartmut and me
German Customization.lyx: updates by Hartmut

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

15 years agocompile fix (and move MyThes to firt place, since it is the preferred lib).
Jürgen Spitzmüller [Fri, 1 May 2009 11:50:04 +0000 (11:50 +0000)]
compile fix (and move MyThes to firt place, since it is the preferred lib).

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

15 years agoMove isLetter() logic to Paragraph::isLetter().
Abdelrazak Younes [Fri, 1 May 2009 10:54:32 +0000 (10:54 +0000)]
Move isLetter() logic to Paragraph::isLetter().

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

15 years agoForgot to commit this in previous rev. Sorry.
Abdelrazak Younes [Fri, 1 May 2009 10:30:16 +0000 (10:30 +0000)]
Forgot to commit this in previous rev. Sorry.

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

15 years agoParagraph::updateWord() and collectWords(): Remove unneeded CursorSlice argument.
Abdelrazak Younes [Fri, 1 May 2009 09:56:20 +0000 (09:56 +0000)]
Paragraph::updateWord() and collectWords(): Remove unneeded CursorSlice argument.

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

15 years agoInitial support for continuous spell-checking. This is far from working perfectly...
Abdelrazak Younes [Fri, 1 May 2009 09:43:40 +0000 (09:43 +0000)]
Initial support for continuous spell-checking. This is far from working perfectly. I reused the word completion framework to achieve this. This doesn't seem to have sensible effect over edition speed.

You'll need to check the continuous spellcheck option in order to test this.

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

15 years agoFontList::setMisspelled(): Fix bogus code. Not really optimized..
Abdelrazak Younes [Fri, 1 May 2009 09:40:05 +0000 (09:40 +0000)]
FontList::setMisspelled(): Fix bogus code. Not really optimized..

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

15 years agoUpdate a bit
Pavel Sanda [Fri, 1 May 2009 09:30:37 +0000 (09:30 +0000)]
Update a bit

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

15 years agoRevert part of http://www.lyx.org/trac/changeset/29412
Pavel Sanda [Fri, 1 May 2009 09:15:32 +0000 (09:15 +0000)]
Revert part of http://www.lyx.org/trac/changeset/29412
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150458.html

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

15 years agoBetter compil fix than previous commit. Sorry...
Abdelrazak Younes [Fri, 1 May 2009 08:44:35 +0000 (08:44 +0000)]
Better compil fix than previous commit. Sorry...

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

15 years agoRevert http://www.lyx.org/trac/changeset/29452
Pavel Sanda [Fri, 1 May 2009 08:39:40 +0000 (08:39 +0000)]
Revert http://www.lyx.org/trac/changeset/29452
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150555.html

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

15 years agoCompile fix.
Abdelrazak Younes [Fri, 1 May 2009 08:35:59 +0000 (08:35 +0000)]
Compile fix.

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

15 years agoNew FontList::setMisspelled() method.
Abdelrazak Younes [Fri, 1 May 2009 08:17:23 +0000 (08:17 +0000)]
New FontList::setMisspelled() method.

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

15 years agoTransfer word locating code from Text to Paragraph.
Abdelrazak Younes [Fri, 1 May 2009 07:26:12 +0000 (07:26 +0000)]
Transfer word locating code from Text to Paragraph.

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

15 years agopotential compil fix.
Abdelrazak Younes [Fri, 1 May 2009 06:42:25 +0000 (06:42 +0000)]
potential compil fix.

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

15 years agoCMake/Windows compilation fix. Aiksaurus.h was not visible in frontend/qt4:
Abdelrazak Younes [Fri, 1 May 2009 06:33:19 +0000 (06:33 +0000)]
CMake/Windows compilation fix. Aiksaurus.h was not visible in frontend/qt4:

* pimpl the implementation details. Next step would probably be to have a virtual base class instead.

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

15 years agoconfigure.py: prepare LyX to include eLyXer, for more info I wrote to the list
Uwe Stöhr [Fri, 1 May 2009 02:06:44 +0000 (02:06 +0000)]
configure.py: prepare LyX to include eLyXer, for more info I wrote to the list

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

15 years agoSpanish manuals: updates by Ignacio
Uwe Stöhr [Thu, 30 Apr 2009 20:43:46 +0000 (20:43 +0000)]
Spanish manuals: updates by Ignacio

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

15 years agoAdd recognition to eLyXer
Pavel Sanda [Thu, 30 Apr 2009 20:16:02 +0000 (20:16 +0000)]
Add recognition to eLyXer
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150466.html
http://www.lyx.org/trac/ticket/5929

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

15 years agowhitespace
Pavel Sanda [Thu, 30 Apr 2009 13:47:38 +0000 (13:47 +0000)]
whitespace

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

15 years agoSpeed up FileName operator==, such that working with child documents on
Enrico Forestieri [Wed, 29 Apr 2009 22:42:26 +0000 (22:42 +0000)]
Speed up FileName operator==, such that working with child documents on
Windows and Solaris is again possible.

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

15 years agoPut Address and Right_Address in category FrontMatter
Jean-Marc Lasgouttes [Wed, 29 Apr 2009 10:41:12 +0000 (10:41 +0000)]
Put Address and Right_Address in category FrontMatter

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

15 years ago* doxy
Pavel Sanda [Wed, 29 Apr 2009 09:11:48 +0000 (09:11 +0000)]
* doxy

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

15 years ago*.po remerge
Enrico Forestieri [Wed, 29 Apr 2009 01:28:49 +0000 (01:28 +0000)]
*.po remerge

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

15 years agoDisambiguate menu entry
Enrico Forestieri [Wed, 29 Apr 2009 01:25:15 +0000 (01:25 +0000)]
Disambiguate menu entry

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

15 years agoUpdate it.po
Enrico Forestieri [Wed, 29 Apr 2009 01:00:40 +0000 (01:00 +0000)]
Update it.po

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

15 years agoDisambiguate call for monolithic build
Pavel Sanda [Mon, 27 Apr 2009 11:56:13 +0000 (11:56 +0000)]
Disambiguate call for monolithic build

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

15 years ago* lyx_1_6.py:
Jürgen Spitzmüller [Mon, 27 Apr 2009 09:50:10 +0000 (09:50 +0000)]
* lyx_1_6.py:
- Fix reversion of aligned tables in subfloats to LyX 1.5 (bug 5918).
- Fix reversion of info insets with a backslash to LyX 1.5.
- Fix unicode characters > LaTeX macro reversion to LyX 1.5.

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

15 years agoFix bug #4124. Navigate->Go to Label is unnecessary.
Vincent van Ravesteijn [Mon, 27 Apr 2009 07:39:37 +0000 (07:39 +0000)]
Fix bug #4124. Navigate->Go to Label is unnecessary.

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

15 years ago* final splitindex feature addition: support for \printindex* and \printsubindex*
Jürgen Spitzmüller [Mon, 27 Apr 2009 06:10:25 +0000 (06:10 +0000)]
* final splitindex feature addition: support for \printindex* and \printsubindex*

File format change.

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

15 years agoDon't try to load a nonexisting file when executing server-goto-file-row
Enrico Forestieri [Sun, 26 Apr 2009 22:52:22 +0000 (22:52 +0000)]
Don't try to load a nonexisting file when executing server-goto-file-row
as this leads to a crash.

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

15 years agoUse cmake macro find_package_handle_standard_args()
Kornel Benko [Sun, 26 Apr 2009 18:33:09 +0000 (18:33 +0000)]
Use cmake macro find_package_handle_standard_args()

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

15 years agoGerman Customization.lyx: updates by Hartmut and me
Uwe Stöhr [Sun, 26 Apr 2009 16:56:06 +0000 (16:56 +0000)]
German Customization.lyx: updates by Hartmut and me

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

15 years agoCustomization.lyx:
Uwe Stöhr [Sun, 26 Apr 2009 16:49:53 +0000 (16:49 +0000)]
Customization.lyx:
 - accept changes
 - remove completely outdated section with even wrong infos
 - remove subsection that is already part of the UserGuide
 - fix labels

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

15 years ago* configure.py:
Jürgen Spitzmüller [Sun, 26 Apr 2009 12:00:11 +0000 (12:00 +0000)]
* configure.py:
- check for KDE4's okular viewer.

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

15 years ago* Add support for splitindex's \printsubindex command. File format change.
Jürgen Spitzmüller [Sun, 26 Apr 2009 11:24:38 +0000 (11:24 +0000)]
* Add support for splitindex's \printsubindex command. File format change.

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

15 years agoupdate manual
Pavel Sanda [Sun, 26 Apr 2009 08:47:36 +0000 (08:47 +0000)]
update manual

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

15 years ago* doxy
Pavel Sanda [Sun, 26 Apr 2009 08:39:18 +0000 (08:39 +0000)]
* doxy

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

15 years agoSmall tweaks to the reverse DVI search description
Enrico Forestieri [Sat, 25 Apr 2009 21:28:32 +0000 (21:28 +0000)]
Small tweaks to the reverse DVI search description

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

15 years agoDocument usage of the reverse DVI search feature in LyX
Enrico Forestieri [Sat, 25 Apr 2009 18:33:13 +0000 (18:33 +0000)]
Document usage of the reverse DVI search feature in LyX

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

15 years agoAdded support for Aiksaurus-build
Kornel Benko [Sat, 25 Apr 2009 13:43:52 +0000 (13:43 +0000)]
Added support for Aiksaurus-build

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

15 years agoSimple fix for bug 4464
Abdelrazak Younes [Fri, 24 Apr 2009 21:04:51 +0000 (21:04 +0000)]
Simple fix for bug 4464
http://www.lyx.org/trac/ticket/4464

Thanks to Vincent for showing the way.

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

15 years agowhitespace only
Jean-Marc Lasgouttes [Fri, 24 Apr 2009 12:37:56 +0000 (12:37 +0000)]
whitespace only

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

15 years agoSometimes, iconv on windows returns -1, but sets errno to 0. I do not
Jean-Marc Lasgouttes [Fri, 24 Apr 2009 12:28:00 +0000 (12:28 +0000)]
Sometimes, iconv on windows returns -1, but sets errno to 0. I do not
know what this means, but tex2lyx did not like it at all.

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

15 years agoFix bug #5912: http://www.lyx.org/trac/ticket/5912
Jean-Marc Lasgouttes [Thu, 23 Apr 2009 13:08:31 +0000 (13:08 +0000)]
Fix bug #5912: http://www.lyx.org/trac/ticket/5912

The problem was that \" was forgotten in the list of accents to check
in unicodesymbols (because it used to have its own german-centric derogatory
handling).

I took the Comprehensive LaTeX Symbols List (table 6) and added all the
missing accents.

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

15 years agoinstaller: sync Indonesian translation with branch
Uwe Stöhr [Thu, 23 Apr 2009 00:13:07 +0000 (00:13 +0000)]
installer: sync Indonesian translation with branch

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

15 years agohttp://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150354.html
Pavel Sanda [Wed, 22 Apr 2009 21:50:01 +0000 (21:50 +0000)]
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150354.html

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

15 years agoUserGuide.lyx: describe the new navigate back feature
Uwe Stöhr [Wed, 22 Apr 2009 21:47:02 +0000 (21:47 +0000)]
UserGuide.lyx: describe the new navigate back feature

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

15 years ago* cosmetics
Vincent van Ravesteijn [Wed, 22 Apr 2009 21:17:49 +0000 (21:17 +0000)]
* cosmetics

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

15 years agoFix bug that you can't change Info insets.
Vincent van Ravesteijn [Wed, 22 Apr 2009 21:16:51 +0000 (21:16 +0000)]
Fix bug that you can't change Info insets.

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

15 years ago* Revert the noise.
Vincent van Ravesteijn [Wed, 22 Apr 2009 21:02:05 +0000 (21:02 +0000)]
* Revert the noise.

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

15 years ago* Move handling of LFUN_INSET_SETTINGS to Inset,
Vincent van Ravesteijn [Wed, 22 Apr 2009 20:55:13 +0000 (20:55 +0000)]
* Move handling of LFUN_INSET_SETTINGS to Inset,
* Remove the EDITABLE enum,
* add functions hasSettings() for all insets.

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

15 years agofix bad shortcut
Jean-Marc Lasgouttes [Wed, 22 Apr 2009 20:06:32 +0000 (20:06 +0000)]
fix bad shortcut

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

15 years ago* Extended.lyx
Pavel Sanda [Wed, 22 Apr 2009 17:15:57 +0000 (17:15 +0000)]
* Extended.lyx

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

15 years agoAdd "navigate back" into the menu too
Pavel Sanda [Wed, 22 Apr 2009 17:09:37 +0000 (17:09 +0000)]
Add "navigate back" into the menu too

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

15 years agoInsetHyperlink.cpp:
Uwe Stöhr [Wed, 22 Apr 2009 00:55:55 +0000 (00:55 +0000)]
InsetHyperlink.cpp:
 - fix #5908
 - break too long code lines

OK for branch too?

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

15 years agoPatch from Edwin - spellcheck typos.
Pavel Sanda [Tue, 21 Apr 2009 21:06:21 +0000 (21:06 +0000)]
Patch from Edwin - spellcheck typos.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150327.html

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

15 years agofix crash when importing LaTeX file
Jean-Marc Lasgouttes [Tue, 21 Apr 2009 09:01:33 +0000 (09:01 +0000)]
fix crash when importing LaTeX file

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

15 years agoRemove bogus ifdocstream constructor argument, which _may_ be the cause of
Jean-Marc Lasgouttes [Mon, 20 Apr 2009 15:40:01 +0000 (15:40 +0000)]
Remove bogus ifdocstream constructor argument, which _may_ be the cause of
tex2lyx woes under windows. It may also help chktex under windows
(does it works currently?)

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

15 years agoI did this one all by myself; naughty jmarc
Jean-Marc Lasgouttes [Mon, 20 Apr 2009 11:00:30 +0000 (11:00 +0000)]
I did this one all by myself; naughty jmarc

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

15 years agorevert 29349; Abdel made me do it
Jean-Marc Lasgouttes [Mon, 20 Apr 2009 10:00:54 +0000 (10:00 +0000)]
revert 29349; Abdel made me do it

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

15 years agocut-and-paste made me do it, I swear
Jean-Marc Lasgouttes [Mon, 20 Apr 2009 09:46:52 +0000 (09:46 +0000)]
cut-and-paste made me do it, I swear

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

15 years agocompilation fix
Jean-Marc Lasgouttes [Sun, 19 Apr 2009 23:03:50 +0000 (23:03 +0000)]
compilation fix

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

15 years agoCounters.cpp: whitespace
Uwe Stöhr [Sun, 19 Apr 2009 22:44:46 +0000 (22:44 +0000)]
Counters.cpp: whitespace

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

15 years agoplease Abdel
Jean-Marc Lasgouttes [Sun, 19 Apr 2009 22:24:48 +0000 (22:24 +0000)]
please Abdel

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

15 years agoEmbeddedObjects.lyx: add info that childs inherits preamble settings of the master
Uwe Stöhr [Sun, 19 Apr 2009 22:17:53 +0000 (22:17 +0000)]
EmbeddedObjects.lyx: add info that childs inherits preamble settings of the master

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

15 years agoimprove tex2lyx Usage display (on error...); describe option -e on man page; remove...
Jean-Marc Lasgouttes [Sun, 19 Apr 2009 22:13:43 +0000 (22:13 +0000)]
improve tex2lyx Usage display (on error...); describe option -e on man page; remove non-implemented -p and -r options

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

15 years agoinstaller: resync with branch
Uwe Stöhr [Sun, 19 Apr 2009 21:34:44 +0000 (21:34 +0000)]
installer: resync with branch

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

15 years agoSpeedup the expandLabel by avoiding the recursive part. The labelstrings
Jean-Marc Lasgouttes [Sun, 19 Apr 2009 20:05:26 +0000 (20:05 +0000)]
Speedup the expandLabel by avoiding the recursive part. The labelstrings
are computed recursively to get rid of any \thexxx string by the method
flattenLabelString. The values are cached in Counter objects.

On my mac, the total time (updatelabels+redraw) goes down by 30%. YMMV.

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