Commit Graph

1206 Commits

Author SHA1 Message Date
Angus Leeming
9ca600e9a9 Bugfix from Rob Lahaye.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6231 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-22 18:15:59 +00:00
Angus Leeming
a4276f27f7 Make the GUI instantiation invisible to Timeout.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6230 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-22 18:01:16 +00:00
Angus Leeming
87f2e96269 Whitespace only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6228 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-21 15:36:29 +00:00
Jean-Marc Lasgouttes
8926da3807 make some fonts warnings quieter
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6226 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-21 15:02:47 +00:00
Angus Leeming
80db139a76 The file dialog browser doesn't need a LyXView...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6223 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-21 12:22:25 +00:00
Angus Leeming
1ff8133231 I seem to have forgotten this when I fixed the Ok, Apply butons in FormRef the other day.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6215 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-20 22:38:27 +00:00
André Pönitz
2b99c9b189 re-enable insertion of bibrefs (and remove 19 lines...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6195 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-18 12:36:02 +00:00
John Levon
47c34c3afa spell rework. revert fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6191 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-17 18:40:04 +00:00
Jean-Marc Lasgouttes
d72691158d radiobutton group patch; set font_norm_type correctly in preferences
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6177 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-16 15:39:40 +00:00
Jean-Marc Lasgouttes
5d3718cad2 more code in the menu backend == less code in the menu frontends; add support for OptSubmenu (not used yet)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6165 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 21:03:40 +00:00
John Levon
cff1b05078 Make Dr&aft mode be Draft m&ode to avoid clash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6161 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-15 19:03:09 +00:00
John Levon
13080e1cce My old allow/prohibitInput() -> busy(bool) patch cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6151 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-14 14:49:51 +00:00
Lars Gullik Bjønnes
99d1627a47 dont use pragma impementation and interface anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6138 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-13 16:53:15 +00:00
Jean-Marc Lasgouttes
bd4302e068 fix bug 844, and more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6129 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-12 17:05:56 +00:00
Angus Leeming
e9cc35010f Missed this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6109 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 18:09:27 +00:00
Angus Leeming
78dac268dd tweaks to ensure that the Ok,Apply buttons behave as expected.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6108 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 18:04:10 +00:00
Angus Leeming
26d5907fbc Refactor xforms' colour handling code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6107 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 17:53:38 +00:00
Angus Leeming
5dc9643188 Whitespace and indentation consistent with the other files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6106 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-11 17:18:52 +00:00
John Levon
dbace79cf2 don't call setCurrentAuthor explicitly, do it at apply() time
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6076 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-08 21:48:54 +00:00
John Levon
ae87b94515 The big change tracking patch. Changes from posted version :
1) abstract time_t into lyx::time_type
2) abstrace struct passwd into support/userinfo
3) make authorlist a per-buffer property instead of global

I will look at the paragraph breaking soon, in the meantime I opened a bug on bugzilla.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6074 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-08 19:18:01 +00:00
Jean-Marc Lasgouttes
666e7059c4 fix font size names
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6057 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-07 14:28:41 +00:00
Angus Leeming
b7ce28723c Fix off by one error.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6024 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-04 11:40:06 +00:00
Angus Leeming
1d1669c331 fix bug 850 (fix confirmed by John)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6015 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-02 00:48:38 +00:00
Angus Leeming
c7fb290bfd Fix Helge's index bugs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6010 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-31 13:50:21 +00:00
Angus Leeming
93a72db8d8 Michael's fix to my patch ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5988 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-26 22:37:12 +00:00
Angus Leeming
bc54b0706a Beautification?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5986 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-26 16:58:37 +00:00
John Levon
2b2c661f84 Michael's text fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5980 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-23 16:23:43 +00:00
Angus Leeming
bdbe3acb35 Consistent use of Escape and Return as accelerators for Cancel/Close and OK.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5962 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-15 21:21:01 +00:00
Angus Leeming
0bb1462266 I hadn't saved the emacs buffer when I committed J��rgen's patch apparently...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5956 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-14 22:19:56 +00:00
Angus Leeming
fa6f44b0c7 (J��rgen Spitzm��ller): implement a BrowseDir capablility in the File Dialog.
Fixes bug 824.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5955 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-14 21:51:34 +00:00
Angus Leeming
dd16b2eff7 (Michael Schmitt): the proper fix for the off-by-one cropping of graphics
images. Tested and verified to work beautifully.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5951 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 23:38:01 +00:00
Angus Leeming
b63b61515c (John Levon): Remove duplicate shortcut.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5943 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 10:44:04 +00:00
Lars Gullik Bjønnes
b379d75b45 make distcheck work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5936 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 22:24:47 +00:00
Angus Leeming
7a0ca9b48c * disable loading of xpm files by the xforms image loader.
* prevent a crash when the file browser dialog is shrunk too much.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5932 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 19:35:40 +00:00
Jean-Marc Lasgouttes
2868b724d5 small bits
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5915 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-08 09:03:32 +00:00
Angus Leeming
691568ea39 Minor bits 'n' bobs from Michael, J�rgen and Jean-Marc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5906 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-06 14:02:24 +00:00
John Levon
74c871a9fc encodings patch + default win pos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5905 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-05 22:38:42 +00:00
Jean-Marc Lasgouttes
737c9af407 remove bogus spaces
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5896 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-27 11:08:10 +00:00
Jean-Marc Lasgouttes
b1e1c598c4 remove extra spaces; fix error message with xforms menus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5893 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-26 14:14:29 +00:00
Jean-Marc Lasgouttes
4054f92114 small tweak to menu changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5860 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 16:56:38 +00:00
Lars Gullik Bjønnes
58ba213c69 dist the fd files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5859 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 16:10:02 +00:00
Jean-Marc Lasgouttes
fec072f968 remove preamble and tooltips menu entries on qt2; small compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5855 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 14:24:32 +00:00
Angus Leeming
4b7d475eee Set configureation to reflect the new reality of xforms >= 0.89.5.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5839 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 12:31:27 +00:00
Angus Leeming
e6daca367f Remove another #ifdef block.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5828 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 18:21:06 +00:00
Angus Leeming
32fc061305 Strip out the override_x_deadkeys stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5819 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 12:47:31 +00:00
Angus Leeming
3e8298b9a4 Remove work-arounds for xforms < 0.89.5.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5817 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 11:38:21 +00:00
Angus Leeming
d1ba21bfea (Michael Schmitt): format string correctly.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5816 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 10:40:05 +00:00
Lars Gullik Bjønnes
a903bc4a1e another xgettext:no-c-format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5792 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-08 23:13:19 +00:00
Lars Gullik Bjønnes
48fc75c575 add a xgettext:no-c-format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5790 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-08 20:45:21 +00:00
John Levon
cb4f187166 remove debug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5783 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-05 17:07:09 +00:00
John Levon
b879148cdc set I-beam cursor, as discussed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5782 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-05 16:27:14 +00:00
Angus Leeming
af5ef9f643 I forgot this this morning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5781 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-05 14:43:23 +00:00
Angus Leeming
89dd2a60b0 Clean up of XWorkArea.C, no change in functionality.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5779 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-05 12:26:08 +00:00
John Levon
9c8cc9a305 fix bug 490 from Juergen S
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5770 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-04 02:57:14 +00:00
Lars Gullik Bjønnes
c5058bffd8 better selection and scrolling behaviour
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5769 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-03 18:28:17 +00:00
Angus Leeming
0793bca44a Forgotten ChangeLog...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5763 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-02 13:41:18 +00:00
Angus Leeming
8e511043f5 Activate Apply,Ok buttons if the contents aren't empty.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5762 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-02 13:29:21 +00:00
Angus Leeming
e0f9656ce6 * Kill the math deco dialog; it's just another bitmap dialog so no need to
special case it.
* Fix positioning of bmtables within the form.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5761 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-02 13:05:16 +00:00
Lars Gullik Bjønnes
13349032cb ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5758 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-01 22:59:25 +00:00
Lars Gullik Bjønnes
271b807e8b fix the switch layout bug, add some more boost.format, some additional cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5757 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-01 21:10:37 +00:00
John Levon
2523638092 Lars says _(_(b)) is a bug ... fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5756 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-01 03:11:56 +00:00
John Levon
554b7e2d3e fix maths crash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5754 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-30 04:08:21 +00:00
John Levon
9c700e9d1d remove space after Close
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5753 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-30 02:26:19 +00:00
Jean-Marc Lasgouttes
866c57213a make error messages about unhandled X11 events GUI debug messages; use temp file when converting from a file to a file with same name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5751 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-29 15:51:17 +00:00
Angus Leeming
8daf842ccd having broken Rob's word count update, I guess I should fix it too ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5749 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-29 12:47:33 +00:00
Angus Leeming
9068fa3b33 Fix bug 749: xforms gui prefs not saved.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5748 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-29 10:16:58 +00:00
Angus Leeming
08001ad6df scex and idex now receive and return string, not char *.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5747 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-29 09:26:53 +00:00
Angus Leeming
fb17dec20d (Rob Lahaye): bug fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5740 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 11:59:28 +00:00
Dekel Tsur
568ce36c5c lyxrc.*_font_foundry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5737 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 21:49:50 +00:00
Angus Leeming
6ec64848a8 I declare these scripts finished. Probably.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5734 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 17:15:23 +00:00
Angus Leeming
335ee6d4db Tweaks.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5730 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 12:50:45 +00:00
Lars Gullik Bjønnes
53274e31ec the string -> char patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5725 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 10:30:28 +00:00
Angus Leeming
967a220aad One less thing for the preprocessor to do.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5724 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-26 21:12:39 +00:00
Angus Leeming
1cf60e7a19 Finish the business of strengthening the sed scripts and beautifying
the resultant C++ code. Also results in less bloat.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5723 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-26 19:29:39 +00:00
Jean-Marc Lasgouttes
50a43316ce fix crash with "save as"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5721 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-26 13:48:04 +00:00
Angus Leeming
1bdfd69c44 (J�rgen Spitzm�ller): bug fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5720 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-26 10:53:37 +00:00
André Pönitz
a9c2dd92df Make it compile when USE_BOOST_FORMAT is unset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5716 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-25 19:17:42 +00:00
Angus Leeming
1a0655a514 * A controller-view split of the math panel and its daughter dialogs.
* Get rid of FormBaseDeprecated.
* Merge FormBase and FeedbackController.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5715 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-25 18:58:15 +00:00
Lars Gullik Bjønnes
00efea7970 handle USE_BOOST_FORMAT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5703 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-24 15:20:31 +00:00
Angus Leeming
a6500a6e46 Clean-up of the math dialog code; the first step towards a controller.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5700 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-22 11:56:43 +00:00
Angus Leeming
784af7b916 Use a control-view split for the xforms document dialog.
Clean up reporting of errors loading class templates by the controller.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5699 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-22 10:47:56 +00:00
Lars Gullik Bjønnes
b016d9d773 use boost::format
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5694 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 18:33:09 +00:00
Angus Leeming
e27f7329c9 Don't use "if [ $? -ne 0 ]"; personally, I blame JMarc ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5693 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 17:09:22 +00:00
Angus Leeming
80a3858b32 Use of $? in shell scripts is unnecessary apparently.
Replace the black magic in spellchecker with something I can follow ;-)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5691 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 14:28:10 +00:00
Dekel Tsur
a981100a91 Support for block alignment in fixed width columns.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5690 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 12:24:50 +00:00
Angus Leeming
8903a92aea I reckon that the generated .h files and the scripts that modify them
aren't do bad now.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5689 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-21 10:58:28 +00:00
Angus Leeming
d6a21f8bd3 Sigh. Revert this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5674 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-20 12:44:37 +00:00
Angus Leeming
e7ee773f51 Hose MathsCallbacks.h.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5673 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-20 12:41:48 +00:00
Angus Leeming
9e269ca2dd Propogate the virtual keyword.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5670 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-19 19:18:11 +00:00
Angus Leeming
575155f01f Remove redundant files.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5669 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-19 18:47:01 +00:00
John Levon
0d5b17b058 qt filedialog fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5652 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-17 08:32:09 +00:00
John Levon
4747a1433c missed this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5636 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-15 02:50:55 +00:00
John Levon
3c17b21cf0 iport tabular and prefs to MVC
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5635 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-15 02:44:20 +00:00
Angus Leeming
44feb026ce Forestall any complaints from our German neighbours...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5609 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-08 13:16:54 +00:00
Angus Leeming
4ab07ecf6d Use JMarc's suggestion of fl_adjust_form_size internally to give us
simpler code and much more powerful resizing of dialogs so that labels fit.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5607 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-08 11:26:45 +00:00
Angus Leeming
be64829b36 Small clean-up of the sed scripts.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5606 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-08 11:24:45 +00:00
André Pönitz
a6e25f8b77 trivial ws
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5605 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-08 11:14:49 +00:00
John Levon
e78763de40 QGraphics fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5592 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-07 00:21:28 +00:00
Angus Leeming
a8987d0697 Use getBBUnits in both frontends.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5580 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 14:53:03 +00:00
Angus Leeming
56bde5cedb (Rob Lahaye): fix label of progress slider when spellchecking.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5579 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 14:51:30 +00:00
Lars Gullik Bjønnes
6a1167adab STRCONV
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5573 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 02:12:42 +00:00
Lars Gullik Bjønnes
dd9b8de435 small changes
prepare for the STRINGCONV patch


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5572 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-04 00:15:56 +00:00
Angus Leeming
6de5387b91 Use lyx::float_equal with floats.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5561 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-31 11:25:02 +00:00
Angus Leeming
fb868c4aea (Rob Lahaye): fix crash when clipping.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5560 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-31 11:14:13 +00:00
Angus Leeming
aeafc7d616 (Rob Lahaye): changes to the xforms paragraph dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5554 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-30 13:57:01 +00:00
Angus Leeming
892e858adf Work-around xforms' bug, enabling tooltips for browser widgets.
I've told the xforms list of the bug and proposed some solns. We'll see if
anything is done...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5531 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-28 12:53:23 +00:00
Dekel Tsur
c4a0172a19 Add xfonts to the font path if necessary.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5522 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-28 07:45:39 +00:00
John Levon
b261588334 fix preamble dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5520 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-26 02:19:03 +00:00
John Levon
a9a2ae446a using std::vector
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5519 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-25 23:43:06 +00:00
Dekel Tsur
27b8ecbe3a Add xfonts to the font path if necessary.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5518 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-25 21:07:05 +00:00
Angus Leeming
87bfedd291 Fix crash.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5513 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-25 11:07:18 +00:00
Angus Leeming
ec3f063250 (Rob Lahaye): updates to the xforms print, spellchecker, texinfo and wrap
dialogs.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5511 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-25 09:16:22 +00:00
Angus Leeming
d1e1493c76 (Rob Lahaye): changes to the xforms tabular dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5502 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 15:57:47 +00:00
Angus Leeming
cce8004c07 Fix Andr�'s highlighted browser bug.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5501 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 15:03:04 +00:00
Jean-Marc Lasgouttes
c88f7176cc fix crash when selecting the last template in external inset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5499 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 13:39:59 +00:00
Angus Leeming
e8eb0d773d (Rob Lahaye): minor xforms nits 'n' bobs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5498 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 12:56:44 +00:00
Angus Leeming
7abc640ecf Add full stops to tooltips.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5497 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 12:34:59 +00:00
Angus Leeming
e1edfbe8a0 (Rob Lahaye): changes to the xforms graphics dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5495 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 11:53:46 +00:00
Angus Leeming
7fa7dd11e6 (Rob Lahaye): small clean-up of the clean-ups already applied.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5488 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-24 09:48:56 +00:00
Angus Leeming
74b7bcc2f3 (Rob Lahaye): improvements to the xforms float dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5481 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-23 16:24:44 +00:00
Angus Leeming
0e6da83ef8 (Rob Laheye): changes to the document dialog + some trivia.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5479 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-23 13:15:32 +00:00
Angus Leeming
b86cc3a9af (Rob Lahaye): reworking of the BibTeX and citation dialogs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5478 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-23 10:08:55 +00:00
Angus Leeming
fe66fc4644 (Rob Lahaye): miscellaneous bits 'n' bobs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5477 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-23 08:31:10 +00:00
André Pönitz
357ece3f85 next bug (\\ vs \backslash)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5476 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-22 17:32:20 +00:00
Angus Leeming
bb7c6adc28 Rob's about LyX dialog, tweaked a little.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5473 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-22 15:00:45 +00:00
Angus Leeming
649e3fee9a Rob's patch, part 1: the checked widget stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5467 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-22 12:39:05 +00:00
Lars Gullik Bjønnes
d851d1d1ca typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5464 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-21 19:58:41 +00:00
Lars Gullik Bjønnes
ce708d095c ws fixes, formatting and some other small changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5463 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-21 17:38:09 +00:00
Angus Leeming
855235a028 (Garst Reese): work-around xforms bug enabling the display of the edges
of an image.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5456 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-21 11:59:46 +00:00
Angus Leeming
15096a4532 (Rob Lahaye): fix wrapping of long tooltips
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5455 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-21 11:13:01 +00:00
Lars Gullik Bjønnes
814b819451 the qtclean-2 patch with some very small changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5447 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-20 01:48:28 +00:00
Lars Gullik Bjønnes
c6e27f082c small cleanup and removal of warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5446 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-19 10:32:57 +00:00
Jean-Marc Lasgouttes
e47acda4ea fix the more... problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5445 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-18 15:01:25 +00:00
Angus Leeming
131f3f1844 Move the explanation of "why" into the source code and leave just "what"
in the ChangeLog.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5418 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 17:24:08 +00:00
Angus Leeming
fe2ea80ac9 Tell dispatch which mouse button is being dragged.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5415 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 16:12:27 +00:00
Dekel Tsur
855925c969 Simplify
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5412 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 14:42:16 +00:00
Angus Leeming
2470016e1a Fix bug in xforms citation dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5406 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 09:09:48 +00:00
Dekel Tsur
260f646231 Ignore bogus matches of scalable fonts.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5400 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 20:27:28 +00:00
Angus Leeming
a6c2a6d154 Use fl_get_winorigin in preference to fl_get_wingeometry.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5397 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 16:43:47 +00:00
Angus Leeming
2be0bac89c Fix broken tooltips.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5396 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 16:38:00 +00:00
André Pönitz
c7b1647c97 fix lockup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5389 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 13:25:15 +00:00
Jean-Marc Lasgouttes
a9510d9432 small changes to autogen.sh and xforms_helpers suggested by rob lahaye
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5374 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-09 14:38:18 +00:00
Dekel Tsur
935dc56733 Always list the labels of the current buffer.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5369 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-08 17:53:56 +00:00
Angus Leeming
58d8169cfe Fix compilation with xforms 0.88.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5364 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-07 10:49:02 +00:00
Angus Leeming
64368af9ec Improved understanding leads to an improved commentary ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5359 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-04 13:48:36 +00:00
Angus Leeming
ddfef28e29 Refine yesterday's bug fix a little and apply to the combox also.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5358 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-04 10:39:01 +00:00
Angus Leeming
cf27d6019a Work around xforms "tooltips and tabfolders" bug.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5357 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-03 17:20:28 +00:00
Angus Leeming
990007a012 Workaround for xforms bug, not hiding tooltip on dialog close.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5356 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-03 11:25:01 +00:00
Angus Leeming
f991ac4421 Fix leaking pixmap icon.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5352 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-30 20:00:42 +00:00
Angus Leeming
6db8f5945f Remove 1 more dependency.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5349 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-27 08:35:55 +00:00
Angus Leeming
02e9472374 doxygen fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5347 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-26 08:57:43 +00:00
Angus Leeming
0507b8600d Copyright notices
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5345 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-25 14:26:13 +00:00
Dekel Tsur
8443d7123b floatflt has no "Inner" placement option.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5340 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-25 07:58:48 +00:00
Lars Gullik Bjønnes
33f06bb79b forgot these
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5337 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-24 18:22:50 +00:00
Lars Gullik Bjønnes
20a85bb24f loose SIGC_INCLUDES
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5336 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-24 18:20:26 +00:00
André Pönitz
f209c9b6b4 second part of Martin's patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5325 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-20 12:38:48 +00:00
Jean-Marc Lasgouttes
3e609657db display shortcut on layout combox action
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5314 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-17 12:29:40 +00:00
John Levon
01f896907d esc to cancel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5313 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-16 23:01:53 +00:00
John Levon
9a7cf77a24 Rob's minor patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5297 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-13 01:58:05 +00:00
Angus Leeming
b8eeb95c16 Yet more dialog tweaking from Rob.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5283 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 09:07:58 +00:00
Angus Leeming
b0357a33ae Rob's latest and greatest dialog tweaking.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5282 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-12 08:44:23 +00:00
John Levon
60a6e6d346 Rob's printer patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5274 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-11 18:48:20 +00:00
Angus Leeming
4968398604 Rob's beauty treatment to the graphics dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5273 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-11 18:37:50 +00:00
Angus Leeming
c4be10e3ce Remove lyxerr call from FormInclude.
Fix the lyxserver with Try64 unix.
Remove mathed/preview.[Ch] as they're no longer used.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5268 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-11 16:48:07 +00:00
Dekel Tsur
bc56bb9ffa Add insetwrap.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5247 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-10 10:18:58 +00:00
John Levon
5a15177281 remove noload/don't typeset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5243 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-09 17:32:53 +00:00
John Levon
f3541d37db fix header
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5242 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-09 16:11:23 +00:00
John Levon
f6824083ce use latex_deco
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5240 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-09 16:01:14 +00:00
Angus Leeming
b261483f24 Rob's dialog clean-up and Martin's 'disfucation' of insetgraphics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5238 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-09 09:49:47 +00:00
Jürgen Vigna
1c090286fe Alains patch for setting tabular column global settings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5217 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-06 13:41:19 +00:00
Angus Leeming
1eb8155fa0 This file is part of LyX, the document processor.
Licence details can be found in the file COPYING.

and thank God for sed.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5211 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-05 15:14:23 +00:00
Angus Leeming
6fac1dc980 Really dull and boring header shit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5210 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-05 14:10:50 +00:00
John Levon
ebfa493a41 build fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5188 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-30 16:36:02 +00:00
John Levon
a5d7d51b09 Add basic bits of Qt's math panel. Hacked together (no MVC yet) but
good position to work on dialog contents.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5187 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-30 16:20:27 +00:00
John Levon
e133fedf82 This patch was so good to do I just had to commit it.
It doesn't actually break anything particularly, since nrel was already borked.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5164 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 08:28:58 +00:00
John Levon
90ca1a7020 OK Martin I let you off. But I need somebody to sort out nrel - it is broken because the grid
is not uniformly sized.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5158 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 07:46:23 +00:00
John Levon
a7e6327ee1 fix a couple of crashers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5151 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 05:40:51 +00:00
André Pönitz
3c7c7a3209 the workarea changes plus small math stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5128 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-28 08:30:27 +00:00
John Levon
6af5ac769a Rob's followup (nr. 1 ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5127 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-27 20:30:20 +00:00
John Levon
cf216cd7fc Rob's patch and some minor cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5092 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-24 22:02:30 +00:00
André Pönitz
aa495275eb more ws
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5083 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-23 11:49:28 +00:00
André Pönitz
95d1d96798 whitespace changes to sync my tree
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5082 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-23 11:47:03 +00:00
John Levon
ec63083b10 show failing font name from Mikhail Teterin.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5077 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-22 16:50:15 +00:00
André Pönitz
375e2ac1a0 move a few things out-of-line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5048 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-21 06:32:10 +00:00
Lars Gullik Bjønnes
26efdc41b3 utilize the 3rd arg of the boost smart pointers, remove own adaptation of boost smart ptrs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5046 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-20 20:43:10 +00:00
John Levon
bab154eb92 fix dpi
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5036 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-20 16:42:41 +00:00
André Pönitz
c69f29dda7 move half of BufferView_pimpl::dispatch() to LyXText::dispatch()
which has its new home in text3.C


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5030 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-20 13:00:25 +00:00
Angus Leeming
153e7c9e55 Use the same scheme as qt: vars not pointer to vars.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5018 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-16 20:07:39 +00:00
Angus Leeming
6aee235af7 Compilation fix for old and crappy versions of the xforms library.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5017 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-16 17:33:23 +00:00
Angus Leeming
d0835fa4ca Michael's "synchronise the labels with the buffer" patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5011 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-16 12:59:34 +00:00
André Pönitz
de9b11b170 compile fixes (move a c'tor out of line, add a virtual destuctor and
change an include path - don't know why the latter is necessary, but it
works now for me)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5008 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-16 07:00:35 +00:00
Angus Leeming
0cfafddc7d The dialogs/guiapi re-working.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5003 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 17:48:53 +00:00
André Pönitz
2113b05edd compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5001 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 17:30:41 +00:00
Angus Leeming
5fab05e48a Pass and store references to LyXView and Dialogs, not pointers in the
FormBaseDeprecated-derived classes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5000 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 16:34:48 +00:00
Angus Leeming
c265d16ed0 Nothing but a changed email address (trying to factor my tree in in small steps)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4998 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 16:02:22 +00:00
Angus Leeming
d4a42cc2de Forgot this.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4981 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 21:07:51 +00:00
Angus Leeming
4ecb8d1f56 Fix crash in Document dialog + small sundries.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4980 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 21:05:10 +00:00
Angus Leeming
ca26056e2a * Throw out DialogBase.h
* Only #include what's needed.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4979 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 19:19:47 +00:00
Lars Gullik Bjønnes
22774e846a ws only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4974 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 18:31:04 +00:00
André Pönitz
fad7e6a1cd small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4964 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 10:18:33 +00:00
André Pönitz
3332e1fbc8 small cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4963 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 10:16:05 +00:00
André Pönitz
808973619b the lfun3 patches (overall cleanup and "localizing" dispatch() in mathed)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4958 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-13 17:43:40 +00:00
Angus Leeming
c10dfd15cd * LyXView: the accessor methods now return a reference to the member
variables, not a pointer.
* WordLangTuple: you can forward-declare a return type you know ;-)
* Qt: get it to compile again, having broken it yesterday.
* Everything else? See above.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4957 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-13 14:40:38 +00:00
Jean-Marc Lasgouttes
d5bf18637f fix disabling of submenu items
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4956 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-13 12:49:10 +00:00
Lars Gullik Bjønnes
53d7bc3e2f compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4950 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-13 07:59:22 +00:00
Angus Leeming
9681e21dae * Constify Buffer::getLabelList.
* reduce file dependencies of the controllers on the core.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4947 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-12 20:17:41 +00:00
Angus Leeming
1e3d2fce7f No longer pass Controller & or Dialogs & to the View c-tors.
GUI now contains a controller rather than derives from a controller.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4942 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-12 14:28:43 +00:00
Lars Gullik Bjønnes
5bd7f9d67b The ParagraphList stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4937 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-12 00:15:19 +00:00
John Levon
0472bb3509 some minor lyxaction cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4911 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-08 22:03:30 +00:00
John Levon
2d3cd11c07 escape can close thesaurus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4896 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-08 01:19:47 +00:00
André Pönitz
b8198905dc the FuncRequest changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4887 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-07 08:11:41 +00:00
John Levon
283f8347a8 remove debugging code I accidentally committed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4855 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-04 23:15:42 +00:00
John Levon
7c98b3bd37 spellchecker cleanup - fscked knows why pspell is broken, I am TOTALLY
baffled by that one.

Various other cleanups, including a fixed version of lyxlex that doesn't
destroy the preamble ...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4854 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-04 23:11:50 +00:00
Angus Leeming
5e802bab4d Change the LyX file format, adding a "preview" flag to Include insets.
Document this change in a new file FORMAT.
Enable the user to toggle preview status by modifying the Include dialog.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4849 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-02 18:25:25 +00:00
Angus Leeming
eed7fcfdf4 LyXView::view() now returns boost::shared_ptr<BufferView> const &.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4836 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-02 09:21:50 +00:00
John Levon
b14e9baa57 fix for open of non-existent file, writeFile() change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4832 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-01 22:26:30 +00:00
André Pönitz
05aaffbb84 ws changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4824 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-01 09:29:10 +00:00
John Levon
b1dd13a9c2 remove options from spellchecker
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4821 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-01 03:08:01 +00:00
John Levon
2e218e3263 remove io callback on shutdown
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4811 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-30 22:35:43 +00:00
Jean-Marc Lasgouttes
3b7d5f2cf6 fix wrong type in XWorkArea
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4805 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-30 12:29:25 +00:00
Lars Gullik Bjønnes
043298544c Rename strip to rtrim
Rename frontStrip to ltrim
Add new trim function.

modify source for this change.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4801 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-28 22:50:13 +00:00
Lars Gullik Bjønnes
e39935204d remove some unneeded version of functions from lstrings,
some gcc 3.2. minor compile fixes.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4800 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-28 18:13:51 +00:00
John Levon
d088ebfbae I hate ChangeLog conflicts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4790 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 18:15:33 +00:00
Jean-Marc Lasgouttes
b0327ec625 float dialog fixes from juergen s.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4789 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 16:05:31 +00:00
André Pönitz
6e1b894e38 add 'dec' to switch back to decimal output
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4787 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 14:44:25 +00:00
Jean-Marc Lasgouttes
e61b90fbc2 disable submenus which contain only disabled items
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4786 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 14:00:29 +00:00
Jean-Marc Lasgouttes
1bcef000fb fix bug with ever-growing bst files list (from herbert)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4783 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 12:07:26 +00:00
Jürgen Vigna
a33189175a Performance patches for tabulars from Edwin and John. Removed some
code which was there only for debugging purpose from undo_funcs.C.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4782 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 11:39:38 +00:00
John Levon
14299daf10 J�rgen's float patch + "span columns"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4781 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 11:06:25 +00:00
Jean-Marc Lasgouttes
041210bbe7 move toc menu code to menubackend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4774 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-24 22:32:03 +00:00
Jean-Marc Lasgouttes
6c3456a115 handle Wide attribute of floats in their dialog (from Juergen S)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4772 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-24 15:37:17 +00:00
Jean-Marc Lasgouttes
f8a96d50fb menubackend changes to prepare for toc migration
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4768 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-23 22:42:12 +00:00
Lars Gullik Bjønnes
92c15c86a5 add connection objects and assign to them to
work around a bug with some gcc compilers,
RHs 2.96 in particular.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4752 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 20:57:58 +00:00
John Levon
c43fc67eff toolbar cleanup. JMarc, Lars, please see the fIXME. I haven't introduced the problem
but we are leaking icons on every vector resize ...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4751 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 20:52:40 +00:00
John Levon
459dd32dc3 add lyx_gui::exit() so Qt doesn't have to busy loop, which was eating
CPU very badly


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4748 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 18:56:04 +00:00
John Levon
eb28793c05 remove LFUN_TOOLBAR_PUSH
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4744 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 16:05:17 +00:00
Jean-Marc Lasgouttes
af9352a2e7 latest graphics jumbo patch from herbert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4741 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 12:36:41 +00:00
Jean-Marc Lasgouttes
1dc25c472f time to recompile everything: I removed #include directives from headers here and there... Not sure what the net effect is, but it cannot be worse
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4736 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-21 21:21:06 +00:00
John Levon
16668d1632 std:: fixes for toc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4733 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-21 16:59:01 +00:00
Jean-Marc Lasgouttes
1c52d8f898 toc support reorganization; changes to xform_helpers; aspect ratio patch from herbert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4732 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-21 15:51:07 +00:00
John Levon
6eb285d507 autosave cleanup, fix qt statusbar timeout, compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4731 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-21 01:38:24 +00:00
Jean-Marc Lasgouttes
a0afb0fd38 remove the multiple menubar stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4730 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-20 21:50:05 +00:00
John Levon
b14cdca9e6 missing changelog and small fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4728 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-20 17:50:23 +00:00
John Levon
0b8aac3f51 fix dispatch calls as suggested by Herbert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4725 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-20 17:27:03 +00:00
Jean-Marc Lasgouttes
7086f52fc8 small unimportant cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4723 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-20 15:25:41 +00:00
Jean-Marc Lasgouttes
f6fa515491 toggleInset improvement; make lyxpreview work out of the box (?); apply aspect ratio patch, with a part disabled (angus, help!)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4714 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-19 21:44:14 +00:00
John Levon
e225bbd75e I fixed the two bugs (Very shallow in fact)
Please test the minibuffer, and report things that are broken. I
think things should still be working the same ...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4713 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-19 20:56:31 +00:00
John Levon
1d0eda5d02 fix some dispatch calls
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4712 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-19 17:15:56 +00:00
John Levon
98324cb046 dispatch changes ...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4705 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-18 20:15:29 +00:00
Dekel Tsur
7faf5f9b7b Compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4694 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 19:22:51 +00:00
Angus Leeming
ddb684f332 Disable direct loading of PostScript files by the xforms image loader.
Apply Herbert's patch removing special casing to deal with rogue PostScript
files.
Fix a few more comments.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4693 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 17:55:21 +00:00
André Pönitz
6b03e0d948 FormPreferences.C: add help for $$s feature, lots of stupid "code beautifying"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4682 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 15:34:00 +00:00
John Levon
fe9d927e39 remove 2nd exit confirmation. I think this mutated over time, because
the descriptions of what the option did disagree


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4672 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 04:53:05 +00:00
John Levon
91bcdf564a Make showState be view_state_changed, and rename setState to something
more descriptive


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4671 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-17 04:13:41 +00:00
Angus Leeming
6f5149f565 add some #ifdef ugliness to enable the home grown image loader to work too.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4656 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 18:20:12 +00:00
André Pönitz
9bb9c32bbc some more changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4652 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 14:13:11 +00:00
André Pönitz
e76b396311 further FileInfo.[Ch] cleaning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4649 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 13:00:12 +00:00
André Pönitz
c3a53defe8 small cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4644 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-16 08:31:21 +00:00
John Levon
bc2f8994a2 remove getPixmap() from GraphicsImage
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4642 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-15 17:17:57 +00:00
Angus Leeming
c5e3aebca3 Compilation fix: give C_read_callback extern "C" linkage.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4636 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-15 09:04:03 +00:00
John Levon
9f2722a944 xforms ? what xforms ?
ps WOO-HOO !!! Rock ON !


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4632 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-14 01:44:15 +00:00
John Levon
d42a082c68 remove init_graphics()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4627 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-12 16:26:25 +00:00
Angus Leeming
a72387b287 Apply that width fudge irrespective of library version. Make it slightly more
conservative (add only 2, not 5). Could people test please.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4623 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-12 15:14:02 +00:00
John Levon
d590a912e8 remove unused toolbar (de)activate()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4613 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-12 03:17:31 +00:00
John Levon
c17851a1d5 Move fontloader into lyx_gui stuff. Now Qt should compile out of the box
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4612 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-12 03:05:13 +00:00
John Levon
b90477decc remove a ColorHandler reference
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4611 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-12 02:27:42 +00:00
John Levon
fa02980a7e remove file->new asks for name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4606 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-11 15:13:21 +00:00
John Levon
61fc371093 redraw fix 1.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4605 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-11 15:09:45 +00:00
John Levon
0123437d76 Herbert's graphics get latex size check
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4603 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-11 14:38:25 +00:00
Jean-Marc Lasgouttes
72a19def29 better support for keypad keys
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4592 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-10 15:03:25 +00:00
John Levon
0a8631ad44 A couple of minor bug fixes and cleanups
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4574 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-09 16:23:20 +00:00
Angus Leeming
e3978fd3ee Herbert's work-around to xforms image width for xforms <= 0.89.6.
Use boost::tie now that I've upgraded my compiler ;-)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4568 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-09 13:39:46 +00:00
André Pönitz
2c3ae20fc2 support for wasy symbols
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4566 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-09 13:38:27 +00:00
Angus Leeming
96e974be46 Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4545 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-08 11:51:59 +00:00
Angus Leeming
f68a2bfb91 Preview code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4538 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-05 21:24:15 +00:00
Lars Gullik Bjønnes
de236c41d8 Changes to make RH-7.3 be able to run lyx.
Also changes to make gcc 3.1 compiled lyx exit cleanly after
above changes.

Move operator== out out InsetCommandParams.

Change some signals in GraphicsImage to function instead.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4535 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-04 17:45:35 +00:00
André Pönitz
7514ea0ff4 reduce #include requirements
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4531 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-04 14:03:55 +00:00
Jean-Marc Lasgouttes
3fac52583e fix 459; support epsi and fig formats; fix bug in hu.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4527 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-04 09:58:16 +00:00
Jean-Marc Lasgouttes
64f38ce0cb better cyrillic languages support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4525 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-03 14:18:32 +00:00
Lars Gullik Bjønnes
1bb756581b add Dialogs to constructor arg
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4521 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-03 11:01:29 +00:00
Lars Gullik Bjønnes
5fd921e9e6 2002-07-02 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Dialogs.h: remove static from redrawGUI and
toggleTooltips.

And changes because of this.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4517 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-02 19:23:10 +00:00
Angus Leeming
643ec3cf04 Kayvan's WinXP fix to fdfix.sh.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4505 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-01 08:14:09 +00:00
Angus Leeming
888532c465 Asymptotic approach to a well-designed graphics loader.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4502 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-28 11:22:56 +00:00
André Pönitz
c520bdbd89 Juergen S.'s slightly modified patch to access the preview setting from the gui
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4498 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-27 17:48:09 +00:00
Angus Leeming
1bb197b5d4 Create a grfx::Loader class and so move large chunks of code out of
frontends/screen.C and insets/insetgraphics.C. Leave mathed/preview.C
untouched as an excercise for Andr� ;-)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4489 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-26 14:15:08 +00:00
Angus Leeming
514156adbb * Split the graphics loader into a frontend and a backend.
* Add frontend code to generate and display the pixmap to InsetGraphics.
* Add (much simpler) frontend code to the LyXScreen to show the splash screen
once more.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4480 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-25 15:59:10 +00:00
Lars Gullik Bjønnes
4db18ce050 portoaddons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4472 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-24 22:24:57 +00:00
Lars Gullik Bjønnes
65d4b13616 layout as layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4471 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-24 20:28:12 +00:00
Angus Leeming
1e23537a43 Compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4457 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-21 16:33:12 +00:00
John Levon
13430adc9a remove show_banner + keyboard_shortcuts as discussed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4455 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-21 11:35:41 +00:00
John Levon
d2399526f8 move splash into screen greyOut(). Still not enabled (needs grfx work)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4453 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-21 04:40:40 +00:00
John Levon
1cadf458e3 redraw() cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4450 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-21 02:22:13 +00:00
John Levon
5b2f35382e Auto-scan for texinfo and bibtex dialogs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4446 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 23:35:10 +00:00
John Levon
b3c975de36 bug 458 (dtrt with index entry insert)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4445 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 23:01:16 +00:00
John Levon
eef71b8439 Merge Herbert's bibtex patch; it doesn't introduce any new bugs and
it's nice ...

Herbert please look at the bugs I reported concerning when there is no cls etc. list please.
For this and FormTexinfo


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4442 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 20:41:00 +00:00
John Levon
60b905b885 Merge the working bits of the resize patch, and fix a couple of things
that broke.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4441 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 20:37:42 +00:00
John Levon
574910ff05 whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4437 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-20 00:09:12 +00:00
John Levon
64488b06af remove some more unneeded focus stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4436 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-19 23:55:55 +00:00
John Levon
ace550953a remove focus/unfocus events - unused
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4435 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-19 22:11:20 +00:00
John Levon
df88270f83 remove unused methods
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4432 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-19 18:29:07 +00:00