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

15 years agoMYTHES_LIBS not set
Kornel Benko [Sun, 19 Apr 2009 17:30:19 +0000 (17:30 +0000)]
MYTHES_LIBS not set

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

15 years agosl.po: many "translations" of LaTeX commands etc.
Uwe Stöhr [Sun, 19 Apr 2009 16:01:58 +0000 (16:01 +0000)]
sl.po: many "translations" of LaTeX commands etc.

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

15 years agoda.po: many "translations" of LaTeX commands etc.
Uwe Stöhr [Sun, 19 Apr 2009 15:45:38 +0000 (15:45 +0000)]
da.po: many "translations" of LaTeX commands etc.

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

15 years agopo-files: remerge
Uwe Stöhr [Sun, 19 Apr 2009 15:05:23 +0000 (15:05 +0000)]
po-files: remerge
de.po: some translations

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

15 years agoAdded libmythes to lyx-build
Kornel Benko [Sun, 19 Apr 2009 15:04:20 +0000 (15:04 +0000)]
Added libmythes to lyx-build

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

15 years agostdmenus.inc: fix shortcuts
Uwe Stöhr [Sun, 19 Apr 2009 15:03:56 +0000 (15:03 +0000)]
stdmenus.inc: fix shortcuts

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

15 years agowhite space
Kornel Benko [Sun, 19 Apr 2009 15:00:45 +0000 (15:00 +0000)]
white space

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

15 years agowhite space
Kornel Benko [Sun, 19 Apr 2009 14:57:50 +0000 (14:57 +0000)]
white space

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

15 years agoFix bug #5758: Crash when closing the dosbox from which LyX was started
Vincent van Ravesteijn [Sun, 19 Apr 2009 13:43:00 +0000 (13:43 +0000)]
Fix bug #5758: Crash when closing the dosbox from which LyX was started

The wmf_mime_ object was deleted both when deleting GuiApplication::Private as from
QWindowsMimeList::~QWindowsMimeList().

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

15 years ago* ToggleWarningUi.ui:
Jürgen Spitzmüller [Sun, 19 Apr 2009 12:30:19 +0000 (12:30 +0000)]
* ToggleWarningUi.ui:
- string change.

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

15 years agoImplement a warning dialog with a "Do not show this warning again!" checkbox.
Jürgen Spitzmüller [Sun, 19 Apr 2009 11:57:52 +0000 (11:57 +0000)]
Implement a warning dialog with a "Do not show this warning again!" checkbox.
Since Qt does not provide this, we have to roll our own dialog.
Hidden warnings are stored in sessions.

The dialog is currently only used in the case where an included file
has a different textclass then the master (bug 3218).

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

15 years agoconstify counters code and rename private variable counterList
Jean-Marc Lasgouttes [Sun, 19 Apr 2009 10:06:17 +0000 (10:06 +0000)]
constify counters code and rename private variable counterList

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

15 years agotransform the SpellChecker gui into a dock widget.
Abdelrazak Younes [Sun, 19 Apr 2009 08:57:43 +0000 (08:57 +0000)]
transform the SpellChecker gui into a dock widget.
This commit introduces a new way to use the ui file in a more transparent way with regards to header inclusion.

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

15 years ago* typo
Vincent van Ravesteijn [Sat, 18 Apr 2009 19:00:08 +0000 (19:00 +0000)]
* typo

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

15 years agoAdd context menus to the toc for child-documents, listings and indices.
Vincent van Ravesteijn [Sat, 18 Apr 2009 18:53:39 +0000 (18:53 +0000)]
Add context menus to the toc for child-documents, listings and indices.

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

15 years agoInsetInfo: simplify.
Vincent van Ravesteijn [Sat, 18 Apr 2009 17:02:48 +0000 (17:02 +0000)]
InsetInfo: simplify.

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

15 years ago* InsetIndex.cpp:
Jürgen Spitzmüller [Sat, 18 Apr 2009 16:20:08 +0000 (16:20 +0000)]
* InsetIndex.cpp:
- fix InsetPrintIndex::getStatus logic (detected by Vincent).

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

15 years agoInsetPrintIndex: Fix getStatus() for INSET_MODIFY.
Vincent van Ravesteijn [Sat, 18 Apr 2009 16:02:36 +0000 (16:02 +0000)]
InsetPrintIndex: Fix getStatus() for INSET_MODIFY.

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

15 years ago* ja.po: update from Koji.
Jürgen Spitzmüller [Sat, 18 Apr 2009 15:47:14 +0000 (15:47 +0000)]
* ja.po: update from Koji.

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

15 years agoInsetInfo is editable.
Vincent van Ravesteijn [Sat, 18 Apr 2009 12:14:08 +0000 (12:14 +0000)]
InsetInfo is editable.

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

15 years agoremember the last selection on the view/update popup button.
Jürgen Spitzmüller [Sat, 18 Apr 2009 10:44:44 +0000 (10:44 +0000)]
remember the last selection on the view/update popup button.
This introduces a new "sticky" popup button.

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

15 years ago* InsetInfo: fix bug 5901.
Jürgen Spitzmüller [Sat, 18 Apr 2009 05:57:02 +0000 (05:57 +0000)]
* InsetInfo: fix bug 5901.

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

15 years agogenerate_contributions.py: revert unwanted deletion of trunk-only CREDITS entry
Uwe Stöhr [Sat, 18 Apr 2009 00:01:12 +0000 (00:01 +0000)]
generate_contributions.py: revert unwanted deletion of trunk-only CREDITS entry

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

15 years agogenerate_contributions.py:
Uwe Stöhr [Fri, 17 Apr 2009 23:57:06 +0000 (23:57 +0000)]
generate_contributions.py:
 - sort entries, otherwise you wont find them when you search the Credits from within LyX
 - fix a typo

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