Stefan Kebekus
24c53b4a40
fixed printing bug
...
svn path=/trunk/kdegraphics/kdvi/; revision=70378
2000-11-09 09:27:05 +00:00
Stefan Kebekus
e192fd02a8
fixed crash on bad config-files
...
svn path=/trunk/kdegraphics/kdvi/; revision=69818
2000-11-03 14:38:50 +00:00
Francois-Xavier Duranceau
1aadd46760
missing ...
...
svn path=/trunk/kdegraphics/kdvi/; revision=68569
2000-10-22 15:24:01 +00:00
Stephan Kulow
1dbc07148f
show stopper patch for make -j:
...
+CLEANFILES = paths.h texmf.cnf texmf.sed stamp-paths
+
# End of paths.make.
-$(srcdir)/tex-file.c: $(CONFIG_HEADER)
+$(srcdir)/tex-file.c: paths.h
+$(srcdir)/cnf.c: paths.h
svn path=/trunk/kdegraphics/kdvi/; revision=68119
2000-10-17 20:49:55 +00:00
Stephan Kulow
db9b5d5ebd
show stop bug: kdvi doesn't configure on systems without teTex without the patch
...
if test $compile_kdvi = "yes"; then
DO_NOT_COMPILE="$DO_NOT_COMPILE kdvi"
+ ac_configure_args="$ac_configure_args --with-system-kpathsea=yes"
fi
svn path=/trunk/kdegraphics/kdvi/; revision=68115
2000-10-17 20:07:03 +00:00
Script Kiddy
22a5508214
CVS_SILENT made messages
...
svn path=/trunk/kdegraphics/kdvi/; revision=67702
2000-10-15 05:08:42 +00:00
Stephan Kulow
b1a4a364fe
Mean copy&paste bug. Found in no_NY/messages/kdegraphics/kdvi.po as someone copy&pasted the other message :)
...
- kdError() << i18n("Can't find font %1 at %2 dpi; using %d dpi instead.\n").arg(fontname).arg(dpi).arg(size_found);
+ kdError() << i18n("Can't find font %1 at %2 dpi; using %3 dpi instead.\n").arg(fontname).arg(dpi).arg(size_found);
svn path=/trunk/kdegraphics/kdvi/; revision=66548
2000-10-06 13:00:14 +00:00
Torsten Rahn
64b4efa1bd
polishing
...
svn path=/trunk/kdegraphics/kdvi/; revision=65755
2000-09-29 13:29:03 +00:00
Simon Hausmann
aab0aaad41
Coolo: fixing kdvi compilation for Simon's notebook
...
svn path=/trunk/kdegraphics/kdvi/; revision=64656
2000-09-22 12:14:05 +00:00
Stefan Kebekus
7547738151
robustified eps file searching
...
svn path=/trunk/kdegraphics/kdvi/; revision=64415
2000-09-19 12:20:04 +00:00
Stephan Kulow
b9e8f1d8ab
include config.h to get the default font path
...
svn path=/trunk/kdegraphics/kdvi/; revision=64412
2000-09-19 12:07:47 +00:00
Stephan Kulow
de7f0032d9
second iteration of Wolfgang's patches/suggestion to allow kdvi to benefit from
...
an installation of tex - also the font path is guessed now.
svn path=/trunk/kdegraphics/kdvi/; revision=64398
2000-09-19 10:53:33 +00:00
Stephan Kulow
b4f74cfa73
first iteration of Wolfgang's patch (supporting --with-system-kpathsea)
...
svn path=/trunk/kdegraphics/kdvi/; revision=64397
2000-09-19 10:17:00 +00:00
Stephan Kulow
d549748114
guessing the tex path from some listed paths. Please make sure your path
...
is there too, there is no --with-texdir yet
svn path=/trunk/kdegraphics/kdvi/; revision=64310
2000-09-18 20:11:41 +00:00
Stephan Kulow
b0f44aeed7
removed the touch - it's wrong here
...
svn path=/trunk/kdegraphics/kdvi/; revision=64297
2000-09-18 19:00:27 +00:00
Stefan Kebekus
210468fd84
The final (?) word in font searching. Sigh.
...
svn path=/trunk/kdegraphics/kdvi/; revision=63974
2000-09-15 15:53:15 +00:00
Stefan Kebekus
7284fd9f0b
further robustified font searching
...
svn path=/trunk/kdegraphics/kdvi/; revision=63516
2000-09-11 08:24:06 +00:00
Rik Hemsley
15f4593d4e
Adding MapNotify=true to all that need it
...
svn path=/trunk/kdegraphics/kdvi/; revision=63289
2000-09-09 18:39:13 +00:00
Stefan Kebekus
f59b73e7a2
Improved font searching.
...
svn path=/trunk/kdegraphics/kdvi/; revision=62884
2000-09-06 08:58:39 +00:00
Matthias Hoelzer-Kluepfel
d8b723f1c3
Embedding in konqueror was broken.
...
svn path=/trunk/kdegraphics/kdvi/; revision=62860
2000-09-06 07:06:18 +00:00
Waldo Bastian
9bc46fae9c
WABA: --enable-final fixes
...
svn path=/trunk/kdegraphics/kdvi/; revision=61462
2000-08-18 17:53:00 +00:00
David Faure
53b3dd63b1
Added an InitialPreference to make sure those are picked up
...
instead of the x ones when both are installed.
svn path=/trunk/kdegraphics/kdvi/; revision=61376
2000-08-17 13:48:28 +00:00
Waldo Bastian
20726f32a9
WABA: "a make check always stops during compilation of file kpsewhich.c"
...
Patch by Otto Bruggeman <obruggie@worldonline.nl>
svn path=/trunk/kdegraphics/kdvi/; revision=61051
2000-08-15 05:58:37 +00:00
Stefan Kebekus
c20823babd
minor bugfix
...
svn path=/trunk/kdegraphics/kdvi/; revision=60664
2000-08-11 15:31:46 +00:00
Hans Petter Bieker
88d1993362
CXXFLAGS="$CXXFLAGS -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST"
...
:-)
svn path=/trunk/kdegraphics/kdvi/; revision=59876
2000-08-06 10:25:11 +00:00
Stefan Kebekus
5afed21885
minor bugfixes
...
svn path=/trunk/kdegraphics/kdvi/; revision=59540
2000-08-02 10:32:02 +00:00
Waldo Bastian
131bc9740e
WABA: bcopy is depreciated, use memcpy instead.
...
svn path=/trunk/kdegraphics/kdvi/; revision=59495
2000-08-01 19:22:40 +00:00
Stefan Kebekus
0a793634fd
Bugfix: don't show a document after it has been closed
...
svn path=/trunk/kdegraphics/kdvi/; revision=58639
2000-07-25 08:52:17 +00:00
David Faure
1cd225bb6b
bzero -> memset
...
svn path=/trunk/kdegraphics/kdvi/; revision=58590
2000-07-24 21:21:21 +00:00
Stefan Kebekus
0ae229ce9a
Fix hyperlink bug, remove "beta" from version name
...
svn path=/trunk/kdegraphics/kdvi/; revision=57723
2000-07-18 11:38:27 +00:00
Stefan Kebekus
85d673a7da
added DVI-file (Kulow suggested not to run latex during make)
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=57712
2000-07-18 10:41:49 +00:00
Michael Matz
ce4948f367
change to retrigger Makefile regeneration
...
svn path=/trunk/kdegraphics/kdvi/; revision=57529
2000-07-17 15:21:30 +00:00
Michael Matz
fdfb86d94e
includemocs. Again.
...
kebekus: why did you changed them to bla.moc.cpp and commented them out? Did
you forget to run make -f Makefile.cvs?
svn path=/trunk/kdegraphics/kdvi/; revision=57527
2000-07-17 15:18:43 +00:00
Michael Matz
79bf30d890
provide a default for vartexfonts (/var/tmp/texfonts), that paths.h is no
...
longer screwed.
svn path=/trunk/kdegraphics/kdvi/; revision=57524
2000-07-17 15:11:53 +00:00
Michael Matz
28390059cb
Now it really gets regenerated at the right time (before automake).
...
svn path=/trunk/kdegraphics/kdvi/; revision=57498
2000-07-17 13:49:54 +00:00
Michael Matz
d0162d2249
readd
...
coolo: c-auto.h.in is at least referenced in configure.in, and included
in version.h, so without it not even a make -f Makefile.cvs works. Uwes problem
seems to be somewhere else (but I don't know, where ;)
svn path=/trunk/kdegraphics/kdvi/; revision=57432
2000-07-17 02:40:43 +00:00
Stephan Kulow
5795cd21e7
don't rely on timestamps
...
svn path=/trunk/kdegraphics/kdvi/; revision=57298
2000-07-16 13:47:12 +00:00
Christopher Molnar
528f4b79f5
Fix to make it compile.
...
svn path=/trunk/kdegraphics/kdvi/; revision=57213
2000-07-16 00:20:08 +00:00
Stephan Kulow
02e5fcd217
fixed word puzzles
...
svn path=/trunk/kdegraphics/kdvi/; revision=56582
2000-07-13 15:50:19 +00:00
Stefan Kebekus
b2637d6565
switch hyperlinks ON by default
...
svn path=/trunk/kdegraphics/kdvi/; revision=56070
2000-07-11 11:00:35 +00:00
Michael Matz
bd2a761087
CVS_SILENT includemocs result
...
svn path=/trunk/kdegraphics/kdvi/; revision=56056
2000-07-11 02:28:05 +00:00
Stefan Kebekus
8b7954fbb7
slight improvement on reload()
...
svn path=/trunk/kdegraphics/kdvi/; revision=55946
2000-07-10 12:44:26 +00:00
Stefan Kebekus
13b84a0bb7
solved hyperlink problem: kviewshell is informed about page changes
...
svn path=/trunk/kdegraphics/kdvi/; revision=55751
2000-07-08 11:58:30 +00:00
Stefan Kebekus
f7bd400fb6
i18n-ification
...
svn path=/trunk/kdegraphics/kdvi/; revision=55745
2000-07-08 11:10:43 +00:00
Stefan Kebekus
0ec7acd4ac
minor bugfix in reload
...
svn path=/trunk/kdegraphics/kdvi/; revision=55680
2000-07-07 02:07:26 +00:00
Stefan Kebekus
cb30f9700e
beautification & Error Form
...
svn path=/trunk/kdegraphics/kdvi/; revision=55492
2000-07-05 10:44:59 +00:00
Stefan Kebekus
7daaa83ba7
added documentation
...
svn path=/trunk/kdegraphics/doc/kdvi/; revision=54938
2000-06-30 06:46:17 +00:00
Stefan Kebekus
18366865c1
Added help for kdvi; minor bugfixing
...
svn path=/trunk/kdegraphics/kdvi/; revision=54937
2000-06-30 06:41:47 +00:00
Stefan Schimanski
6bbaaf88b5
Removed dvi settings from the help menu.
...
svn path=/trunk/kdegraphics/kdvi/; revision=54673
2000-06-28 07:19:34 +00:00
Simon Hausmann
ff2fb18e99
- added version attribute
...
svn path=/trunk/kdegraphics/kdvi/; revision=54579
2000-06-27 09:18:59 +00:00