]> git.lyx.org Git - lyx.git/log
lyx.git
16 years ago * LyXRC.cpp:
Jean-Marc Lasgouttes [Tue, 1 Jul 2008 14:42:32 +0000 (14:42 +0000)]
* LyXRC.cpp:
* development/MacOSX/lyxrc.dist.in: new variable mac_like_word_movement,
set to true on Mac OS X. There is no GUI for it now.

* src/Paragraph.cpp (isSpace): new method
(isChar): return false for a space.

* src/Text.cpp (cursorForwardOneWord, cursorBackWardOneWord): implement
mac-like cursor movement.

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

16 years ago* Intro.lyx: fix typo.
Jürgen Spitzmüller [Tue, 1 Jul 2008 14:15:12 +0000 (14:15 +0000)]
* Intro.lyx: fix typo.

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

16 years agoFix bug 2721
Enrico Forestieri [Tue, 1 Jul 2008 12:46:46 +0000 (12:46 +0000)]
Fix bug 2721
http://bugzilla.lyx.org/show_bug.cgi?id=2721

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

16 years agoup-port fixes and cleanups from BRANCH.
Abdelrazak Younes [Tue, 1 Jul 2008 07:28:37 +0000 (07:28 +0000)]
up-port fixes and cleanups from BRANCH.

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

16 years agoFix wheel mouse scrolling bug when speed is set to 'one page at a time'.
Abdelrazak Younes [Mon, 30 Jun 2008 17:18:41 +0000 (17:18 +0000)]
Fix wheel mouse scrolling bug when speed is set to 'one page at a time'.

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

16 years agoone more step towards good word-level movement: let paragraph breaks be word boundaries
Jean-Marc Lasgouttes [Mon, 30 Jun 2008 12:45:27 +0000 (12:45 +0000)]
one more step towards good word-level movement: let paragraph breaks be word boundaries

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

16 years agorewrap long lines
Jean-Marc Lasgouttes [Mon, 30 Jun 2008 11:02:21 +0000 (11:02 +0000)]
rewrap long lines

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

16 years agoFix color of math macros
Enrico Forestieri [Sat, 28 Jun 2008 22:49:40 +0000 (22:49 +0000)]
Fix color of math macros

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

16 years agomore robust. I get spurious crashes in this area... maybe c_str()
André Pönitz [Sat, 28 Jun 2008 18:34:19 +0000 (18:34 +0000)]
more robust. I get spurious crashes in this area... maybe c_str()
instead of data() would be in order, too

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

16 years agoThe braces are not needed when using the force flag.
Enrico Forestieri [Fri, 27 Jun 2008 20:12:06 +0000 (20:12 +0000)]
The braces are not needed when using the force flag.

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

16 years agoGerman UserGuide.lyx: updates by Hartmut and me
Uwe Stöhr [Thu, 26 Jun 2008 22:44:01 +0000 (22:44 +0000)]
German UserGuide.lyx: updates by Hartmut and me

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

16 years ago* Doxy.
Pavel Sanda [Thu, 26 Jun 2008 21:42:39 +0000 (21:42 +0000)]
* Doxy.

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

16 years ago* Doxy.
Pavel Sanda [Wed, 25 Jun 2008 23:59:19 +0000 (23:59 +0000)]
* Doxy.

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

16 years agoGuiApplication::resetGui(): reset as many things as possible, including menus and...
Abdelrazak Younes [Wed, 25 Jun 2008 18:03:38 +0000 (18:03 +0000)]
GuiApplication::resetGui(): reset as many things as possible, including menus and toolbars (not sure about Mac global menubar yet). This means that except for already opened dialog, all ui rc settings are taken into account without the need to restart.

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

16 years agomicroptimisation.
Abdelrazak Younes [Wed, 25 Jun 2008 16:18:27 +0000 (16:18 +0000)]
microptimisation.

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

16 years agoFix missing include (QMessageBox) and clean extra whitespaces.
José Matox [Wed, 25 Jun 2008 15:02:18 +0000 (15:02 +0000)]
Fix missing include (QMessageBox) and clean extra whitespaces.

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

16 years agoAdd a preference combo box for the preferred user interface language. The rc variable...
Abdelrazak Younes [Wed, 25 Jun 2008 13:32:27 +0000 (13:32 +0000)]
Add a preference combo box for the preferred user interface language. The rc variable gui_language now require a language name and not its code.

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

16 years agoGUI language via RC: some bug corrections.
Abdelrazak Younes [Wed, 25 Jun 2008 11:10:10 +0000 (11:10 +0000)]
GUI language via RC: some bug corrections.

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

16 years agoIntroduce Debug::LOCALE for locale debugging.
Abdelrazak Younes [Wed, 25 Jun 2008 10:53:34 +0000 (10:53 +0000)]
Introduce Debug::LOCALE for locale debugging.

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

16 years agoFix toc and source-view initial showing.
Abdelrazak Younes [Wed, 25 Jun 2008 07:23:30 +0000 (07:23 +0000)]
Fix toc and source-view initial showing.

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

16 years ago* Doxy
Pavel Sanda [Tue, 24 Jun 2008 23:07:38 +0000 (23:07 +0000)]
* Doxy

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

16 years ago* Doxy.
Pavel Sanda [Tue, 24 Jun 2008 17:28:35 +0000 (17:28 +0000)]
* Doxy.

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

16 years agorevert 25377. That was not doing anything useful!
Abdelrazak Younes [Tue, 24 Jun 2008 13:29:15 +0000 (13:29 +0000)]
revert 25377. That was not doing anything useful!

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

16 years agoIdea from JMarc:
Abdelrazak Younes [Tue, 24 Jun 2008 13:23:44 +0000 (13:23 +0000)]
Idea from JMarc:
Merge env_gui_language into gui_language. "auto" now means that the language will be retrieved from the environment.

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

16 years agoAdd two RC variables that can be used to set the GUI language:
Abdelrazak Younes [Tue, 24 Jun 2008 12:55:40 +0000 (12:55 +0000)]
Add two RC variables that can be used to set the GUI language:
- env_gui_language: set to true (default) if the language is to be retrieved from current environment variable.
- gui_language: specify language for GUI strings. Only used if env_gui_language is false

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

16 years agoMessages::get(): Add two error messages just in case.
Abdelrazak Younes [Tue, 24 Jun 2008 12:45:57 +0000 (12:45 +0000)]
Messages::get(): Add two error messages just in case.

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

16 years agoget_locale_dir(): add a fallback to po/ driectory in source tree in case LyX xas...
Abdelrazak Younes [Tue, 24 Jun 2008 12:43:30 +0000 (12:43 +0000)]
get_locale_dir(): add a fallback to po/ driectory in source tree in case LyX xas launched with '-sysdir' on a source tree lib/

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

16 years agoDoh! Forgot target name...
Jean-Marc Lasgouttes [Tue, 24 Jun 2008 10:16:36 +0000 (10:16 +0000)]
Doh! Forgot target name...

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

16 years agostupid off-by-one error in r25373
Jean-Marc Lasgouttes [Tue, 24 Jun 2008 09:57:38 +0000 (09:57 +0000)]
stupid off-by-one error in r25373

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

16 years agosuppress warning
Jean-Marc Lasgouttes [Tue, 24 Jun 2008 09:52:43 +0000 (09:52 +0000)]
suppress warning

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

16 years agoFix bug http://bugzilla.lyx.org/show_bug.cgi?id=3580
Jean-Marc Lasgouttes [Tue, 24 Jun 2008 09:19:52 +0000 (09:19 +0000)]
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=3580

* Paragraph.cpp (isChar): new method; returns true when pointer is on
a character that is not a letter. Note that a footnote inset, for
example is neither a letter nor a character.

* Text.cpp (cursorForwardOneWord, cursorBackwardOneWord): rewrite by
using 3 character categories: letters, characters and others.

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

16 years ago* Doxy.
Pavel Sanda [Tue, 24 Jun 2008 08:45:52 +0000 (08:45 +0000)]
* Doxy.

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

16 years agoMove LFUN_ALL_INSETS_TOGGLE dispatch to BufferView.
Pavel Sanda [Tue, 24 Jun 2008 07:52:49 +0000 (07:52 +0000)]
Move LFUN_ALL_INSETS_TOGGLE dispatch to BufferView.

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

16 years agoMove LFUN_GRAPHICS_GROUPS_UNIFY dispatch to BufferView.
Pavel Sanda [Tue, 24 Jun 2008 07:43:47 +0000 (07:43 +0000)]
Move LFUN_GRAPHICS_GROUPS_UNIFY dispatch to BufferView.

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

16 years agoFix includes.
Pavel Sanda [Tue, 24 Jun 2008 07:37:14 +0000 (07:37 +0000)]
Fix includes.

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

16 years agoMove LFUN_NOTES_MUTATE dispatch to BufferView.
Pavel Sanda [Tue, 24 Jun 2008 07:18:06 +0000 (07:18 +0000)]
Move LFUN_NOTES_MUTATE dispatch to BufferView.

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

16 years agoFix bug 4320
Enrico Forestieri [Tue, 24 Jun 2008 05:51:15 +0000 (05:51 +0000)]
Fix bug 4320
http://bugzilla.lyx.org/show_bug.cgi?id=4320

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

16 years agoFinal touch for bug 4966.
Enrico Forestieri [Tue, 24 Jun 2008 05:26:12 +0000 (05:26 +0000)]
Final touch for bug 4966.

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

16 years agoUserGuide.lyx: more updates for LyX 1.6
Uwe Stöhr [Mon, 23 Jun 2008 23:57:36 +0000 (23:57 +0000)]
UserGuide.lyx: more updates for LyX 1.6

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

16 years agoSpanish UserGuide.lyx: big update from Ignacio to make it ready for LyX 1.6
Uwe Stöhr [Mon, 23 Jun 2008 22:28:08 +0000 (22:28 +0000)]
Spanish UserGuide.lyx: big update from Ignacio to make it ready for LyX 1.6

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

16 years agoUserGuide: fix a typo
Uwe Stöhr [Mon, 23 Jun 2008 22:13:05 +0000 (22:13 +0000)]
UserGuide: fix a typo

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

16 years ago* src/Encoding.{cpp,h}:
Jürgen Spitzmüller [Mon, 23 Jun 2008 18:00:43 +0000 (18:00 +0000)]
* src/Encoding.{cpp,h}:
- build an exception list of characters that must be output as LaTeX command in any case
  (except in utf8-plain). I.e., the utf8 encodings now also honour the "force" flag.
* lib/unicodesymbols:
- add "force" flag to combine characters. Fixes rest of bug 4946.

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

16 years ago* fix the fix of the polutonikogreek definition.
Jürgen Spitzmüller [Mon, 23 Jun 2008 13:29:56 +0000 (13:29 +0000)]
* fix the fix of the polutonikogreek definition.

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

16 years ago* correct polutonikogreek definition.
Jürgen Spitzmüller [Mon, 23 Jun 2008 13:15:18 +0000 (13:15 +0000)]
* correct polutonikogreek definition.

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

16 years agosplash.lyx: update the files to latest fileformat and fix some minor formatting issue...
Uwe Stöhr [Mon, 23 Jun 2008 00:11:21 +0000 (00:11 +0000)]
splash.lyx: update the files to latest fileformat and fix some minor formatting issues with URLs

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

16 years agoGerman documentation updates by Hartmut
Uwe Stöhr [Sun, 22 Jun 2008 23:38:53 +0000 (23:38 +0000)]
German documentation updates by Hartmut

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

16 years ago- support for polytonic Greek, fileformat incremented to 338, fixes bug 4969, patch...
Uwe Stöhr [Sun, 22 Jun 2008 23:21:46 +0000 (23:21 +0000)]
- support for polytonic Greek, fileformat incremented to 338, fixes bug 4969, patch by me and Jürgen

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

16 years agoFix the new incarnation of bug 4687
Enrico Forestieri [Sun, 22 Jun 2008 22:32:48 +0000 (22:32 +0000)]
Fix the new incarnation of bug 4687
http://bugzilla.lyx.org/show_bug.cgi?id=4687

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

16 years agoUserGuide.lyx: some index fixes for the non-english version
Uwe Stöhr [Sun, 22 Jun 2008 12:31:42 +0000 (12:31 +0000)]
UserGuide.lyx: some index fixes for the non-english version

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

16 years agoUserGuide.lyx: revert a part of the last commit as this causes datalosses
Uwe Stöhr [Sun, 22 Jun 2008 12:30:38 +0000 (12:30 +0000)]
UserGuide.lyx: revert a part of the last commit as this causes datalosses

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

16 years agoUserGuide.lyx: update the description of index handling to the latest changes to...
Uwe Stöhr [Sun, 22 Jun 2008 12:05:56 +0000 (12:05 +0000)]
UserGuide.lyx: update the description of index handling to the latest changes to use xindy if possible

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

16 years agoUserGuide: fix two bugs spotted by Helge
Uwe Stöhr [Sat, 21 Jun 2008 23:00:41 +0000 (23:00 +0000)]
UserGuide: fix two bugs spotted by Helge

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

16 years ago- documentation: some preamble fixes, part 3/3
Uwe Stöhr [Sat, 21 Jun 2008 14:21:40 +0000 (14:21 +0000)]
- documentation: some preamble fixes, part 3/3
- French, Spanish Extended.lyx: remove section that is already included in the FAQ and the UserGuide

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

16 years agodocumentation: some preamble fixes, part 2/3
Uwe Stöhr [Sat, 21 Jun 2008 13:48:27 +0000 (13:48 +0000)]
documentation: some preamble fixes, part 2/3

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

16 years ago* Paragraph.cpp (latexSurrogatePair):
Jürgen Spitzmüller [Sat, 21 Jun 2008 07:12:56 +0000 (07:12 +0000)]
* Paragraph.cpp (latexSurrogatePair):
- do not use braces for combinated characters that are natively output (as unicode glyphs)
  (fixes part of bug 4946)

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

16 years agodocumentation: some preamble fixes, part 1
Uwe Stöhr [Sat, 21 Jun 2008 01:51:53 +0000 (01:51 +0000)]
documentation: some preamble fixes, part 1

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

16 years agoFix bug 4966
Enrico Forestieri [Sat, 21 Jun 2008 01:13:22 +0000 (01:13 +0000)]
Fix bug 4966
http://bugzilla.lyx.org/show_bug.cgi?id=4966

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

16 years agoMath.lyx: the original issue of bug 4687 is now fixed
Uwe Stöhr [Fri, 20 Jun 2008 22:01:27 +0000 (22:01 +0000)]
Math.lyx: the original issue of bug 4687 is now fixed

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

16 years agoAvoid any signal/slot communication when the graphic is directly showable on screen...
Abdelrazak Younes [Fri, 20 Jun 2008 16:12:48 +0000 (16:12 +0000)]
Avoid any signal/slot communication when the graphic is directly showable on screen. This should complete the fix to http://bugzilla.lyx.org/show_bug.cgi?id=4829

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

16 years agoforgot this in prev commit.
Abdelrazak Younes [Fri, 20 Jun 2008 13:36:35 +0000 (13:36 +0000)]
forgot this in prev commit.

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

16 years agoFix ScrollBarAsNeeded
Abdelrazak Younes [Fri, 20 Jun 2008 13:29:25 +0000 (13:29 +0000)]
Fix ScrollBarAsNeeded

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

16 years agomore sensible value for max scrollbar value. Related to http://www.lyx.org/trac/chang...
Abdelrazak Younes [Fri, 20 Jun 2008 12:52:38 +0000 (12:52 +0000)]
more sensible value for max scrollbar value. Related to http://www.lyx.org/trac/changeset/24298.
Should fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4901

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4829
Abdelrazak Younes [Fri, 20 Jun 2008 12:31:03 +0000 (12:31 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4829

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4954
Abdelrazak Younes [Fri, 20 Jun 2008 11:57:43 +0000 (11:57 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4954

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

16 years ago* lib/configure.py:
Jürgen Spitzmüller [Fri, 20 Jun 2008 08:46:00 +0000 (08:46 +0000)]
* lib/configure.py:
- check if texindy is available and if so, use it instead of makeindex
  (bug 4732).

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

16 years agotypo
Jean-Marc Lasgouttes [Fri, 20 Jun 2008 08:26:03 +0000 (08:26 +0000)]
typo

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

16 years agorewrite obsolete comment
Jean-Marc Lasgouttes [Fri, 20 Jun 2008 08:25:13 +0000 (08:25 +0000)]
rewrite obsolete comment

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

16 years agofix initial outline disabling.
Abdelrazak Younes [Fri, 20 Jun 2008 06:43:43 +0000 (06:43 +0000)]
fix initial outline disabling.

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

16 years agoOne view/doc: more fixes and cosmetics.
Abdelrazak Younes [Fri, 20 Jun 2008 06:35:42 +0000 (06:35 +0000)]
One view/doc: more fixes and cosmetics.

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

16 years agoretro commit a bit. Should hopefully fix the crashes on Mac.
Abdelrazak Younes [Thu, 19 Jun 2008 20:48:49 +0000 (20:48 +0000)]
retro commit a bit. Should hopefully fix the crashes on Mac.

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

16 years agoSome more fixes to multi-windows.
Abdelrazak Younes [Thu, 19 Jun 2008 17:30:30 +0000 (17:30 +0000)]
Some more fixes to multi-windows.

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

16 years agoGuiView::on_lastWorkAreaRemoved(): the window closing doesn't have to be delayed.
Abdelrazak Younes [Thu, 19 Jun 2008 15:55:34 +0000 (15:55 +0000)]
GuiView::on_lastWorkAreaRemoved(): the window closing doesn't have to be delayed.

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

16 years agoPolish the one window per document user experience.
Abdelrazak Younes [Thu, 19 Jun 2008 15:39:15 +0000 (15:39 +0000)]
Polish the one window per document user experience.

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

16 years agoCreateView(): Simplify id test and add a debug output.
Abdelrazak Younes [Thu, 19 Jun 2008 14:22:32 +0000 (14:22 +0000)]
CreateView(): Simplify id test and add a debug output.

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

16 years agoFix http://bugzilla.lyx.org/show_bug.cgi?id=4941
Abdelrazak Younes [Thu, 19 Jun 2008 13:35:19 +0000 (13:35 +0000)]
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4941

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

16 years agoFix initial cursor visibility problem.
Abdelrazak Younes [Thu, 19 Jun 2008 13:10:25 +0000 (13:10 +0000)]
Fix initial cursor visibility problem.

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

16 years ago* Doxy.
Pavel Sanda [Thu, 19 Jun 2008 11:45:20 +0000 (11:45 +0000)]
* Doxy.

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

16 years agoPresent to Mac users: Session handling per document instead of per window when "open...
Abdelrazak Younes [Thu, 19 Jun 2008 11:28:11 +0000 (11:28 +0000)]
Present to Mac users: Session handling per document instead of per window when "open document in tabs" is disabled.

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

16 years agoTrust Andre'
Enrico Forestieri [Thu, 19 Jun 2008 09:17:57 +0000 (09:17 +0000)]
Trust Andre'

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

16 years agoFix bug 4687
Enrico Forestieri [Thu, 19 Jun 2008 09:16:05 +0000 (09:16 +0000)]
Fix bug 4687
http://bugzilla.lyx.org/show_bug.cgi?id=4687

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

16 years agoSome more fixes to icon size and session settings.
Abdelrazak Younes [Thu, 19 Jun 2008 07:40:29 +0000 (07:40 +0000)]
Some more fixes to icon size and session settings.

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

16 years agofix http://bugzilla.lyx.org/show_bug.cgi?id=4957
Abdelrazak Younes [Thu, 19 Jun 2008 06:21:04 +0000 (06:21 +0000)]
fix http://bugzilla.lyx.org/show_bug.cgi?id=4957

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

16 years agoUserGuide.lyx: fix some index entry formatting
Uwe Stöhr [Wed, 18 Jun 2008 23:44:28 +0000 (23:44 +0000)]
UserGuide.lyx: fix some index entry formatting

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

16 years agoNo need to fit cursor here.
Pavel Sanda [Wed, 18 Jun 2008 23:26:25 +0000 (23:26 +0000)]
No need to fit cursor here.

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

16 years agoComment.
Pavel Sanda [Wed, 18 Jun 2008 23:03:29 +0000 (23:03 +0000)]
Comment.

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

16 years agomarkDirty is automatic.
Pavel Sanda [Wed, 18 Jun 2008 22:51:12 +0000 (22:51 +0000)]
markDirty is automatic.

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

16 years agoSome hints from JMarc.
Pavel Sanda [Wed, 18 Jun 2008 22:37:35 +0000 (22:37 +0000)]
Some hints from JMarc.

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

16 years agoFix include orderings.
Pavel Sanda [Wed, 18 Jun 2008 18:54:31 +0000 (18:54 +0000)]
Fix include orderings.

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

16 years agoCosmetics.
Pavel Sanda [Wed, 18 Jun 2008 18:27:45 +0000 (18:27 +0000)]
Cosmetics.

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

16 years ago* RELEASE-NOTES.
Pavel Sanda [Wed, 18 Jun 2008 18:20:38 +0000 (18:20 +0000)]
* RELEASE-NOTES.

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

16 years agoAdd LFUN_NOTES_MUTATE for global change of note insets type.
Pavel Sanda [Wed, 18 Jun 2008 18:16:50 +0000 (18:16 +0000)]
Add LFUN_NOTES_MUTATE for global change of note insets type.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg141339.html

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

16 years agoRevert 25234: Even though this is not recommended, using repaint give a much better...
Abdelrazak Younes [Wed, 18 Jun 2008 14:15:48 +0000 (14:15 +0000)]
Revert 25234: Even though this is not recommended, using repaint give a much better user experience when dragging the scrollbar slider. So I am changing it back. I've solved the problem leading to rev25234 thanks to the new TocModel anyway.

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

16 years agoLocal aware sorting of the toc type.
Abdelrazak Younes [Wed, 18 Jun 2008 11:35:24 +0000 (11:35 +0000)]
Local aware sorting of the toc type.

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

16 years agonew japanese documents have been added
Jean-Marc Lasgouttes [Wed, 18 Jun 2008 10:26:57 +0000 (10:26 +0000)]
new japanese documents have been added

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

16 years agoupdate japanese translation
Jean-Marc Lasgouttes [Wed, 18 Jun 2008 07:52:27 +0000 (07:52 +0000)]
update japanese translation

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

16 years agoForgot this.
Pavel Sanda [Tue, 17 Jun 2008 23:51:23 +0000 (23:51 +0000)]
Forgot this.

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

16 years agoGerman Extended.lyx, UserGuide.lyx: updates by Hartmut
Uwe Stöhr [Tue, 17 Jun 2008 23:50:18 +0000 (23:50 +0000)]
German Extended.lyx, UserGuide.lyx: updates by Hartmut

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

16 years ago* Doxy.
Pavel Sanda [Tue, 17 Jun 2008 23:44:00 +0000 (23:44 +0000)]
* Doxy.

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

16 years agoUserGuide.lyx: corrections of bugs spotted by Ignacio
Uwe Stöhr [Tue, 17 Jun 2008 23:31:47 +0000 (23:31 +0000)]
UserGuide.lyx: corrections of bugs spotted by Ignacio

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

16 years agoDelete LFUN_MATH_IMPORT_SELECTION.
Pavel Sanda [Tue, 17 Jun 2008 19:44:10 +0000 (19:44 +0000)]
Delete LFUN_MATH_IMPORT_SELECTION.
This lfun is just duplicate of LFUN_MATH_MODE now.

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