]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoIntroducing GuiMenubar::init() to avoid destructing the object in order to re-initial...
Abdelrazak Younes [Wed, 21 Nov 2007 21:14:34 +0000 (21:14 +0000)]
Introducing GuiMenubar::init() to avoid destructing the object in order to re-initialize it.

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

16 years agoremove unneeded #include
André Pönitz [Wed, 21 Nov 2007 20:32:17 +0000 (20:32 +0000)]
remove unneeded #include

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

16 years agoImprove conversion/reversion of index strings
Martin Vermeer [Wed, 21 Nov 2007 18:18:24 +0000 (18:18 +0000)]
Improve conversion/reversion of index strings

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

16 years agoUse latex instead of pplatex to check latex configurations, and exit from configure...
Bo Peng [Wed, 21 Nov 2007 16:24:26 +0000 (16:24 +0000)]
Use latex instead of pplatex to check latex configurations, and exit from configure.py with proper error code

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

16 years agoIntroducing Application::resetGui() that will reset all dialogs in all lyx windows...
Abdelrazak Younes [Wed, 21 Nov 2007 15:12:47 +0000 (15:12 +0000)]
Introducing Application::resetGui() that will reset all dialogs in all lyx windows (including toolbars and menubars).

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

16 years agoFix initial disabling of the layout combo.
Abdelrazak Younes [Tue, 20 Nov 2007 22:29:17 +0000 (22:29 +0000)]
Fix initial disabling of the layout combo.

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

16 years agoFix crash when closing a buffer.
Abdelrazak Younes [Tue, 20 Nov 2007 22:23:06 +0000 (22:23 +0000)]
Fix crash when closing a buffer.

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

16 years ago- Cleanup and simplify the layout list GUI handling.
Abdelrazak Younes [Tue, 20 Nov 2007 22:03:56 +0000 (22:03 +0000)]
- Cleanup and simplify the layout list GUI handling.
- Transfer toolbar, statusbar and layoutlist handling to the frontend.

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

16 years agoamsdefs.inc, amsmaths.inc: allow optional arguments for AMS environments, fixes http...
Uwe Stöhr [Mon, 19 Nov 2007 22:38:33 +0000 (22:38 +0000)]
amsdefs.inc, amsmaths.inc: allow optional arguments for AMS environments, fixes http://bugzilla.lyx.org/show_bug.cgi?id=4344

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

16 years agoTransfer some LFUNs from LyXFunc to GuiView.
Abdelrazak Younes [Mon, 19 Nov 2007 20:56:05 +0000 (20:56 +0000)]
Transfer some LFUNs from LyXFunc to GuiView.

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

16 years agoCorrect conversion of math insets inside Index
Martin Vermeer [Mon, 19 Nov 2007 19:53:54 +0000 (19:53 +0000)]
Correct conversion of math insets inside Index

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

16 years agocorrect comment. Thanks Martin.
Abdelrazak Younes [Mon, 19 Nov 2007 14:13:06 +0000 (14:13 +0000)]
correct comment. Thanks Martin.

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

16 years agoTransfer LyXView::loadLyXFile() to lyxFunc::loadAndViewFile(). This enables to get...
Abdelrazak Younes [Mon, 19 Nov 2007 12:03:38 +0000 (12:03 +0000)]
Transfer LyXView::loadLyXFile() to lyxFunc::loadAndViewFile(). This enables to get rid of the flashing tabbar bug and is more correct anyway.

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

16 years agoResize bug correction. The tabbar hiding trick did not interact correctly with resize...
Abdelrazak Younes [Mon, 19 Nov 2007 11:21:45 +0000 (11:21 +0000)]
Resize bug correction. The tabbar hiding trick did not interact correctly with resize events :-(

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

16 years agoPainting tweaks:
Abdelrazak Younes [Mon, 19 Nov 2007 10:04:14 +0000 (10:04 +0000)]
Painting tweaks:
- avoid one redraw on file loading due to a resize event.
- fix the initial offset_ref_ value of BufferView.
- add new TabWorkArea::addWorkArea() method.
- avoid tab bar flashing when only one file is opened.

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

16 years agoscons_manifest.py: fix SCons
Uwe Stöhr [Mon, 19 Nov 2007 00:49:22 +0000 (00:49 +0000)]
scons_manifest.py: fix SCons

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

16 years agoRemove some methods from GuiView.
Abdelrazak Younes [Sun, 18 Nov 2007 23:49:52 +0000 (23:49 +0000)]
Remove some methods from GuiView.

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

16 years agouse sizeof instead of hardcoded value.
Abdelrazak Younes [Sun, 18 Nov 2007 23:46:15 +0000 (23:46 +0000)]
use sizeof instead of hardcoded value.

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

16 years agocleanup and reorder initialisation code of GuiView and GuiToolbars. Move some things...
Abdelrazak Younes [Sun, 18 Nov 2007 23:30:41 +0000 (23:30 +0000)]
cleanup and reorder initialisation code of GuiView and GuiToolbars. Move some things to GuiView::Private.

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

16 years agoFix long standing initialisation FIXME.
Abdelrazak Younes [Sun, 18 Nov 2007 22:51:58 +0000 (22:51 +0000)]
Fix long standing initialisation FIXME.

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

16 years agorev 21667: Forgot this!
Abdelrazak Younes [Sun, 18 Nov 2007 22:29:58 +0000 (22:29 +0000)]
rev 21667: Forgot this!

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

16 years agoRemove unused methods.
Abdelrazak Younes [Sun, 18 Nov 2007 22:27:04 +0000 (22:27 +0000)]
Remove unused methods.

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

16 years agoParagraphMetrics::computeRowSignature(): Fix crc computing; char_type is 4 bytes!
Abdelrazak Younes [Sun, 18 Nov 2007 21:47:46 +0000 (21:47 +0000)]
ParagraphMetrics::computeRowSignature(): Fix crc computing; char_type is 4 bytes!

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

16 years agoSpoiling some fun from Andre': put Application on a diet and remove unnecessary strin...
Abdelrazak Younes [Sun, 18 Nov 2007 20:36:52 +0000 (20:36 +0000)]
Spoiling some fun from Andre': put Application on a diet and remove unnecessary string conversions and method indirections.

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

16 years agoless string conversions
André Pönitz [Sun, 18 Nov 2007 10:14:43 +0000 (10:14 +0000)]
less string conversions

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

16 years agoconsolidate showDialog() incarnations
André Pönitz [Sun, 18 Nov 2007 00:39:15 +0000 (00:39 +0000)]
consolidate showDialog() incarnations

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

16 years agomerge GuiView/Dialogs
André Pönitz [Sun, 18 Nov 2007 00:01:14 +0000 (00:01 +0000)]
merge GuiView/Dialogs

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

16 years agoFix initialization warning
Pavel Sanda [Sat, 17 Nov 2007 22:55:30 +0000 (22:55 +0000)]
Fix initialization warning

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

16 years agomake Application slimmer
André Pönitz [Sat, 17 Nov 2007 22:37:33 +0000 (22:37 +0000)]
make Application slimmer

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

16 years agomove view_ids from Application to GuiApplication
André Pönitz [Sat, 17 Nov 2007 22:25:42 +0000 (22:25 +0000)]
move view_ids from Application to GuiApplication

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

16 years agomake frontend::Application a bit slimmer
André Pönitz [Sat, 17 Nov 2007 22:11:11 +0000 (22:11 +0000)]
make frontend::Application a bit slimmer

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

16 years agomerge frontend::Gui and frontend::Application
André Pönitz [Sat, 17 Nov 2007 20:47:50 +0000 (20:47 +0000)]
merge frontend::Gui and frontend::Application

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

16 years agoFix mouse selection drawing by brute force.
Abdelrazak Younes [Sat, 17 Nov 2007 18:17:19 +0000 (18:17 +0000)]
Fix mouse selection drawing by brute force.

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

16 years agoImplement --enable-monolithic-{insets,mathed,core}
Pavel Sanda [Sat, 17 Nov 2007 15:37:29 +0000 (15:37 +0000)]
Implement --enable-monolithic-{insets,mathed,core}

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

16 years agoshuffle code around
André Pönitz [Sat, 17 Nov 2007 15:32:12 +0000 (15:32 +0000)]
shuffle code around

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

16 years ago* LaTeXFeatures.cpp (useLanguage):
Jürgen Spitzmüller [Sat, 17 Nov 2007 12:37:18 +0000 (12:37 +0000)]
* LaTeXFeatures.cpp (useLanguage):
- require the CJK package for CJK languages.
* BufferParams.cpp (writeEncodingPreamble):
- load CJK package if required.

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

16 years agoSimplify single par drawing:
Abdelrazak Younes [Sat, 17 Nov 2007 11:27:03 +0000 (11:27 +0000)]
Simplify single par drawing:
* ParagraphMetrics::computeRowSignature(): Integrate row's dimensions and selection status in the row signature.
* TextMetrics::drawParagraph(): compute the row signature here and rely on that to decide if a redraw is needed or not.
* BufferView::Private: get rid of the ViewMetricsInfo member. Just keep the ScreenUpdateStrategy.
* BufferView::draw(): full screen update even for singlePar case because the row signature will detect if something needs to be redrawn.
* Text3.cpp: get rid of hack following architecture update.

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

16 years agoCosmetics and cleanup.
Abdelrazak Younes [Fri, 16 Nov 2007 23:00:57 +0000 (23:00 +0000)]
Cosmetics and cleanup.

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

16 years agorow selection tweaks.
Abdelrazak Younes [Fri, 16 Nov 2007 22:52:15 +0000 (22:52 +0000)]
row selection tweaks.

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

16 years agoadd '-' between LyX and version.
Abdelrazak Younes [Fri, 16 Nov 2007 22:21:40 +0000 (22:21 +0000)]
add '-' between LyX and version.

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

16 years agoAdd version to application name in session info.
Abdelrazak Younes [Fri, 16 Nov 2007 22:10:35 +0000 (22:10 +0000)]
Add version to application name in session info.

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

16 years agoHopefully fix the ignored -geometry option under X11.
Abdelrazak Younes [Fri, 16 Nov 2007 21:52:04 +0000 (21:52 +0000)]
Hopefully fix the ignored -geometry option under X11.

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

16 years agoChange organization name to LyX.
Abdelrazak Younes [Fri, 16 Nov 2007 17:28:50 +0000 (17:28 +0000)]
Change organization name to LyX.

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

16 years agoWork around X11 Windows manager limitations.
Abdelrazak Younes [Fri, 16 Nov 2007 17:19:46 +0000 (17:19 +0000)]
Work around X11 Windows manager limitations.

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

16 years agoremove properly [[context]] strings from translated messages
Jean-Marc Lasgouttes [Fri, 16 Nov 2007 14:31:16 +0000 (14:31 +0000)]
remove properly [[context]] strings from translated messages

src/Messages.cpp: general cleanup.
(cleanTranslation): remove [[context]] strings from a docstring. Use
plain string manupulation instead of regular expressions.
(get): use cleanTranslation also on strings that got translated.

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

16 years ago * src/Text2.cpp (deleteEmptyParagraphMechanism): do not reset the
Jean-Marc Lasgouttes [Fri, 16 Nov 2007 13:33:21 +0000 (13:33 +0000)]
* src/Text2.cpp (deleteEmptyParagraphMechanism): do not reset the
appendix marker if the deleted paragraph was the last one (bug 4352)

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

16 years agoFix font bug reported by Helge
Martin Vermeer [Fri, 16 Nov 2007 12:39:10 +0000 (12:39 +0000)]
Fix font bug reported by Helge

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

16 years agoWIN32 compile fix.
Abdelrazak Younes [Fri, 16 Nov 2007 11:26:05 +0000 (11:26 +0000)]
WIN32 compile fix.

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

16 years agoshuffle some code around
André Pönitz [Thu, 15 Nov 2007 22:30:16 +0000 (22:30 +0000)]
shuffle some code around

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

16 years agomerge the two parts of the implementation of frontends::Dialogs
André Pönitz [Thu, 15 Nov 2007 21:57:00 +0000 (21:57 +0000)]
merge the two parts of the implementation of frontends::Dialogs

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

16 years agoreduce line noise
André Pönitz [Thu, 15 Nov 2007 20:04:51 +0000 (20:04 +0000)]
reduce line noise

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

16 years agocosmetics and comments.
Abdelrazak Younes [Thu, 15 Nov 2007 19:46:30 +0000 (19:46 +0000)]
cosmetics and comments.

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

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