| .. |
|
action.cpp
|
Add an action kind for executing a script when activated.
|
18 years ago |
|
action.h
|
extra ','
|
18 years ago |
|
annotations.cpp
|
Implement the canBeMoved() check for an annotation in the Annotation class itself.
|
18 years ago |
|
annotations.h
|
Implement the canBeMoved() check for an annotation in the Annotation class itself.
|
18 years ago |
|
annotations_p.h
|
Add the possibility to store in an Annotation a "native id" of the annotation itself.
|
18 years ago |
|
area.cpp
|
redirect all the debug output of core to the debug area
|
18 years ago |
|
area.h
|
Introduce a selective merging strategy for text areas, so we merge only all the areas of a text "line" together, not also with the areas above (if the lines overlap).
|
19 years ago |
|
audioplayer.cpp
|
redirect all the debug output of core to the debug area
|
18 years ago |
|
audioplayer.h
|
extract the private class of AudioPlayer out of the implementation, so the Document can store the url of the current document;
|
19 years ago |
|
audioplayer_p.h
|
fix or add the include guards
|
19 years ago |
|
bookmarkmanager.cpp
|
Add a bookmarksChanged(url) signal to notify when the bookmarks for that url have changed.
|
18 years ago |
|
bookmarkmanager.h
|
Add a bookmarksChanged(url) signal to notify when the bookmarks for that url have changed.
|
18 years ago |
|
chooseenginedialog.cpp
|
manually add the <qt>...</qt> markers, as it seems the only way to make that text recognized as rich text (albeit the format forced as Qt::RichText...)
|
19 years ago |
|
chooseenginedialog_p.h
|
the dialog for choosing backend is private, so let its header be _p.h
|
19 years ago |
|
chooseenginewidget.ui
|
small touches to the backend choosing dialog:
|
19 years ago |
|
debug_p.h
|
adapt to the recent debug areas
|
18 years ago |
|
document.cpp
|
limit the number of text pages we keep in memory so that searching does not bring your system to its knees
|
18 years ago |
|
document.h
|
add a private slot for hooks on config change
|
18 years ago |
|
document_p.h
|
limit the number of text pages we keep in memory so that searching does not bring your system to its knees
|
18 years ago |
|
fileprinter.cpp
|
Match const in implementation to interface (why isn't it a QString &, anyway?)
|
18 years ago |
|
fileprinter.h
|
I feel really sorry in reverting the last commit, but we keep binary compatibility :/
|
18 years ago |
|
fontinfo.cpp
|
init fix
|
19 years ago |
|
fontinfo.h
|
SVN_SILENT exclude more private stuff from the apidox
|
19 years ago |
|
form.cpp
|
Add support for an action to be triggered on activation.
|
18 years ago |
|
form.h
|
Add support for an action to be triggered on activation.
|
18 years ago |
|
form_p.h
|
Add support for an action to be triggered on activation.
|
18 years ago |
|
generator.cpp
|
Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can.
|
18 years ago |
|
generator.h
|
limit the number of text pages we keep in memory so that searching does not bring your system to its knees
|
18 years ago |
|
generator_p.cpp
|
Slightly change the indexes used to query the generator for fonts:
|
18 years ago |
|
generator_p.h
|
Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can.
|
18 years ago |
|
global.h
|
Add an action kind for executing a script when activated.
|
18 years ago |
|
misc.cpp
|
redirect all the debug output of core to the debug area
|
18 years ago |
|
misc.h
|
…
|
|
|
observer.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 |
|
observer.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 |
|
okularGenerator.desktop
|
SVN_SILENT made messages (.desktop file)
|
18 years ago |
|
okular_export.h
|
fix win32 compilation
|
19 years ago |
|
page.cpp
|
redirect all the debug output of core to the debug area
|
18 years ago |
|
page.h
|
move deleteTextSelections() to the private class
|
19 years ago |
|
page_p.h
|
move deleteTextSelections() to the private class
|
19 years ago |
|
pagecontroller.cpp
|
delay the real creation + initialization of the weaver to the real needed moment
|
19 years ago |
|
pagecontroller_p.h
|
delay the real creation + initialization of the weaver to the real needed moment
|
19 years ago |
|
pagesize.cpp
|
make PageSize implicitely shared
|
19 years ago |
|
pagesize.h
|
SVN_SILENT exclude more private stuff from the apidox
|
19 years ago |
|
pagetransition.cpp
|
simplier copy
|
19 years ago |
|
pagetransition.h
|
DOX: slightly improve apidox generation
|
19 years ago |
|
rotationjob.cpp
|
extract in an own static function te calculation of a rotation matrix from both source and destination rotations
|
19 years ago |
|
rotationjob_p.h
|
extract in an own static function te calculation of a rotation matrix from both source and destination rotations
|
19 years ago |
|
scripter.cpp
|
Add a scripter class to execute scripts on request.
|
18 years ago |
|
scripter.h
|
Add a scripter class to execute scripts on request.
|
18 years ago |
|
sound.cpp
|
krazy include order issues
|
19 years ago |
|
sound.h
|
small dox fixes
|
19 years ago |
|
sourcereference.cpp
|
krazy include order issues
|
19 years ago |
|
sourcereference.h
|
…
|
|
|
textdocumentgenerator.cpp
|
limit the scope of the text cursor, so it's deleted before the mutex unlock
|
18 years ago |
|
textdocumentgenerator.h
|
new method/signal for okular 0.7 (kde 4.1)
|
18 years ago |
|
textdocumentgenerator_p.h
|
Make the rendering for TextDocument-based generators threaded, only if Qt (via QFontDatabase) tells us we can.
|
18 years ago |
|
textpage.cpp
|
Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text.
|
18 years ago |
|
textpage.h
|
remove TextPage::transform() from the public API, and make the Page change the TextPage transformation easily
|
19 years ago |
|
textpage_p.h
|
Internally replace a TextEntity with a "lighter version", that stores the raw UTF-16 data of the text.
|
18 years ago |
|
utils.cpp
|
fix win32 compilation
|
19 years ago |
|
utils.h
|
…
|
|
|
version.h
|
Add an installed header with the okular version as number and string (ala kdeversion.h);
|
18 years ago |
|
view.cpp
|
Start a View class for managing the "views" of a document.
|
18 years ago |
|
view.h
|
add viewId()
|
18 years ago |
|
view_p.h
|
Start a View class for managing the "views" of a document.
|
18 years ago |