]> git.lyx.org Git - lyx.git/log
lyx.git
20 years agomoved some converter/format functions to more appropriate places
Alfredo Braunstein [Thu, 17 Jul 2003 08:23:33 +0000 (08:23 +0000)]
moved some converter/format functions to more appropriate places

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

20 years agoremove unneeded in_update_ members
André Pönitz [Thu, 17 Jul 2003 07:43:55 +0000 (07:43 +0000)]
remove unneeded in_update_ members

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

20 years agoremove Inset::update()
André Pönitz [Thu, 17 Jul 2003 07:32:01 +0000 (07:32 +0000)]
remove Inset::update()

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

20 years agoDisable InsetText::update and InsetTabular::update
André Pönitz [Thu, 17 Jul 2003 06:45:39 +0000 (06:45 +0000)]
Disable InsetText::update and InsetTabular::update

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

20 years agoRemove preprocessor warning.
Angus Leeming [Wed, 16 Jul 2003 22:45:42 +0000 (22:45 +0000)]
Remove preprocessor warning.
(To answer Andre's question, yes it is but FormDialogBase is a straight
replacement of FormBase which will go the way of the dodo once I convert
the remaining controllers to derive from Dialog::Controller. 25 done, 9 to go.)

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

20 years agoRewrite to use find_if rather than a big if block.
Angus Leeming [Wed, 16 Jul 2003 22:34:31 +0000 (22:34 +0000)]
Rewrite to use find_if rather than a big if block.

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

20 years agoDo not pass -Winline to gcc.
Angus Leeming [Wed, 16 Jul 2003 20:44:24 +0000 (20:44 +0000)]
Do not pass -Winline to gcc.

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

20 years agoFix compiler warning at expense of creating doxygen one.
Angus Leeming [Wed, 16 Jul 2003 20:43:57 +0000 (20:43 +0000)]
Fix compiler warning at expense of creating doxygen one.

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

20 years agoImproved doxygen documentation. Could people please have a look at Lars'
Angus Leeming [Wed, 16 Jul 2003 20:10:59 +0000 (20:10 +0000)]
Improved doxygen documentation. Could people please have a look at Lars'
autogenerated files tomorrow (Thursday) and throw their comments my way.
http://www.lyx.org/sourcedoc/classDialog.html
http://www.lyx.org/sourcedoc/classKernel.html

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

20 years ago'fix' stupid compiler warnings
André Pönitz [Wed, 16 Jul 2003 14:20:43 +0000 (14:20 +0000)]
'fix' stupid compiler warnings

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

20 years agoreplace the LyXCursor::irow_ member with on-demand computation of the value
André Pönitz [Wed, 16 Jul 2003 08:42:26 +0000 (08:42 +0000)]
replace the LyXCursor::irow_ member with on-demand computation of the value
(as quickly tested by John last week)

LyXCursor does not know about rows anymore...

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

20 years ago*** empty log message ***
André Pönitz [Wed, 16 Jul 2003 07:15:10 +0000 (07:15 +0000)]
*** empty log message ***

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

20 years agoNote Settings menu item
John Levon [Tue, 15 Jul 2003 23:52:37 +0000 (23:52 +0000)]
Note Settings menu item

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

20 years agoshowInsetDialog() for note
John Levon [Tue, 15 Jul 2003 23:52:05 +0000 (23:52 +0000)]
showInsetDialog() for note

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

21 years agoQTabularDialog: fix width input (bug 1156)
Jürgen Spitzmüller [Tue, 15 Jul 2003 18:44:49 +0000 (18:44 +0000)]
QTabularDialog: fix width input (bug 1156)

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

21 years ago'full redraw' related stuff that's innocent for the upward-selection-in-tables bug.
André Pönitz [Tue, 15 Jul 2003 16:25:02 +0000 (16:25 +0000)]
'full redraw' related stuff that's innocent for the upward-selection-in-tables bug.

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

21 years agoFix for changed Qt behaviour
John Levon [Tue, 15 Jul 2003 15:24:33 +0000 (15:24 +0000)]
Fix for changed Qt behaviour

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

21 years agoFix handling of \hfill inside ERT.
Dekel Tsur [Tue, 15 Jul 2003 14:04:35 +0000 (14:04 +0000)]
Fix handling of \hfill inside ERT.

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

21 years agoThe QNote dialog
Jürgen Spitzmüller [Tue, 15 Jul 2003 12:48:24 +0000 (12:48 +0000)]
The QNote dialog

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

21 years agoremove unneeded refresh_row
André Pönitz [Tue, 15 Jul 2003 11:47:27 +0000 (11:47 +0000)]
remove unneeded refresh_row

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

21 years agodon't redraw excessivly (Bug spotted by Lars)
André Pönitz [Tue, 15 Jul 2003 11:13:06 +0000 (11:13 +0000)]
don't redraw excessivly (Bug spotted by Lars)

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

21 years agochangelogs...
André Pönitz [Tue, 15 Jul 2003 11:10:05 +0000 (11:10 +0000)]
changelogs...

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

21 years agorefresh_status_ trisate -> need_refresh_ bool
André Pönitz [Tue, 15 Jul 2003 11:08:02 +0000 (11:08 +0000)]
refresh_status_  trisate -> need_refresh_ bool

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

21 years agocollapse REFRESH_AREA and REFRESH_ROW handling
André Pönitz [Tue, 15 Jul 2003 09:44:54 +0000 (09:44 +0000)]
collapse REFRESH_AREA and REFRESH_ROW handling

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

21 years agoremove reinit argument from LyXText::init (act as if always true)
Alfredo Braunstein [Tue, 15 Jul 2003 08:26:17 +0000 (08:26 +0000)]
remove reinit argument from LyXText::init (act as if always true)

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

21 years agoJuergen's clear-selection-before-insertion patch. See Bug: 441, Bug: 673, Bug: 702...
Alfredo Braunstein [Tue, 15 Jul 2003 06:51:47 +0000 (06:51 +0000)]
Juergen's clear-selection-before-insertion patch. See Bug: 441, Bug: 673, Bug: 702, Bug: 954, and Bug: 1226.

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

21 years agoslimmer row painter interface
André Pönitz [Mon, 14 Jul 2003 17:50:00 +0000 (17:50 +0000)]
slimmer row painter interface

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

21 years agoavoid a few more getLyXTexts
André Pönitz [Mon, 14 Jul 2003 16:34:23 +0000 (16:34 +0000)]
avoid a few more getLyXTexts

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

21 years ago * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
André Pönitz [Mon, 14 Jul 2003 15:17:40 +0000 (15:17 +0000)]
  * insets/insettext.[Ch] (cy, ciy, setUpdateStatus):
  remove unused BufferView * argument

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

21 years agoused pre-computed metrics a bit more...
André Pönitz [Mon, 14 Jul 2003 13:49:13 +0000 (13:49 +0000)]
used pre-computed metrics a bit more...

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

21 years agofix a crash on resize
Alfredo Braunstein [Mon, 14 Jul 2003 09:15:58 +0000 (09:15 +0000)]
fix a crash on resize

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

21 years agofixes buffer closing crashes
Alfredo Braunstein [Fri, 11 Jul 2003 12:21:31 +0000 (12:21 +0000)]
fixes buffer closing crashes

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

21 years agofix pl.po
Jean-Marc Lasgouttes [Fri, 11 Jul 2003 08:38:47 +0000 (08:38 +0000)]
fix pl.po

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

21 years agoFix Aiksaurus URL
John Levon [Thu, 10 Jul 2003 16:20:05 +0000 (16:20 +0000)]
Fix Aiksaurus URL

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

21 years agoremove now unneeded LyXText * argument to save/restoreLyXTextState
André Pönitz [Thu, 10 Jul 2003 14:44:13 +0000 (14:44 +0000)]
remove now unneeded LyXText * argument to save/restoreLyXTextState

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

21 years agospecial menu hack for qt/mac
Jean-Marc Lasgouttes [Thu, 10 Jul 2003 14:39:38 +0000 (14:39 +0000)]
special menu hack for qt/mac

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

21 years agoSome menu fixes, including fixing classic.ui
John Levon [Thu, 10 Jul 2003 13:41:58 +0000 (13:41 +0000)]
Some menu fixes, including fixing classic.ui

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

21 years agosmall benefits 2 + fix of resize problem
André Pönitz [Thu, 10 Jul 2003 13:21:45 +0000 (13:21 +0000)]
small benefits 2  +  fix of resize problem

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

21 years agoSTRCONV()
André Pönitz [Thu, 10 Jul 2003 13:13:56 +0000 (13:13 +0000)]
STRCONV()

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

21 years agoTake out bufferview from buffer.
Alfredo Braunstein [Thu, 10 Jul 2003 12:26:40 +0000 (12:26 +0000)]
Take out bufferview from buffer.

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

21 years agoFix compilation qt + included string by getting rid of the #ifdef
André Pönitz [Thu, 10 Jul 2003 12:14:47 +0000 (12:14 +0000)]
Fix compilation qt + included string by getting rid of the #ifdef
BOOST_FORMAT stuff

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

21 years agothe 'small benefits'
André Pönitz [Thu, 10 Jul 2003 11:31:54 +0000 (11:31 +0000)]
the 'small benefits'

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

21 years agofix file-insert crash. update problem remaining now.
André Pönitz [Thu, 10 Jul 2003 11:17:31 +0000 (11:17 +0000)]
fix file-insert crash. update problem remaining now.

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

21 years agosetViewCache: small helper function to hide messy details.
André Pönitz [Thu, 10 Jul 2003 10:06:20 +0000 (10:06 +0000)]
setViewCache: small helper function to hide messy details.

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

21 years agoThe insettext patch.
André Pönitz [Thu, 10 Jul 2003 08:00:41 +0000 (08:00 +0000)]
The insettext patch.
This has been out in the wild now for two weeks....

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

21 years agotypos in ispell messages
Jean-Marc Lasgouttes [Wed, 9 Jul 2003 14:36:40 +0000 (14:36 +0000)]
typos in ispell messages

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

21 years agosome french examples update
Jean-Marc Lasgouttes [Wed, 9 Jul 2003 14:28:58 +0000 (14:28 +0000)]
some french examples update

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

21 years agoExtend Note inset to other forms of annotation like Comment
Martin Vermeer [Tue, 8 Jul 2003 14:19:25 +0000 (14:19 +0000)]
Extend Note inset to other forms of annotation like Comment
and Greyedout. Right button click gives dialog.

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

21 years agoJuergen's compile fix
Alfredo Braunstein [Tue, 8 Jul 2003 06:40:21 +0000 (06:40 +0000)]
Juergen's compile fix

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

21 years agoAdded new signals to Buffer, connect/disconnect to them in BufferView, added BufferVi...
Alfredo Braunstein [Mon, 7 Jul 2003 08:37:02 +0000 (08:37 +0000)]
Added new signals to Buffer, connect/disconnect to them in BufferView, added BufferView::newFile

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

21 years agoallow 'renewcommand' and 'def' for math macros
André Pönitz [Fri, 4 Jul 2003 15:55:18 +0000 (15:55 +0000)]
allow 'renewcommand' and 'def' for math macros

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

21 years agonamespace grfx -> lyx::graphics
Lars Gullik Bjønnes [Fri, 4 Jul 2003 08:23:23 +0000 (08:23 +0000)]
namespace grfx -> lyx::graphics

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

21 years agoEnable View properly.
John Levon [Thu, 3 Jul 2003 14:31:11 +0000 (14:31 +0000)]
Enable View properly.

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

21 years agohandle 'well known' 'D' columntype
André Pönitz [Thu, 3 Jul 2003 13:01:51 +0000 (13:01 +0000)]
handle 'well known' 'D' columntype

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

21 years agooutput special...
André Pönitz [Thu, 3 Jul 2003 12:33:47 +0000 (12:33 +0000)]
output special...

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

21 years agoadd 'special' member to ColInfo
André Pönitz [Thu, 3 Jul 2003 12:03:52 +0000 (12:03 +0000)]
add 'special' member to ColInfo

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

21 years agohandle special columns
André Pönitz [Thu, 3 Jul 2003 11:47:44 +0000 (11:47 +0000)]
handle special columns

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

21 years agoBufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
André Pönitz [Wed, 2 Jul 2003 17:09:56 +0000 (17:09 +0000)]
BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are

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

21 years agoPossible fix for Rob's g++ 2.95
André Pönitz [Wed, 2 Jul 2003 06:56:34 +0000 (06:56 +0000)]
Possible fix for Rob's g++ 2.95

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

21 years agosome more lyx::support fixups.
Lars Gullik Bjønnes [Tue, 1 Jul 2003 21:31:06 +0000 (21:31 +0000)]
some more lyx::support fixups.

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

21 years agolast Friday's text*.C -> text_func shuffle
André Pönitz [Tue, 1 Jul 2003 11:51:20 +0000 (11:51 +0000)]
last Friday's  text*.C -> text_func shuffle

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

21 years agointroduce namespace lyx::support
Lars Gullik Bjønnes [Mon, 30 Jun 2003 23:56:22 +0000 (23:56 +0000)]
introduce namespace lyx::support

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

21 years agore-enable --with-included-string
André Pönitz [Mon, 30 Jun 2003 15:06:30 +0000 (15:06 +0000)]
re-enable --with-included-string

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

21 years agomake tex2lyx lyxstring agnostic
André Pönitz [Mon, 30 Jun 2003 11:36:08 +0000 (11:36 +0000)]
make tex2lyx  lyxstring agnostic

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

21 years agouse bformat() when appropriate
André Pönitz [Mon, 30 Jun 2003 10:32:43 +0000 (10:32 +0000)]
use bformat() when appropriate

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

21 years ago * insetcite.C (localDispatch): fix case of missing return value
André Pönitz [Mon, 30 Jun 2003 09:10:49 +0000 (09:10 +0000)]
  * insetcite.C (localDispatch): fix case of missing return value
  * insetcite.C (ascii): remove unneeded temporary

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

21 years agothe doxygen patch
Lars Gullik Bjønnes [Sat, 28 Jun 2003 01:23:11 +0000 (01:23 +0000)]
the doxygen patch

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

21 years agomove some selection related stuff over to textcursor.C
André Pönitz [Fri, 27 Jun 2003 13:13:04 +0000 (13:13 +0000)]
move some selection related stuff over to textcursor.C

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

21 years agoguess what
André Pönitz [Fri, 27 Jun 2003 11:55:35 +0000 (11:55 +0000)]
guess what

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

21 years agomove cursor related data fro LyXText to new strcut TextCursor
André Pönitz [Fri, 27 Jun 2003 11:53:41 +0000 (11:53 +0000)]
move cursor related data fro LyXText to new strcut TextCursor

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

21 years agorename fullRebreak() to partialRebreak() and implement
André Pönitz [Fri, 27 Jun 2003 09:44:26 +0000 (09:44 +0000)]
rename fullRebreak() to partialRebreak() and implement
    a fullRebreak() that really breaks fully

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

21 years agoremove LyXCursor::row_ member
André Pönitz [Fri, 27 Jun 2003 08:38:41 +0000 (08:38 +0000)]
remove LyXCursor::row_ member

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

21 years agoFix two loading-related bugs reported by Kayvan
Alfredo Braunstein [Fri, 27 Jun 2003 07:11:31 +0000 (07:11 +0000)]
Fix two loading-related bugs reported by Kayvan

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

21 years agorevert accidental commit
André Pönitz [Thu, 26 Jun 2003 09:43:40 +0000 (09:43 +0000)]
revert accidental commit

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

21 years agoMove rarely used stuff out-of-line
André Pönitz [Thu, 26 Jun 2003 09:42:28 +0000 (09:42 +0000)]
Move rarely used stuff out-of-line

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

21 years agosmall tweaking (yes I'm dumb)
Alfredo Braunstein [Tue, 24 Jun 2003 21:43:25 +0000 (21:43 +0000)]
small tweaking (yes I'm dumb)

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

21 years agoMore errorlist adjustements.
Alfredo Braunstein [Tue, 24 Jun 2003 20:42:15 +0000 (20:42 +0000)]
More errorlist adjustements.

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

21 years agorename a few icons; fix a typo; complain (softly) when an icon cannot be found
Jean-Marc Lasgouttes [Tue, 24 Jun 2003 10:41:22 +0000 (10:41 +0000)]
rename a few icons; fix a typo; complain (softly) when an icon cannot be found

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

21 years agomake lib/configure handle zsh gracefully (bug 977)
Jean-Marc Lasgouttes [Tue, 24 Jun 2003 10:08:00 +0000 (10:08 +0000)]
make lib/configure handle zsh gracefully (bug 977)

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

21 years agodo not add non-exisitent icons in toolbar (qt); honor the LYX_DIR_14x variable; set...
Jean-Marc Lasgouttes [Mon, 23 Jun 2003 13:18:56 +0000 (13:18 +0000)]
do not add non-exisitent icons in toolbar (qt); honor the LYX_DIR_14x variable; set LyX version in documents to 1.4

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

21 years agofix a bug just introduced.
Alfredo Braunstein [Sun, 22 Jun 2003 18:08:49 +0000 (18:08 +0000)]
fix a bug just introduced.

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

21 years agoThe error boxes are no more! See also Bug: 192, Bug: 807, Bug: 899 and Bug: 973
Alfredo Braunstein [Sat, 21 Jun 2003 08:50:06 +0000 (08:50 +0000)]
The error boxes are no more! See also Bug: 192, Bug: 807, Bug: 899 and Bug: 973

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

21 years agoadded a parseError signal to Buffer and use it
Alfredo Braunstein [Fri, 20 Jun 2003 23:03:43 +0000 (23:03 +0000)]
added a parseError signal to Buffer and use it

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

21 years agoFix the texinfo dialog and associated cleanup.
Angus Leeming [Fri, 20 Jun 2003 14:03:49 +0000 (14:03 +0000)]
Fix the texinfo dialog and associated cleanup.

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

21 years agotake several functions out of BufferList, and split functionality
Alfredo Braunstein [Fri, 20 Jun 2003 12:46:28 +0000 (12:46 +0000)]
take several functions out of BufferList, and split functionality

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

21 years agoMove the Texinfo dialog to the new Dialog scheme.
Angus Leeming [Thu, 19 Jun 2003 17:16:12 +0000 (17:16 +0000)]
Move the Texinfo dialog to the new Dialog scheme.

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

21 years agoFormatting only
Angus Leeming [Thu, 19 Jun 2003 16:58:28 +0000 (16:58 +0000)]
Formatting only

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

21 years agoRemove 14 LFUNs; use "dialog-show <name> <data>" instead.
Angus Leeming [Thu, 19 Jun 2003 16:49:45 +0000 (16:49 +0000)]
Remove 14 LFUNs; use "dialog-show <name> <data>" instead.

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

21 years agoRevert Rob's changes 'til we work out what weird thing xforms is up to.
Angus Leeming [Thu, 19 Jun 2003 16:39:15 +0000 (16:39 +0000)]
Revert Rob's changes 'til we work out what weird thing xforms is up to.

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

21 years agocompilation fix
Jean-Marc Lasgouttes [Thu, 19 Jun 2003 13:55:31 +0000 (13:55 +0000)]
compilation fix

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

21 years agobnext-2.diff + some more boost::next stuff
Lars Gullik Bjønnes [Wed, 18 Jun 2003 17:43:49 +0000 (17:43 +0000)]
bnext-2.diff + some more boost::next stuff

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

21 years agoshown-2.diff
Lars Gullik Bjønnes [Wed, 18 Jun 2003 13:53:11 +0000 (13:53 +0000)]
shown-2.diff

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

21 years ago*** empty log message ***
André Pönitz [Wed, 18 Jun 2003 13:47:11 +0000 (13:47 +0000)]
*** empty log message ***

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

21 years agoStandard blurb.
Angus Leeming [Wed, 18 Jun 2003 09:56:10 +0000 (09:56 +0000)]
Standard blurb.

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

21 years agomake gcc33 compile without nagging stuff from boost
Lars Gullik Bjønnes [Tue, 17 Jun 2003 21:27:35 +0000 (21:27 +0000)]
make gcc33 compile without nagging stuff from boost

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

21 years agoupdate Doxyfile.in
Lars Gullik Bjønnes [Tue, 17 Jun 2003 18:13:44 +0000 (18:13 +0000)]
update Doxyfile.in

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

21 years agoThe Paste Recent patch
Lars Gullik Bjønnes [Tue, 17 Jun 2003 15:33:49 +0000 (15:33 +0000)]
The Paste Recent patch

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

21 years agoGet rid of Dialogs::showMathPanel.
Angus Leeming [Tue, 17 Jun 2003 13:16:25 +0000 (13:16 +0000)]
Get rid of Dialogs::showMathPanel.

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

21 years agoMove xforms' Maths Panel to the new scheme.
Angus Leeming [Tue, 17 Jun 2003 12:53:35 +0000 (12:53 +0000)]
Move xforms' Maths Panel to the new scheme.
Rename ControlMaths2 as ControlMaths.

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

21 years agoConvert FormMathsBitmap to the new scheme.
Angus Leeming [Tue, 17 Jun 2003 12:15:58 +0000 (12:15 +0000)]
Convert FormMathsBitmap to the new scheme.

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