]> git.lyx.org Git - lyx.git/log
lyx.git
16 years ago* notifyCursorLeaves does not necessarily get a cursor pointing to the inset.
Stefan Schimanski [Sat, 9 Feb 2008 22:05:49 +0000 (22:05 +0000)]
* notifyCursorLeaves does not necessarily get a cursor pointing to the inset.
  It should only be used to set the update flags. Use the BufferView pointer as
  a pointer to the inset.

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

16 years ago* slice numbers are of type size_t, but here we have to allow -1. idx_type
Stefan Schimanski [Sat, 9 Feb 2008 22:05:24 +0000 (22:05 +0000)]
* slice numbers are of type size_t, but here we have to allow -1. idx_type
  in any case does not make sense. It's not an index in the sense of DocIterator.
* cosmetics

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

16 years ago* Finally fix the empty-script removal, i.e. remove empty scripts in
Stefan Schimanski [Sat, 9 Feb 2008 22:04:30 +0000 (22:04 +0000)]
* Finally fix the empty-script removal, i.e. remove empty scripts in
  any case when leaving the script inset. Before there were cases (like
  when emptying both scripts and then leaving the inset) to leave the
  script inset such that empty script were kept.
* Force a paragraph redraw when removing a script. This will remove
  the space after an inset which got the scripts removed. Moreover
  this fixes some assert because the script body might not be in the
  coordinate cache after the script inset was removed.

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

16 years agoGerman Extended.lyx: Hartmut added a hint to the serial letter example files
Uwe Stöhr [Sat, 9 Feb 2008 18:41:47 +0000 (18:41 +0000)]
German Extended.lyx: Hartmut added a hint to the serial letter example files

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

16 years agoHandle full screen mode for all work areas.
Abdelrazak Younes [Sat, 9 Feb 2008 18:29:15 +0000 (18:29 +0000)]
Handle full screen mode for all work areas.

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

16 years agoResurrect trunk make dist from dead #2.
Pavel Sanda [Sat, 9 Feb 2008 18:04:14 +0000 (18:04 +0000)]
Resurrect trunk make dist from dead #2.

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

16 years agoIntroduce GuiWorkArea::setFullScreen()
Abdelrazak Younes [Sat, 9 Feb 2008 18:03:53 +0000 (18:03 +0000)]
Introduce GuiWorkArea::setFullScreen()

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

16 years agoPut LFUN_UI_TOGGLE in its own method and add FIXMEs WRT multple workareas.
Abdelrazak Younes [Sat, 9 Feb 2008 17:54:28 +0000 (17:54 +0000)]
Put LFUN_UI_TOGGLE in its own method and add FIXMEs WRT multple workareas.

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

16 years agoResurrect trunk make dist from dead.
Pavel Sanda [Sat, 9 Feb 2008 17:35:46 +0000 (17:35 +0000)]
Resurrect trunk make dist from dead.
Some clashes with monolithic build remain.

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

16 years agoSupport full screen in BufferView
Abdelrazak Younes [Sat, 9 Feb 2008 17:20:23 +0000 (17:20 +0000)]
Support full screen in BufferView

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

16 years agostart work on less-likely-to-misuse iterators.
André Pönitz [Sat, 9 Feb 2008 15:23:05 +0000 (15:23 +0000)]
start work on less-likely-to-misuse iterators.

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

16 years agoUnneeded headers, doxy cosmetics.
Pavel Sanda [Sat, 9 Feb 2008 12:20:05 +0000 (12:20 +0000)]
Unneeded headers, doxy cosmetics.

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

16 years agoImprove fullscreen capabilities ( http://bugzilla.lyx.org/show_bug.cgi?id=4146 ).
Pavel Sanda [Sat, 9 Feb 2008 11:58:01 +0000 (11:58 +0000)]
Improve fullscreen capabilities ( http://bugzilla.lyx.org/show_bug.cgi?id=4146  ).

- adding frames, adding fullscreen switch.
- LFUN_MENUBAR_TOGGLE, LFUN_STATUSBAR_TOGGLE -> LFUN_UI_TOGGLE.

There are still limitations wrt Outlining in MAC OS - someone could check,
see http://www.nabble.com/Fullscreen-mode-to15314676.html#a15367830 .

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

16 years ago* doInsertInset(): return early.
Abdelrazak Younes [Sat, 9 Feb 2008 10:45:49 +0000 (10:45 +0000)]
* doInsertInset(): return early.

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

16 years agosome refactoring.
André Pönitz [Sat, 9 Feb 2008 10:41:49 +0000 (10:41 +0000)]
some refactoring.

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

16 years agoplay with signal/slot.
André Pönitz [Sat, 9 Feb 2008 10:18:07 +0000 (10:18 +0000)]
play with signal/slot.

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

16 years agosquash gcc warning, secoind attempt
André Pönitz [Sat, 9 Feb 2008 10:16:54 +0000 (10:16 +0000)]
squash gcc warning, secoind attempt

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

16 years agosquash gcc warning
André Pönitz [Sat, 9 Feb 2008 10:13:48 +0000 (10:13 +0000)]
squash gcc warning

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

16 years agoDisable alignment doesn't mean it's not possible (egg. readonly mode).
Abdelrazak Younes [Sat, 9 Feb 2008 10:11:11 +0000 (10:11 +0000)]
Disable alignment doesn't mean it's not possible (egg. readonly mode).

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

16 years agocosmetics
André Pönitz [Sat, 9 Feb 2008 09:08:59 +0000 (09:08 +0000)]
cosmetics

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

16 years ago* lib/lyx2lyx/LyX.py (get_encoding):
Jürgen Spitzmüller [Sat, 9 Feb 2008 07:52:26 +0000 (07:52 +0000)]
* lib/lyx2lyx/LyX.py (get_encoding):
- handle the "utf8x" inputenc option (part of bug 4503).

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

16 years ago* show context menu at the right position
Stefan Schimanski [Fri, 8 Feb 2008 23:51:30 +0000 (23:51 +0000)]
* show context menu at the right position

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

16 years agoEmbeddedObjects.lyx: correct unwanted change in last commit.
Uwe Stöhr [Fri, 8 Feb 2008 22:00:32 +0000 (22:00 +0000)]
EmbeddedObjects.lyx: correct unwanted change in last commit.

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

16 years agoEmbeddedObjects: French translation updates by Siegfried
Uwe Stöhr [Fri, 8 Feb 2008 21:48:18 +0000 (21:48 +0000)]
EmbeddedObjects: French translation updates by Siegfried

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

16 years agoEmbeddedObjects:
Uwe Stöhr [Fri, 8 Feb 2008 21:23:00 +0000 (21:23 +0000)]
EmbeddedObjects:
 - Spanish updates by Ignacio
 - fix image paths in German version

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

16 years agoMore cosmetics.
Abdelrazak Younes [Fri, 8 Feb 2008 18:25:10 +0000 (18:25 +0000)]
More cosmetics.

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

16 years agocosmetics.
Abdelrazak Younes [Fri, 8 Feb 2008 18:12:52 +0000 (18:12 +0000)]
cosmetics.

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

16 years agocosmetics
Abdelrazak Younes [Fri, 8 Feb 2008 18:02:27 +0000 (18:02 +0000)]
cosmetics

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

16 years agosimplification.
Abdelrazak Younes [Fri, 8 Feb 2008 17:55:43 +0000 (17:55 +0000)]
simplification.

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

16 years agoEncoding::getSymbolsList(): make it const.
Abdelrazak Younes [Fri, 8 Feb 2008 17:52:07 +0000 (17:52 +0000)]
Encoding::getSymbolsList(): make it const.

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

16 years agoupdate controls upon window activation.
Abdelrazak Younes [Fri, 8 Feb 2008 17:47:32 +0000 (17:47 +0000)]
update controls upon window activation.

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

16 years ago* Dialog::showView(): call checkStatus() after updateView() as some dialogs may re...
Abdelrazak Younes [Fri, 8 Feb 2008 17:25:59 +0000 (17:25 +0000)]
* Dialog::showView(): call checkStatus() after updateView() as some dialogs may re-enable some controls in updateView() (egg the paragraph dialog).

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

16 years ago* GuiSymbols.cpp:
Jürgen Spitzmüller [Fri, 8 Feb 2008 17:13:06 +0000 (17:13 +0000)]
* GuiSymbols.cpp:
- disable "display all" checkbox for utf8.

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

16 years ago* GuiSymbols.{cpp,h}:
Jürgen Spitzmüller [Fri, 8 Feb 2008 16:43:02 +0000 (16:43 +0000)]
* GuiSymbols.{cpp,h}:
- cache symbols list (speedup).

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

16 years ago* clear selection when mutating a math inset into an eqnarray. This fixes #4452.
Stefan Schimanski [Fri, 8 Feb 2008 16:19:58 +0000 (16:19 +0000)]
* clear selection when mutating a math inset into an eqnarray. This fixes #4452.

There could be some more clever code to keep the selection. But IMO it's ok like this.

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

16 years ago* cosmetic
Stefan Schimanski [Fri, 8 Feb 2008 16:19:36 +0000 (16:19 +0000)]
* cosmetic

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

16 years agoFix typo and remove unused code.
Abdelrazak Younes [Fri, 8 Feb 2008 16:14:24 +0000 (16:14 +0000)]
Fix typo and remove unused code.

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

16 years agoImplement GuiParagraph::enableView() for readonly documents. Does not fully work...
Abdelrazak Younes [Fri, 8 Feb 2008 16:08:45 +0000 (16:08 +0000)]
Implement GuiParagraph::enableView() for readonly documents. Does not fully work yet as the paragraph alignment are not updated with cursor position.

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

16 years ago* GuiSymbols.cpp:
Jürgen Spitzmüller [Fri, 8 Feb 2008 13:06:44 +0000 (13:06 +0000)]
* GuiSymbols.cpp:
- fix crash due to invalid ListWidgetItem.

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

16 years ago* GuiSymbols.{cpp,h}:
Jürgen Spitzmüller [Fri, 8 Feb 2008 11:02:23 +0000 (11:02 +0000)]
* GuiSymbols.{cpp,h}:
- consider non-default document encodings.
- only refresh categories when needed (speedup)
- add tooltips.

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

16 years agoIntroduce toqstr(char_type) and use it.
Abdelrazak Younes [Fri, 8 Feb 2008 08:49:22 +0000 (08:49 +0000)]
Introduce toqstr(char_type) and use it.

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

16 years agocompil fix for Qt-4.2
Abdelrazak Younes [Fri, 8 Feb 2008 08:44:52 +0000 (08:44 +0000)]
compil fix for Qt-4.2

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

16 years ago* Add doxy.
Pavel Sanda [Thu, 7 Feb 2008 23:48:59 +0000 (23:48 +0000)]
* Add doxy.

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

16 years agocompilation fix
Dov Feldstern [Thu, 7 Feb 2008 22:46:47 +0000 (22:46 +0000)]
compilation fix

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

16 years ago* lib/unicodesymbols:
Jürgen Spitzmüller [Thu, 7 Feb 2008 20:38:04 +0000 (20:38 +0000)]
* lib/unicodesymbols:
- remove wrong cross accent.

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

16 years ago* lib/unicodesymbols:
Jürgen Spitzmüller [Thu, 7 Feb 2008 20:30:10 +0000 (20:30 +0000)]
* lib/unicodesymbols:
- more IPA.

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

16 years ago* GuiSymbols.cpp: add another missing unicode block.
Jürgen Spitzmüller [Thu, 7 Feb 2008 20:29:14 +0000 (20:29 +0000)]
* GuiSymbols.cpp: add another missing unicode block.

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

16 years ago* GuiSymbols.cpp:
Jürgen Spitzmüller [Thu, 7 Feb 2008 18:29:45 +0000 (18:29 +0000)]
* GuiSymbols.cpp:
- fix thinko and ensure visibility on filter toggling.

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

16 years ago* src/frontends/qt4/ui/SymbolsUi.ui:
Jürgen Spitzmüller [Thu, 7 Feb 2008 17:42:00 +0000 (17:42 +0000)]
* src/frontends/qt4/ui/SymbolsUi.ui:
* src/frontends/qt4/GuiSymbols.{cpp,h}:
- add an option to only display the glyphs of the selected category (= default)

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

16 years agocode simplification by using DocIterator::innerTextSlice().
Abdelrazak Younes [Thu, 7 Feb 2008 17:07:27 +0000 (17:07 +0000)]
code simplification by using DocIterator::innerTextSlice().

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

16 years agoPatch to please gcc 4.3. Less bloat in the include headers means that
José Matox [Thu, 7 Feb 2008 17:04:06 +0000 (17:04 +0000)]
Patch to please gcc 4.3. Less bloat in the include headers means that
we need to include explicitly some header files now.

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

16 years ago* GuiLayoutBox: fix initial readonly disabled state and small cleanups.
Abdelrazak Younes [Thu, 7 Feb 2008 16:46:19 +0000 (16:46 +0000)]
* GuiLayoutBox:  fix initial readonly disabled state and small cleanups.

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

16 years agoAdd missing header.
Abdelrazak Younes [Thu, 7 Feb 2008 16:24:37 +0000 (16:24 +0000)]
Add missing header.

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

16 years agoFix initial readonly enabling/disabling.
Abdelrazak Younes [Thu, 7 Feb 2008 16:14:58 +0000 (16:14 +0000)]
Fix initial readonly enabling/disabling.

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

16 years ago* GuiSymbols: implement Dialog::getLfun()
Abdelrazak Younes [Thu, 7 Feb 2008 15:41:56 +0000 (15:41 +0000)]
* GuiSymbols: implement Dialog::getLfun()

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

16 years agoDon't insert symbols in the edit box if the control is disabled.
Abdelrazak Younes [Thu, 7 Feb 2008 15:03:07 +0000 (15:03 +0000)]
Don't insert symbols in the edit box if the control is disabled.

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

16 years ago* some cleanups
Abdelrazak Younes [Thu, 7 Feb 2008 14:44:17 +0000 (14:44 +0000)]
* some cleanups
* some compile fixes on Windows (char_type is not automatically casted to uint)
* take care of higher ucs4 characters.

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

16 years ago* GuiSymbols.cpp: add missing unicode block.
Jürgen Spitzmüller [Thu, 7 Feb 2008 14:23:43 +0000 (14:23 +0000)]
* GuiSymbols.cpp: add missing unicode block.

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

16 years agoremove unused macro
Abdelrazak Younes [Thu, 7 Feb 2008 14:22:41 +0000 (14:22 +0000)]
remove unused macro

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

16 years ago* lib/doc/LaTeXConfig.lyx:
Jürgen Spitzmüller [Thu, 7 Feb 2008 14:00:34 +0000 (14:00 +0000)]
* lib/doc/LaTeXConfig.lyx:
- document ifthen and rotfloat, update tipa documentation.

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

16 years ago* do not pass headers without Q_OBJECT through moc
Jean-Marc Lasgouttes [Thu, 7 Feb 2008 13:45:40 +0000 (13:45 +0000)]
* do not pass headers without Q_OBJECT through moc

* make sure Resource.* files are cleaned as needed.

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

16 years agoCosmetics.
Abdelrazak Younes [Thu, 7 Feb 2008 13:40:31 +0000 (13:40 +0000)]
Cosmetics.

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

16 years ago*** New Symbols Dialog ***
Jürgen Spitzmüller [Thu, 7 Feb 2008 13:18:07 +0000 (13:18 +0000)]
*** New Symbols Dialog ***

* src/Encoding.{cpp,h}:
- new public member getSymbolsList()

* src/frontends/qt4/GuiSymbols.cpp:
* src/frontends/qt4/GuiSymbols.h:
* src/frontends/qt4/ui/SymbolsUi.ui
- new files

* src/frontends/qt4/GuiView.cpp:
* src/frontends/qt4/Makefile.am:
* development/scons/scons_manifest.py:
- add new dialog

* lib/ui/classic.ui:
* lib/ui/stdmenus.ui:
- menu item for symbols dialog.

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

16 years agoensure download dutch dict
Edwin Leuven [Thu, 7 Feb 2008 10:38:52 +0000 (10:38 +0000)]
ensure download dutch dict

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

16 years agosmall code cleanup
Abdelrazak Younes [Thu, 7 Feb 2008 09:51:49 +0000 (09:51 +0000)]
small code cleanup

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

16 years agoadjust scons.
Abdelrazak Younes [Thu, 7 Feb 2008 09:13:23 +0000 (09:13 +0000)]
adjust scons.

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

16 years agoThe core is now clean enough that we don't need the NoGuiFontLoader/Metrics anymore...
Abdelrazak Younes [Thu, 7 Feb 2008 09:12:19 +0000 (09:12 +0000)]
The core is now clean enough that we don't need the NoGuiFontLoader/Metrics anymore...

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

16 years agoheader cleanup
Abdelrazak Younes [Thu, 7 Feb 2008 09:00:49 +0000 (09:00 +0000)]
header cleanup

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

16 years agoheader cleanup
Abdelrazak Younes [Thu, 7 Feb 2008 08:58:35 +0000 (08:58 +0000)]
header cleanup

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

16 years agoFix crash with command line export
Abdelrazak Younes [Thu, 7 Feb 2008 08:57:12 +0000 (08:57 +0000)]
Fix crash with command line export

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

16 years agorevert reverted commit, sorry.
Abdelrazak Younes [Thu, 7 Feb 2008 00:12:48 +0000 (00:12 +0000)]
revert reverted commit, sorry.

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

16 years agorevert wrong commit.
Abdelrazak Younes [Thu, 7 Feb 2008 00:10:34 +0000 (00:10 +0000)]
revert wrong commit.

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

16 years agoAdjust scons to FileDialog.h moving.
Abdelrazak Younes [Thu, 7 Feb 2008 00:07:34 +0000 (00:07 +0000)]
Adjust scons to FileDialog.h moving.

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

16 years agoTransfer FileDialog.h to qt4/
Abdelrazak Younes [Thu, 7 Feb 2008 00:05:18 +0000 (00:05 +0000)]
Transfer FileDialog.h to qt4/

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

16 years agoTransfer some GUI oriented code from core to frontend.
Abdelrazak Younes [Wed, 6 Feb 2008 23:54:13 +0000 (23:54 +0000)]
Transfer some GUI oriented code from core to frontend.

* lyxFunc:
- doImport(): transfered to GuiView::inportDocument() together with LFUN_BUFFER_IMPORT

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

16 years agoEmbeddedObjects: - bibliography cleanup
Uwe Stöhr [Wed, 6 Feb 2008 23:13:21 +0000 (23:13 +0000)]
EmbeddedObjects: - bibliography cleanup
                 - fix bibliography link in German version
                 - switch from floatflt to wrapfig
                 - fix included documents in French version

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

16 years agoRemove unneeded code.
Abdelrazak Younes [Wed, 6 Feb 2008 23:12:32 +0000 (23:12 +0000)]
Remove unneeded code.

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

16 years agoTransfer some GUI oriented code from core to frontend.
Abdelrazak Younes [Wed, 6 Feb 2008 23:02:57 +0000 (23:02 +0000)]
Transfer some GUI oriented code from core to frontend.

* Application/GuiApplication:
- restoreGuiSession(): new method for session restoration.

* LyXView/GuiView
- loadDocument(): new pure virtual interface

* lyxFunc:
- loadAndViewFile(): transfered to GuiView::loadDocument()
- openDocument(): transfered to GuiView.

* LyX.h
- Impl::files_to_load_ : now a simple vector<string>.
- restoreGuiSession(): removed.
- execBatchCommands(): simplified and make use of Application::restoreGuiSession().

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

16 years ago* cosmetic
Stefan Schimanski [Wed, 6 Feb 2008 21:32:31 +0000 (21:32 +0000)]
* cosmetic

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

16 years agolyx_1_6.py: remove the serial letter routine because due to r22811 more ERT would...
Uwe Stöhr [Wed, 6 Feb 2008 20:23:44 +0000 (20:23 +0000)]
lyx_1_6.py: remove the serial letter routine because due to r22811 more ERT would have to be converted. By the removal I follow the rule not to convert ERT.

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

16 years agolyx_1_6.py: adjust the serial letter routine according to r22811
Uwe Stöhr [Wed, 6 Feb 2008 20:07:21 +0000 (20:07 +0000)]
lyx_1_6.py: adjust the serial letter routine according to r22811

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

16 years agomethod to avoid to use the end letter environment (patch by Jürgen)
Uwe Stöhr [Wed, 6 Feb 2008 19:56:00 +0000 (19:56 +0000)]
method to avoid to use the end letter environment (patch by Jürgen)

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

16 years ago* Doxy add.
Pavel Sanda [Wed, 6 Feb 2008 19:23:08 +0000 (19:23 +0000)]
* Doxy add.

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

16 years agoAdd LFUN_MENUBAR_TOGGLE and LFUN_STATUSBAR_TOGGLE.
Pavel Sanda [Wed, 6 Feb 2008 17:54:04 +0000 (17:54 +0000)]
Add LFUN_MENUBAR_TOGGLE and LFUN_STATUSBAR_TOGGLE.
This partly solves the bug http://bugzilla.lyx.org/show_bug.cgi?id=4146 .

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

16 years ago* first check if empty, then set the pit. Otherwise we have a segfault before the...
Stefan Schimanski [Wed, 6 Feb 2008 11:26:46 +0000 (11:26 +0000)]
* first check if empty, then set the pit. Otherwise we have a segfault before the assert

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

16 years ago* There are cases where updateLabels is not called because no
Stefan Schimanski [Wed, 6 Feb 2008 11:21:42 +0000 (11:21 +0000)]
* There are cases where updateLabels is not called because no
paragraph relayout happens (e.g. when inserting a InsetBranch, the
InsetText inside was not processed by any updateLabels call), and
hence the macrocontext is not always set. This should not happen often
in fact. So we update the labels in that case explicitely when we see
an empty macrocontext.

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

16 years agoTex2lyx Compile fix: use Exception Message instead of frontend::Alert. Richard, pleas...
Abdelrazak Younes [Wed, 6 Feb 2008 09:46:48 +0000 (09:46 +0000)]
Tex2lyx Compile fix: use Exception Message instead of frontend::Alert. Richard, please verify that the thrown exceptions are correctly caught by the caller in tex2lyx and in lyx.

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

16 years agoshutup warning.
Abdelrazak Younes [Wed, 6 Feb 2008 09:37:37 +0000 (09:37 +0000)]
shutup warning.

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

16 years agoMake right click open minimalistic insets. See bug 4400.
Richard Heck [Tue, 5 Feb 2008 23:29:15 +0000 (23:29 +0000)]
Make right click open minimalistic insets. See bug 4400.

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

16 years agoserial_letter: fix again a typo and set hyperlink
Uwe Stöhr [Tue, 5 Feb 2008 23:21:22 +0000 (23:21 +0000)]
serial_letter: fix again a typo and set hyperlink

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

16 years agoPartially fix bug 4532: http://bugzilla.lyx.org/show_bug.cgi?id=4532.
Richard Heck [Tue, 5 Feb 2008 22:57:33 +0000 (22:57 +0000)]
Partially fix bug 4532: http://bugzilla.lyx.org/show_bug.cgi?id=4532.
See in particular comment 6.

We forcibly load stdinsets.inc unless the TextClass declares:
  Provides stdinsets 1
There isn't really any such package, of course. We're just using this
(per a suggestion by JMarc) to say we've loaded relevant info about the
standard insets.

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

16 years agoserial_letter: fix a typo and make it possible to catch opening for female and male...
Uwe Stöhr [Tue, 5 Feb 2008 22:56:16 +0000 (22:56 +0000)]
serial_letter: fix a typo and make it possible to catch opening for female and male persons at once

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

16 years agolayouts: add to all layouts "Input stdinsets.inc" if they not already have this
Uwe Stöhr [Tue, 5 Feb 2008 20:55:32 +0000 (20:55 +0000)]
layouts: add to all layouts "Input stdinsets.inc" if they not already have this

This fixes the obvious part of bug http://bugzilla.lyx.org/show_bug.cgi?id=4532

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

16 years agomanuals: now correct: add a link where to find the latest PDF version
Uwe Stöhr [Tue, 5 Feb 2008 20:24:14 +0000 (20:24 +0000)]
manuals: now correct: add a link where to find the latest PDF version

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

16 years agomanuals: add a link where to find the latest PDF version
Uwe Stöhr [Tue, 5 Feb 2008 20:16:17 +0000 (20:16 +0000)]
manuals: add a link where to find the latest PDF version

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

16 years agoMath.lyx: remove obsolete footnote
Uwe Stöhr [Tue, 5 Feb 2008 20:03:30 +0000 (20:03 +0000)]
Math.lyx: remove obsolete footnote

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

16 years agoTweaks.
Richard Heck [Tue, 5 Feb 2008 16:20:18 +0000 (16:20 +0000)]
Tweaks.

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

16 years agocompilation fix
Jean-Marc Lasgouttes [Tue, 5 Feb 2008 15:16:49 +0000 (15:16 +0000)]
compilation fix

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

16 years agosilence warning
Jean-Marc Lasgouttes [Tue, 5 Feb 2008 15:16:20 +0000 (15:16 +0000)]
silence warning

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

16 years ago* show anchor paragraph completely if the whole buffer is visible.
Stefan Schimanski [Tue, 5 Feb 2008 14:23:59 +0000 (14:23 +0000)]
* show anchor paragraph completely if the whole buffer is visible.

We need some better handling of the case when the cursor is in the
very first line, but the line is not completely visible. If the line
is not heigher than the BufferView we should scroll up to show it
completely.

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