Commit Graph

1587 Commits

Author SHA1 Message Date
Edwin Leuven
c53189af58 remove preamble dialog from the qt frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5939 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 09:57:15 +00:00
Edwin Leuven
2903fd3fc5 alfredo's qspellcheck fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5938 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-13 09:17:12 +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
John Levon
7137b48f46 Juergen's URL patch, a couple of other fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5903 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-04 21:42:59 +00:00
Jean-Marc Lasgouttes
f4250078d9 small fix to citation dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5901 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-02 15:24: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
Dekel Tsur
45dbf3c19f Call to addFontPath() in isAvailable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5888 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-21 11:41:29 +00:00
John Levon
cf591f40ca exit fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5883 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-20 01:32:51 +00:00
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
Jean-Marc Lasgouttes
fd36ae426a fix some missing keys in qt frontend
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5772 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-04 11:06:03 +00:00
John Levon
90ca5da797 small improvement
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5771 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-04 02:57:50 +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
Lars Gullik Bjønnes
2068180f37 add delay if we have a selection going
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5767 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-03 09:57:59 +00:00
John Levon
842193f667 another fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5766 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-03 05:27:19 +00:00
John Levon
e1f3cdcd77 support preview for include file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5765 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-03 05:09:50 +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
2e36b1b652 fix some BoostFormat mistakes, cast the 0u par to string::isnert
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5760 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-02 09:59:43 +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
dede9054f4 fix from Otto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5755 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-30 21:05:03 +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
John Levon
66d7fea6df Some string(widget->text()) fixes. Weirdness
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5752 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-30 02:09:16 +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
John Levon
88d8d44fe4 fix build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5746 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 19:31:59 +00:00
John Levon
d9076c62ed Juergen's tabular patch. Yay !
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5745 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 18:07:39 +00:00
John Levon
1e640e8bc7 Fix bug reported by Pascale
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5744 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 16:16:58 +00:00
John Levon
1f07acc188 _("blah") + 'f' is most definitely non-U. I suppose I'm the sucker who
has to read his patch for these ... again !

I seem to fix  the same bug every 6 months :)


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5743 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 16:15:45 +00:00
John Levon
da164a6045 small fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5742 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 15:41:48 +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
John Levon
c5c8101ef2 fix line spacing
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5739 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-28 01:21:52 +00:00
John Levon
49a05bc448 patch from Juergen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5738 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 23:58:37 +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
John Levon
80d98d4d86 some fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5736 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 20:23:53 +00:00
John Levon
85e88d3824 Juergen S's tabular patch. Good stuff !
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5735 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 18:47:09 +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
Angus Leeming
27aa66a6c6 Initialise, initialise, initialise.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5729 a592a061-630c-0410-9148-cb99ea01b6c8
2002-11-27 12:48:41 +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