Commit Graph

223 Commits

Author SHA1 Message Date
John Levon
bfefc79520 Look for mathed xpms. Doesn't do anything yet due to lack of workable XPMs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5152 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 06:00:29 +00:00
John Levon
8d9743fe7e use qlistbox for command buffer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5150 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 04:39:43 +00:00
John Levon
7523a83784 no interesting changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5149 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 02:04:31 +00:00
John Levon
9f535fa42b implement triple click
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5148 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 01:25:41 +00:00
John Levon
d8f9ca8c9c remove wrong copied code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5146 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-28 23:43:06 +00:00
John Levon
bd3ab1ba2b add per char ascent/descent
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5145 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-28 23:18:50 +00:00
John Levon
b90722d753 * QContentPane.C: fix cut-and-paste borkage from
LFUN_MOUSE changes


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5144 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-28 22:18:03 +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
c14be97bfc File dialog fixes. Implement optional menu items
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5103 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-25 20:53:39 +00:00
John Levon
91d370433f Populate menus on popup - good news JMarc, it seems to work (almost) perfectly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5101 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-25 18:26:45 +00:00
John Levon
85aca478e1 Remove crap again. Make redo key binding work.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5100 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-25 06:45:16 +00:00
John Levon
f238a21d66 missed this
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5099 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-25 05:52:38 +00:00
John Levon
5c7a1d34bb Some stuff.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5098 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-25 05:41:42 +00:00
John Levon
1229a2712d Some Qt graphics dialog improvements. Yet more work needed :/
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5097 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-25 04:06:06 +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
Angus Leeming
3c5fe62f97 Enable previews to work with qt too.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5007 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 19:52:59 +00:00
Angus Leeming
48be032be3 Enable LyX to link...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5006 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 19:32:45 +00:00
Angus Leeming
66ad217fcf Qt2 compiles again and in about half the time of xforms.
Lars, shall I change over the xforms code to this scheme?


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5005 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-15 19:07:17 +00:00
John Levon
cf0b2ab5ae remove xforms check from qt config
fix build


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4982 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-14 21:22:29 +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
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
John Levon
6b170cfd21 add missing header
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4924 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-09 13:37:31 +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
cce95aea53 couple more fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4898 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-08 04:24:36 +00:00
John Levon
714bde0b9e Lots of graphics dialogs changes. still work needed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4897 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-08 03:50:54 +00:00
John Levon
509ed151ac fix compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4891 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-07 15:18:22 +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
7072a496e2 build fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4869 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-06 00:54:20 +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
1faca4e07e remove_io_callback for Qt
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4813 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-31 04:33:03 +00:00
John Levon
fe6aaf3797 incomplete key mapping stuff. Introduces some breakage.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4803 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-30 00:53:57 +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
07e56bf085 fix tooltips in toolbar
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4779 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 05:04:01 +00:00
John Levon
d8a3c3c0f3 make tab work
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4778 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 04:41:11 +00:00
John Levon
e58bd15f39 Step by step ..
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4777 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 02:24:36 +00:00
John Levon
d90364f40e compile fix. I have tried 4 or 5 times now to update all the menus on
update() time ... no luck so far ...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4775 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-25 02:11:39 +00:00
John Levon
e82c5a64dd It compiles, ship it. JMarc, can you see why I might be segfaulting
(see code) ?

Have I done this right ? Things are still wonky ... and what will I need
to do later ...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4773 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-24 20:06:22 +00:00
Angus Leeming
3f967eb9bd Trivial compilation fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4769 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-24 07:35:59 +00:00
John Levon
85b8c51922 last try ... sigh
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4764 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-23 15:50:04 +00:00
Edwin Leuven
c4c506908d Texinfo path issue repaired, Bibtex style combo, Citation, External re-layout.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4762 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-23 13:12:55 +00:00
John Levon
38f68d107b remove troublesome lines
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4756 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-23 04:57:35 +00:00
John Levon
907671d259 don't crash when you press Alt Gr etc. :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4755 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 22:07:16 +00:00
John Levon
b26e3ab3bb toolbar - remove dead code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4753 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 21:43:27 +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
e7ae3ca91b various small fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4746 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 18:22:35 +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
Edwin Leuven
da2d5f9053 Fix loop search in cite dialog. Also info update fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4743 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 15:30:24 +00:00
Edwin Leuven
7a3ef7f50f Add style browser to bibtex and document combo to refs. Also some altered dialog layouts and a compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4742 a592a061-630c-0410-9148-cb99ea01b6c8
2002-07-22 14:04:38 +00:00