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
20 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
20 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
Laurent Montel
eb4e9d8824
Fix error
...
svn path=/branches/work/kde4/kdegraphics/kdvi/; revision=423058
21 years ago
Wilfried Huss
1ecf23be6a
dviwin* -> dviRenderer*
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=421139
21 years ago
Wilfried Huss
17c5d9850d
Move the sourceHyperlinkList into kdvi where it belongs.
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=417449
21 years ago
Stefan Kebekus
cd302911fc
API change to facilitate printing
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=414131
21 years ago
Wilfried Huss
1c5d95853a
Unifying classnames: documentWidget -> DocumentWidget
...
Some cleanups
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=409682
21 years ago
Stefan Kebekus
562f3fb2ae
changes due to API update
...
svn path=/trunk/kdegraphics/kdvi/; revision=408763
21 years ago
Stefan Kebekus
d646e0cb73
fixes bug #102689
...
svn path=/trunk/kdegraphics/kdvi/; revision=407802
21 years ago
Stefan Kebekus
230e92e1b9
API stabilization
...
svn path=/trunk/kdegraphics/kdvi/; revision=395187
21 years ago
Wilfried Huss
83a058e644
Add support for custom paper colors.
...
Fix fayout in font configuration dialog.
svn path=/trunk/kdegraphics/kdvi/; revision=393457
21 years ago
Stefan Kebekus
5d41aeadbd
removes rarely used configuration option
...
svn path=/trunk/kdegraphics/kdvi/; revision=381851
21 years ago
Stefan Kebekus
33f025c90e
fixes serious problems with page sizes
...
svn path=/trunk/kdegraphics/kdvi/; revision=378700
21 years ago
Stefan Kebekus
96e209cc30
move link handling to the kmultipage
...
svn path=/trunk/kdegraphics/kdvi/; revision=377249
21 years ago
Stefan Kebekus
59bbaa4127
fixed problems in the ghostscript interface
...
svn path=/trunk/kdegraphics/kdvi/; revision=370091
22 years ago