Commit Graph

1524 Commits

Author SHA1 Message Date
John Levon
93aabdb0d8 small ui tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5881 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 23:10:52 +00:00
John Levon
9ed004522e Hopefully fix basic text entry for Kornel. Not dealing with non-locale entry yet.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5880 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 18:44:31 +00:00
Jean-Marc Lasgouttes
55679132aa qt does not implement forks-show either
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5876 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 17:29:52 +00:00
John Levon
adbf4d7f68 Fix default fonts in RH8.0. We use the style hint after all else fails
in order to find a reasonable font.

Note that StyleSerif does not work. I blame RedHat 8.0 personally,
but cannot verify yet.

Note also that in a sane world, we could just use font.setFamily(blah);
QFontInfo(font).family() and set to that. But Qt is obviously not sane, so
we stay with the weird setComboxFont() code we have :(


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5869 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 03:22:33 +00:00
John Levon
8ba465c7da fix from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5868 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-19 01:10:41 +00:00
John Levon
a96d1108cb further qt_ vs. _ fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5867 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 23:26:21 +00:00
Edwin Leuven
f0ce68912c update style combo when necessary
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5864 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 20:48:26 +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
Edwin Leuven
098a9edf78 fix crash on custom bullet cancel
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5854 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 14:13:16 +00:00
John Levon
0cee971fe1 remove debug line
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5850 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 03:29:47 +00:00
John Levon
0694c27764 small tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5849 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 03:07:13 +00:00
John Levon
539ce478e0 Re-written font loader. This gets the Qt 2 case right still,
but also works with Qt 3 on RedHat 8.0 when you install those
ttf fonts.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5848 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 02:31:47 +00:00
John Levon
08cb9703f4 small debug fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5847 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 20:54:42 +00:00
John Levon
fabd5d2057 The big Qt toqstr/fromqstr patch.
This kind of wrapping will be needed anyway, and it's an
improvement on what we had. Please give it a run.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5846 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 20:37:13 +00:00
John Levon
196ab7f332 up/down arrows patch from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5845 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 20:07:10 +00:00
John Levon
329e1efdd0 Juergen's last bibtex patch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5842 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 17:28:04 +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
John Levon
e610655dfa missing using std::endl
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5838 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-17 02:43:16 +00:00
Edwin Leuven
f00d27e6a0 one include too many after removal of bulletstrings.[Ch]
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5835 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 23:21:01 +00:00
Edwin Leuven
c3ca9ada17 fix bullet stuff. bullets are now shown and packages are again included (which bug was this?)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5830 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 22:24:33 +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
b094d6ec67 Make consistent with the other frontends, removing the
if USE_BASIC_IMAGE_LOADER test.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5821 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-16 14:06:59 +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
John Levon
b5abe94a28 spellchecker fix for dekel's bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5813 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-12 21:07:20 +00:00
John Levon
d67cd59c7d fix z-ordering when opening file dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5812 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-12 17:24:24 +00:00
John Levon
ab66fde591 check for isNull
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5811 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-12 17:12:20 +00:00
John Levon
99151467f3 make double-click replace word
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5810 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-12 16:06:11 +00:00
John Levon
ebc8977a3b two fixes from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5809 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-12 13:49:40 +00:00
John Levon
15dae27d9e key4.diff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5808 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-12 13:46:06 +00:00
John Levon
7db64cdbb2 widthcache ting
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5802 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-11 00:22:37 +00:00
John Levon
a5c4d7cd4e fix tab order, reported by Bo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5801 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-10 18:41:41 +00:00
John Levon
b80ff8d1c8 patch from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5800 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-10 00:59:59 +00:00
Lars Gullik Bjønnes
6aa5125a49 use old code for 1.3.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5799 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-09 16:35:17 +00:00
John Levon
4dc2a450f8 couple of capitalisation fixes ... now I can leave strings alone ..
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5794 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-09 02:15:06 +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
fb87fb902f Use -tr from Pauli
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5789 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-08 20:27:03 +00:00
John Levon
3297922c24 Fix from Alfredo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5788 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-08 19:41:14 +00:00
John Levon
e12cb40a33 fix from Alfredo for matrix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5786 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-07 18:14:02 +00:00
John Levon
6528d97d0e fix some connectinos hopefully
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5785 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-07 18:09:39 +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
John Levon
950a285e02 set I-beam cursor
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5780 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-05 13:50:13 +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
8e87719c27 try and stop norbert's crash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5778 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-04 17:40:16 +00:00