]> git.lyx.org Git - lyx.git/log
lyx.git
16 years agoCorrect comment.
Richard Heck [Sat, 8 Sep 2007 15:15:31 +0000 (15:15 +0000)]
Correct comment.

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

16 years agoPrevent inserting illegal flex insets from minibuffer
Martin Vermeer [Sat, 8 Sep 2007 13:11:10 +0000 (13:11 +0000)]
Prevent inserting illegal flex insets from minibuffer

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

16 years agoForgot this
Martin Vermeer [Sat, 8 Sep 2007 13:09:58 +0000 (13:09 +0000)]
Forgot this

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

16 years agoConvert CharStyle to Flex also in file format
Martin Vermeer [Sat, 8 Sep 2007 13:01:29 +0000 (13:01 +0000)]
Convert CharStyle to Flex also in file format

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

16 years agoEmbedding: use a vector to store multiple ParConstIterator of multiple insets referri...
Bo Peng [Sat, 8 Sep 2007 04:10:43 +0000 (04:10 +0000)]
Embedding: use a vector to store multiple ParConstIterator of multiple insets referring to the same embedded file, polish the internal logics of EmbeddedFile(s)

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

16 years agoforgot this in last commit
Uwe Stöhr [Fri, 7 Sep 2007 19:00:55 +0000 (19:00 +0000)]
forgot this in last commit

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

16 years agoGerman UserGuide.lyx: forgot a web link
Uwe Stöhr [Fri, 7 Sep 2007 18:59:20 +0000 (18:59 +0000)]
German UserGuide.lyx: forgot a web link

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

16 years agoGerman UserGuide.lyx: updates from Hartmut
Uwe Stöhr [Fri, 7 Sep 2007 18:46:34 +0000 (18:46 +0000)]
German UserGuide.lyx: updates from Hartmut

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

16 years agoConvert postats to python
José Matox [Fri, 7 Sep 2007 16:37:38 +0000 (16:37 +0000)]
Convert postats to python

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

16 years agoEmbedding: bring embedding dialog back to shape
Bo Peng [Fri, 7 Sep 2007 16:33:55 +0000 (16:33 +0000)]
Embedding: bring embedding dialog back to shape

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

16 years agoRegister math fonts with Qt 4.2 or higher. Using Qt 4.1, the old
Enrico Forestieri [Fri, 7 Sep 2007 16:22:05 +0000 (16:22 +0000)]
Register math fonts with Qt 4.2 or higher. Using Qt 4.1, the old
xft-fonts package is still required. However, on *nix there seem
to be no way to tell fontconfig to prefer our fonts instead of
others matching the requirements, so, in case of conflict, the
fontconfig files should be manually adjusted, or some existing
font package used (note that the quality of the bakoma fonts is
better than that of the xft ones). There is no such problem on
Windows where our private fonts are always preferred over the
installed ones (and I hope the same holds true for Mac).

* src/LyX.cpp
(LyX::exec): don't call addFontResources() and restoreFontResources()
anymore, as the frontend code will do the job.

* src/frontends/qt4/GuiFontLoader.{cpp,h}
(GuiFontLoader::GuiFontLoader): register math fonts with Qt.
(GuiFontLoader::~GuiFontLoader): unregister math fonts.

* src/support/os.h
* src/support/os_unix.cpp
* src/support/os_win32.cpp
* src/support/os_cygwin.cpp:
remove code dealing with fonts.

* configure.ac: don't check for fontconfig headers anymore.

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

16 years agoUse same image as in branch.
Enrico Forestieri [Fri, 7 Sep 2007 15:55:55 +0000 (15:55 +0000)]
Use same image as in branch.

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

16 years agoSmall tweak to r20121
Jean-Marc Lasgouttes [Fri, 7 Sep 2007 10:04:10 +0000 (10:04 +0000)]
Small tweak to r20121

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

16 years agoFix bug 4212
Jean-Marc Lasgouttes [Fri, 7 Sep 2007 09:55:57 +0000 (09:55 +0000)]
Fix bug 4212

* Text2.cpp (deleteEmptyParagraphMechanism):
* paragraph_func.cpp (breakParagraph): make sure that the start of
appendix marker is not lost when deleting or breaking a paragraph

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

16 years agoEmbedding: remove AUTO feature, remove STATUS from embedding dialog
Bo Peng [Fri, 7 Sep 2007 03:10:42 +0000 (03:10 +0000)]
Embedding: remove AUTO feature, remove STATUS from embedding dialog

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

16 years agoEmbedding: remove AUTO feature, barely make it compile
Bo Peng [Fri, 7 Sep 2007 03:02:24 +0000 (03:02 +0000)]
Embedding: remove AUTO feature, barely make it compile

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

16 years agoUserGuide.lyx: continue work on appendix B (description of the preferences dialogs)
Uwe Stöhr [Thu, 6 Sep 2007 23:44:36 +0000 (23:44 +0000)]
UserGuide.lyx: continue work on appendix B (description of the preferences dialogs)

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

16 years agoGerman UserGuide.lyx: remove some ERT
Uwe Stöhr [Thu, 6 Sep 2007 18:30:37 +0000 (18:30 +0000)]
German UserGuide.lyx: remove some ERT

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

16 years agoFix another prompt for externally-modified bug with writeAs()
Bo Peng [Thu, 6 Sep 2007 15:54:17 +0000 (15:54 +0000)]
Fix another prompt for externally-modified bug with writeAs()

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

16 years agoForgot this
Martin Vermeer [Thu, 6 Sep 2007 15:37:34 +0000 (15:37 +0000)]
Forgot this

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

16 years agoAdd XML elements as a third flex inset variant
Martin Vermeer [Thu, 6 Sep 2007 14:45:17 +0000 (14:45 +0000)]
Add XML elements as a third flex inset variant

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

16 years agoBetter error signaling
Martin Vermeer [Thu, 6 Sep 2007 14:28:19 +0000 (14:28 +0000)]
Better error signaling

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

16 years agoy-coord in Conglomerate, this time properly
Martin Vermeer [Thu, 6 Sep 2007 14:17:03 +0000 (14:17 +0000)]
y-coord in Conglomerate, this time properly

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

16 years agoFix y co-ordinate for Conglomerate-style inset
Martin Vermeer [Thu, 6 Sep 2007 14:06:07 +0000 (14:06 +0000)]
Fix y co-ordinate for Conglomerate-style inset

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

16 years agoNicely align inset buttons with surrounding text.
Abdelrazak Younes [Thu, 6 Sep 2007 12:25:30 +0000 (12:25 +0000)]
Nicely align inset buttons with surrounding text.

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

16 years agoInsetCollapsable::draw(): Rename 'top' local variable to baseline as that's what...
Abdelrazak Younes [Thu, 6 Sep 2007 12:00:32 +0000 (12:00 +0000)]
InsetCollapsable::draw(): Rename 'top' local variable to baseline as that's what it is really.

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

16 years agochange the way i18n status is built for the web site. The data is now in a i18n.inc...
Jean-Marc Lasgouttes [Thu, 6 Sep 2007 10:59:45 +0000 (10:59 +0000)]
change the way i18n status is built for the web site. The data is now in a i18n.inc file instead of generating the whole i18n.php

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

16 years agoCMake: Supress regeneration.
Abdelrazak Younes [Thu, 6 Sep 2007 09:18:40 +0000 (09:18 +0000)]
CMake: Supress regeneration.

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

16 years agoFix two embedding bugs that lead to deadloop when loading a bundled .lyx file without...
Bo Peng [Thu, 6 Sep 2007 05:46:11 +0000 (05:46 +0000)]
Fix two embedding bugs that lead to deadloop when loading a bundled .lyx file without external file

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

16 years agoFix previous commit. I really do not understand why windows FileName() can not have...
Bo Peng [Thu, 6 Sep 2007 05:05:28 +0000 (05:05 +0000)]
Fix previous commit. I really do not understand why windows FileName() can not have backslash (assertion at line 49 of support/FileName.cpp)

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

16 years agoForgot this: windows backslash needs special treatment
Bo Peng [Thu, 6 Sep 2007 04:18:12 +0000 (04:18 +0000)]
Forgot this: windows backslash needs special treatment

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

16 years agoCleanup msvs_project, make sure lyx can start in place in debug mode
Bo Peng [Thu, 6 Sep 2007 04:04:04 +0000 (04:04 +0000)]
Cleanup msvs_project, make sure lyx can start in place in debug mode

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

16 years agosupport/minizip/iowin32.h|c: also test for _WIN32 because WIN32 is not defined for...
Bo Peng [Thu, 6 Sep 2007 02:48:18 +0000 (02:48 +0000)]
support/minizip/iowin32.h|c: also test for _WIN32 because WIN32 is not defined for all windows compilers

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

16 years agoadjust
André Pönitz [Wed, 5 Sep 2007 22:55:59 +0000 (22:55 +0000)]
adjust

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

16 years agosimplify About dialog
André Pönitz [Wed, 5 Sep 2007 22:54:47 +0000 (22:54 +0000)]
simplify About dialog

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

16 years agofix scons again for GUI cleanup, remove unused variable
Bo Peng [Wed, 5 Sep 2007 22:10:10 +0000 (22:10 +0000)]
fix scons again for GUI cleanup, remove unused variable

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

16 years agoFix alignment of text within insets.
Abdelrazak Younes [Wed, 5 Sep 2007 22:08:41 +0000 (22:08 +0000)]
Fix alignment of text within insets.

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

16 years agoFix drawing of collapsable inset without button.
Abdelrazak Younes [Wed, 5 Sep 2007 21:52:12 +0000 (21:52 +0000)]
Fix drawing of collapsable inset without button.

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

16 years ago* TextMetrics::drawSelection(): use parMetrics() instead of direct access just in...
Abdelrazak Younes [Wed, 5 Sep 2007 21:26:17 +0000 (21:26 +0000)]
* TextMetrics::drawSelection(): use parMetrics() instead of direct access just in case. Should fix crash on selection with PageUp.

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

16 years agoFix tabular text y-positioning
Abdelrazak Younes [Wed, 5 Sep 2007 21:02:49 +0000 (21:02 +0000)]
Fix tabular text y-positioning

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

16 years agoFix caption text y-positioning
Abdelrazak Younes [Wed, 5 Sep 2007 20:54:15 +0000 (20:54 +0000)]
Fix caption text y-positioning

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

16 years agocompile fix. inclomplete transactioN???
André Pönitz [Wed, 5 Sep 2007 20:52:35 +0000 (20:52 +0000)]
compile fix. inclomplete transactioN???

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

16 years agothe fun begins....
André Pönitz [Wed, 5 Sep 2007 20:33:29 +0000 (20:33 +0000)]
the fun begins....

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

16 years agoRenaming CharStyle -> Flex, finishing touch
Martin Vermeer [Wed, 5 Sep 2007 18:40:56 +0000 (18:40 +0000)]
Renaming CharStyle -> Flex, finishing touch

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

16 years agoEmbedding feature patch 5: handling of embedded files (operation without external...
Bo Peng [Wed, 5 Sep 2007 17:50:07 +0000 (17:50 +0000)]
Embedding feature patch 5: handling of embedded files (operation without external files)
*  src/insets/InsetGraphicsParams.h|cpp:
*  src/insets/InsetExternal.cpp: read/write buffer with embedded file
*  src/insets/InsetGraphics.cpp: ditto
*  src/EmbeddedFiles.h|cpp: add find() function

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

16 years agofix scons for InsetFlex.*
Bo Peng [Wed, 5 Sep 2007 17:00:43 +0000 (17:00 +0000)]
fix scons for InsetFlex.*

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

16 years agocompile fix
Alfredo Braunstein [Wed, 5 Sep 2007 15:46:20 +0000 (15:46 +0000)]
compile fix

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

16 years agoName change CharStyle -> Flex
Martin Vermeer [Wed, 5 Sep 2007 15:29:04 +0000 (15:29 +0000)]
Name change CharStyle -> Flex

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

16 years agoFix text frame drawing.
Abdelrazak Younes [Wed, 5 Sep 2007 14:19:52 +0000 (14:19 +0000)]
Fix text frame drawing.

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

16 years agoFix cursor positioning withing collapsable insets.
Abdelrazak Younes [Wed, 5 Sep 2007 14:15:07 +0000 (14:15 +0000)]
Fix cursor positioning withing collapsable insets.

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

16 years ago(InsetCollapsable::draw) restore background color (avoid psychedelic effects when...
Alfredo Braunstein [Wed, 5 Sep 2007 13:52:43 +0000 (13:52 +0000)]
(InsetCollapsable::draw)  restore background color (avoid psychedelic effects when selecting a note)

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

16 years ago* TextMetrics::draw(): get rid of the first par ascent offset.
Abdelrazak Younes [Wed, 5 Sep 2007 13:45:58 +0000 (13:45 +0000)]
* TextMetrics::draw(): get rid of the first par ascent offset.

* BufferView::draw(): adapt to above change.

* InsetCollapsable::draw(): ditto -> get rid of textdim_ member.

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

16 years agofix warning.
Abdelrazak Younes [Wed, 5 Sep 2007 13:29:31 +0000 (13:29 +0000)]
fix warning.

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

16 years agoMove selection painting closer to row painting. Single row painting is now possible...
Abdelrazak Younes [Wed, 5 Sep 2007 13:04:05 +0000 (13:04 +0000)]
Move selection painting closer to row painting. Single row painting is now possible for selection.

* Row:
- setSelection(): set selection begin and end for this row.
- sel_beg, sel_end: new public members.

* BufferView::draw()
- do not trigger a full repaint for selection.
- use TextMetrics::draw() instead of hand calling TextMetrics::drawParagraph().

* InsetText::draw(): don't call TextMetrics::drawSelection().

* InsetMathMBox::drawSelection(): remove.

* TextMetrics:
- drawSelection(): simplify a bit. Now private.
- redoParagraph(): memorize Row selection status.
- x2pos(): fix crash when selecting with PageDown.
- draw(): fill-in the ParPos cache before everything else and not in drawParagraph().
- drawParagraph(): take care of row selection painting.

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

16 years agoresuscitate menus
Edwin Leuven [Wed, 5 Sep 2007 11:55:03 +0000 (11:55 +0000)]
resuscitate menus

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

16 years agoRemoved a 1 pixel border around some images. In this way they are
Enrico Forestieri [Wed, 5 Sep 2007 02:07:27 +0000 (02:07 +0000)]
Removed a 1 pixel border around some images. In this way they are
rendered much better on screen as they are not blurred.

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

16 years agoGerman UserGuide.lyx: updates from Hartmut
Uwe Stöhr [Wed, 5 Sep 2007 00:32:32 +0000 (00:32 +0000)]
German UserGuide.lyx: updates from Hartmut

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

16 years agoSpanish EmbeddedObjects.lyx: updates from Ignacio
Uwe Stöhr [Wed, 5 Sep 2007 00:21:02 +0000 (00:21 +0000)]
Spanish EmbeddedObjects.lyx: updates from Ignacio

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

16 years agoREADME.localization: more translation infos from Pavel
Uwe Stöhr [Tue, 4 Sep 2007 23:58:00 +0000 (23:58 +0000)]
README.localization: more translation infos from Pavel

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

16 years agoRestore some other corrupted images.
Enrico Forestieri [Tue, 4 Sep 2007 23:00:58 +0000 (23:00 +0000)]
Restore some other corrupted images.

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

16 years agoCompile fix
Enrico Forestieri [Tue, 4 Sep 2007 21:44:52 +0000 (21:44 +0000)]
Compile fix

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

16 years agofix cmake file for minizip
Peter Kümmel [Tue, 4 Sep 2007 19:26:57 +0000 (19:26 +0000)]
fix cmake file for minizip

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

16 years agoupdate cmake build system
Peter Kümmel [Tue, 4 Sep 2007 18:41:37 +0000 (18:41 +0000)]
update cmake build system

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

16 years agoGuiView is a template
Peter Kümmel [Tue, 4 Sep 2007 18:40:58 +0000 (18:40 +0000)]
GuiView is a template

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

16 years agodeclare specialisations, needed by the merge build. add cpp minizip file
Peter Kümmel [Tue, 4 Sep 2007 18:39:13 +0000 (18:39 +0000)]
declare specialisations, needed by the merge build. add cpp minizip file

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

16 years agomove getSecond to frontend_helpers.h
Peter Kümmel [Tue, 4 Sep 2007 18:35:58 +0000 (18:35 +0000)]
move getSecond to frontend_helpers.h

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

16 years agorename method
Edwin Leuven [Tue, 4 Sep 2007 18:13:19 +0000 (18:13 +0000)]
rename method

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

16 years agolil' cleanup
Edwin Leuven [Tue, 4 Sep 2007 18:08:51 +0000 (18:08 +0000)]
lil' cleanup

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

16 years agoremove POTFILES.in from DISFILES, too
André Pönitz [Tue, 4 Sep 2007 15:40:09 +0000 (15:40 +0000)]
remove POTFILES.in from DISFILES, too

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

16 years agocompile fix
Edwin Leuven [Tue, 4 Sep 2007 15:16:24 +0000 (15:16 +0000)]
compile fix

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

16 years agoFix bug 4193 Revert ask for saving file before closing
Bo Peng [Tue, 4 Sep 2007 15:03:50 +0000 (15:03 +0000)]
Fix bug 4193 Revert ask for saving file before closing

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

16 years agoEmbedding patch 4: interaction between buffer and the embedding dialog. Emit embeddi...
Bo Peng [Tue, 4 Sep 2007 14:34:42 +0000 (14:34 +0000)]
Embedding patch 4:  interaction between buffer and the embedding dialog. Emit embeddingChanged signal to update the embedding dialog.

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

16 years agoRegister math fonts with fontconfig
Enrico Forestieri [Tue, 4 Sep 2007 13:33:21 +0000 (13:33 +0000)]
Register math fonts with fontconfig

* src/support/os_unix.cpp
  (addFontResources): add the system fonts dir to the paths
  scanned by fontconfig.
  (restoreFontResources): remove the system fonts dir from the
  fontconfig configuration.

* configure.ac:
  add check for the fontconfig devel headers.

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

16 years agoRestore images corrupted by the xpm -> png conversion.
Enrico Forestieri [Tue, 4 Sep 2007 13:32:10 +0000 (13:32 +0000)]
Restore images corrupted by the xpm -> png conversion.

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

16 years agorenaming of some methods that hurt the eyes + removal of:
Edwin Leuven [Tue, 4 Sep 2007 10:52:08 +0000 (10:52 +0000)]
renaming of some methods that hurt the eyes + removal of:
- column and row count,
- tabular width and method that goes with it
- method declaration without implementation: void delete_column(col_type)

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

16 years agorename Paragraph::isRightToLeftPar -> isRTL for the sake of consistence
Alfredo Braunstein [Tue, 4 Sep 2007 10:27:55 +0000 (10:27 +0000)]
rename Paragraph::isRightToLeftPar -> isRTL for the sake of consistence

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

16 years agoAdd error fallback to custom insets
Martin Vermeer [Tue, 4 Sep 2007 03:48:24 +0000 (03:48 +0000)]
Add error fallback to custom insets

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

16 years agoRestore old images got lost in the xpm -> png change
Enrico Forestieri [Mon, 3 Sep 2007 23:17:10 +0000 (23:17 +0000)]
Restore old images got lost in the xpm -> png change

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

16 years agoFix typo
Enrico Forestieri [Mon, 3 Sep 2007 23:15:12 +0000 (23:15 +0000)]
Fix typo

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

16 years agoremove generated POTFILES.in
André Pönitz [Mon, 3 Sep 2007 22:24:48 +0000 (22:24 +0000)]
remove generated POTFILES.in

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

16 years agofix multi-cell selection
Alfredo Braunstein [Mon, 3 Sep 2007 22:16:54 +0000 (22:16 +0000)]
fix multi-cell selection

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

16 years agoMove two minizip functions from filetools.cpp to its own file minizip/zipunzip.cpp...
Bo Peng [Mon, 3 Sep 2007 21:09:11 +0000 (21:09 +0000)]
Move two minizip functions from filetools.cpp to its own file minizip/zipunzip.cpp, covered by minizip's original license

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

16 years agorename a few view functions from foo() to fooView()
André Pönitz [Mon, 3 Sep 2007 20:28:26 +0000 (20:28 +0000)]
rename a few view functions from foo() to fooView()

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

16 years agoFix scons for Andre's patch, add a missing header file
Bo Peng [Mon, 3 Sep 2007 20:13:26 +0000 (20:13 +0000)]
Fix scons for Andre's patch, add a missing header file

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

16 years agomove stuff from a class template to a ordinary class...
André Pönitz [Mon, 3 Sep 2007 18:22:17 +0000 (18:22 +0000)]
move stuff from a class template to a ordinary class...

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

16 years agoenable some non-rtl optimization
Alfredo Braunstein [Mon, 3 Sep 2007 13:34:26 +0000 (13:34 +0000)]
enable some non-rtl optimization

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

16 years agomake lyx compile
Edwin Leuven [Mon, 3 Sep 2007 13:01:38 +0000 (13:01 +0000)]
make lyx compile

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

16 years agofix thinko
André Pönitz [Mon, 3 Sep 2007 06:11:51 +0000 (06:11 +0000)]
fix thinko

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

16 years agomerge ButtonController and its view (Qt2BC in this case)
André Pönitz [Mon, 3 Sep 2007 05:59:32 +0000 (05:59 +0000)]
merge ButtonController and its view (Qt2BC in this case)

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

16 years agoEmbedding: fix a few embedding bugs
Bo Peng [Mon, 3 Sep 2007 04:03:43 +0000 (04:03 +0000)]
Embedding: fix a few embedding bugs

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

16 years agooptimization: save some font copying
Alfredo Braunstein [Sun, 2 Sep 2007 23:37:11 +0000 (23:37 +0000)]
optimization: save some font copying

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

16 years ago* TextMetrics: getDisplayFont() and isRTLBoundary() takes pit instead of Paragraph.
Abdelrazak Younes [Sun, 2 Sep 2007 22:28:49 +0000 (22:28 +0000)]
* TextMetrics: getDisplayFont() and isRTLBoundary() takes pit instead of Paragraph.

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

16 years ago* Text: Move some more stuff from Text to TextMetrics:
Abdelrazak Younes [Sun, 2 Sep 2007 21:48:49 +0000 (21:48 +0000)]
* Text: Move some more stuff from Text to TextMetrics:
- getFont() becomes TextMetrics::getDisplayFont()
- setCharFont() now needs a display font.
- setInsetFont() and setFont() now needs a BufferView, will be transferred to TextMetrics too.
- isRTL(): moved to TextMetrics
- isRTLBoundary(): ditto
- font_: ditto

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

16 years agoget rid of (cyg)win path panel in prefs by moving it to the latex panel
Edwin Leuven [Sun, 2 Sep 2007 20:17:36 +0000 (20:17 +0000)]
get rid of (cyg)win path panel in prefs by moving it to the latex panel

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

16 years agocrash fix
Alfredo Braunstein [Sun, 2 Sep 2007 19:54:01 +0000 (19:54 +0000)]
crash fix

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

16 years agofix crash + shut up warning
Alfredo Braunstein [Sun, 2 Sep 2007 18:05:37 +0000 (18:05 +0000)]
fix crash + shut up warning

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

16 years agoremove spurious entries
Alfredo Braunstein [Sun, 2 Sep 2007 18:04:11 +0000 (18:04 +0000)]
remove spurious entries

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

16 years agoClarify comment.
Richard Heck [Sun, 2 Sep 2007 15:46:03 +0000 (15:46 +0000)]
Clarify comment.

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

16 years agoAnother compile fix.
Richard Heck [Sun, 2 Sep 2007 14:57:30 +0000 (14:57 +0000)]
Another compile fix.

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

16 years agoCompile fix.
Richard Heck [Sun, 2 Sep 2007 14:48:49 +0000 (14:48 +0000)]
Compile fix.

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