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
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
Angus Leeming
8d784b5ce0
Sync with QDVI; mainly removal of redundant #includes.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=475508
21 years ago
Angus Leeming
777dbcd108
Sync with the 3.5 working branch. Mainly whitespace.
...
svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=475326
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
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
Wilfried Huss
934522d43a
Include cleanups
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=462681
21 years ago
Wilfried Huss
46bb5ad692
Port of revision 455384
...
Fix gcc >= 4.0 miscompilation.
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=455385
21 years ago
Wilfried Huss
235c9d7dc4
SVN_SILENT cleanups
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=453640
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
562f3fb2ae
changes due to API update
...
svn path=/trunk/kdegraphics/kdvi/; revision=408763
21 years ago
Wilfried Huss
3d173f0a85
Store single characters into the textLinkList if possible, to allow finer grained selections.
...
svn path=/trunk/kdegraphics/kdvi/; revision=407003
21 years ago
Wilfried Huss
5f5d79db40
Make custom paper colors also work with pages which contain PostScript graphics.
...
svn path=/trunk/kdegraphics/kdvi/; revision=396452
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
Wilfried Huss
933fc77349
Hyperlink underlining is now done by the ViewShell.
...
svn path=/trunk/kdegraphics/kdvi/; revision=378989
21 years ago
Stefan Kebekus
74365f20be
fixes bug #89538
...
svn path=/trunk/kdegraphics/kdvi/; revision=373480
22 years ago
Stefan Kebekus
da9201dbc0
probleme im GhostScript Interface behoben
...
svn path=/trunk/kdegraphics/kdvi/; revision=371484
22 years ago
Stefan Kebekus
59bbaa4127
fixed problems in the ghostscript interface
...
svn path=/trunk/kdegraphics/kdvi/; revision=370091
22 years ago
Stefan Kebekus
a02d5a5a66
further API cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=367673
22 years ago
Stefan Kebekus
f195c650ec
started with API for page sizes
...
svn path=/trunk/kdegraphics/kdvi/; revision=367092
22 years ago
Stefan Kebekus
d7c8085f9b
further API cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=363094
22 years ago
Wilfried Huss
89b8dbba4a
Start of KViewShell/KDVI refractoring.
...
Files moved from KDVI to KViewShell:
selection.{h,cpp}
documentPage.{h,cpp}
documentPageCache.{h,cpp}
documentWidget.{h,cpp}
history.{h,cpp}
optionDialogGUIWidget_base.ui
Methods moved from KDVIMultiPage to KMultiPage:
void doGoForward()
void doGoBack()
Q_UINT16 getCurrentPageNumber()
void goto_page(int page, int y, bool isLink)
bool gotoPage(int page)
void generateDocumentWidgets(int startPage)
void setViewMode(int mode)
New Classes in KViewShell:
DocumentRenderer:
Abstract baseclass for dviWin.
TODO: needs a more complete API.
New Classes in KDVI:
DviWidget:
Subclass of DocumentWidget. Handels DVI-specific source links.
TODO: Source link data structures need to be moved out of class
DocumentPage, which is now part of KViewShell.
TODO: Restore Configuration GUI of the Overview Viewmode.
svn path=/trunk/kdegraphics/kdvi/; revision=357089
22 years ago
Stefan Kebekus
1623b266c6
GUI: reduce number of options, remove unnecessary options
...
svn path=/trunk/kdegraphics/kdvi/; revision=355684
22 years ago
Stefan Kebekus
39db6d6929
fixes bugs #76358 , #70681
...
svn path=/trunk/kdegraphics/kdvi/; revision=339817
22 years ago
Stefan Kebekus
5dda8b2ec3
fixes problems with large documents
...
svn path=/trunk/kdegraphics/kdvi/; revision=325910
22 years ago
Stephan Binner
ffa7cfb0ea
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdegraphics/kdvi/; revision=323729
22 years ago
Stefan Kebekus
b7bc324a97
further restructuring of source
...
svn path=/trunk/kdegraphics/kdvi/; revision=308399
22 years ago
Stefan Kebekus
c588e86711
*** empty log message ***
...
svn path=/trunk/kdegraphics/kdvi/; revision=304834
22 years ago
Stefan Kebekus
79ebe1ebc2
further re-organization of source; expect more
...
svn path=/trunk/kdegraphics/kdvi/; revision=303537
22 years ago
Stefan Kebekus
f3d842531f
started to re-organize code in order to implement wish #49867
...
svn path=/trunk/kdegraphics/kdvi/; revision=299531
22 years ago
Laurent Montel
66ad31f1a2
Fix kdDebug
...
svn path=/trunk/kdegraphics/kdvi/; revision=295845
22 years ago
Stefan Kebekus
4f8389a51e
fixes bug #74761
...
svn path=/trunk/kdegraphics/kdvi/; revision=288314
22 years ago
Stefan Kebekus
0ca630cbf8
kdvi now correctly extracts and interprets hyperlinks that are
...
contained in PS specials
svn path=/trunk/kdegraphics/kdvi/; revision=253270
23 years ago
Stefan Kebekus
12c23943ad
added "embed PS figures" feature
...
svn path=/trunk/kdegraphics/kdvi/; revision=248486
23 years ago
Stefan Kebekus
9a3e1d034b
isolated prescan code and fixed a problem with placement of EPS graphics
...
svn path=/trunk/kdegraphics/kdvi/; revision=243704
23 years ago
Stefan Kebekus
a8c6e15e06
bugfix, GUI: fixes problems with fontsize for FreeType fonts, and
...
problems with the font info dialog
svn path=/trunk/kdegraphics/kdvi/; revision=239245
23 years ago
Stefan Kebekus
9e66104d04
implemented some basic TPIC specials
...
svn path=/trunk/kdegraphics/kdvi/; revision=238483
23 years ago
Stefan Kebekus
a5096623c2
preparation for later implementation of asynchronous DVI rendering
...
svn path=/trunk/kdegraphics/kdvi/; revision=226132
23 years ago
Stefan Kebekus
a557c99724
further improve font rendering, virtual fonts are now displayed 50% faster
...
svn path=/trunk/kdegraphics/kdvi/; revision=222420
23 years ago
Stefan Kebekus
0eb0c5e7a1
improved glyph rendering for PK fonts
...
svn path=/trunk/kdegraphics/kdvi/; revision=220816
23 years ago
Stefan Kebekus
5b40d68f24
significant improvement in startup-performance for DVI file with lots of fonts
...
svn path=/trunk/kdegraphics/kdvi/; revision=218683
23 years ago
Stefan Kebekus
0d4ef35d19
started to implement colored font specials (not yet working)
...
svn path=/trunk/kdegraphics/kdvi/; revision=217530
23 years ago
Stefan Kebekus
ffa1589e69
further implementation of Type1 fonts (proper font encoding still missing)
...
svn path=/trunk/kdegraphics/kdvi/; revision=216435
23 years ago