.. |
annotations.cpp
|
move the ui-related utils functions for annotations in an own utils class
|
2006-12-27 23:56:38 +00:00 |
annotations.h
|
DOX: improvements and fixes
|
2007-01-20 14:51:43 +00:00 |
area.cpp
|
use the right include
|
2007-01-02 17:50:24 +00:00 |
area.h
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |
bookmarkmanager.cpp
|
Use the form "<page> - <name>" for the items in the Bookmarks menu.
|
2007-01-18 21:20:08 +00:00 |
bookmarkmanager.h
|
DOX: improvements and fixes
|
2007-01-20 14:51:43 +00:00 |
chooseenginedialog.cpp
|
generator -> backend in the gui
|
2006-11-10 20:48:28 +00:00 |
chooseenginedialog.h
|
Moved all classes in core/ into the 'Okular' namespace and removed
|
2006-09-21 08:45:36 +00:00 |
chooseenginewidget.ui
|
improve a bit
|
2006-06-14 19:51:35 +00:00 |
document.cpp
|
First part of the porting to a threaded api for generators
|
2007-01-24 15:06:45 +00:00 |
document.h
|
Make PixmapRequest::swap() public but mark it for internal usage.
|
2007-01-17 16:50:54 +00:00 |
generator.cpp
|
simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore
|
2007-01-26 16:35:30 +00:00 |
generator.h
|
simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore
|
2007-01-26 16:35:30 +00:00 |
global.h
|
Use a proper enum to deal with orientation/rotation all around okular.
|
2007-01-05 17:09:47 +00:00 |
link.cpp
|
don't leak memory when loading page actions from poppler, and sound objects
|
2007-01-06 14:25:33 +00:00 |
link.h
|
Fixed krazy issues
|
2007-01-04 15:22:28 +00:00 |
misc.cpp
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |
misc.h
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |
observer.cpp
|
Moved dummy implementation of DocumentObserver in observer.cpp,
|
2006-12-05 08:53:26 +00:00 |
observer.h
|
remove old enum (belongs to the external -removed- notification system)
|
2007-01-07 11:46:33 +00:00 |
okular_export.h
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |
okularGenerator.desktop
|
missing Encoding
|
2006-12-15 14:39:40 +00:00 |
page.cpp
|
small api fix
|
2007-01-20 22:04:10 +00:00 |
page.h
|
small api fix
|
2007-01-20 22:04:10 +00:00 |
pagesize.cpp
|
Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done.
|
2007-01-05 23:12:06 +00:00 |
pagesize.h
|
Improve the way we deal with generators that give the possibility to change the size of the pages: instead of let them destroy and recreate the pages (bad), ask them the sizes they support, then do the work ourselves and notify the generator when the work is done.
|
2007-01-05 23:12:06 +00:00 |
pagetransition.cpp
|
API cleanup
|
2006-11-27 08:04:41 +00:00 |
pagetransition.h
|
DOX: slightly improve apidox generation
|
2007-01-13 22:55:00 +00:00 |
rotationjob.cpp
|
Use a proper enum to deal with orientation/rotation all around okular.
|
2007-01-05 17:09:47 +00:00 |
rotationjob.h
|
Use a proper enum to deal with orientation/rotation all around okular.
|
2007-01-05 17:09:47 +00:00 |
sound.cpp
|
API cleanup
|
2006-11-27 08:04:41 +00:00 |
sound.h
|
DOX: improvements and fixes
|
2007-01-20 14:51:43 +00:00 |
sourcereference.cpp
|
Moved SourceReference into its own file
|
2007-01-02 17:45:32 +00:00 |
sourcereference.h
|
Add missing Q_DISABLE_COPY
|
2007-01-05 16:40:07 +00:00 |
textdocumentgenerator.cpp
|
simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore
|
2007-01-26 16:35:30 +00:00 |
textdocumentgenerator.h
|
simplify a bit the Feature system: move it to the base Generator class, and add a protected method to switch a feature on and off easily - no more need to copy&paste hasFeature() anymore
|
2007-01-26 16:35:30 +00:00 |
textdocumentgenerator_p.h
|
Add new TextDocumentGenerator class, which is a base class for
|
2007-01-13 23:15:28 +00:00 |
textpage.cpp
|
no need to pass a reference to an enum value
|
2007-01-05 15:00:12 +00:00 |
textpage.h
|
DOX: slightly improve apidox generation
|
2007-01-13 22:55:00 +00:00 |
threadedgenerator.cpp
|
Add support for threaded extraction of text pages, now we just have to
|
2007-01-24 18:27:54 +00:00 |
threadedgenerator.h
|
Add support for threaded extraction of text pages, now we just have to
|
2007-01-24 18:27:54 +00:00 |
threadedgenerator_p.h
|
Add support for threaded extraction of text pages, now we just have to
|
2007-01-24 18:27:54 +00:00 |
utils.cpp
|
API cleanup (utils.h), renamed getDpiX -> dpiX() and getDpiY -> dpiY()
|
2006-11-27 08:13:47 +00:00 |
utils.h
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |