]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agomerge LoaderQueue into Loader
André Pönitz [Sat, 24 Nov 2007 00:02:58 +0000 (00:02 +0000)]
merge LoaderQueue into Loader

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

16 years agoonly called once
André Pönitz [Fri, 23 Nov 2007 23:57:11 +0000 (23:57 +0000)]
only called once

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

16 years agomissed that part
André Pönitz [Fri, 23 Nov 2007 23:08:40 +0000 (23:08 +0000)]
missed that part

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

16 years agosimplification
André Pönitz [Fri, 23 Nov 2007 22:57:11 +0000 (22:57 +0000)]
simplification

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

16 years agoremove spurious include
André Pönitz [Fri, 23 Nov 2007 22:41:07 +0000 (22:41 +0000)]
remove spurious include

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

16 years agoupdate scons_manifest.py
Uwe Stöhr [Fri, 23 Nov 2007 22:20:07 +0000 (22:20 +0000)]
update scons_manifest.py

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

16 years agocosmetics
André Pönitz [Fri, 23 Nov 2007 22:15:17 +0000 (22:15 +0000)]
cosmetics

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

16 years agoremove unneeded default argument value
André Pönitz [Fri, 23 Nov 2007 21:49:58 +0000 (21:49 +0000)]
remove unneeded default argument value

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

16 years agomerge frontend::Painter into GuiPainter
André Pönitz [Fri, 23 Nov 2007 21:39:51 +0000 (21:39 +0000)]
merge frontend::Painter into GuiPainter

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

16 years agoremove line noise
André Pönitz [Fri, 23 Nov 2007 20:31:52 +0000 (20:31 +0000)]
remove line noise

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

16 years ago* src/output_latex.cpp:
Jürgen Spitzmüller [Fri, 23 Nov 2007 14:59:35 +0000 (14:59 +0000)]
* src/output_latex.cpp:
- prevent wrong whitespace by trailing '%' on line endings.

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

16 years agosome more LFUN transfer from LyXFunc to GuiView.
Abdelrazak Younes [Fri, 23 Nov 2007 12:37:09 +0000 (12:37 +0000)]
some more LFUN transfer from LyXFunc to GuiView.

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

16 years agoget rid of LyXView::errors(). This was redundant with GuiBufferDelegate::errors().
Abdelrazak Younes [Fri, 23 Nov 2007 11:53:10 +0000 (11:53 +0000)]
get rid of LyXView::errors(). This was redundant with GuiBufferDelegate::errors().

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

16 years agoTake care of cursor update flags correctly and redraw if needed.
Abdelrazak Younes [Fri, 23 Nov 2007 11:45:20 +0000 (11:45 +0000)]
Take care of cursor update flags correctly and redraw if needed.

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

16 years agoFix crash on exit.
Abdelrazak Younes [Fri, 23 Nov 2007 11:19:42 +0000 (11:19 +0000)]
Fix crash on exit.

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

16 years agoFix dialog handling of Insert Plain Text
Pavel Sanda [Fri, 23 Nov 2007 10:54:19 +0000 (10:54 +0000)]
Fix dialog handling of Insert Plain Text

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

16 years agoSimplify Dialog::name() handling.
Abdelrazak Younes [Fri, 23 Nov 2007 10:45:14 +0000 (10:45 +0000)]
Simplify Dialog::name() handling.

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

16 years agosimplify window creation.
Abdelrazak Younes [Fri, 23 Nov 2007 09:56:33 +0000 (09:56 +0000)]
simplify window creation.

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

16 years agoTransfer some more dialog related code from core to frontend:
Abdelrazak Younes [Fri, 23 Nov 2007 09:44:02 +0000 (09:44 +0000)]
Transfer some more dialog related code from core to frontend:
- LFUN_INSET_APPLY handling goes to GuiView.
- Dialog needs a GuiView instead of a LyXView.

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

16 years agoconfigure.py: revert accident commit (http://www.mail-archive.com/lyx-devel@lists...
Uwe Stöhr [Fri, 23 Nov 2007 02:19:49 +0000 (02:19 +0000)]
configure.py: revert accident commit (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg132477.html is still the case)

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

16 years agosupport for \pagebreak:
Uwe Stöhr [Fri, 23 Nov 2007 02:10:00 +0000 (02:10 +0000)]
support for \pagebreak:

- rename former "pagebreak" to "newpage" since it produces a \newpage
- new LFUN
- menu entry
- tex2lyx support
- fileformat change

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

16 years agoTutorial.lyx: fix image path
Uwe Stöhr [Fri, 23 Nov 2007 00:35:28 +0000 (00:35 +0000)]
Tutorial.lyx: fix image path

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

16 years agoFrench Tutorial.lyx: updates by Siegfried
Uwe Stöhr [Fri, 23 Nov 2007 00:06:27 +0000 (00:06 +0000)]
French Tutorial.lyx: updates by Siegfried

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

16 years agoEmbeddedObjects.lyx: add info about dissolving notes
Uwe Stöhr [Thu, 22 Nov 2007 23:53:02 +0000 (23:53 +0000)]
EmbeddedObjects.lyx: add info about dissolving notes

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

16 years agoTutorial.lyx: complete revision except of chapter 4
Uwe Stöhr [Thu, 22 Nov 2007 23:50:50 +0000 (23:50 +0000)]
Tutorial.lyx: complete revision except of chapter 4
German Tutorial.lyx: some cleanups

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

16 years agocosmetics
André Pönitz [Thu, 22 Nov 2007 23:47:13 +0000 (23:47 +0000)]
cosmetics

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

16 years agocosmetics
André Pönitz [Thu, 22 Nov 2007 23:34:57 +0000 (23:34 +0000)]
cosmetics

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

16 years agosmall simplification
André Pönitz [Thu, 22 Nov 2007 23:29:53 +0000 (23:29 +0000)]
small simplification

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

16 years agocompile fix. Sorry.
Abdelrazak Younes [Thu, 22 Nov 2007 22:49:11 +0000 (22:49 +0000)]
compile fix. Sorry.

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

16 years agoRemove unused code.
Abdelrazak Younes [Thu, 22 Nov 2007 22:20:51 +0000 (22:20 +0000)]
Remove unused code.

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

16 years ago* src/insets/InsetTabular.cpp (doDispatch):
Jürgen Spitzmüller [Thu, 22 Nov 2007 09:09:39 +0000 (09:09 +0000)]
* src/insets/InsetTabular.cpp (doDispatch):
- add missing recordUndo to LFUN_CLIPBOARD_PASTE /
  LFUN_PRIMARY_SELECTION_PASTE (bug 4371)

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

16 years agoMove Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/
Abdelrazak Younes [Thu, 22 Nov 2007 08:01:09 +0000 (08:01 +0000)]
Move Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to frontends/qt4/

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

16 years agofix MSVC warning.
Abdelrazak Younes [Thu, 22 Nov 2007 07:49:25 +0000 (07:49 +0000)]
fix MSVC warning.

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

16 years agoUpdates controls after reinitialization.
Abdelrazak Younes [Thu, 22 Nov 2007 07:33:18 +0000 (07:33 +0000)]
Updates controls after reinitialization.

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

16 years agoTutorial.lyx: fix some issues reported by Siegfried
Uwe Stöhr [Thu, 22 Nov 2007 00:13:05 +0000 (00:13 +0000)]
Tutorial.lyx: fix some issues reported by Siegfried

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

16 years agoforgot those
André Pönitz [Thu, 22 Nov 2007 00:04:19 +0000 (00:04 +0000)]
forgot those

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

16 years agoremove one <boost/shared_ptr.hpp>
André Pönitz [Thu, 22 Nov 2007 00:03:18 +0000 (00:03 +0000)]
remove one <boost/shared_ptr.hpp>

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

16 years agouse strfwd.h
André Pönitz [Wed, 21 Nov 2007 23:55:42 +0000 (23:55 +0000)]
use strfwd.h

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

16 years agoremove a few uses of boost::scoped_ptr
André Pönitz [Wed, 21 Nov 2007 23:47:47 +0000 (23:47 +0000)]
remove a few uses of boost::scoped_ptr

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

16 years agoreplace boost::noncopyable by plain C++ idiom
André Pönitz [Wed, 21 Nov 2007 23:31:12 +0000 (23:31 +0000)]
replace boost::noncopyable by plain C++ idiom

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

16 years agocosmetics
André Pönitz [Wed, 21 Nov 2007 22:54:10 +0000 (22:54 +0000)]
cosmetics

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

16 years agoSome more cleanup of LyXView:
Abdelrazak Younes [Wed, 21 Nov 2007 22:48:13 +0000 (22:48 +0000)]
Some more cleanup of LyXView:
- transfer GuiBufferDelegate and GuiBufferViewDelegate to GuiView
- delete showDialog() and use LFUN_DIALOG_SHOW in LyXFunc::dispatch().

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

16 years agosome new numbers
André Pönitz [Wed, 21 Nov 2007 22:35:38 +0000 (22:35 +0000)]
some new numbers

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

16 years agoimprove statistic script a bit
André Pönitz [Wed, 21 Nov 2007 22:27:30 +0000 (22:27 +0000)]
improve statistic script a bit

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

16 years agocosmetics
André Pönitz [Wed, 21 Nov 2007 22:04:50 +0000 (22:04 +0000)]
cosmetics

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

16 years agolanguages: fix activation of Spanish characters (bug 4361)
Uwe Stöhr [Wed, 21 Nov 2007 21:36:12 +0000 (21:36 +0000)]
languages: fix activation of Spanish characters (bug 4361)

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

16 years agoset eol-style
Abdelrazak Younes [Wed, 21 Nov 2007 21:18:04 +0000 (21:18 +0000)]
set eol-style

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

16 years agoget rid of a boost::signals::connection
André Pönitz [Wed, 21 Nov 2007 21:15:23 +0000 (21:15 +0000)]
get rid of a boost::signals::connection

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

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