..
data
add the svg of the annotation tool icons
2012-06-10 22:04:27 +02:00
annotationmodel.cpp
Hide widget annotations from the user
2012-12-12 19:33:48 +01:00
annotationmodel.h
Krazy: Check for C++ ctors that should be declared 'explicit'.
2010-04-02 19:03:57 +00:00
annotationpopup.cpp
Use different RMB menus in page view and review pane
2012-08-15 19:21:25 +02:00
annotationpopup.h
Use different RMB menus in page view and review pane
2012-08-15 19:21:25 +02:00
annotationpropertiesdialog.cpp
Disable GUI operations on certain types of annotations
2012-05-17 23:50:10 +02:00
annotationpropertiesdialog.h
SVN_SILENT fix include guard
2008-02-08 15:22:15 +00:00
annotationproxymodels.cpp
Qt decided to start passing invalid indexes to mapFromSource, do not crash on them
2012-01-16 21:09:10 +01:00
annotationproxymodels.h
Add proxy model for grouping by author
2007-09-10 09:35:08 +00:00
annotationtools.cpp
Small style changes
2012-10-15 20:21:43 +02:00
annotationtools.h
Small style changes
2012-10-15 20:21:43 +02:00
annotationwidgets.cpp
Normalize signals/slots
2011-07-31 21:22:04 +02:00
annotationwidgets.h
Add a very simple configuration widget for caret annotations.
2008-04-23 07:55:39 +00:00
annotwindow.cpp
Show latex button when the annotation popup window is opened
2012-06-05 00:48:52 +02:00
annotwindow.h
Small rework of AnnotWindow
2012-01-17 23:46:37 +01:00
bookmarklist.cpp
Sort bookmarks from the same page in viewport order
2012-06-05 00:49:16 +02:00
bookmarklist.h
add a context menu for the top-level items (representing the files), to allow to:
2010-01-09 13:15:33 +00:00
CMakeLists.txt
clean up the CMakeLists.txt files from the auto* stuff
2006-07-07 15:08:46 +00:00
embeddedfilesdialog.cpp
Fix the embedded files dialog's save button, so that it enables/disables as per selection.
2010-03-03 16:46:29 +00:00
embeddedfilesdialog.h
Fix the embedded files dialog's save button, so that it enables/disables as per selection.
2010-03-03 16:46:29 +00:00
fileprinterpreview.cpp
Make it possible to type a page number and press enter in Print Preview
2012-06-05 00:49:15 +02:00
fileprinterpreview.h
PS print dialog: open with a non-lilliputian size, and remember its size across invocations
2009-03-26 22:44:16 +00:00
findbar.cpp
Keep the find bar working after ESC is pressed in PageView
2012-07-12 22:56:24 +02:00
findbar.h
Keep the find bar working after ESC is pressed in PageView
2012-07-12 22:56:24 +02:00
formwidgets.cpp
Added support for user strings in editable form combobox fields
2012-11-03 18:28:50 +01:00
formwidgets.h
Added support for user strings in editable form combobox fields
2012-11-03 18:28:50 +01:00
guiutils.cpp
Extend GuiUtils with helper function for ScreenAnnotations
2012-10-22 13:04:26 +02:00
guiutils.h
Extend GuiUtils with helper function for ScreenAnnotations
2012-10-22 13:04:26 +02:00
ktreeviewsearchline.cpp
Normalize signals/slots
2011-07-31 21:22:04 +02:00
ktreeviewsearchline.h
Support case sensitivity and regular expressions in the
2009-10-15 20:25:47 +00:00
latexrenderer.cpp
fix escaping / unescaping of latex formula in html code
2011-10-29 15:03:30 +02:00
latexrenderer.h
Revert m_fileList removal, we actually need it
2011-09-22 20:20:53 +02:00
minibar.cpp
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
minibar.h
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02: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
Change TilesManager::tilesAt use
2012-11-15 20:41:17 -03:00
pagepainter.h
Add the possibility to show sources location graphically on the rendered pages.
2011-10-17 20:56:45 +01:00
pagesizelabel.cpp
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
pagesizelabel.h
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
pageview.cpp
Repaint on config change
2012-12-31 12:04:23 +01:00
pageview.h
Merge branch 'master' into tiled-rendering
2012-11-08 20:51:01 -03:00
pageviewannotator.cpp
PickPointEngine: make sure that new annotations are within page limits
2012-12-16 21:05:15 +01:00
pageviewannotator.h
Small style changes
2012-10-15 20:21:43 +02:00
pageviewutils.cpp
PDF documents: Tell the user that XFA forms are not supported yet
2012-11-03 18:28:51 +01:00
pageviewutils.h
Allow the "continuous" selection of a tool by double clicking on it
2011-01-31 23:51:34 +00:00
presentationsearchbar.cpp
Normalize signals/slots
2011-07-31 21:22:04 +02: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
Adapt PageView and PresentationWidget to handle ScreenAnnotations correctly
2012-10-25 08:30:41 +02:00
presentationwidget.h
Adapt PageView and PresentationWidget to handle ScreenAnnotations correctly
2012-10-25 08:30:41 +02:00
propertiesdialog.cpp
orderedProperties should contain keys (i.e. tagnames) not titles
2012-07-02 12:04:48 +02:00
propertiesdialog.h
Document properties: remove toggle button
2010-07-20 22:19:41 +00:00
searchlineedit.cpp
Reset search input box color when SearchLineEdit::resetSearch() is called
2012-07-12 22:57:46 +02:00
searchlineedit.h
Keep the find bar working after ESC is pressed in PageView
2012-07-12 22:56:24 +02:00
searchwidget.cpp
Normalize signals/slots
2011-07-31 21:22:04 +02: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
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
side_reviews.h
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
sidebar.cpp
Remember collapse state of sidebar when file is auto-reloaded
2011-12-28 00:49:44 +01:00
sidebar.h
Remember collapse state of sidebar when file is auto-reloaded
2011-12-28 00:49:44 +01:00
snapshottaker.cpp
Fix behaviour of VideoWidget and SnapshotTaker
2012-09-28 10:11:13 +02:00
snapshottaker.h
Fix behaviour of VideoWidget and SnapshotTaker
2012-09-28 10:11:13 +02:00
thumbnaillist.cpp
Repaint on config change
2012-12-31 12:04:23 +01:00
thumbnaillist.h
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
toc.cpp
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
toc.h
Introduce notifyCurrentPageChanged callback DocumentObserver interface
2012-09-06 08:46:10 +02:00
tocmodel.cpp
do not try to get the label of pages "out of the document"
2011-02-12 14:42:55 +00:00
tocmodel.h
Krazy: Check for C++ ctors that should be declared 'explicit'.
2010-04-02 19:03:57 +00:00
toolaction.cpp
Remember the mouse mode on exit
2012-03-09 13:31:24 -05:00
toolaction.h
Add a tool button in the toolbar with the "select" actions.
2007-09-14 10:02:33 +00:00
tts.cpp
Normalize signals/slots
2011-07-31 21:22:04 +02:00
tts.h
port TTS to QDBusServiceWatcher
2010-08-14 13:18:55 +00:00
videowidget.cpp
Make VideoWidget independet of associated annotation type
2012-10-22 13:03:36 +02:00
videowidget.h
Make VideoWidget independet of associated annotation type
2012-10-22 13:03:36 +02:00