Commit graph

26 commits

Author SHA1 Message Date
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
2004-11-19 18:41:07 +00:00
Stefan Kebekus
614f1217d7 fixes bug #91954
svn path=/trunk/kdegraphics/kdvi/; revision=360290
2004-11-04 07:32:03 +00:00
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
2004-10-25 18:07:53 +00:00
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
2004-10-23 12:00:07 +00:00
Stefan Kebekus
1bf8e745fe started to implement continuous page view
svn path=/trunk/kdegraphics/kdvi/; revision=311269
2004-05-14 05:50:50 +00:00
Stefan Kebekus
12c23943ad added "embed PS figures" feature
svn path=/trunk/kdegraphics/kdvi/; revision=248486
2003-09-05 08:57:37 +00:00
David Faure
86f3409534 GUI-merging fixes (for the Settings menu)
svn path=/trunk/kdegraphics/kdvi/; revision=192484
2002-12-06 20:03:26 +00:00
Stephan Binner
6d61bba716 CVS_SILENT Style guide fix
svn path=/trunk/kdegraphics/kdvi/; revision=165306
2002-07-06 22:08:54 +00:00
Stephan Binner
8632c89489 CVS_SILENT Fixed capitalisation.
svn path=/trunk/kdegraphics/kdvi/; revision=134048
2002-01-26 22:53:21 +00:00
Stefan Kebekus
398e2ad87c added "tip of the day"
svn path=/trunk/kdegraphics/kdvi/; revision=129675
2002-01-03 12:33:14 +00:00
Stefan Kebekus
d80686556c fixed textsearch problems
svn path=/trunk/kdegraphics/kdvi/; revision=124276
2001-11-26 12:32:34 +00:00
Stefan Kebekus
519dd096bd added badly needed back/forward feature
svn path=/trunk/kdegraphics/kdvi/; revision=123860
2001-11-23 18:45:36 +00:00
Stefan Kebekus
0f00184ca0 add 'copy' action
svn path=/trunk/kdegraphics/kdvi/; revision=123833
2001-11-23 15:26:13 +00:00
Stefan Kebekus
6057d0f453 Implemented "Export to Text". Started to implement text search.
svn path=/trunk/kdegraphics/kdvi/; revision=119551
2001-10-27 11:38:16 +00:00
Stefan Kebekus
028b2218c8 added export functionality (DVI -> PS or PDF)
svn path=/trunk/kdegraphics/kdvi/; revision=94909
2001-05-03 08:45:04 +00:00
Stefan Kebekus
dadb5c4f58 added document info and feedback on font generation
svn path=/trunk/kdegraphics/kdvi/; revision=89088
2001-03-28 10:16:48 +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
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
Stefan Kebekus
74bf7d8ebd added PSGraphics-cache, source cleanup
svn path=/trunk/kdegraphics/kdvi/; revision=54062
2000-06-23 00:22:44 +00:00
Matthias Hoelzer-Kluepfel
9e863dd561 Changed preview notification.
svn path=/trunk/kdegraphics/kdvi/; revision=50328
2000-05-22 08:00:41 +00:00
Matthias Hoelzer-Kluepfel
fd9bb99a65 DVI options dialog.
svn path=/trunk/kdegraphics/kdvi/; revision=49790
2000-05-17 10:09:01 +00:00
David Faure
089e15d26c Provide text for menus
svn path=/trunk/kdegraphics/kdvi/; revision=40114
2000-02-06 18:50:42 +00:00
David Faure
a99cc84a94 New menu names.
BTW, I moved everything to the view menu. Those are viewing options,
not about editing at all.

svn path=/trunk/kdegraphics/kdvi/; revision=38798
2000-01-20 00:39:07 +00:00
David Faure
6113c0dddf Ported to new architecture. No actions in the GUI though. Simon ? :-)
I used actionCollection() :-)))

svn path=/trunk/kdegraphics/kdvi/; revision=38672
2000-01-18 21:41:19 +00:00