Wilfried Huss
235c9d7dc4
SVN_SILENT cleanups
...
Patch by Angus Leeming
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=453640
21 years ago
Wilfried Huss
37f7000ef1
Port of revision 444197
...
Make my last commit also work correctly for DVI-Files.
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=444198
21 years ago
Wilfried Huss
3ff30b06a0
Port of Revision 443451
...
Refractor the text export into the kviewshell.
This has the additional benefit that text export is now also available for DjVu files.
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=443454
21 years ago
Stephan Binner
50c0634141
Yes/No dialog buttons are bad for usability
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=437918
21 years ago
Wilfried Huss
edb07d08e9
Add icon and fix a warning.
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=435653
21 years ago
Stefan Kebekus
8d38bacff8
internal changes to better support document editors
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=434470
21 years ago
Laurent Montel
eb4e9d8824
Fix error
...
svn path=/branches/work/kde4/kdegraphics/kdvi/; revision=423058
21 years ago
Stefan Kebekus
2864880ad6
further work on printing API
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=417964
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
Wilfried Huss
54d920cb32
Adapt to API change.
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=417409
21 years ago
Andrew Coles
a613556bc5
SVN_SILENT
...
Corrected typos (use of exclamation points, english -> English).
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=411488
21 years ago
Wilfried Huss
1c5d95853a
Unifying classnames: documentWidget -> DocumentWidget
...
Some cleanups
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=409682
21 years ago
Wilfried Huss
6761034b1f
Adapt to latest API changes.
...
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=409357
21 years ago
Stefan Kebekus
562f3fb2ae
changes due to API update
...
svn path=/trunk/kdegraphics/kdvi/; revision=408763
21 years ago
Wilfried Huss
0a539c0048
Show a warning message if the user activates search for the first time.
...
svn path=/trunk/kdegraphics/kdvi/; revision=407151
21 years ago
Wilfried Huss
28441fc1a3
Some cleanups for the text selection code.
...
svn path=/trunk/kdegraphics/kdvi/; revision=406612
21 years ago
Stefan Kebekus
2fff26a400
changed API for printing
...
svn path=/trunk/kdegraphics/kdvi/; revision=396956
21 years ago
Wilfried Huss
0a5c2c32bf
Disable "Select All" and "Find..." actions if no file is loaded.
...
svn path=/trunk/kdegraphics/kdvi/; revision=396931
21 years ago
Stefan Kebekus
40e65fb291
moved the reload method
...
svn path=/trunk/kdegraphics/kdvi/; revision=396066
21 years ago
Stefan Kebekus
008619ba77
API cleanup for opening files
...
svn path=/trunk/kdegraphics/kdvi/; revision=395685
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
f16a91f6a5
fixes minor problem with text selection on re-loading
...
svn path=/trunk/kdegraphics/kdvi/; revision=388590
21 years ago
Stefan Kebekus
cf361a620f
fixes minor issue when reloading (statusbar not updated, current page not set). Helau and Alaaf.
...
svn path=/trunk/kdegraphics/kdvi/; revision=387325
21 years ago
Wilfried Huss
57b7f2b8fe
CVS_SILENT: Update About Data
...
svn path=/trunk/kdegraphics/kdvi/; revision=385043
21 years ago
Stefan Kebekus
2b7287ee5d
fixes statusbar issue
...
svn path=/trunk/kdegraphics/kdvi/; revision=384851
21 years ago
Stefan Kebekus
5d41aeadbd
removes rarely used configuration option
...
svn path=/trunk/kdegraphics/kdvi/; revision=381851
21 years ago
Dirk Mueller
ed1d2784d5
fix compile
...
svn path=/trunk/kdegraphics/kdvi/; revision=377445
21 years ago
Wilfried Huss
444bde03b9
Use K_EXPORT_COMPONENT_FACTORY.
...
svn path=/trunk/kdegraphics/kdvi/; revision=377217
21 years ago
Stefan Kebekus
ddbbf810e8
moving methods from kdvi_multipage to kmultipage
...
svn path=/trunk/kdegraphics/kdvi/; revision=374665
22 years ago
Stefan Kebekus
533fd54785
fixes crash in text search
...
svn path=/trunk/kdegraphics/kdvi/; revision=372699
22 years ago
Wilfried Huss
47b1d915bc
Fix type of signal request_goto_page.
...
svn path=/trunk/kdegraphics/kdvi/; revision=372287
22 years ago
Wilfried Huss
9e84bdece9
pageNumber -> PageNumber
...
svn path=/trunk/kdegraphics/kdvi/; revision=371955
22 years ago
Stefan Kebekus
e3913dc718
further API cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=369692
22 years ago
Stefan Kebekus
4f1550a715
kdvi now re-paints thumbnails and re-adjusts the number of page widgets
...
when a file is reloaded.
svn path=/trunk/kdegraphics/kdvi/; revision=369194
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
Wilfried Huss
de78826437
Remove unnecessary slot.
...
svn path=/trunk/kdegraphics/kdvi/; revision=365596
22 years ago
Wilfried Huss
6d9412d8fd
Use seperate main function for kdvi, to make it behave like a regular KDE program.
...
This is only temporarely until we get the plugin loader of kviewshell rewritten.
svn path=/trunk/kdegraphics/kdvi/; revision=364310
22 years ago
Wilfried Huss
1c21aae62f
Basic Thumbnail support.
...
Moved the MarkList into MultiPage, and again some refractoring.
svn path=/trunk/kdegraphics/kdvi/; revision=364076
22 years ago
Wilfried Huss
f6ee8874ab
CVS_SILENT Use better variablename (currentPage => pageCache)
...
svn path=/trunk/kdegraphics/kdvi/; revision=363461
22 years ago
Wilfried Huss
f020968bc7
Move towards a sane API for KMultiPage.
...
svn path=/trunk/kdegraphics/kdvi/; revision=363455
22 years ago
Wilfried Huss
30c947a1c0
Move setZoom from KDVIMultiPage to KMultiPage.
...
Plus again some include cleanups.
svn path=/trunk/kdegraphics/kdvi/; revision=363139
22 years ago
Wilfried Huss
1de6a99eb6
Implement closeURL() in KMultiPage.
...
Reset widgetList and update the ScrollView when an URL is closed.
Plus some cleanups.
svn path=/trunk/kdegraphics/kdvi/; revision=363138
22 years ago
Stefan Kebekus
d7c8085f9b
further API cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=363094
22 years ago
Stefan Kebekus
b866a87c4c
API cleanup
...
svn path=/trunk/kdegraphics/kdvi/; revision=362652
22 years ago
Stefan Kebekus
15eb0206f3
re-organization of source code and removal of rarely used configuration
...
items; expect more changes soon
svn path=/trunk/kdegraphics/kdvi/; revision=361706
22 years ago
Wilfried Huss
73b292fe3c
Move repaintAllVisibleWidgets(void) from KDVIMultiPage to KMultiPage.
...
svn path=/trunk/kdegraphics/kdvi/; revision=361162
22 years ago
Stefan Kebekus
8bd18f31d6
fixes name clash with the kdeprint subsystem; patch by Luciano Montanaro
...
svn path=/trunk/kdegraphics/kdvi/; revision=360391
22 years ago
Stefan Kebekus
614f1217d7
fixes bug #91954
...
svn path=/trunk/kdegraphics/kdvi/; revision=360290
22 years ago
Wilfried Huss
9f7c3388c1
Port of KViewShell to KConfigXT.
...
Reactivation of the config dialog for the overview viewmode.
Thanks to Frans Englich for pointing me at the right direction.
svn path=/trunk/kdegraphics/kdvi/; revision=357640
22 years ago