Commit graph

13 commits

Author SHA1 Message Date
Wilfried Huss 54488ffb27 Port of commits 472264:472267
Cleanups

svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=472268
2005-10-20 10:19:15 +00:00
Angus Leeming d9a2398979 SVN_SILENT:
Whitespace

svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=470741
2005-10-14 22:46:01 +00:00
Wilfried Huss 934522d43a Include cleanups
Patch by Angus Leeming

svn path=/trunk/KDE/kdegraphics/kdvi/; revision=462681
2005-09-21 18:10:56 +00:00
Wilfried Huss 235c9d7dc4 SVN_SILENT cleanups
Patch by Angus Leeming

svn path=/trunk/KDE/kdegraphics/kdvi/; revision=453640
2005-08-26 18:18:29 +00:00
Laurent Montel eb4e9d8824 Fix error
svn path=/branches/work/kde4/kdegraphics/kdvi/; revision=423058
2005-06-07 10:36:52 +00:00
Wilfried Huss 39eab18ab8 CenteringScrollview -> PageView
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=421124
2005-06-02 09:12:59 +00:00
Wilfried Huss 1c5d95853a Unifying classnames: documentWidget -> DocumentWidget
Some cleanups

svn path=/trunk/KDE/kdegraphics/kdvi/; revision=409682
2005-05-05 08:50:23 +00:00
Wilfried Huss 6761034b1f Adapt to latest API changes.
svn path=/trunk/KDE/kdegraphics/kdvi/; revision=409357
2005-05-04 18:21:43 +00:00
Stefan Kebekus 562f3fb2ae changes due to API update
svn path=/trunk/kdegraphics/kdvi/; revision=408763
2005-04-30 08:51:52 +00:00
Wilfried Huss 28441fc1a3 Some cleanups for the text selection code.
svn path=/trunk/kdegraphics/kdvi/; revision=406612
2005-04-19 20:09:43 +00:00
Stefan Kebekus a02d5a5a66 further API cleanup
svn path=/trunk/kdegraphics/kdvi/; revision=367673
2004-12-01 18:13:55 +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 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