okular/ui
Urs Wolfer d1b4c8ae17 Optimize PNG files again.
Last optimization has been done almost two years ago. There a lot of new files in trunk (e.g all Oxygen stuff).
It's not the correct time to do that again (before the release).

This run saves again around 10MB of diskspace without any restrictions.

svn path=/trunk/KDE/kdegraphics/okular/; revision=755647
2008-01-02 00:10:07 +00:00
..
data Optimize PNG files again. 2008-01-02 00:10:07 +00:00
annotationmodel.cpp delete the annotation item when the annotation it represent was removed 2007-12-25 14:47:53 +00:00
annotationmodel.h Basic version of a tree model for the document annotations. 2007-09-08 17:10:35 +00:00
annotationpopup.cpp Start making the annotation system DRM-aware. In case the document does not want changes to its annotations (and okular is set to obey), 2007-08-27 22:11:18 +00:00
annotationpopup.h krazy include order issues 2007-04-19 18:30:20 +00:00
annotationpropertiesdialog.cpp for now, disable the editing of extrnal annotations (ie, the ones in the document) 2007-12-08 12:45:44 +00:00
annotationpropertiesdialog.h remove the "advanced" tab, whose only purpouse was debugging 2007-10-03 22:44:11 +00:00
annotationproxymodels.cpp Icon naming spec compliance (code changes - KDE/): 2007-12-28 16:21:31 +00:00
annotationproxymodels.h Add proxy model for grouping by author 2007-09-10 09:35:08 +00:00
annotationtools.cpp krazy include order issues 2007-04-19 18:30:20 +00:00
annotationtools.h fix win32 compilation 2007-03-18 17:14:36 +00:00
annotationwidgets.cpp Globally store an icon loader different that the global one (eg the KPart one); 2007-12-24 15:02:32 +00:00
annotationwidgets.h Add a simple GUI to configure the tickness for line annotations. 2007-12-08 11:31:37 +00:00
annotwindow.cpp disable the option button for now 2007-12-07 21:55:41 +00:00
annotwindow.h Moved all classes in core/ into the 'Okular' namespace and removed 2006-09-21 08:45:36 +00:00
bookmarklist.cpp Masses of icon fixes and adaptions, caused by the original 2007-12-03 06:27:42 +00:00
bookmarklist.h Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
CMakeLists.txt clean up the CMakeLists.txt files from the auto* stuff 2006-07-07 15:08:46 +00:00
embeddedfilesdialog.cpp duplicate header 2007-07-10 22:20:31 +00:00
embeddedfilesdialog.h revert nonsense 2007-10-06 09:07:18 +00:00
fileprinterpreview.cpp move the FilePrinterPreview to the kpart (no need for it to be in the core library) 2007-12-03 00:17:12 +00:00
fileprinterpreview.h move the FilePrinterPreview to the kpart (no need for it to be in the core library) 2007-12-03 00:17:12 +00:00
findbar.cpp Icon naming spec compliance (code changes - KDE/): 2007-12-28 19:10:48 +00:00
findbar.h fix some easy krazy issues 2007-04-15 19:11:10 +00:00
formwidgets.cpp rename the selectionChanged() slot of LineEdit to slotSelectionChanged() 2007-11-24 16:41:57 +00:00
formwidgets.h rename the selectionChanged() slot of LineEdit to slotSelectionChanged() 2007-11-24 16:41:57 +00:00
guiutils.cpp Globally store an icon loader different that the global one (eg the KPart one); 2007-12-24 15:02:32 +00:00
guiutils.h Globally store an icon loader different that the global one (eg the KPart one); 2007-12-24 15:02:32 +00:00
ktreeviewsearchline.cpp cache few things, but it's still sloooooooooooow 2007-12-16 22:36:27 +00:00
ktreeviewsearchline.h Add a port of the kdelibs classes KTreeWidgetSearchLine* that use QTreeView/QModelIndex instead of TreeWidget/QTreeWidgetItem. 2007-09-09 15:50:00 +00:00
minibar.cpp reduce the default x-scale of minibar buttons, otherwise some widget styles will want to make them wide over any human limit 2007-12-09 21:32:02 +00:00
minibar.h Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
pageitemdelegate.cpp krazy include order issues 2007-04-19 18:30:20 +00:00
pageitemdelegate.h Support for labelling the pages, and for displaying the page label (if any) in the table of contents side pane. 2007-01-19 23:30:32 +00:00
pagepainter.cpp Globally store an icon loader different that the global one (eg the KPart one); 2007-12-24 15:02:32 +00:00
pagepainter.h Now (Qt 4.3.1) that QPainter::CompositionMode_Multiply works remove agg2 based code 2007-09-05 22:01:04 +00:00
pagesizelabel.cpp show/hide the antiwidget when we show/hide ourselves 2007-11-28 23:40:39 +00:00
pagesizelabel.h Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
pageview.cpp Icon naming spec (code changes - KDE/): 2008-01-01 14:52:38 +00:00
pageview.h add a form widget controller to prepare the pageview to possible changes when the content in a form widget changes 2007-10-18 22:09:49 +00:00
pageviewannotator.cpp do not leak the text selection when stopping the construction of a text highlight annotation 2007-12-25 14:21:49 +00:00
pageviewannotator.h Review toolbar: 2007-12-08 15:59:04 +00:00
pageviewutils.cpp correctly show/hide the form widgets in each page correctly even when not in Continuous mode 2007-12-31 22:22:38 +00:00
pageviewutils.h correctly show/hide the form widgets in each page correctly even when not in Continuous mode 2007-12-31 22:22:38 +00:00
presentationsearchbar.cpp Icon naming spec compliance (code changes - KDE/): 2007-12-28 19:10:48 +00:00
presentationsearchbar.h make the D-Bus call for the search have effect also when in presentation mode; 2007-04-20 19:45:33 +00:00
presentationwidget.cpp Icon naming spec compliance (code changes - KDE/): 2007-12-26 19:31:48 +00:00
presentationwidget.h Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
propertiesdialog.cpp page is in -1..n-1 now 2007-12-28 17:14:10 +00:00
propertiesdialog.h stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished 2007-07-08 21:22:37 +00:00
searchlineedit.cpp activate by default the clear button on every document search lineedit 2007-09-14 15:42:27 +00:00
searchlineedit.h add the searchId to the searchFinished() signal of the Document, so each search line edit can ignore any search not started by itself 2007-08-23 22:16:37 +00:00
searchwidget.cpp adapt to the new icon names 2007-10-02 16:23:28 +00:00
searchwidget.h it does not need to be a toolbar, a widget + layout is more than enough 2007-08-24 14:04:48 +00:00
side_reviews.cpp Icon naming spec compliance (code changes - KDE/): 2007-12-28 16:21:31 +00:00
side_reviews.h Add proxy model for grouping by author 2007-09-10 09:35:08 +00:00
sidebar.cpp recalc correctly the width of the sidebar when changing the icon size or toggling the text 2007-11-03 20:48:10 +00:00
sidebar.h Make it possible to choose the size for the icons in the sidebar, by choosing it in the popup menu of the sidebar itself. 2007-11-01 22:58:09 +00:00
thumbnaillist.cpp Manage the enabled state of the page thumbnail list's scrollbar. 2007-12-09 16:31:43 +00:00
thumbnaillist.h Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document). 2007-09-09 10:50:36 +00:00
toc.cpp don't activate the TOC when it has no items 2007-12-26 16:01:54 +00:00
toc.h Create a model for the TOC, and use that for displaying the TOC of the document. 2007-09-09 16:15:33 +00:00
tocmodel.cpp don't activate the TOC when it has no items 2007-12-26 16:01:54 +00:00
tocmodel.h don't activate the TOC when it has no items 2007-12-26 16:01:54 +00:00
toolaction.cpp set the help tooltip also when creating a toolbar button for the action 2007-11-28 22:54:22 +00:00
toolaction.h Add a tool button in the toolbar with the "select" actions. 2007-09-14 10:02:33 +00:00