| .. |
|
data
|
disable the (already unused) knewstuff2 stuff from compilation and installation
|
16 years ago |
|
CMakeLists.txt
|
…
|
|
|
annotationmodel.cpp
|
Copy Okular's app icon from Oxygen core as "okular",
|
18 years ago |
|
annotationmodel.h
|
Krazy: Check for C++ ctors that should be declared 'explicit'.
|
16 years ago |
|
annotationpopup.cpp
|
Enable people to remove annotations from the tree in the page or author
|
18 years ago |
|
annotationpopup.h
|
Krazy: Check for C++ ctors that should be declared 'explicit'.
|
16 years ago |
|
annotationpropertiesdialog.cpp
|
make the movie annotations recognizable in the interface
|
18 years ago |
|
annotationpropertiesdialog.h
|
…
|
|
|
annotationproxymodels.cpp
|
Enable people to remove annotations from the tree in the page or author
|
18 years ago |
|
annotationproxymodels.h
|
…
|
|
|
annotationtools.cpp
|
remember to always intialize your vars; m_init, in this case
|
17 years ago |
|
annotationtools.h
|
…
|
|
|
annotationwidgets.cpp
|
- drop the "stamp-" prefix from svg stamps: first the stamp is searched among the SVG stamps, otherwise the classic "icon" loading is tried
|
18 years ago |
|
annotationwidgets.h
|
Add a very simple configuration widget for caret annotations.
|
18 years ago |
|
annotwindow.cpp
|
focus the text when showing an annotation popup
|
17 years ago |
|
annotwindow.h
|
focus the text when showing an annotation popup
|
17 years ago |
|
bookmarklist.cpp
|
maintain the bookmark view sorted when adding new elements in the "selective" tree update
|
16 years ago |
|
bookmarklist.h
|
add a context menu for the top-level items (representing the files), to allow to:
|
16 years ago |
|
embeddedfilesdialog.cpp
|
Fix the embedded files dialog's save button, so that it enables/disables as per selection.
|
16 years ago |
|
embeddedfilesdialog.h
|
Fix the embedded files dialog's save button, so that it enables/disables as per selection.
|
16 years ago |
|
fileprinterpreview.cpp
|
PS print dialog: open with a non-lilliputian size, and remember its size across invocations
|
17 years ago |
|
fileprinterpreview.h
|
PS print dialog: open with a non-lilliputian size, and remember its size across invocations
|
17 years ago |
|
findbar.cpp
|
Set the 'close' toolbutton in the findbar to default size (review request 3589).
|
16 years ago |
|
findbar.h
|
stop the search when pressing the [x] button in the find bar
|
17 years ago |
|
formwidgets.cpp
|
KUrl::path() -> KUrl::toLocalFile()
|
16 years ago |
|
formwidgets.h
|
Krazy: Check for C++ ctors that should be declared 'explicit'.
|
16 years ago |
|
guiutils.cpp
|
Krazy: Check single-char QString operations for efficiency.
|
16 years ago |
|
guiutils.h
|
make the iconloader in GuiUtils a stack
|
16 years ago |
|
ktreeviewsearchline.cpp
|
Support case sensitivity and regular expressions in the
|
17 years ago |
|
ktreeviewsearchline.h
|
Support case sensitivity and regular expressions in the
|
17 years ago |
|
minibar.cpp
|
do not hardcode the maximum number of digits of the pages line edit to 4
|
17 years ago |
|
minibar.h
|
…
|
|
|
pageitemdelegate.cpp
|
…
|
|
|
pageitemdelegate.h
|
…
|
|
|
pagepainter.cpp
|
do not trust kdelibs to give a pixmap even if we ask for it since sometimes it fails
|
16 years ago |
|
pagepainter.h
|
Make it possible to draw just sections (crops within bounding boxes) of pages.
|
18 years ago |
|
pagesizelabel.cpp
|
…
|
|
|
pagesizelabel.h
|
…
|
|
|
pageview.cpp
|
forwardport r1146788 | aacid | 2010-07-06 18:18:21 +0100 (dt, 06 jul 2010) | 2 lines
|
16 years ago |
|
pageview.h
|
Nicer way to handle setting of the drag cursor now that we have some actions that trigger on double click
|
16 years ago |
|
pageviewannotator.cpp
|
i wonder why gcc thinks this is an ambiguous if, but fix the warning
|
17 years ago |
|
pageviewannotator.h
|
…
|
|
|
pageviewutils.cpp
|
Load video widgets for the video annotations of the document in the main page view.
|
18 years ago |
|
pageviewutils.h
|
Load video widgets for the video annotations of the document in the main page view.
|
18 years ago |
|
presentationsearchbar.cpp
|
…
|
|
|
presentationsearchbar.h
|
…
|
|
|
presentationwidget.cpp
|
Okular: in presentation mode, disable mouse clicks on the overlay if mouse cursor is hidden.
|
16 years ago |
|
presentationwidget.h
|
bring back the leaveEvent as as pino noted its is needed for multimonitor setups
|
16 years ago |
|
propertiesdialog.cpp
|
activate the overwriting confirmation in all the other file save dialogs
|
16 years ago |
|
propertiesdialog.h
|
Commit "Document information" patch by Luigi Toscano, 8 months without a nack from any devel and i like it, so let's commit it
|
17 years ago |
|
searchlineedit.cpp
|
port SearchLineWidget to KPixmapSequence* and remove own AnimatedWidget
|
16 years ago |
|
searchlineedit.h
|
port SearchLineWidget to KPixmapSequence* and remove own AnimatedWidget
|
16 years ago |
|
searchwidget.cpp
|
Copy Okular's app icon from Oxygen core as "okular",
|
18 years ago |
|
searchwidget.h
|
…
|
|
|
side_reviews.cpp
|
Save case sensitivity and regular expression search options for the Contents
|
17 years ago |
|
side_reviews.h
|
Save case sensitivity and regular expression search options for the Contents
|
17 years ago |
|
sidebar.cpp
|
Kill two superfluous empty lines I added by mistake. SVN_SILENT
|
17 years ago |
|
sidebar.h
|
…
|
|
|
thumbnaillist.cpp
|
properly initialize m_vectorIndex
|
16 years ago |
|
thumbnaillist.h
|
Typo fixes for API documentation.
|
18 years ago |
|
toc.cpp
|
Save case sensitivity and regular expression search options for the Contents
|
17 years ago |
|
toc.h
|
Save case sensitivity and regular expression search options for the Contents
|
17 years ago |
|
tocmodel.cpp
|
Support for external URLs as destination for the TOC items.
|
18 years ago |
|
tocmodel.h
|
Krazy: Check for C++ ctors that should be declared 'explicit'.
|
16 years ago |
|
toolaction.cpp
|
proxyWidget just died
|
16 years ago |
|
toolaction.h
|
…
|
|
|
tts.cpp
|
revert last commit, fixed the wrong way
|
16 years ago |
|
tts.h
|
no need to tie the TTS object to the page view stuff, just emit the error messages and let the page view handle them
|
18 years ago |
|
videowidget.cpp
|
leave the seek slider in the popup as horizontal
|
18 years ago |
|
videowidget.h
|
few improvements to the video widget (yay for airport hacking):
|
18 years ago |