okular/ui
Albert Astals Cid bdd4fa1c0d make sure we keep next and previous pages if we are on aggresive mode
svn path=/trunk/KDE/kdegraphics/okular/; revision=803592
2008-05-03 12:34:49 +00:00
..
data - add oxygen icons for the 'pushpin' and 'paperclip' symbols for file attachment annotations 2008-04-20 10:55:08 +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 Offers the possibility to save the attached file when right clicking on a file attachment annotation. 2008-04-14 22:41:13 +00:00
annotationpopup.h support more than one annotation in the annotation popup 2008-01-14 13:39:23 +00:00
annotationpropertiesdialog.cpp make the text of the creation and modification date labels copyable 2008-04-21 08:12:43 +00:00
annotationpropertiesdialog.h SVN_SILENT fix include guard 2008-02-08 15:22:15 +00:00
annotationproxymodels.cpp do not search twice 2008-04-27 11:56:00 +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 Add a very simple configuration widget for caret annotations. 2008-04-23 07:55:39 +00:00
annotationwidgets.h Add a very simple configuration widget for caret annotations. 2008-04-23 07:55:39 +00:00
annotwindow.cpp make the tooltip for the close button of the annotation window a bit more clear 2008-03-24 14:34:05 +00:00
annotwindow.h Properly apply, and reload when changed, the annotation info in the annotation window (color, modication date, etc). 2008-03-24 00:08:08 +00:00
bookmarklist.cpp do not update more than the necessary 2008-04-04 10:29:06 +00:00
bookmarklist.h move the search for the item for a specified url into an own method 2008-04-04 10:19:12 +00:00
CMakeLists.txt clean up the CMakeLists.txt files from the auto* stuff 2006-07-07 15:08:46 +00:00
embeddedfilesdialog.cpp move the embedded file saving function to the GuiUtils 2008-04-14 22:31:28 +00:00
embeddedfilesdialog.h store the EmbeddedFile* directly in the QTreeWidgetItem 2008-02-10 02:02:58 +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 Typo fixes 2008-04-11 21:16:43 +00:00
findbar.h Make the find bar able to change the search direction; 2008-03-14 14:19:25 +00:00
formwidgets.cpp Make the push buttons of forms trigger their activation action, if present. 2008-03-20 17:45:37 +00:00
formwidgets.h Make the push buttons of forms trigger their activation action, if present. 2008-03-20 17:45:37 +00:00
guiutils.cpp Implement the canBeMoved() check for an annotation in the Annotation class itself. 2008-05-01 20:59:51 +00:00
guiutils.h Implement the canBeMoved() check for an annotation in the Annotation class itself. 2008-05-01 20:59:51 +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 use kclasses 2008-01-12 19:06:46 +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 factorize the creation of pens with "standard" annotation style settings 2008-04-16 16:37:59 +00:00
pagepainter.h less typos 2008-04-13 13:15:15 +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 Implement the canBeMoved() check for an annotation in the Annotation class itself. 2008-05-01 20:59:51 +00:00
pageview.h add viewId() 2008-04-27 14:30:26 +00:00
pageviewannotator.cpp do not leak the empty selection 2008-04-08 23:38:33 +00:00
pageviewannotator.h Review toolbar: 2007-12-08 15:59:04 +00:00
pageviewutils.cpp Use the id of the form fields as id, not the name! 2008-02-11 01:37:02 +00:00
pageviewutils.h Use the id of the form fields as id, not the name! 2008-02-11 01:37:02 +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 make sure we keep next and previous pages if we are on aggresive mode 2008-05-03 12:34:49 +00:00
presentationwidget.h isolate the good screen change code snippet in an own function, and use that one from the size change event as well 2008-04-11 20:41:22 +00:00
propertiesdialog.cpp Don't set the minimumSize manually, let QLayout do the job, 2008-03-06 13:33:17 +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 Extend the generic search line edit for finding backward. 2008-03-14 14:17:02 +00:00
searchlineedit.h Extend the generic search line edit for finding backward. 2008-03-14 14:17:02 +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 Allow the selection of more than annotation in the annotation tree, so they can be deleted at once using the popup menu. 2008-01-14 13:59:30 +00:00
side_reviews.h Add proxy model for grouping by author 2007-09-10 09:35:08 +00:00
sidebar.cpp Typo fixes 2008-04-11 21:16:43 +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 Refactor a bit the thumbnails view. 2008-01-24 11:37:00 +00:00
thumbnaillist.h Refactor a bit the thumbnails view. 2008-01-24 11:37:00 +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 Return the tooltip as well. 2008-03-13 13:06:53 +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
tts.cpp do not leak the kspeech interface object 2008-03-05 15:39:26 +00:00
tts.h - keep track of the speech jobs we started 2008-03-05 12:02:14 +00:00