Commit Graph

5500 Commits

Author SHA1 Message Date
Angus Leeming
8f90cc97a6 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
2003-07-26 18:25:29 +00:00
Angus Leeming
399e7da435 Forgotten files ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7363 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-26 00:17:21 +00:00
Angus Leeming
812b659d89 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
2003-07-26 00:15:38 +00:00
Jean-Marc Lasgouttes
c7f1fcdc65 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
2003-07-25 21:34:45 +00:00
Lars Gullik Bjønnes
2e57f2ff0a rename Inset to InsetOld
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7360 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 21:20:24 +00:00
André Pönitz
ec004b4318 fix getLabelList for mathed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7359 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 19:39:01 +00:00
Asger Ottar Alstrup
c3a34a64f1 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
2003-07-25 19:18:43 +00:00
Jean-Marc Lasgouttes
3501eef8f8 towards saner frontends. Part I: the toolbar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7357 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 18:10:34 +00:00
Lars Gullik Bjønnes
4ba8a4d6f6 the clone auto_ptr patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7356 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-25 17:11:25 +00:00
Asger Ottar Alstrup
8a2e3e4d73 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
2003-07-25 11:58:47 +00:00
John Levon
192f2c94b2 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
2003-07-23 23:13:53 +00:00
Angus Leeming
6b67e6829a 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
2003-07-23 16:48:04 +00:00
Angus Leeming
e59f7a4ef5 A color picker for xforms.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7352 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-23 15:36:40 +00:00
Angus Leeming
7668244a77 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
2003-07-23 09:54:21 +00:00
Angus Leeming
5a714d510d 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
2003-07-23 09:17:04 +00:00
Angus Leeming
c52a93b038 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
2003-07-23 09:07:28 +00:00
Angus Leeming
7e0e2dbb82 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
2003-07-22 20:42:40 +00:00
John Levon
6f2c9fd6b2 Aiksaurus 1.0 support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7345 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 15:23:35 +00:00
André Pönitz
172c868068 small stuff
less debug output


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7344 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 15:12:04 +00:00
André Pönitz
a45815184b some more infrastructure...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7343 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 11:54:39 +00:00
André Pönitz
d16e9b926b LyXText::rebuild -> LyXText::metrics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7342 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 10:12:24 +00:00
André Pönitz
bd369211dc bugfix (width)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7339 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 09:20:23 +00:00
Jean-Marc Lasgouttes
c3e778fedb make menu warnings unconditional
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7337 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-22 09:15:55 +00:00
Angus Leeming
b249c0b0bb 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
2003-07-21 21:51:17 +00:00
Angus Leeming
0d4d71dfe6 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
2003-07-21 21:30:57 +00:00
André Pönitz
5076f1cdd1 forgot these
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7330 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-21 11:09:32 +00:00
André Pönitz
d6ed22a813 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
2003-07-21 11:01:29 +00:00
André Pönitz
e3fcc05ff6 remove two unused variables.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7328 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-21 09:30:50 +00:00
Jürgen Spitzmüller
ce044d86c4 QBibtex/QCitation ui fixes (bug 1146)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7327 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-21 09:08:14 +00:00
Angus Leeming
26f64808a2 (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
2003-07-21 08:08:04 +00:00
John Levon
efd0b4b341 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
2003-07-19 18:53:11 +00:00
André Pönitz
15fdece6a3 simplify InsetTabular a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7322 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 16:23:17 +00:00
André Pönitz
934a082963 small general cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7321 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 16:13:33 +00:00
André Pönitz
a739b5e45d small stuff getLyXText() -> text_, parantheses
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7320 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 15:43:52 +00:00
André Pönitz
4127ff8a32 remove unneeded Inset::getMaxWidth(
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7319 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 15:30:20 +00:00
Angus Leeming
82b445649a 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
2003-07-18 14:51:13 +00:00
André Pönitz
b6eefddb85 fix for Angus' redraw problem.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7317 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 14:04:49 +00:00
Angus Leeming
359583859f Consistent header blurbs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7316 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 12:22:19 +00:00
André Pönitz
2eae49ac5a make textWidth access a bit simpler
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7315 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 12:05:50 +00:00
Lars Gullik Bjønnes
01b31c56c9 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
2003-07-18 08:46:00 +00:00
Alfredo Braunstein
54b1bb8637 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
2003-07-18 07:51:21 +00:00
André Pönitz
99b64f351e two-phase-drawing for InsetText & InsetTabular
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7312 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 07:47:07 +00:00
Alfredo Braunstein
8d2394b02c fix crash reported by Kayvan + ws
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7311 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-18 07:25:16 +00:00
Angus Leeming
389bc3fc89 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
2003-07-17 16:55:03 +00:00
André Pönitz
6da2800573 prepare passing down max text widths...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7309 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 15:57:08 +00:00
Angus Leeming
2353291b37 Doxygen fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7308 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 15:35:42 +00:00
André Pönitz
3a3d06a4fd remove some commented out code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7307 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 15:04:09 +00:00
André Pönitz
389fc95d77 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
2003-07-17 11:48:41 +00:00
André Pönitz
341e897787 remove spurious call to repaint()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7305 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 11:42:03 +00:00
André Pönitz
7b0b1cdaae remove twice unused variable 'tmpheight'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7304 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 11:34:48 +00:00
André Pönitz
652a08b0a4 remove unneeded InsetText::old_max_width member
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7303 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 09:32:06 +00:00
André Pönitz
bb0175e906 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
2003-07-17 09:25:06 +00:00
André Pönitz
b853229344 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
2003-07-17 09:10:16 +00:00
Alfredo Braunstein
dfbd44997a 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
2003-07-17 08:23:33 +00:00
André Pönitz
52b22859af remove unneeded in_update_ members
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7299 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 07:43:55 +00:00
André Pönitz
e62ce55f8c remove Inset::update()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7298 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 07:32:01 +00:00
André Pönitz
cf31c9b219 Disable InsetText::update and InsetTabular::update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7297 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-17 06:45:39 +00:00
Angus Leeming
a8644bb74d 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
2003-07-16 22:45:42 +00:00
Angus Leeming
3c1e87c1a1 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
2003-07-16 22:34:31 +00:00
Angus Leeming
5db268b9e3 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
2003-07-16 20:43:57 +00:00
Angus Leeming
b1924a9bca 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
2003-07-16 20:10:59 +00:00
André Pönitz
a105cf94a9 'fix' stupid compiler warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7291 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-16 14:20:43 +00:00
André Pönitz
31b0364c2d 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
2003-07-16 08:42:26 +00:00
André Pönitz
0c448197ec *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7289 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-16 07:15:10 +00:00
John Levon
f64d7de0bf showInsetDialog() for note
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7287 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 23:52:05 +00:00
Jürgen Spitzmüller
bd76214fd4 QTabularDialog: fix width input (bug 1156)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7286 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 18:44:49 +00:00
André Pönitz
cd12251e27 '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
2003-07-15 16:25:02 +00:00
John Levon
b3ed50a4d3 Fix for changed Qt behaviour
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7282 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 15:24:33 +00:00
Jürgen Spitzmüller
dc85736c7f The QNote dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7280 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 12:48:24 +00:00
André Pönitz
69572ae035 remove unneeded refresh_row
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7279 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 11:47:27 +00:00
André Pönitz
9f24c7105a 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
2003-07-15 11:13:06 +00:00
André Pönitz
09378fd7c1 changelogs...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7277 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 11:10:05 +00:00
André Pönitz
4ec8f6453d refresh_status_ trisate -> need_refresh_ bool
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7276 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 11:08:02 +00:00
André Pönitz
e347e9e925 collapse REFRESH_AREA and REFRESH_ROW handling
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7275 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-15 09:44:54 +00:00
Alfredo Braunstein
4cd3bf1c07 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
2003-07-15 08:26:17 +00:00
Alfredo Braunstein
68e8fb6694 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
2003-07-15 06:51:47 +00:00
André Pönitz
8aff4a1530 slimmer row painter interface
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7272 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-14 17:50:00 +00:00
André Pönitz
e4c194b9c0 avoid a few more getLyXTexts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7271 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-14 16:34:23 +00:00
André Pönitz
135e7dc8a8 * 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
2003-07-14 15:17:40 +00:00
André Pönitz
cf319aa81c used pre-computed metrics a bit more...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7269 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-14 13:49:13 +00:00
Alfredo Braunstein
7e5c4e7695 fix a crash on resize
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7268 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-14 09:15:58 +00:00
Alfredo Braunstein
dcb9c3eabb fixes buffer closing crashes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7267 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-11 12:21:31 +00:00
André Pönitz
90e2efe06b 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
2003-07-10 14:44:13 +00:00
Jean-Marc Lasgouttes
f3a0435e42 special menu hack for qt/mac
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7263 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-10 14:39:38 +00:00
André Pönitz
3718a5a836 small benefits 2 + fix of resize problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7261 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-10 13:21:45 +00:00
André Pönitz
4f45606620 STRCONV()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7260 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-10 13:13:56 +00:00
Alfredo Braunstein
9bc730abdb Take out bufferview from buffer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7259 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-10 12:26:40 +00:00
André Pönitz
6c1b980274 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
2003-07-10 12:14:47 +00:00
André Pönitz
deb40aadc6 the 'small benefits'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7256 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-10 11:31:54 +00:00
André Pönitz
da0450e82a 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
2003-07-10 11:17:31 +00:00
André Pönitz
46c55ef6b7 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
2003-07-10 10:06:20 +00:00
André Pönitz
485313c6d7 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
2003-07-10 08:00:41 +00:00
Jean-Marc Lasgouttes
1279bac2b3 typos in ispell messages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7251 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-09 14:36:40 +00:00
Martin Vermeer
cf9da8bc68 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
2003-07-08 14:19:25 +00:00
Alfredo Braunstein
e1fb7cb03d Juergen's compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7243 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-08 06:40:21 +00:00
Alfredo Braunstein
e3fc822783 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
2003-07-07 08:37:02 +00:00
André Pönitz
11cee62d35 allow 'renewcommand' and 'def' for math macros
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7241 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-04 15:55:18 +00:00
Lars Gullik Bjønnes
fe390e9da1 namespace grfx -> lyx::graphics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7239 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-04 08:23:23 +00:00
John Levon
961883ed6d Enable View properly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7238 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 14:31:11 +00:00
André Pönitz
94da156183 handle 'well known' 'D' columntype
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7235 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 13:01:51 +00:00
André Pönitz
87dcf41b23 output special...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7234 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 12:33:47 +00:00
André Pönitz
3e0e2103b5 add 'special' member to ColInfo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7233 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 12:03:52 +00:00
André Pönitz
6a970ad5d8 handle special columns
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7232 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-03 11:47:44 +00:00
André Pönitz
83a3833d60 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
2003-07-02 17:09:56 +00:00
André Pönitz
b4d594c1be 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
2003-07-02 06:56:34 +00:00
Lars Gullik Bjønnes
0148aec357 some more lyx::support fixups.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7227 a592a061-630c-0410-9148-cb99ea01b6c8
2003-07-01 21:31:06 +00:00
André Pönitz
aeba4e75c3 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
2003-07-01 11:51:20 +00:00
Lars Gullik Bjønnes
92d522b7f1 introduce namespace lyx::support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7224 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 23:56:22 +00:00
André Pönitz
fa78e1ddb6 re-enable --with-included-string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7223 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 15:06:30 +00:00
André Pönitz
5552f4045f make tex2lyx lyxstring agnostic
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7222 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 11:36:08 +00:00
André Pönitz
0519b8a2f2 use bformat() when appropriate
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7221 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-30 10:32:43 +00:00
André Pönitz
16b7144244 * 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
2003-06-30 09:10:49 +00:00
Lars Gullik Bjønnes
1a8665988f the doxygen patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7219 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-28 01:23:11 +00:00
André Pönitz
3390fc33d7 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
2003-06-27 13:13:04 +00:00
André Pönitz
013df200fb guess what
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7217 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-27 11:55:35 +00:00
André Pönitz
cc19a4ff58 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
2003-06-27 11:53:41 +00:00
André Pönitz
fb27166b77 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
2003-06-27 09:44:26 +00:00
André Pönitz
5795dddd40 remove LyXCursor::row_ member
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7214 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-27 08:38:41 +00:00
Alfredo Braunstein
43c6809ab4 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
2003-06-27 07:11:31 +00:00
André Pönitz
b301ad5ead revert accidental commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7212 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-26 09:43:40 +00:00
André Pönitz
7ab4b6683f Move rarely used stuff out-of-line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7211 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-26 09:42:28 +00:00
Alfredo Braunstein
37e207d926 small tweaking (yes I'm dumb)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7210 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-24 21:43:25 +00:00
Alfredo Braunstein
3508b30871 More errorlist adjustements.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7209 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-24 20:42:15 +00:00
Jean-Marc Lasgouttes
acc1409866 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
2003-06-24 10:41:22 +00:00
Jean-Marc Lasgouttes
5c17c617f7 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
2003-06-23 13:18:56 +00:00
Alfredo Braunstein
ee4ab70bd4 fix a bug just introduced.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7202 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-22 18:08:49 +00:00
Alfredo Braunstein
74aaf64a53 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
2003-06-21 08:50:06 +00:00
Alfredo Braunstein
ffb610695f 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
2003-06-20 23:03:43 +00:00
Angus Leeming
2b1a447714 Fix the texinfo dialog and associated cleanup.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7196 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-20 14:03:49 +00:00
Alfredo Braunstein
2d8eb4b9d4 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
2003-06-20 12:46:28 +00:00
Angus Leeming
87f831b8ba 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
2003-06-19 17:16:12 +00:00
Angus Leeming
10ca5f5545 Formatting only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7192 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 16:58:28 +00:00
Angus Leeming
bb01b3884c 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
2003-06-19 16:49:45 +00:00
Angus Leeming
97a22937d2 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
2003-06-19 16:39:15 +00:00
Jean-Marc Lasgouttes
cc7aad9324 compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7189 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-19 13:55:31 +00:00
Lars Gullik Bjønnes
e20c467a98 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
2003-06-18 17:43:49 +00:00
Lars Gullik Bjønnes
9740810c16 shown-2.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7187 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-18 13:53:11 +00:00
André Pönitz
9ccb4e171c *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7186 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-18 13:47:11 +00:00
Angus Leeming
9fe2fd47ea Standard blurb.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7185 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-18 09:56:10 +00:00
Lars Gullik Bjønnes
5dd63a2768 The Paste Recent patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7182 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 15:33:49 +00:00
Angus Leeming
a0892f87e9 Get rid of Dialogs::showMathPanel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7181 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 13:16:25 +00:00
Angus Leeming
8f877fd574 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
2003-06-17 12:53:35 +00:00
Angus Leeming
256064c765 Convert FormMathsBitmap to the new scheme.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7179 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 12:15:58 +00:00
Angus Leeming
8b5b727d52 Move 4 of the xforms math (sub) dialogs to the new scheme.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7178 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 10:30:38 +00:00
André Pönitz
9e50499320 fix underbrace drawing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7177 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 06:34:49 +00:00
Angus Leeming
a0aa73cf1e Fix memory leaks in the Qt math panel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7176 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-17 00:30:47 +00:00
Jean-Marc Lasgouttes
260e97342e compilation fix; audit and fix calls to cutSelection
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7174 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-16 14:21:52 +00:00
André Pönitz
2a5ab60ce8 IU of clone() and getLabelList()
Some mathed internal renamings to prepare further IU


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7173 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-16 11:49:38 +00:00
John Levon
1e909d97f0 make OK default
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7172 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-14 15:13:55 +00:00
André Pönitz
0c52be524c make tabular a proper member of InsetTabular
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7170 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-13 07:37:48 +00:00
John Levon
8729f33e41 reduce visual clutter in the xref dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7169 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-13 02:02:35 +00:00
John Levon
c1e009f2d3 go through horrendous contortions to work around font breakage in every
bloody Qt release. Bleh. I say, bleh.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7168 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-13 00:20:31 +00:00
André Pönitz
6097aeb408 merge the two parts of Tabular::read()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7166 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 14:29:45 +00:00
Angus Leeming
9fc4051e89 Get rid of current_view.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7165 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 14:25:17 +00:00
Angus Leeming
4fea79a14b Get rid of current_view from the Qt math panel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7164 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 14:21:04 +00:00
André Pönitz
824444b67b some renamings plus whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7162 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 11:52:44 +00:00
André Pönitz
596dec6592 return a Paragraph & from ParIterator::operator*()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7161 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 11:09:55 +00:00
Angus Leeming
ba01e80b7c Replace InsetButton and ButtonInset with a ButtonRenderer that can be
included as a member variable.
Enable InsetExternal to choose its renderer dynamically.
diffstat tells me
25 files changed, 627 insertions(+), 646 deletions(-)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7160 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 08:52:36 +00:00
Angus Leeming
79ca0d3b49 Don't activate "Ok","Apply" when clicking on "Edit File".
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7159 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-12 08:32:34 +00:00
Angus Leeming
7f45b73a0e Reformat a little.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7158 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 22:02:03 +00:00
Angus Leeming
b2f6bff600 Rearrange headers to avoid "Qt-pollution" problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7157 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 21:58:23 +00:00
Angus Leeming
7ed688d021 Enable ref dialog to be launched by removing check on mouse buttons.
Too many FuncRequest(LFUN_INSET_EDIT,...) do not set the mouse button...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7156 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 21:46:42 +00:00
John Levon
470d0f8b4d oops, fix up the last commit by really removing the flags from the Toolbar defs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7155 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 20:06:40 +00:00
John Levon
5a87c5379a Move the toolbar flags setting into a separate section to allow the
user to set them easily, as discussed


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7154 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 19:21:46 +00:00
John Levon
330d20384e change tracking: mark the first table cell as erased too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7152 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 18:03:40 +00:00
John Levon
4dede9fd03 hopefully the last bleeding test
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7151 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 15:45:55 +00:00
John Levon
8e03b60e91 apologies for the inconvenience, this damned thing !!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7150 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 15:40:11 +00:00
John Levon
0aa5aa5ddc more ws (test)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7148 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 15:34:26 +00:00
John Levon
2dc7727ccf ws fix (actually a test ...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7147 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 15:29:06 +00:00
Angus Leeming
19e1271c83 Enable the external inset to handle unknown templates gracefully.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7146 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 14:30:04 +00:00
Angus Leeming
822efad779 LFUN_EXTERNAL_EDIT.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7144 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 11:01:34 +00:00
Lars Gullik Bjønnes
e3e2a6941d the ios issue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7143 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-11 07:10:07 +00:00
Angus Leeming
bd1f4fa8f2 Get rid of the static_casts.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7142 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 15:13:48 +00:00
Angus Leeming
954937fd33 Compilation fix after Lars' changes ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7141 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 15:03:52 +00:00
Lars Gullik Bjønnes
309c18fbeb the current_view patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7140 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 14:39:45 +00:00
Angus Leeming
8dea72a38c (copyFileToDir): ensure temp files have unique names.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7139 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 13:37:25 +00:00
Angus Leeming
445ae0da6f Small clean-ups.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7138 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 11:54:31 +00:00
Angus Leeming
d92b3fd67c Show the template description when opening the External dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7137 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-10 11:00:53 +00:00
John Levon
13a21fe510 minimal ERT spacing patch (first patch sent to list plus a couple of fixes)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7134 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-07 17:45:43 +00:00
José Matox
6653ca2c31 implement linuxdoc and docbook export for insetHFill, validate insetspace export for both
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7132 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-07 09:48:11 +00:00
José Matox
2a102671d9 newline-inset support for linuexdoc and docbook, for 1.4 fixes (bug 1148)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7130 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 18:35:03 +00:00
André Pönitz
2bbbde73a1 code compactification
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7128 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 16:07:07 +00:00
John Levon
387d1c6416 lang apply fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7126 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 14:47:43 +00:00
John Levon
09a88b9c87 try to get a courier font for the preamble
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7125 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 14:27:07 +00:00
José Matox
2b3afd014d Fix docbook export (bug 821)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7120 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 11:28:12 +00:00
Alfredo Braunstein
c516046c9c add Dialogs::visible to avoid the madness of filling unexistent dialogs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7119 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 08:06:24 +00:00
John Levon
4fd6cf680b clean up the dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7118 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-06 00:39:47 +00:00
Angus Leeming
4dbe1b06bf Bump the file format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7115 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 22:49:30 +00:00
Angus Leeming
63a556e943 Scrap the parameter field from External dialogs.
(John I think the layout of the Qt dialog is "sub-optimal". Sorry.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7114 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 22:48:40 +00:00
Angus Leeming
01c7cf76e6 Read and write the new external inset format.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7113 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 22:46:49 +00:00
Angus Leeming
71f798da6e If the graphics loader has a copy c-tor it should have copy assignment that does the same thing.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7112 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 22:45:51 +00:00
André Pönitz
44ba6be615 fix a 'off by some' error in multipar-undo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7109 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 12:16:06 +00:00
André Pönitz
ec59929f34 remove unneeded const_casts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7108 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-05 11:34:56 +00:00
André Pönitz
4b14c1d9be try to position cusor correctly after undo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7107 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 16:14:36 +00:00
Angus Leeming
c2933d528f Make the new grfx::Loader copy c-tor work "in expected fashion". Sheesh that took some tracking down.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7106 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 15:14:42 +00:00
Lars Gullik Bjønnes
a89f41c028 remove last of NO_STD_LIST stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7103 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 13:04:24 +00:00
André Pönitz
a5c7dde1e4 the latest undo patch without the paragraphlist stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7102 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 12:45:26 +00:00
Angus Leeming
6a50ae699b The external inset uses the converters. Graphical display within LyX.
Be warned --- temporary file format.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7101 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 09:16:29 +00:00
André Pönitz
e412a2a53e bit of undo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7100 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 07:14:05 +00:00
John Levon
92782a861e back out tall table speedup. It broke column width setting.
I have no idea why. calculate_dimensions_of_cells must surely be called on the
SET_PWIDTH, but for some reason it doesn't resize the column despite resizing
the cell widths.

This is the sort of "fun" that changing anything in the table
code incurs. It sucks mightily :(


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7099 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-04 00:14:51 +00:00
John Levon
5cf0161210 the same fix qt got to tabulalr close was needed in xforms too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7098 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 23:39:38 +00:00
John Levon
06c81c0ec4 fix the fix for bug 818. Hopefully. Damn I hate this stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7096 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 19:32:08 +00:00
Angus Leeming
77ac7806f2 Clean up InsetGraphics::Cache and rename as GraphicsInset.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7095 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 17:49:09 +00:00
Angus Leeming
e03bcf5fea Tidy up a few comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7094 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 17:08:49 +00:00
John Levon
1228d05362 patch from Albert Chin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7093 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 15:49:15 +00:00
John Levon
ad6e8a6e7b clone() at long last !
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7092 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 15:10:14 +00:00
Angus Leeming
6412ac52b6 Add new copyFileToDir helper function.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7091 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 10:14:52 +00:00
Angus Leeming
5b4e90488c Add copy constructor.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7090 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 10:13:26 +00:00
John Levon
fb5ff81c81 fix bug 818. Please report any problems with pixel dirt from the cursor to me
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7089 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 01:34:34 +00:00
John Levon
96a07595c3 fix a nasty crash caused by the new controller for tabular storing and resetting a LyXTabular
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7088 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-03 01:20:22 +00:00
André Pönitz
0b8a489710 remove double call to metrics()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7087 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 17:58:19 +00:00
John Levon
c3735f004f fix column width resize
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7086 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 16:40:38 +00:00
André Pönitz
b625e2038a IU for validate(). I guess that's in the 'don't ask' category...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7085 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 16:14:33 +00:00
John Levon
91b3be6f57 remove insetparent
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7084 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 14:19:30 +00:00
John Levon
6e88335ebd fix bug 1149
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7082 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 14:02:58 +00:00
André Pönitz
75b82dd0d4 and that...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7081 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 10:08:35 +00:00
André Pönitz
3b4282fb91 and this...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7080 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 10:06:24 +00:00
André Pönitz
285952e130 IU of drawing phase one without 'semantic changes' as requested by John
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7079 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-02 10:03:27 +00:00
Angus Leeming
c931a83efc Add a meaningful description of what LibScriptSearch now does.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7077 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-01 20:49:48 +00:00
John Levon
ded052e7a8 juergen's inset insert paste patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7076 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-01 01:13:17 +00:00
John Levon
6391d04bf9 bug 1028 fix
(the clone() patch needs some additional stuff for this, it will
wait until that's applied - it's in my tree)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7075 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-01 00:59:56 +00:00
John Levon
5d239b2db0 bug 1018 fix part 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7073 a592a061-630c-0410-9148-cb99ea01b6c8
2003-06-01 00:00:51 +00:00
Angus Leeming
07a77af455 Move insetwrap.[Ch] into alphabetical order.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7071 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-31 09:33:46 +00:00
Angus Leeming
a565043e68 Modify LibScriptSearch to replace "$$s/" with an appropriate path.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7070 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-31 09:24:46 +00:00
André Pönitz
d60684fd07 IU for second phase of two-phase drawing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7067 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-30 06:48:24 +00:00
John Levon
9d57d10824 fix a bformat crash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7065 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-30 02:00:31 +00:00
John Levon
5b43789f1b remove unused bufferOwner()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7064 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-29 23:43:40 +00:00
Lars Gullik Bjønnes
83e37d57dd remove NO_STD_LIST stuff, and some other small changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7063 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-29 11:19:52 +00:00
Lars Gullik Bjønnes
0d90321817 simplify InsetList a bit and constify a bit too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7062 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-29 01:13:18 +00:00
Lars Gullik Bjønnes
b2284c1a07 remove commented same_id functions, and also remove some const_casts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7061 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-28 23:09:16 +00:00
John Levon
a7c203c2ec fix bug 1055, bug 1143, bug 1144
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7060 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-28 16:36:55 +00:00
André Pönitz
38fce2feac Prepare mathed for unified two-stage drawing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7059 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-28 13:22:36 +00:00
Lars Gullik Bjønnes
42ef3b28a2 Bug:1050
Remove caching.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7058 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-28 09:54:27 +00:00
Lars Gullik Bjønnes
d5f3bad9bb parlist-24-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7057 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-28 06:47:15 +00:00
Lars Gullik Bjønnes
850ec37318 parlist-23-a,diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7056 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-27 22:41:04 +00:00
Lars Gullik Bjønnes
63a7d2f93c parlist-22-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7055 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-27 20:59:03 +00:00
Lars Gullik Bjønnes
4882d49f88 parlist-21-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7054 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-27 17:29:03 +00:00
André Pönitz
a8e8e755fc rename the members of Dimension
* dimension.[Ch]: a -> asc, d -> des, w -> wid


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7053 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-27 13:55:03 +00:00
Jean-Marc Lasgouttes
30aa0e30b6 fix character count for the \noun macro
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7052 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-27 13:32:32 +00:00
John Levon
50fe44383b speed hack for long tables
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7047 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-26 11:33:37 +00:00
John Levon
159191e867 LFUN_ESCAPE gets ReadOnly (fix bug 1142)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7046 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-26 10:49:02 +00:00
Alfredo Braunstein
b459326fc5 make the error description read only but selectable (fix Bug: 699)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7045 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-26 09:15:29 +00:00
Lars Gullik Bjønnes
46e5fe4a67 get rid of same_id from function signatures
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7044 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-26 09:13:55 +00:00
Lars Gullik Bjønnes
9aee8a07b0 parlist-19-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7042 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-25 08:49:48 +00:00
Lars Gullik Bjønnes
40df686312 fix some small problems... kindo hackish...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7041 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-24 16:11:27 +00:00
John Levon
a33f68e37f work around a Qt bug in 3.1.2, fixing bug 1136
JMarc, this applies to 1.3.3 as well. Do you want it ?


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7040 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-24 15:53:55 +00:00
John Levon
94278f7be0 lcolor cache
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7039 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-24 15:19:05 +00:00
Lars Gullik Bjønnes
9bf624381d use a reference instead of a pointer in ParagraphList::iterator
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7037 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-24 12:13:30 +00:00
Lars Gullik Bjønnes
297b40c725 make ParagraphList::push_back take a reference instead of a pointer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7036 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-24 11:54:10 +00:00
Lars Gullik Bjønnes
27de8d9ee0 get rid of NO_NEXT add some NO_STD_LIST instead
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7035 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 22:42:14 +00:00
André Pönitz
ec96a1e117 small stuff (white space, const, remove a const_cast...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7033 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 15:30:48 +00:00
Angus Leeming
08ad6acd9a Enable the external inset to output different flavours of latex.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7031 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 14:36:26 +00:00
Angus Leeming
ac3c2b1485 Compiliation fixes; missing headers.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7030 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 14:33:01 +00:00
Alfredo Braunstein
468df2b583 some header insanity fixed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7028 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 13:54:09 +00:00
André Pönitz
123853dc9b most of textHandleUndo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7027 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 13:35:36 +00:00
Angus Leeming
5d429a45a3 Get rid of the global use_babel variable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7026 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 11:18:43 +00:00
Lars Gullik Bjønnes
f5b4f841c6 remove unused set function
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7025 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 11:15:32 +00:00
André Pönitz
ebd003e634 fix createUndo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7024 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 11:07:23 +00:00
Angus Leeming
77c23ed921 Enable the thing to be used again...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7023 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 10:40:18 +00:00
André Pönitz
983d23f87d setUndo2 interface change
access to topmost plist item (as reference...)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7022 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 10:33:40 +00:00
Alfredo Braunstein
a20a3cf798 removed unused texrow::increasePos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7021 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 09:50:38 +00:00
Angus Leeming
8f89b71dba Rename LatexRunParams::fragile as moving_arg.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7020 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 09:23:03 +00:00
Angus Leeming
453f294074 The free_spacing patch and fix to the mess that Rob discovered.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7019 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 08:59:47 +00:00
Lars Gullik Bjønnes
314b4903ac The "I want this in now" patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7018 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-23 07:44:09 +00:00
Angus Leeming
595c578923 Oops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7017 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 22:53:56 +00:00
Angus Leeming
e1940902fe Purely mechanical: move fragile into LatexRunParams.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7016 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 22:44:30 +00:00
Angus Leeming
e9d6c8c04c The 'nice' changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7013 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 21:10:22 +00:00
Lars Gullik Bjønnes
5d573b3675 initialize all vars
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7010 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 20:51:38 +00:00
Lars Gullik Bjønnes
cfead52093 fix crash by using string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7009 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 20:19:14 +00:00
Angus Leeming
ccce6b9662 Pass struct LatexRunParams around a bit...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7008 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 18:59:10 +00:00
Lars Gullik Bjønnes
bad6b92636 remove unused constructor from class Paragraph
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7007 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 18:29:02 +00:00
Angus Leeming
a79813c242 Compile fixes following Alfredo's setTitle changes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7006 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 18:14:36 +00:00
Lars Gullik Bjønnes
b12c42a381 parlist-17-b.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7005 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 17:26:50 +00:00
Lars Gullik Bjønnes
62be565337 add warning make controllers compile and remove some alomost unused functions, comment out usage by undo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7004 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 16:10:34 +00:00
Alfredo Braunstein
0062cd3408 move the title_ string to the base class Dialog::View
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7003 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 15:42:50 +00:00
André Pönitz
81a967c573 duplicated code, ParIterator::operator=
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7002 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 15:16:58 +00:00
Jean-Marc Lasgouttes
6c5a9c421e compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7001 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 13:27:32 +00:00
Alfredo Braunstein
0db4507ee2 typo fixed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7000 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 11:19:31 +00:00
Lars Gullik Bjønnes
b1fb034c3b parlist-16-a.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6999 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 10:47:31 +00:00
Angus Leeming
b3608133b0 (Juergen) the new space inset.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6998 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 10:40:57 +00:00
André Pönitz
204a070130 return a ParIterator from getParFromID
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6996 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-22 08:01:41 +00:00
Lars Gullik Bjønnes
d605c30d8c iterators-2.diff + some whitespace changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6995 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-21 21:20:50 +00:00
Jean-Marc Lasgouttes
d86c261d77 fix a build problem with qt2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6993 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-21 12:38:28 +00:00
Alfredo Braunstein
7085b13fd7 fix to Bug: 1110
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6992 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-21 11:39:20 +00:00
André Pönitz
a8286011b8 fix drawing bug
I forgot that insettext caches its dimensions, so the cache was 0 all the
time...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6990 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-21 08:22:25 +00:00
Alfredo Braunstein
01478feb03 missing bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6987 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-20 16:56:07 +00:00
Alfredo Braunstein
2a882902eb get rid of InsetError users
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6986 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-20 16:51:31 +00:00
André Pönitz
56359ec0a8 fix buglet introduced yesterday
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6985 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-20 13:39:28 +00:00
Angus Leeming
0458e5028b Lars' fix for the xforms linking problem.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6984 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-20 08:44:01 +00:00
Angus Leeming
454b434d7a #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6983 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-20 08:07:43 +00:00
Angus Leeming
207ceffed4 (Rob Lahaye): tweaking the appearance of the preferences dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6982 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 21:32:36 +00:00
Angus Leeming
00043ade70 Get rid of "char const * _(char const *)".
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6981 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 21:08:58 +00:00
Angus Leeming
d2bfb9fa0f Use "string tmp_str" rather than "char const * c_str" in the xforms autogenerated files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6980 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 19:12:30 +00:00
André Pönitz
723ee136ba the ascent/descent/width -> dimensions() change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6979 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 17:03:12 +00:00
André Pönitz
61861c8c89 ... and change the remaining char const * fmt to string const & fmt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6978 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 14:13:50 +00:00
André Pönitz
fae0ce3073 add missing implementation of three-arg overload of bformat
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6977 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 14:10:32 +00:00
André Pönitz
c9095d82d5 Joao's patches
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6976 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 07:22:16 +00:00
André Pönitz
ff98dcea08 on the way to a usable insetenv
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6975 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-19 07:12:09 +00:00
André Pönitz
a9d83a8583 lstrings.[Ch]: use string const & instead of char const * for format
more in line with the other args whcih are already string


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6974 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-16 14:59:48 +00:00
André Pönitz
356e26b3c1 fix #832
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6973 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-16 14:48:33 +00:00
André Pönitz
df05987d84 Kornel's patch for the gettext() re-entrancy problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6972 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-16 14:35:15 +00:00
Alfredo Braunstein
e02e7e4aab small bug fixed: inInset returns a pointer, not a bool
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6970 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-16 11:10:35 +00:00
André Pönitz
14580a289e edit->LFUN_INSET_EDIT + CHangeLog + working URL insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6969 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-16 07:44:00 +00:00
André Pönitz
08455f2408 vector<string> -> vector<pid_t>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6968 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-15 15:38:05 +00:00
André Pönitz
004eee4d8e * forms/Makefile.am: add -I.. to get access to lyx_forms.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6967 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-15 08:24:20 +00:00
André Pönitz
87ab4dc972 a bit visual feedback for substack...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6966 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 16:29:25 +00:00
Alfredo Braunstein
7564e75347 removed a spurious static_cast
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6964 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 10:59:18 +00:00
Alfredo Braunstein
447e92fe8e two small bugs in the errorlist
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6963 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 09:36:52 +00:00
Lars Gullik Bjønnes
4c16922aad shared-4.diff. Gui independant config.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6962 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 09:17:22 +00:00
André Pönitz
6449d5b3d8 fix format string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6961 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 09:16:05 +00:00
André Pönitz
33df766284 long int overload to make Kayvan's compiler happy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6960 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-14 07:54:12 +00:00
Lars Gullik Bjønnes
9a3ed31897 fix compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6959 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 23:12:45 +00:00
Alfredo Braunstein
3e2abfdd78 the errorlist change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6958 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 21:15:48 +00:00
André Pönitz
e17caef19e Forgot the Qt part in the tostr() patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6957 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 17:01:28 +00:00
André Pönitz
0e9bd2e87d STRCONV() all over the place
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6956 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 16:24:49 +00:00
André Pönitz
dbef37d522 non-templated tostr in separate files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6955 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 14:36:24 +00:00
André Pönitz
b21a69d998 Alfredo's compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6954 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 11:18:36 +00:00
André Pönitz
d31244b5e2 The 'bformat' introduction
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6953 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-13 09:48:57 +00:00
André Pönitz
69cb723040 LColor::Pimpl
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6952 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-09 09:43:39 +00:00
John Levon
f88898ed9a don't rm emergency saves ever
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6951 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-08 23:19:45 +00:00
Lars Gullik Bjønnes
e5ed2c26f5 better lib building
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6950 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-08 18:05:07 +00:00
Lars Gullik Bjønnes
468560431f Remove Paragraph dependency from texrow, use a id instead.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6949 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 21:27:29 +00:00
Lars Gullik Bjønnes
ac1faa8439 allow boost as system shared libarry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6948 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 16:22:01 +00:00
Lars Gullik Bjønnes
bb4f477fe3 parlist cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6945 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 09:26:33 +00:00
André Pönitz
8bfa794d28 Ling Li's makebox support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6943 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-07 07:46:04 +00:00
Lars Gullik Bjønnes
9101fa688c add missing config.h
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6942 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-06 20:34:12 +00:00
John Levon
d2179e4e65 fix buggy boost format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6941 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-06 18:34:46 +00:00
Lars Gullik Bjønnes
525259940d Some cleanup, and prepare for new feature.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6937 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-06 09:34:56 +00:00
John Levon
ebdfad1c62 fix bad InsetWrap cast
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6936 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-06 06:16:59 +00:00
André Pönitz
1badafaa40 * buffer.[Ch]: new function hasParWithId() to help to get rid of a
few naked Paragraph *.
* undo_funcs use getParagraphs() instead of getFirstParagraph()


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6935 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-05 17:28:21 +00:00
André Pönitz
aee7213a76 replace getFirstParagraph() by getParagraphs()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6934 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-05 15:39:48 +00:00
André Pönitz
b83cfa09ee 2003-05-05 Andr� P�nitz <poenitz@gmx.net>
* inset.h:
	* insettext.[Ch]:
	* insettabular.[Ch]:
	* insetcollapsable.[Ch]: remove unused function firstParagraph()


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6933 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-05 15:00:25 +00:00
John Levon
fc7c77587f bug 809 from Michael, and some small changes to it
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6932 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-03 19:24:36 +00:00
John Levon
c7b495326e cursor.diff, bug 1095
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6930 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-03 18:05:53 +00:00
André Pönitz
dd7805dad9 *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6929 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 15:22:21 +00:00
André Pönitz
94c454c6ac undo-6.diff: another next() removed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6928 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 15:21:45 +00:00
André Pönitz
627ffcb251 undo-5.diff: remove lastundopar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6927 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 14:54:08 +00:00
André Pönitz
c19753c9be undo-4.diff ("Another next() ...")
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6926 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 14:44:50 +00:00
André Pönitz
24727d42c4 *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6925 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 14:12:01 +00:00
André Pönitz
5cec61cb69 pull out common code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6924 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 13:38:53 +00:00
André Pönitz
4b8025d992 * undo_funcs.C:
* undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
    linked lists


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6923 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 13:11:39 +00:00
André Pönitz
507be88a4f one more Paragraph * -> ParagraphList::iterator
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6922 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 10:38:18 +00:00
André Pönitz
acae34cdc8 small Paragraph* -> ParagraphList::iterator
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6921 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 10:06:07 +00:00
André Pönitz
bc29b6a790 revert part of the "grid unification" to prevent random crashs...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6919 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 07:52:15 +00:00
André Pönitz
ef3b4f2936 small stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6918 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 07:43:23 +00:00
André Pönitz
42320e7be3 add purple markers for \array
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6917 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-02 07:42:08 +00:00
Lars Gullik Bjønnes
cd50f3ae85 almost only ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6916 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-01 23:24:30 +00:00
Lars Gullik Bjønnes
96885e74d7 robustify splice a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6915 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-01 23:05:01 +00:00
Lars Gullik Bjønnes
7a012d8134 2003-05-02 Lars Gullik Bj�nnes <larsbj@gullik.net>
* ParagraphList.C (splice): new function.
* CutAndPaste.C (pasteSelection): use it


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6914 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-01 22:37:02 +00:00
Lars Gullik Bjønnes
a8980107a7 2003-05-01 Lars Gullik Bj�nnes <larsbj@gullik.net>
* CutAndPaste.C (pasteSelection): remove the last next and
previous from this file.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6912 a592a061-630c-0410-9148-cb99ea01b6c8
2003-05-01 15:43:58 +00:00