..
action.cpp
save really few bytes
19 years ago
action.h
SVN_SILENT exclude more private stuff from the apidox
19 years ago
annotations.cpp
add private helpers to properly transform the base coordinates of an annotation
19 years ago
annotations.h
SVN_SILENT exclude more private stuff from the apidox
19 years ago
annotations_p.h
add private helpers to properly transform the base coordinates of an annotation
19 years ago
area.cpp
don't do the merge when turning a regular area rect into an highlight area rect
19 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
SVN_SILENT clean a bit the debug output
19 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
Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically.
19 years ago
bookmarkmanager.h
Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically.
19 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 the debug stuff to the new kdebug way:
19 years ago
document.cpp
Save the rotation of the document, so when reopening the document the last rotation is kept.
19 years ago
document.h
Move all the bookmarking stuff into the BookmarkManager, that now updates the Document observers automatically.
19 years ago
document_p.h
Save the rotation of the document, so when reopening the document the last rotation is kept.
19 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 the possibility to remember the contents of form fields when closing a document, and to restore them when reopening the document.
19 years ago
form.h
SVN_SILENT exclude more private stuff from the apidox
19 years ago
form_p.h
Add the possibility to remember the contents of form fields when closing a document, and to restore them when reopening the document.
19 years ago
generator.cpp
Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
19 years ago
generator.h
Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
19 years ago
generator_p.cpp
stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished
19 years ago
generator_p.h
Make the document closing a bit more safe wrt internal threading - the closing waits for the background threads, to avoid aving them running with stale stuff.
19 years ago
global.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
misc.cpp
adapt the debug stuff to the new kdebug way:
19 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)
19 years ago
okular_export.h
fix win32 compilation
19 years ago
page.cpp
hm, we always need to 'transform' all the annotations, so the internal data are (re)set correctly
19 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
…
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
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
Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
19 years ago
textdocumentgenerator.h
Port from KPrinter to QPrinter, remove dependency on KDE4_KDEPRINT_LIBS.
19 years ago
textdocumentgenerator_p.h
common d_ptr+q_ptr structure for Generator/TextDocumentGenerator, and their private classes
19 years ago
textpage.cpp
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
textpage.h
remove TextPage::transform() from the public API, and make the Page change the TextPage transformation easily
19 years ago
textpage_p.h
instead of just keeping the transformation matrix, add the pointer to the owning page in a text page, so a text page can know more information, and with no need to manually be updated by the page
19 years ago
utils.cpp
fix win32 compilation
19 years ago
utils.h
…