| .. |
|
action.cpp
|
rename (almost) every ActionFoo class to FooAction
|
19 years ago |
|
action.h
|
param changed name
|
19 years ago |
|
annotations.cpp
|
it makes no sense having a returned type for the base Annotation class (that can not be instanced directly)
|
19 years ago |
|
annotations.h
|
it makes no sense having a returned type for the base Annotation class (that can not be instanced directly)
|
19 years ago |
|
annotations_p.h
|
decouple the transformation applying and resetting methods, and reset the transformation when setting a new bonding rect or translating
|
19 years ago |
|
area.cpp
|
adapt the debug stuff to the new kdebug way:
|
19 years ago |
|
area.h
|
first (and i hope last) attempt to exclude the internal area functions from the apidox
|
19 years ago |
|
audioplayer.cpp
|
Remove use of k_funcinfo
|
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
|
SVN_SILENT unused parameter
|
19 years ago |
|
bookmarkmanager.h
|
DOX: improvements and fixes
|
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
|
Cleanup a bit the GuiInterface, and making it work.
|
19 years ago |
|
document.h
|
Cleanup a bit the GuiInterface, and making it work.
|
19 years ago |
|
fontinfo.cpp
|
init fix
|
19 years ago |
|
fontinfo.h
|
minor renamings in the EmbedType enum:
|
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
|
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_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
|
Cleanup a bit the GuiInterface, and making it work.
|
19 years ago |
|
generator.h
|
fixed wrong example in the apidox, and all the code that was done by copy&paste from it, basically...
|
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
|
stop gracefully the font extraction thread when closing a document or the properties dialog; make the thread deleting itself when finished
|
19 years ago |
|
global.h
|
add the permission to fill forms
|
19 years ago |
|
misc.cpp
|
adapt the debug stuff to the new kdebug way:
|
19 years ago |
|
misc.h
|
Do a lot of include cleanups... we install all important
|
19 years ago |
|
observer.cpp
|
Allow the user to change the visible part(s) of the document by dragging the visible areas in the thumbnails, and to change the zoom of the document by Ctrl+wheel on them.
|
19 years ago |
|
observer.h
|
Allow the user to change the visible part(s) of the document by dragging the visible areas in the thumbnails, and to change the zoom of the document by Ctrl+wheel on them.
|
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
|
do nothing if we have no form fields for a page, but form saved data for it are there anyway
|
19 years ago |
|
page.h
|
Remove not necessary "class classname;"
|
19 years ago |
|
page_p.h
|
move the setTextSelections, setHighlight and deleteHighlights to the private class of Page, as they are private for now
|
19 years ago |
|
pagecontroller.cpp
|
Do not start numberOfPagesWithPixmaps threads because that brings the system down, just start what threadweaver thinks its best
|
19 years ago |
|
pagecontroller_p.h
|
Do not start numberOfPagesWithPixmaps threads because that brings the system down, just start what threadweaver thinks its best
|
19 years ago |
|
pagesize.cpp
|
make PageSize implicitely shared
|
19 years ago |
|
pagesize.h
|
clean the headers
|
19 years ago |
|
pagetransition.cpp
|
simplier copy
|
19 years ago |
|
pagetransition.h
|
DOX: slightly improve apidox generation
|
19 years ago |
|
rotationjob.cpp
|
SVN_SILENT don't allocate a matrix in the rare case there's no need for it
|
19 years ago |
|
rotationjob_p.h
|
fix or add the include guards
|
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
|
Add missing Q_DISABLE_COPY
|
19 years ago |
|
textdocumentgenerator.cpp
|
properly free the resources of a document when calling closeDocument(), not in the destructor of the generator or in loadDocument()
|
19 years ago |
|
textdocumentgenerator.h
|
Link -> Action renaming.
|
19 years ago |
|
textdocumentgenerator_p.h
|
Fixed the 'select one line twice' bug.
|
19 years ago |
|
textpage.cpp
|
Back from holiday, let's do some comitting :-)
|
19 years ago |
|
textpage.h
|
Back from holiday, let's do some comitting :-)
|
19 years ago |
|
utils.cpp
|
fix win32 compilation
|
19 years ago |
|
utils.h
|
Do a lot of include cleanups... we install all important
|
19 years ago |