| .. |
|
data
|
okular -> graphics-viewer-document
|
19 years ago |
|
CMakeLists.txt
|
…
|
|
|
annotationguiutils.cpp
|
all of these functions should have a valid pointer as parameter, so assert instead of silently return
|
19 years ago |
|
annotationguiutils.h
|
class with static methods -> namespace
|
19 years ago |
|
annotationmodel.cpp
|
fix icons
|
19 years ago |
|
annotationmodel.h
|
Basic version of a tree model for the document annotations.
|
19 years ago |
|
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),
|
19 years ago |
|
annotationpopup.h
|
…
|
|
|
annotationpropertiesdialog.cpp
|
remove a deprecated from KIntNumInput
|
19 years ago |
|
annotationpropertiesdialog.h
|
remove the "advanced" tab, whose only purpouse was debugging
|
19 years ago |
|
annotationproxymodels.cpp
|
fix icons
|
19 years ago |
|
annotationproxymodels.h
|
Add proxy model for grouping by author
|
19 years ago |
|
annotationtools.cpp
|
…
|
|
|
annotationtools.h
|
…
|
|
|
annotationwidgets.cpp
|
correctly locale the icon (when stored as metadata) in the prixmap preview widget
|
19 years ago |
|
annotationwidgets.h
|
Allow the use to choose any icon as stamp symbol.
|
19 years ago |
|
annotwindow.cpp
|
get rid of the hand made resize grip and use QSizeGrip - the trick about it was making the widget to be resized a Qt::SubWindow
|
19 years ago |
|
annotwindow.h
|
…
|
|
|
bookmarklist.cpp
|
Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically.
|
19 years ago |
|
bookmarklist.h
|
Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document).
|
19 years ago |
|
embeddedfilesdialog.cpp
|
duplicate header
|
19 years ago |
|
embeddedfilesdialog.h
|
revert nonsense
|
19 years ago |
|
findbar.cpp
|
icon renamings:
|
19 years ago |
|
findbar.h
|
…
|
|
|
formwidgets.cpp
|
rename the selectionChanged() slot of LineEdit to slotSelectionChanged()
|
19 years ago |
|
formwidgets.h
|
rename the selectionChanged() slot of LineEdit to slotSelectionChanged()
|
19 years ago |
|
ktreeviewsearchline.cpp
|
Add a port of the kdelibs classes KTreeWidgetSearchLine* that use QTreeView/QModelIndex instead of TreeWidget/QTreeWidgetItem.
|
19 years ago |
|
ktreeviewsearchline.h
|
Add a port of the kdelibs classes KTreeWidgetSearchLine* that use QTreeView/QModelIndex instead of TreeWidget/QTreeWidgetItem.
|
19 years ago |
|
minibar.cpp
|
Code adaptation because of changes on libraries related to revision 719630
|
19 years ago |
|
minibar.h
|
Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document).
|
19 years ago |
|
pageitemdelegate.cpp
|
…
|
|
|
pageitemdelegate.h
|
…
|
|
|
pagepainter.cpp
|
for now, paint the external annotations as well, as we have no way to know whether the general is able to paint them
|
19 years ago |
|
pagepainter.h
|
Now (Qt 4.3.1) that QPainter::CompositionMode_Multiply works remove agg2 based code
|
19 years ago |
|
pagesizelabel.cpp
|
Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document).
|
19 years ago |
|
pagesizelabel.h
|
Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document).
|
19 years ago |
|
pageview.cpp
|
slightly better wording
|
19 years ago |
|
pageview.h
|
add a form widget controller to prepare the pageview to possible changes when the content in a form widget changes
|
19 years ago |
|
pageviewannotator.cpp
|
disable the "construct again the same annotation", it seems too confusing
|
19 years ago |
|
pageviewannotator.h
|
Make use of the Esc key in the content area:
|
19 years ago |
|
pageviewutils.cpp
|
for now, disable the animation of the review toolbar, as it seems to be slow sometimes
|
19 years ago |
|
pageviewutils.h
|
add a method to toggle any of the tool buttons
|
19 years ago |
|
presentationsearchbar.cpp
|
icon renamings:
|
19 years ago |
|
presentationsearchbar.h
|
…
|
|
|
presentationwidget.cpp
|
Icon naming spec compliance (code changes):
|
19 years ago |
|
presentationwidget.h
|
Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document).
|
19 years ago |
|
propertiesdialog.cpp
|
Make the text of the values in the Properties dialog selectable using mouse.
|
19 years ago |
|
propertiesdialog.h
|
stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished
|
19 years ago |
|
searchlineedit.cpp
|
activate by default the clear button on every document search lineedit
|
19 years ago |
|
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
|
19 years ago |
|
searchwidget.cpp
|
adapt to the new icon names
|
19 years ago |
|
searchwidget.h
|
it does not need to be a toolbar, a widget + layout is more than enough
|
19 years ago |
|
side_reviews.cpp
|
fix icons
|
19 years ago |
|
side_reviews.h
|
Add proxy model for grouping by author
|
19 years ago |
|
sidebar.cpp
|
recalc correctly the width of the sidebar when changing the icon size or toggling the text
|
19 years ago |
|
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.
|
19 years ago |
|
thumbnaillist.cpp
|
Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically.
|
19 years ago |
|
thumbnaillist.h
|
Change the DocumentObserver::notifySetup() to allow a better tuning of the different setup options (different layout for the pages, or different document).
|
19 years ago |
|
toc.cpp
|
Create a model for the TOC, and use that for displaying the TOC of the document.
|
19 years ago |
|
toc.h
|
Create a model for the TOC, and use that for displaying the TOC of the document.
|
19 years ago |
|
tocmodel.cpp
|
we need to register QModelIndex as metatype to be able to pass it as parameter for queued slot calls
|
19 years ago |
|
tocmodel.h
|
Create a model for the TOC, and use that for displaying the TOC of the document.
|
19 years ago |
|
toolaction.cpp
|
Add a tool button in the toolbar with the "select" actions.
|
19 years ago |
|
toolaction.h
|
Add a tool button in the toolbar with the "select" actions.
|
19 years ago |