]> git.lyx.org Git - lyx.git/log
lyx.git
20 years agoReplace occurances of system_tempdir with os::getTmpDir().
Angus Leeming [Sat, 26 Jul 2003 18:25:29 +0000 (18:25 +0000)]
Replace occurances of system_tempdir with os::getTmpDir().

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

20 years ago*** empty log message ***
Angus Leeming [Sat, 26 Jul 2003 18:17:48 +0000 (18:17 +0000)]
*** empty log message ***

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

20 years agoForgotten files ;-)
Angus Leeming [Sat, 26 Jul 2003 00:17:21 +0000 (00:17 +0000)]
Forgotten files ;-)

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

20 years agoEnable tex2lyx to read the LyX textclass and to use this info a little.
Angus Leeming [Sat, 26 Jul 2003 00:15:38 +0000 (00:15 +0000)]
Enable tex2lyx to read the LyX textclass and to use this info a little.

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

20 years agotowards saner frontends (?). Part II: the menubar (now it is possible to switch front...
Jean-Marc Lasgouttes [Fri, 25 Jul 2003 21:34:45 +0000 (21:34 +0000)]
towards saner frontends (?). Part II: the menubar (now it is possible to switch frontend without recompiling GUII code)

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

20 years agorename Inset to InsetOld
Lars Gullik Bjønnes [Fri, 25 Jul 2003 21:20:24 +0000 (21:20 +0000)]
rename Inset to InsetOld

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

20 years agofix getLabelList for mathed
André Pönitz [Fri, 25 Jul 2003 19:39:01 +0000 (19:39 +0000)]
fix getLabelList for mathed

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

20 years agoUndo cleaned up. It seems to work pretty well now.
Asger Ottar Alstrup [Fri, 25 Jul 2003 19:18:43 +0000 (19:18 +0000)]
Undo cleaned up. It seems to work pretty well now.

* undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
which I think is a bit clearer. EDIT is gone, since it was
premature optimisation, and broken for mathed anyway.
* undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
with cursor positioning in insets as well (math insets still do not
work, but that's a different story anyway.) It mysteriously
crashes sometimes with undo in the first paragraph, but I'm fairly
confident that this is a compiler bug.

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

20 years agotowards saner frontends. Part I: the toolbar
Jean-Marc Lasgouttes [Fri, 25 Jul 2003 18:10:34 +0000 (18:10 +0000)]
towards saner frontends. Part I: the toolbar

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

20 years agothe clone auto_ptr patch
Lars Gullik Bjønnes [Fri, 25 Jul 2003 17:11:25 +0000 (17:11 +0000)]
the clone auto_ptr patch

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

20 years agoFixed undo crash in first paragraph by avoiding special case and doing a
Asger Ottar Alstrup [Fri, 25 Jul 2003 11:58:47 +0000 (11:58 +0000)]
Fixed undo crash in first paragraph by avoiding special case and doing a
full rebreak on every undo. Undo still is unpredictable in nested insets,
but hey, one less crash is worth a beer anyway.

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

20 years agofix bug 1285 (selecting font properly in the prefs combo)
John Levon [Wed, 23 Jul 2003 23:13:53 +0000 (23:13 +0000)]
fix bug 1285 (selecting font properly in the prefs combo)

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

20 years agoPrettify the screen label of the external inset.
Angus Leeming [Wed, 23 Jul 2003 16:48:04 +0000 (16:48 +0000)]
Prettify the screen label of the external inset.

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

20 years agoA color picker for xforms.
Angus Leeming [Wed, 23 Jul 2003 15:36:40 +0000 (15:36 +0000)]
A color picker for xforms.

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

20 years agoThe inset mailers' inset2string function now requires a Buffer const & arg.
Angus Leeming [Wed, 23 Jul 2003 09:54:21 +0000 (09:54 +0000)]
The inset mailers' inset2string function now requires a Buffer const & arg.

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

20 years agoUse a FileName variable in the external inset too.
Angus Leeming [Wed, 23 Jul 2003 09:17:04 +0000 (09:17 +0000)]
Use a FileName variable in the external inset too.

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

20 years agoAdd Kernel::bufferFilepath() as a wrapper for Buffer::filePath() and use it.
Angus Leeming [Wed, 23 Jul 2003 09:07:28 +0000 (09:07 +0000)]
Add Kernel::bufferFilepath() as a wrapper for Buffer::filePath() and use it.

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

20 years agoA new FileName class + use by the graphics inset.
Angus Leeming [Tue, 22 Jul 2003 20:42:40 +0000 (20:42 +0000)]
A new FileName class + use by the graphics inset.

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

20 years agoFix up some mnemonics, standardise some math menu entries
John Levon [Tue, 22 Jul 2003 15:24:01 +0000 (15:24 +0000)]
Fix up some mnemonics, standardise some math menu entries

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

20 years agoAiksaurus 1.0 support
John Levon [Tue, 22 Jul 2003 15:23:35 +0000 (15:23 +0000)]
Aiksaurus 1.0 support

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

20 years agosmall stuff
André Pönitz [Tue, 22 Jul 2003 15:12:04 +0000 (15:12 +0000)]
small stuff
less debug output

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

20 years agosome more infrastructure...
André Pönitz [Tue, 22 Jul 2003 11:54:39 +0000 (11:54 +0000)]
some more infrastructure...

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

20 years agoLyXText::rebuild -> LyXText::metrics
André Pönitz [Tue, 22 Jul 2003 10:12:24 +0000 (10:12 +0000)]
LyXText::rebuild -> LyXText::metrics

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

20 years agobugfix (width)
André Pönitz [Tue, 22 Jul 2003 09:20:23 +0000 (09:20 +0000)]
bugfix (width)

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

20 years agohonor --disable-x
Jean-Marc Lasgouttes [Tue, 22 Jul 2003 09:16:48 +0000 (09:16 +0000)]
honor --disable-x

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

20 years agomake menu warnings unconditional
Jean-Marc Lasgouttes [Tue, 22 Jul 2003 09:15:55 +0000 (09:15 +0000)]
make menu warnings unconditional

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

20 years agoAdd a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
Angus Leeming [Mon, 21 Jul 2003 21:51:17 +0000 (21:51 +0000)]
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.

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

20 years agoFinish the migration from namespace grfx to lyx::graphics.
Angus Leeming [Mon, 21 Jul 2003 21:30:57 +0000 (21:30 +0000)]
Finish the migration from namespace grfx to lyx::graphics.

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

20 years agoforgot these
André Pönitz [Mon, 21 Jul 2003 11:09:32 +0000 (11:09 +0000)]
forgot these

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

20 years agorowpainter.C: remove unused variables
André Pönitz [Mon, 21 Jul 2003 11:01:29 +0000 (11:01 +0000)]
rowpainter.C: remove unused variables

tabular_funcs.C:
tabular_funcs.h: move to tabular.C
Makefile.am: adjust

tabular.[Ch]: basic optical cleaning

author.h: pass references, not values

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

20 years agoremove two unused variables.
André Pönitz [Mon, 21 Jul 2003 09:30:50 +0000 (09:30 +0000)]
remove two unused variables.

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

20 years agoQBibtex/QCitation ui fixes (bug 1146)
Jürgen Spitzmüller [Mon, 21 Jul 2003 09:08:14 +0000 (09:08 +0000)]
QBibtex/QCitation ui fixes (bug 1146)

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

20 years ago(Martin Vermeer): fix greyout and layout foul-ups.
Angus Leeming [Mon, 21 Jul 2003 08:08:04 +0000 (08:08 +0000)]
(Martin Vermeer): fix greyout and layout foul-ups.

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

20 years ago(Michael Schmitt) Updated translations.
Angus Leeming [Mon, 21 Jul 2003 08:00:53 +0000 (08:00 +0000)]
(Michael Schmitt) Updated translations.

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

20 years ago(Michael Schmitt): fix the extraction of language names from lib/languages.
Angus Leeming [Mon, 21 Jul 2003 07:48:59 +0000 (07:48 +0000)]
(Michael Schmitt): fix the extraction of language names from lib/languages.

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

20 years agorestrict tab create dialog to a reasonable size (bug 1152)
John Levon [Sat, 19 Jul 2003 18:53:11 +0000 (18:53 +0000)]
restrict tab create dialog to a reasonable size (bug 1152)

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

20 years agosimplify InsetTabular a bit
André Pönitz [Fri, 18 Jul 2003 16:23:17 +0000 (16:23 +0000)]
simplify InsetTabular a bit

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

20 years agosmall general cleanup
André Pönitz [Fri, 18 Jul 2003 16:13:33 +0000 (16:13 +0000)]
small general cleanup

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

20 years agosmall stuff getLyXText() -> text_, parantheses
André Pönitz [Fri, 18 Jul 2003 15:43:52 +0000 (15:43 +0000)]
small stuff  getLyXText() -> text_, parantheses

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

20 years agoremove unneeded Inset::getMaxWidth(
André Pönitz [Fri, 18 Jul 2003 15:30:20 +0000 (15:30 +0000)]
remove unneeded Inset::getMaxWidth(

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

20 years agoAdd a tooltip to the xforms note dialog.
Angus Leeming [Fri, 18 Jul 2003 14:51:13 +0000 (14:51 +0000)]
Add a tooltip to the xforms note dialog.

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

20 years agofix for Angus' redraw problem.
André Pönitz [Fri, 18 Jul 2003 14:04:49 +0000 (14:04 +0000)]
fix for Angus' redraw problem.

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

20 years agoConsistent header blurbs.
Angus Leeming [Fri, 18 Jul 2003 12:22:19 +0000 (12:22 +0000)]
Consistent header blurbs.

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

20 years agomake textWidth access a bit simpler
André Pönitz [Fri, 18 Jul 2003 12:05:50 +0000 (12:05 +0000)]
make textWidth access a bit simpler

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

20 years agomake lyx compile with gcc 3.4. remove some warnings.
Lars Gullik Bjønnes [Fri, 18 Jul 2003 08:46:00 +0000 (08:46 +0000)]
make lyx compile with gcc 3.4. remove some warnings.

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

20 years agosomewhat managed to misunderstand the logic. should be ok now, sorry.
Alfredo Braunstein [Fri, 18 Jul 2003 07:51:21 +0000 (07:51 +0000)]
somewhat managed to misunderstand the logic. should be ok now, sorry.

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

20 years agotwo-phase-drawing for InsetText & InsetTabular
André Pönitz [Fri, 18 Jul 2003 07:47:07 +0000 (07:47 +0000)]
two-phase-drawing for InsetText & InsetTabular

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

20 years agofix crash reported by Kayvan + ws
Alfredo Braunstein [Fri, 18 Jul 2003 07:25:16 +0000 (07:25 +0000)]
fix crash reported by Kayvan + ws

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

20 years agoEnable the math (sub-)dialogs to be opened when the cursor is in an math inset.
Angus Leeming [Thu, 17 Jul 2003 16:55:03 +0000 (16:55 +0000)]
Enable the math (sub-)dialogs to be opened when the cursor is in an math inset.

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

20 years agoprepare passing down max text widths...
André Pönitz [Thu, 17 Jul 2003 15:57:08 +0000 (15:57 +0000)]
prepare passing down max text widths...

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

20 years agoDoxygen fixes.
Angus Leeming [Thu, 17 Jul 2003 15:35:42 +0000 (15:35 +0000)]
Doxygen fixes.

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

20 years agoremove some commented out code
André Pönitz [Thu, 17 Jul 2003 15:04:09 +0000 (15:04 +0000)]
remove some commented out code

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

20 years agoremove recently introduced additionla 'fullRebreak' when inserting LyX
André Pönitz [Thu, 17 Jul 2003 11:48:41 +0000 (11:48 +0000)]
remove recently introduced additionla 'fullRebreak' when inserting LyX
files. Not needed anymore

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

20 years agoremove spurious call to repaint()
André Pönitz [Thu, 17 Jul 2003 11:42:03 +0000 (11:42 +0000)]
remove spurious call to  repaint()

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

20 years agoremove twice unused variable 'tmpheight'
André Pönitz [Thu, 17 Jul 2003 11:34:48 +0000 (11:34 +0000)]
remove twice unused variable 'tmpheight'

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

20 years agoremove unneeded InsetText::old_max_width member
André Pönitz [Thu, 17 Jul 2003 09:32:06 +0000 (09:32 +0000)]
remove unneeded InsetText::old_max_width member

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

20 years agosimplify InsetTabular::calculate_dimensions_of_cells a bit
André Pönitz [Thu, 17 Jul 2003 09:25:06 +0000 (09:25 +0000)]
simplify InsetTabular::calculate_dimensions_of_cells a bit

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

20 years agoreduce number of metrics calls in InsetTabular calculate_dimensions_
André Pönitz [Thu, 17 Jul 2003 09:10:16 +0000 (09:10 +0000)]
reduce number of metrics calls in InsetTabular calculate_dimensions_

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

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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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