Commit Graph

4649 Commits

Author SHA1 Message Date
Dekel Tsur
10e10e8ff8 Use QT_VERSION >= 300 instead of >= 0x030000
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5449 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-20 14:27:28 +00:00
John Levon
5bb80ecda1 Remove two accidental XPM inclusions.
Before :

   text    data     bss     dec     hex filename
3146489  133900   27716 3308105  327a49 ./lyx

After :

   text    data     bss     dec     hex filename
3086009  133900   27716 3247625  318e09 ./lyx

nm --size-sort --demangle is neat ! Would that
every change were so easy.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5448 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-20 02:24:31 +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
ab1aef2187 Graphics debug message: unable to convert from ABC to XYZ.
That should help diagnosis...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5444 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-18 14:35:42 +00:00
Angus Leeming
279ea68a2a Use pnmcrop to crop the previews
Use pnmcrop to crop the previews and be done with all this nonsense.
Should fix the drawing problems in tables too.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5440 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-18 12:17:38 +00:00
Angus Leeming
8648388992 Revert yesterday's change. It's going to be too complicated to deal
with nasty surprises.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5438 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-18 09:43:15 +00:00
Angus Leeming
53177767c9 Improved error message on failure.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5437 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-18 08:32:18 +00:00
John Levon
6be89f23db Fix from Juergen.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5436 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 17:14:22 +00:00
Angus Leeming
425f61be35 /Save/ emacs buffer to get rid of print statements...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5435 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 16:01:43 +00:00
Angus Leeming
160b147186 Nicer previews.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5434 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 15:56:42 +00:00
Angus Leeming
b265e8fb05 Better DPI, Cleaner c-tor.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5433 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 13:31:04 +00:00
Dekel Tsur
dde4440425 Better alignment of \longrightarrow like macros.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5432 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 13:15:25 +00:00
André Pönitz
5a601958b2 fix style issues as posted + removal of the static pixmap, no Assert()
though.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5431 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 09:51:18 +00:00
Angus Leeming
2b62b66d31 Remove moc generated files with distclean
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5430 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-17 09:49:44 +00:00
John Levon
79f1b4a66b Juergen's QSendto.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5429 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 21:26:35 +00:00
John Levon
d009cd4d93 Remove \\protected_separator.
Tested with load/save a current lyx document, and lyx2lyxing of
klyx UserGuide


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5428 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 20:27:23 +00:00
Lars Gullik Bjønnes
efb34ae38c font_loader.C (font_info): correct calculation of font size
t size) for qt.

From Dekel and with small change by me.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5427 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 16:11:12 +00:00
Jean-Marc Lasgouttes
181f765889 improve viewer command line syntax; support mozilla as default html viewer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5426 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 16:07:14 +00:00
André Pönitz
8f6a9ee292 fix writing of some spaces.
Sorry for not discussing this on the list, this has the potential of
corrupting files...


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5425 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 15:32:34 +00:00
Lars Gullik Bjønnes
8644c32d38 increase template depth for some versions of g++
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5424 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-16 09:22:46 +00:00
Lars Gullik Bjønnes
bcbfc72c47 transpose const char
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5423 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 18:29:01 +00:00
Lars Gullik Bjønnes
8e6f463ee9 missign file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5422 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 18:13:58 +00:00
Lars Gullik Bjønnes
1ec14f077a add missing file
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5421 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 18:11:40 +00:00
Lars Gullik Bjønnes
7cdb527983 update boost to version 1.29.0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5420 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 17:51:41 +00:00
Angus Leeming
4ec4af2205 Compile fixes with Compaq cxx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5419 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 17:45:12 +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
Dekel Tsur
f4af5ce9cf Compilation fix for QT2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5417 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 16:48:53 +00:00
André Pönitz
c2771dd61f Fix for the 'spurious selection with RMB' and improved 'cursor up/down'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5416 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 16:17:40 +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
be90eb4453 Unicode support
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5414 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 15:13:49 +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
Lars Gullik Bjønnes
e2b02e86e4 rebostify a bit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5411 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 14:08:52 +00:00
Dekel Tsur
cc1f4a2dc4 Fix qfont_loader::available for QT2.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5410 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 12:59:08 +00:00
Jean-Marc Lasgouttes
f26e81fc97 fix kerning problems with insetquotes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5407 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 10:39:57 +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
André Pönitz
c7b1bd5a00 fix #658
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5405 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 08:41:35 +00:00
Lars Gullik Bjønnes
78c2dddb78 some small autogen improvements
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5404 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 08:10:57 +00:00
Lars Gullik Bjønnes
5f10c2a3f1 fix one AM_CONDITIONAL thingie
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5403 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 08:09:27 +00:00
André Pönitz
ec92f4d6e8 remove code to fix crash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5402 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 06:23:22 +00:00
André Pönitz
3c3a628e81 *** empty log message ***
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5401 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-15 06:21:59 +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
Dekel Tsur
8c9ad457e9 Implement getDPI
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5399 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 20:20:34 +00:00
Dekel Tsur
6bc60cc596 iffont
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5398 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 20:19:32 +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
Jürgen Vigna
f7d3fe8836 Fix undo bugs.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5395 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 14:59:50 +00:00
Dekel Tsur
fcb830103b Implement qfont_loader::available.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5394 a592a061-630c-0410-9148-cb99ea01b6c8
2002-10-14 14:49: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