]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoAvoid unnecessary redraw when selecting text.
Abdelrazak Younes [Thu, 15 Nov 2007 18:01:04 +0000 (18:01 +0000)]
Avoid unnecessary redraw when selecting text.

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

16 years agosimplify text selection drawing.
Abdelrazak Younes [Thu, 15 Nov 2007 17:01:38 +0000 (17:01 +0000)]
simplify text selection drawing.

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

16 years agoAdd InsetOptArg to standard insets.
Abdelrazak Younes [Thu, 15 Nov 2007 15:40:01 +0000 (15:40 +0000)]
Add InsetOptArg to standard insets.

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

16 years agoUse QSettings for session management of windows geometry. This commit also removes...
Abdelrazak Younes [Thu, 15 Nov 2007 12:58:44 +0000 (12:58 +0000)]
Use QSettings for session management of windows geometry. This commit also removes the possibility to fix the window dimensions in the RC file. Instead we have now a single check box for enabling/disabling geometry session management.

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

16 years agoRemove support for Qt < 4.2
Abdelrazak Younes [Thu, 15 Nov 2007 12:51:03 +0000 (12:51 +0000)]
Remove support for Qt < 4.2

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

16 years agoAdd format hint for command line export
Pavel Sanda [Thu, 15 Nov 2007 12:14:39 +0000 (12:14 +0000)]
Add format hint for command line export

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

16 years agocompile fix when ENABLE_NLS is not defined.
Abdelrazak Younes [Thu, 15 Nov 2007 09:03:30 +0000 (09:03 +0000)]
compile fix when ENABLE_NLS is not defined.

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

16 years agofix scons
Bo Peng [Thu, 15 Nov 2007 03:28:53 +0000 (03:28 +0000)]
fix scons

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

16 years agoFix bug that files with nonascii filenames are always reported
Enrico Forestieri [Wed, 14 Nov 2007 23:30:13 +0000 (23:30 +0000)]
Fix bug that files with nonascii filenames are always reported
as externally modified.

* src/Buffer.cpp (Buffer::readFile): filenames are always stored
as UTF-8 in the FileName class.

* src/support/FileName.h: correct comment.

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

16 years agounneeded stuff
André Pönitz [Wed, 14 Nov 2007 22:29:20 +0000 (22:29 +0000)]
unneeded stuff

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

16 years agomore strfwd
André Pönitz [Wed, 14 Nov 2007 21:57:43 +0000 (21:57 +0000)]
more strfwd

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

16 years agousr strfwd
André Pönitz [Wed, 14 Nov 2007 21:36:01 +0000 (21:36 +0000)]
usr strfwd

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

16 years agocosmetics
André Pönitz [Wed, 14 Nov 2007 21:24:18 +0000 (21:24 +0000)]
cosmetics

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

16 years agoFix URL output.
Richard Heck [Wed, 14 Nov 2007 18:06:11 +0000 (18:06 +0000)]
Fix URL output.

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

16 years ago * added forgotton undo call for LFUN_MATH_MACRO_REMOVE_OPTIONAL_PARAM
Stefan Schimanski [Wed, 14 Nov 2007 17:59:58 +0000 (17:59 +0000)]
 * added forgotton undo call for LFUN_MATH_MACRO_REMOVE_OPTIONAL_PARAM

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

16 years agocleanups and cosmetics.
Abdelrazak Younes [Wed, 14 Nov 2007 17:39:16 +0000 (17:39 +0000)]
cleanups and cosmetics.

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

16 years ago * fixed bug #4357 when pasting a macro with script index
Stefan Schimanski [Wed, 14 Nov 2007 17:33:49 +0000 (17:33 +0000)]
 * fixed bug #4357 when pasting a macro with script index
 * fixed some other unreported bug when the cursor is not inside or near the macro during fold/unfold
 * fixed the bug that the cursor jumped into the first parameter when pasting a macro. This should only happen when the macro was entered interactively

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

16 years agoFix wrong setting of language when only font change is requested.
Abdelrazak Younes [Wed, 14 Nov 2007 15:07:08 +0000 (15:07 +0000)]
Fix wrong setting of language when only font change is requested.

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

16 years agoQt >= 4.2.0 is required.
Abdelrazak Younes [Wed, 14 Nov 2007 14:45:28 +0000 (14:45 +0000)]
Qt >= 4.2.0 is required.

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

16 years agofix drawing issues following removal of WorkArea::width() and height().
Abdelrazak Younes [Wed, 14 Nov 2007 14:34:55 +0000 (14:34 +0000)]
fix drawing issues following removal of WorkArea::width() and height().

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

16 years agoBump the Qt requirement to version 4.0.0
Abdelrazak Younes [Wed, 14 Nov 2007 14:24:59 +0000 (14:24 +0000)]
Bump the Qt requirement to version 4.0.0

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

16 years agoTransfer geometry related session code from LyX::newLyXView() to GuiView::setGeometry().
Abdelrazak Younes [Wed, 14 Nov 2007 13:56:13 +0000 (13:56 +0000)]
Transfer geometry related session code from LyX::newLyXView() to GuiView::setGeometry().

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

16 years agoCosmetics
Abdelrazak Younes [Wed, 14 Nov 2007 12:31:31 +0000 (12:31 +0000)]
Cosmetics

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

16 years agoHeader cleanup.
Abdelrazak Younes [Wed, 14 Nov 2007 12:29:42 +0000 (12:29 +0000)]
Header cleanup.

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

16 years agoFix the disappearing minibuffer by don't pretending we are flexible.
Abdelrazak Younes [Wed, 14 Nov 2007 11:14:06 +0000 (11:14 +0000)]
Fix the disappearing minibuffer by don't pretending we are flexible.

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

16 years agocompile fix.
Abdelrazak Younes [Wed, 14 Nov 2007 08:17:55 +0000 (08:17 +0000)]
compile fix.

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

16 years agoFix bug 2738: Wrong sorting of languages in Document dialog
Pavel Sanda [Wed, 14 Nov 2007 02:01:50 +0000 (02:01 +0000)]
Fix bug 2738: Wrong sorting of languages in Document dialog

http://bugzilla.lyx.org/show_bug.cgi?id=2738

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

16 years agocosmetics
André Pönitz [Wed, 14 Nov 2007 00:21:31 +0000 (00:21 +0000)]
cosmetics

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

16 years agocosmetics
André Pönitz [Wed, 14 Nov 2007 00:09:52 +0000 (00:09 +0000)]
cosmetics

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

16 years agocompile fix;
André Pönitz [Wed, 14 Nov 2007 00:04:00 +0000 (00:04 +0000)]
compile fix;
cosmetics;

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

16 years agocosmetics
André Pönitz [Tue, 13 Nov 2007 23:50:28 +0000 (23:50 +0000)]
cosmetics

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

16 years agoadjust
André Pönitz [Tue, 13 Nov 2007 23:37:25 +0000 (23:37 +0000)]
adjust

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

16 years agoshuffle stuff around
André Pönitz [Tue, 13 Nov 2007 23:21:29 +0000 (23:21 +0000)]
shuffle stuff around

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

16 years agoFix thinko in r21048
Enrico Forestieri [Tue, 13 Nov 2007 23:06:40 +0000 (23:06 +0000)]
Fix thinko in r21048

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

16 years agoFix thinko in r21047
Enrico Forestieri [Tue, 13 Nov 2007 23:05:02 +0000 (23:05 +0000)]
Fix thinko in r21047

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

16 years agoremove #includes; cosmetics
André Pönitz [Tue, 13 Nov 2007 23:00:36 +0000 (23:00 +0000)]
remove #includes; cosmetics

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

16 years agofix scons
Bo Peng [Tue, 13 Nov 2007 18:06:10 +0000 (18:06 +0000)]
fix scons

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

16 years agoChange lyx2lyx to conform to new standard URL inset.
Richard Heck [Tue, 13 Nov 2007 15:30:29 +0000 (15:30 +0000)]
Change lyx2lyx to conform to new standard URL inset.

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

16 years agoTransfer createView() from Application to GuiApplication and get rid of LyXView:...
Abdelrazak Younes [Tue, 13 Nov 2007 15:29:15 +0000 (15:29 +0000)]
Transfer createView() from Application to GuiApplication and get rid of LyXView::setGeometry() pure virtual interface. The goal is to switch to Qt session handling for geometry instead of our own house made one.

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

16 years agoremove url.module
Jean-Marc Lasgouttes [Tue, 13 Nov 2007 15:23:40 +0000 (15:23 +0000)]
remove url.module

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

16 years agoTransfer some LFUNs from LyXFunc to GuiView and get rid of GuiView methods.
Abdelrazak Younes [Tue, 13 Nov 2007 14:49:50 +0000 (14:49 +0000)]
Transfer some LFUNs from LyXFunc to GuiView and get rid of GuiView methods.

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

16 years agoSome more cosmetics and removal of unused methods in GuiView.
Abdelrazak Younes [Tue, 13 Nov 2007 14:04:32 +0000 (14:04 +0000)]
Some more cosmetics and removal of unused methods in GuiView.

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

16 years agoSome cosmetics and a gcc compile fix.
Abdelrazak Younes [Tue, 13 Nov 2007 13:23:44 +0000 (13:23 +0000)]
Some cosmetics and a gcc compile fix.

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

16 years agobrown paper bag...
Abdelrazak Younes [Tue, 13 Nov 2007 10:47:40 +0000 (10:47 +0000)]
brown paper bag...

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

16 years agocompile fix.
Abdelrazak Younes [Tue, 13 Nov 2007 10:31:37 +0000 (10:31 +0000)]
compile fix.

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

16 years agocompile fix.
Abdelrazak Younes [Tue, 13 Nov 2007 10:24:34 +0000 (10:24 +0000)]
compile fix.

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

16 years agoCosmetics.
Abdelrazak Younes [Tue, 13 Nov 2007 10:20:55 +0000 (10:20 +0000)]
Cosmetics.

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

16 years agoMake URL a standard inset
Martin Vermeer [Tue, 13 Nov 2007 10:03:16 +0000 (10:03 +0000)]
Make URL a standard inset

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

16 years agoPush latest Andre's changes toward their true direction:
Abdelrazak Younes [Tue, 13 Nov 2007 09:52:28 +0000 (09:52 +0000)]
Push latest Andre's changes toward their true direction:

* WorkArea.h and LyXView.h: remove unneeded pure virtual interface.

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

16 years agocosmetic
Stefan Schimanski [Tue, 13 Nov 2007 07:58:52 +0000 (07:58 +0000)]
cosmetic

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

16 years agoStupid mistake. Thanks TC.
Richard Heck [Tue, 13 Nov 2007 01:06:49 +0000 (01:06 +0000)]
Stupid mistake. Thanks TC.

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

16 years agoFix slot connections
Enrico Forestieri [Tue, 13 Nov 2007 00:38:21 +0000 (00:38 +0000)]
Fix slot connections

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

16 years agoremove unneeded #include
André Pönitz [Mon, 12 Nov 2007 23:45:02 +0000 (23:45 +0000)]
remove unneeded #include

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

16 years agocosmetics
André Pönitz [Mon, 12 Nov 2007 23:41:13 +0000 (23:41 +0000)]
cosmetics

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

16 years agocosmetics
André Pönitz [Mon, 12 Nov 2007 23:37:34 +0000 (23:37 +0000)]
cosmetics

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

16 years agosmall refactoring
André Pönitz [Mon, 12 Nov 2007 23:26:51 +0000 (23:26 +0000)]
small refactoring

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

16 years agomake LyXView almost pure virtual. Merge implementation with GuiView
André Pönitz [Mon, 12 Nov 2007 23:23:19 +0000 (23:23 +0000)]
make LyXView almost pure virtual. Merge implementation with GuiView

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

16 years agoadd Siegfried to the credits part 2
Uwe Stöhr [Mon, 12 Nov 2007 22:56:15 +0000 (22:56 +0000)]
add Siegfried to the credits part 2

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

16 years agoactualize scons_manifest.py
Uwe Stöhr [Mon, 12 Nov 2007 22:43:15 +0000 (22:43 +0000)]
actualize scons_manifest.py

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

16 years agode-boostification
André Pönitz [Mon, 12 Nov 2007 22:35:43 +0000 (22:35 +0000)]
de-boostification

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

16 years agobig French manual update:
Uwe Stöhr [Mon, 12 Nov 2007 22:34:10 +0000 (22:34 +0000)]
big French manual update:
- UserGuide updates
- new translation of the EmbeddedObjects manual
done by Siegfried MEUNIER-GUTTIN-CLUZEL

- remove the file examples/fr/ExemplesTableaux.lyx since we have this now in the EmbeddedObjects.lyx manual (as I did for the other lanuages some weeks ago)

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

16 years agoremove unneeded functions
André Pönitz [Mon, 12 Nov 2007 22:23:45 +0000 (22:23 +0000)]
remove unneeded functions

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

16 years agomake WorkArea a pure interface, move all implementation to GuiWorkArea
André Pönitz [Mon, 12 Nov 2007 22:15:51 +0000 (22:15 +0000)]
make WorkArea a pure interface, move all implementation to GuiWorkArea

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

16 years ago* fix crash due to a missing test whether thisSlice is -1 or a valid slice number
Stefan Schimanski [Mon, 12 Nov 2007 22:12:39 +0000 (22:12 +0000)]
* fix crash due to a missing test whether thisSlice is -1 or a valid slice number

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

16 years agosimplify class structure
André Pönitz [Mon, 12 Nov 2007 20:18:19 +0000 (20:18 +0000)]
simplify class structure

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

16 years agoTransfer readOnly() and updateWindowTitle() from Delegates to WorkArea/WorkAreaManage...
Abdelrazak Younes [Sun, 11 Nov 2007 22:30:21 +0000 (22:30 +0000)]
Transfer readOnly() and updateWindowTitle() from Delegates to WorkArea/WorkAreaManager. This permits to automatically update Windows and Tabs titles (thanks to Qt signal/slot connections).

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

16 years agoadd the zlib include dir to the lyx project
Bernhard Roider [Sun, 11 Nov 2007 19:45:43 +0000 (19:45 +0000)]
add the zlib include dir to the lyx project

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

16 years agoundef unwanted X11 macros
André Pönitz [Sun, 11 Nov 2007 12:14:06 +0000 (12:14 +0000)]
undef unwanted X11 macros

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

16 years ago* GuiView:
Abdelrazak Younes [Sun, 11 Nov 2007 10:09:48 +0000 (10:09 +0000)]
* GuiView:
- addTabWorkArea(): Implement split view.
- maintain current_work_area_ pointer for the need of future embedded workAreas.
- transfer and some code to GuiView::Private and simplify some other things.

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

16 years agoFileName.cpp: MSVC compile fix for r21492
Uwe Stöhr [Sat, 10 Nov 2007 20:36:22 +0000 (20:36 +0000)]
FileName.cpp: MSVC compile fix for r21492

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

16 years agocosmetics
André Pönitz [Sat, 10 Nov 2007 13:44:50 +0000 (13:44 +0000)]
cosmetics

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

16 years ago* src/LyXRC.cpp (lyxrcTags[]):
Jürgen Spitzmüller [Sat, 10 Nov 2007 11:39:49 +0000 (11:39 +0000)]
* src/LyXRC.cpp (lyxrcTags[]):
- fix ordering (broken in r21536).

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

16 years ago* src/LyXFunc.cpp (actOnUpdatedPrefs):
Jürgen Spitzmüller [Sat, 10 Nov 2007 11:22:19 +0000 (11:22 +0000)]
* src/LyXFunc.cpp (actOnUpdatedPrefs):
- add missing case LyXRC::RC_DEFFILE (and shut up compiler)

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

16 years ago* src/Text.cpp:
Jürgen Spitzmüller [Sat, 10 Nov 2007 11:05:38 +0000 (11:05 +0000)]
* src/Text.cpp:
- safer (but slightly less nice) fix for bug 4334. Fixes bug 4347 that was introduced in r21489.

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

16 years agoUserGuide.lyx: adopt Martins Changes in r21531 to the doc style and the other maintai...
Uwe Stöhr [Sat, 10 Nov 2007 00:48:04 +0000 (00:48 +0000)]
UserGuide.lyx: adopt Martins Changes in r21531 to the doc style and the other maintained docs.

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

16 years agoFix bug 2739: Option for alphabetical sorting of environments in the toolbar
Pavel Sanda [Sat, 10 Nov 2007 00:21:42 +0000 (00:21 +0000)]
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar

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

16 years agoFrench Intro.lyx: Updates from Siegfried Meunier-Guttin-Cluzel
Uwe Stöhr [Fri, 9 Nov 2007 23:40:44 +0000 (23:40 +0000)]
French Intro.lyx: Updates from Siegfried Meunier-Guttin-Cluzel

(Siegfred has also translated the EmbeddedObjects manual and updated the UserGuide. These versions follows this weekend.)

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

16 years agoFix URL module.
Richard Heck [Fri, 9 Nov 2007 17:18:32 +0000 (17:18 +0000)]
Fix URL module.

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

16 years agoMuch ado about nothing
Enrico Forestieri [Fri, 9 Nov 2007 10:54:45 +0000 (10:54 +0000)]
Much ado about nothing

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

16 years agorevert 21523.
Abdelrazak Younes [Fri, 9 Nov 2007 10:36:56 +0000 (10:36 +0000)]
revert 21523.
Sorry Uwe but if this does not compile it is a problem on your system.

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

16 years agoGerman Tutorial.lyx: remove wrong description
Uwe Stöhr [Thu, 8 Nov 2007 23:20:56 +0000 (23:20 +0000)]
German Tutorial.lyx: remove wrong description

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

16 years agoGuiFloat.cpp: fix the regression that float placement dialog has no title
Uwe Stöhr [Thu, 8 Nov 2007 23:05:48 +0000 (23:05 +0000)]
GuiFloat.cpp: fix the regression that float placement dialog has no title

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

16 years agoscons_manifest.py: fix SCons
Uwe Stöhr [Thu, 8 Nov 2007 22:54:41 +0000 (22:54 +0000)]
scons_manifest.py: fix SCons

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

16 years agoFileName.cpp: compile fix
Uwe Stöhr [Thu, 8 Nov 2007 22:48:23 +0000 (22:48 +0000)]
FileName.cpp: compile fix

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

16 years agouse strfwd when appropriate
André Pönitz [Thu, 8 Nov 2007 21:52:09 +0000 (21:52 +0000)]
use strfwd when appropriate

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

16 years ago#undef I_AM_NOT_AFRAID_OF_HEADER_LIBRARIES
André Pönitz [Thu, 8 Nov 2007 21:38:10 +0000 (21:38 +0000)]
#undef I_AM_NOT_AFRAID_OF_HEADER_LIBRARIES

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

16 years agoAlways forward declare string as it is not guaranteed that the
Enrico Forestieri [Thu, 8 Nov 2007 13:32:56 +0000 (13:32 +0000)]
Always forward declare string as it is not guaranteed that the
iosfwd header already does it.

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

16 years ago* added comment to describe why we are in monochrome mode at this point.
Stefan Schimanski [Thu, 8 Nov 2007 10:14:18 +0000 (10:14 +0000)]
* added comment to describe why we are in monochrome mode at this point.

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

16 years agooptimizations (halves the number of multiplication).
Abdelrazak Younes [Thu, 8 Nov 2007 08:00:31 +0000 (08:00 +0000)]
optimizations (halves the number of multiplication).

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

16 years agoFix compilation for MSVC.
Abdelrazak Younes [Thu, 8 Nov 2007 07:47:31 +0000 (07:47 +0000)]
Fix compilation for MSVC.

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

16 years agoFix problems with odocstream on "exotic" systems caused by the strfwd gimmick.
Enrico Forestieri [Thu, 8 Nov 2007 06:05:19 +0000 (06:05 +0000)]
Fix problems with odocstream on "exotic" systems caused by the strfwd gimmick.

* src/support/docstream.{cpp,h}:
Move insertion operator for char types from docstream.h to
docstream.cpp and compile it only when USE_WCHAR_T is not defined.

* src/support/strfwd.h:
Implement forward declarations in standard C++ way.

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

16 years agoshuffle stuff around
André Pönitz [Thu, 8 Nov 2007 00:09:58 +0000 (00:09 +0000)]
shuffle stuff around

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

16 years agocompile fix.
Abdelrazak Younes [Wed, 7 Nov 2007 23:39:12 +0000 (23:39 +0000)]
compile fix.

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

16 years agoAdd TextClassPtr.h to scons.
Abdelrazak Younes [Wed, 7 Nov 2007 23:37:24 +0000 (23:37 +0000)]
Add TextClassPtr.h to scons.

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

16 years agoAdjust headers.
Abdelrazak Younes [Wed, 7 Nov 2007 23:34:45 +0000 (23:34 +0000)]
Adjust headers.

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

16 years agoadjust comment.
Abdelrazak Younes [Wed, 7 Nov 2007 23:27:17 +0000 (23:27 +0000)]
adjust comment.

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

16 years agoIntroducing TextClassPtr.h to minimize header dependencies.
Abdelrazak Younes [Wed, 7 Nov 2007 23:25:08 +0000 (23:25 +0000)]
Introducing TextClassPtr.h to minimize header dependencies.

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

16 years agoAdd InsetLayout.h
Abdelrazak Younes [Wed, 7 Nov 2007 22:50:00 +0000 (22:50 +0000)]
Add InsetLayout.h

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

16 years agofix scons
Bo Peng [Wed, 7 Nov 2007 22:45:12 +0000 (22:45 +0000)]
fix scons

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

16 years agoMove InsetLayout definition to insets/InsetLayout.h
Abdelrazak Younes [Wed, 7 Nov 2007 22:31:07 +0000 (22:31 +0000)]
Move InsetLayout definition to insets/InsetLayout.h

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