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

16 years agoMove debug output to SCROLLING.
Abdelrazak Younes [Tue, 5 Feb 2008 13:26:22 +0000 (13:26 +0000)]
Move debug output to SCROLLING.

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

16 years ago* GCC: "QString is an incomplete type"
Stefan Schimanski [Tue, 5 Feb 2008 13:22:50 +0000 (13:22 +0000)]
* GCC: "QString is an incomplete type"

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

16 years ago* The BufferView sets up its scrollbar data when it first gets its
Stefan Schimanski [Tue, 5 Feb 2008 13:17:05 +0000 (13:17 +0000)]
* The BufferView sets up its scrollbar data when it first gets its
  actual size via a resize event. So make sure the GuiWorkArea also
  updates the GUI scrollbars.

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

16 years ago* Make sure the cursor is completely visible when the BufferView get's its initial...
Stefan Schimanski [Tue, 5 Feb 2008 13:14:53 +0000 (13:14 +0000)]
* Make sure the cursor is completely visible when the BufferView get's its initial size.

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

16 years agoTransfer forked process checking from GuiWorkArea to GuiApplication. I got rid of...
Abdelrazak Younes [Tue, 5 Feb 2008 13:10:42 +0000 (13:10 +0000)]
Transfer forked process checking from GuiWorkArea to GuiApplication. I got rid of the general timer starting/stopping too. Looking a bit deeper I don't think it was necessary. We'll put them again in case it is needed.

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

16 years agoFactorize out the way window titles are handled.
Abdelrazak Younes [Tue, 5 Feb 2008 12:43:19 +0000 (12:43 +0000)]
Factorize out the way window titles are handled.

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

16 years ago* Dialog.cpp: whitespace
Abdelrazak Younes [Tue, 5 Feb 2008 10:53:31 +0000 (10:53 +0000)]
* Dialog.cpp: whitespace

* DialogView: remove cruft.

* GuiDialog: add cruft and don't depend on DialogView as GuiDialog is meant for extinction eventually.

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

16 years ago* Do not keep pointers to data structures around if you don't know
Stefan Schimanski [Tue, 5 Feb 2008 10:34:01 +0000 (10:34 +0000)]
* Do not keep pointers to data structures around if you don't know
  whether the data structure outlives the pointer:

  InsetLayouts are really owned by the corresponding TextClass. So
  keep the TextClass alive by keeping a TextClassPtr around for the
  pointers lifetime. This fixes Bug #4538.

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

16 years agoMath.lyx: some fixes for issues spotted by Ignacio
Uwe Stöhr [Tue, 5 Feb 2008 01:10:02 +0000 (01:10 +0000)]
Math.lyx: some fixes for issues spotted by Ignacio

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

16 years agoAdditional fixes related to disentangling the blinking cursor signal from other signa...
Richard Heck [Tue, 5 Feb 2008 00:37:30 +0000 (00:37 +0000)]
Additional fixes related to disentangling the blinking cursor signal from other signals. Thanks to Abdel for pointing out the need for this.

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

16 years agoLaTeXConfig.lyx: add description for Braille
Uwe Stöhr [Tue, 5 Feb 2008 00:27:59 +0000 (00:27 +0000)]
LaTeXConfig.lyx: add description for Braille

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

16 years agoInclude stdinsets.inc.
Richard Heck [Mon, 4 Feb 2008 19:34:18 +0000 (19:34 +0000)]
Include stdinsets.inc.

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

16 years agoPartially fix bug 4532.
Richard Heck [Mon, 4 Feb 2008 19:15:39 +0000 (19:15 +0000)]
Partially fix bug 4532.

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

16 years agocleanup DialogView based classes.
Abdelrazak Younes [Mon, 4 Feb 2008 17:06:34 +0000 (17:06 +0000)]
cleanup DialogView based classes.

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

16 years ago* Doxy.
Pavel Sanda [Sun, 3 Feb 2008 19:17:31 +0000 (19:17 +0000)]
* Doxy.
(I am not a nit-pick, but my scripts are.)

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

16 years ago* src/LaTeXFeatures.cpp:
Jürgen Spitzmüller [Sun, 3 Feb 2008 17:26:46 +0000 (17:26 +0000)]
* src/LaTeXFeatures.cpp:
- add tipx to simplefeatures. Tipx is a subpackage of tipa.
* lib/unicodesymbols:
- correct some glyphs, which are included in tipx, not tipa.

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

16 years agoTypo.
Pavel Sanda [Sun, 3 Feb 2008 14:30:50 +0000 (14:30 +0000)]
Typo.

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

16 years ago* Doxy: polish html output #2.
Pavel Sanda [Sun, 3 Feb 2008 14:00:18 +0000 (14:00 +0000)]
* Doxy: polish html output #2.

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

16 years agoFORMAT: cleanup
Uwe Stöhr [Sun, 3 Feb 2008 13:13:03 +0000 (13:13 +0000)]
FORMAT: cleanup

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

16 years ago* Doxy: polish html output.
Pavel Sanda [Sun, 3 Feb 2008 13:10:53 +0000 (13:10 +0000)]
* Doxy: polish html output.

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

16 years ago* Doxy tweaks.
Pavel Sanda [Sun, 3 Feb 2008 12:40:19 +0000 (12:40 +0000)]
* Doxy tweaks.

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

16 years agomake koma-letter2.lyx compilable (fix a preamble bug)
Uwe Stöhr [Sun, 3 Feb 2008 12:03:20 +0000 (12:03 +0000)]
make koma-letter2.lyx compilable (fix a preamble bug)

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

16 years agoenable the scrlttr 2 class for serial letters:
Uwe Stöhr [Sun, 3 Feb 2008 11:56:44 +0000 (11:56 +0000)]
enable the scrlttr 2 class for serial letters:
- file format change
- new example files and an example address database
- remove ugly hack from scrlttr2.layout and fix bug 4529

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

16 years agode.po: a correction
Uwe Stöhr [Sun, 3 Feb 2008 11:34:01 +0000 (11:34 +0000)]
de.po: a correction

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

16 years ago* Support for graphics pasting (with most code in the frontend's GuiClipboard)
Stefan Schimanski [Sun, 3 Feb 2008 10:43:03 +0000 (10:43 +0000)]
* Support for graphics pasting (with most code in the frontend's GuiClipboard)

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