Chusslove Illich
4a0ac9d183
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=528186
20 years ago
Stefan Kebekus
7c3032682b
port of commit #521551 , API cleanup: clarify the meaning of two signals in kmultipage.h
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=523646
20 years ago
Wilfried Huss
411f1233ca
Porf of commit 515590
...
Don't crash on DVI files that contain no paper size special.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=517374
20 years ago
Wilfried Huss
32c5114704
Add threading to the DVI plugin. Postscript is disabled for now, because
...
starting a QProcess in a QThread crashes the program. It works in Qt3.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=514902
20 years ago
Laurent Montel
2d4e0d47b0
Deprecated--
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=506839
20 years ago
Laurent Montel
3aead09295
Compile/link
...
Deprecated--
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=503481
20 years ago
Laurent Montel
544c95f775
KURL->KUrl
...
Launch script to adapt to new kdelibs API
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=503148
20 years ago
Wilfried Huss
66a13026ea
port of commits 497464
...
The DVI plugin works again.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=497468
20 years ago
Angus Leeming
dd6007dfa4
Tweaks to enable the code to compile with MSVC 2003.Net.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=496078
20 years ago
Angus Leeming
04bca5d65b
SVN_SILENT:
...
Whitespace only (sync with QDVI).
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=494424
20 years ago
Angus Leeming
1a8f7292b6
SVN_SILENT:
...
Whitespace.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=494366
20 years ago
Angus Leeming
fea67c3cbf
SVN_SILENT:
...
Whitespace.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=494063
20 years ago
Wilfried Huss
bac7f451ff
port of commit 493048
...
Add support for multithreading to achieve a nonblocking GUI.
At the moment only the fax and djvu plugins use this feature.
For the pdf plugin a small change to libpoppler is needed first.
And since the dvi plugin uses QPainter to draw the pages using
a thread for page rendering is not possible without major changes.
Qt4 should probably help.
There are still a few little issues, but I commit this now since the patch
is already quite large.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=493837
20 years ago
Angus Leeming
e3db97f6d5
s/KShellProcess/KProcess/
...
The trick, Stefan, is changing the store of the printer options from a QString to a QStringList. Cleaner code too...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=492698
21 years ago
Angus Leeming
74d84cc3c2
Refactor the DVI export and source special code into their own classes.
...
Still uses KShellProcess because of dvips weirdness.
Tested as well as possible given the current hosed state of the core kdelibs.
(Near identical code in the "working" branch based on KDE3.5's kdelibs works perfectly.)
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=492627
21 years ago
Angus Leeming
c8ab3354bf
Pass by const reference, not by value.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=490717
21 years ago
Wilfried Huss
c4c7a82500
Port of commit 490113
...
Fix inverse search for rotated views.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=490114
21 years ago
Angus Leeming
fad8cb4f3d
Use separate handles for the editor and export external processes.
...
Fix a memory leak:
if (proc != 0) {
+ delete proc;
proc = 0;
}
proc = new KProcess;
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=489001
21 years ago
Angus Leeming
3b0782f406
Fix a crash caused by querying a widget after the dialog has been deleted.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=488994
21 years ago
Angus Leeming
716a4440ae
Finish off the previous commit (sorry 'bout that): set setUseShell if quoting args.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=488807
21 years ago
Angus Leeming
24fbb04410
s/KShellProcess/KProcess/
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=488799
21 years ago
Angus Leeming
3c52ed15fc
* Use KMimeType::findByFileContent in preference to the deprecated KMimeMagic::findFileType.
...
* Trivial tidy up of #includes.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=488794
21 years ago
Angus Leeming
9154aba7e4
More info to emacs on how to retain the current style.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=488778
21 years ago
Angus Leeming
c9e093dbb3
Tell emacs how to format the files.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=486678
21 years ago
Laurent Montel
ae1583c6ad
qt3support--
...
Q3ValueList->QList
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=480297
21 years ago
Laurent Montel
d08e61af60
Byebye Q3VBox
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=479488
21 years ago
Laurent Montel
454459b3e1
qt3support--
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=478607
21 years ago
Angus Leeming
8cf9cc84c4
Use the same kdDebug wrapper for both QDVI and KDVI.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=477356
21 years ago
Wilfried Huss
4fe14fa528
Make it compile with the new kdelibs snapshot.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=476641
21 years ago
Laurent Montel
50b5395797
Adapt kde4 api
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=476569
21 years ago
Angus Leeming
8d784b5ce0
Sync with QDVI; mainly removal of redundant #includes.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=475508
21 years ago
Laurent Montel
fd3cb8ea02
Qt3support--
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=474742
21 years ago
Angus Leeming
17bb86813d
Rearrange #includes.
...
Include most specific (local files) first and most generic (system headers) last
. Makes it much easier to see the differences with QDVI.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=473492
21 years ago
Angus Leeming
d9a2398979
SVN_SILENT:
...
Whitespace
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=470741
21 years ago
Wilfried Huss
61450e7ab8
Port of revision 470623:
...
applies baseURL patch
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=470653
21 years ago
Angus Leeming
d175df8ace
Sync QDVI and KDVI header files as much as possible.
...
#include <config.h> in all .cpp files.
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=470366
21 years ago
Angus Leeming
8533a28e9b
Initialise all POD member variables.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=470234
21 years ago
Wilfried Huss
4db54de9c2
Constification
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=466960
21 years ago
Wilfried Huss
969f24fb5c
Cleanups
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=463925
21 years ago
Laurent Montel
5f62ebfb24
qt3_support--
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=463609
21 years ago
Wilfried Huss
171b5ead00
Port of commit 463376
...
Provide a specialized getText() implementation that ignores postscript specials.
This gives a huge performance boost for text search an text export in documents
with many EPS figures.
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=463377
21 years ago
Wilfried Huss
934522d43a
Include cleanups
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=462681
21 years ago
Wilfried Huss
93badc9cc3
SVN_SILENT
...
TRUE -> true
FALSE -> false
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=453652
21 years ago
Wilfried Huss
235c9d7dc4
SVN_SILENT cleanups
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=453640
21 years ago
Laurent Montel
8ae2192055
Warning--
...
Fix qdatastream versioning
Fix compile
svn path=/branches/work/kde4/kdegraphics/kdvi/; revision=436378
21 years ago
Stefan Kebekus
8d38bacff8
internal changes to better support document editors
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=434470
21 years ago
Stefan Kebekus
5f068f5473
fixes problem with bookmark reloading
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=430503
21 years ago
Stefan Kebekus
8192e730c2
treat special characters in bookmarks correctly
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=428839
21 years ago
Stefan Kebekus
c920c6fccc
finished with bookmark support
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=428113
21 years ago
Stefan Kebekus
a35a86bd01
fixes crash, and implements bookmarks (the latter not yet finished)
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=427872
21 years ago