.. |
action.cpp
|
rename (almost) every ActionFoo class to FooAction
|
2007-05-02 22:50:27 +00:00 |
action.h
|
rename (almost) every ActionFoo class to FooAction
|
2007-05-02 22:50:27 +00:00 |
annotations.cpp
|
move the transform() hierarchy within the private class; allow AnnotationObjectRect to use the trasform() stuff
|
2007-05-04 20:45:45 +00:00 |
annotations.h
|
move the transform() hierarchy within the private class; allow AnnotationObjectRect to use the trasform() stuff
|
2007-05-04 20:45:45 +00:00 |
annotations_p.h
|
move the transform() hierarchy within the private class; allow AnnotationObjectRect to use the trasform() stuff
|
2007-05-04 20:45:45 +00:00 |
area.cpp
|
remove the kdebug.h inclusion in area.h
|
2007-05-05 13:50:44 +00:00 |
area.h
|
remove the kdebug.h inclusion in area.h
|
2007-05-05 13:50:44 +00:00 |
audioplayer.cpp
|
rename (almost) every ActionFoo class to FooAction
|
2007-05-02 22:50:27 +00:00 |
audioplayer.h
|
rename (almost) every ActionFoo class to FooAction
|
2007-05-02 22:50:27 +00:00 |
bookmarkmanager.cpp
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
bookmarkmanager.h
|
DOX: improvements and fixes
|
2007-01-20 14:51:43 +00:00 |
chooseenginedialog.cpp
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
chooseenginedialog.h
|
small touches to the backend choosing dialog:
|
2007-03-30 15:35:01 +00:00 |
chooseenginewidget.ui
|
small touches to the backend choosing dialog:
|
2007-03-30 15:35:01 +00:00 |
document.cpp
|
SVN_SILENT
|
2007-05-17 18:27:25 +00:00 |
document.h
|
Add a new method DocumentInfo::set( enum, QString ) to get more
|
2007-05-13 12:54:46 +00:00 |
form.cpp
|
Preliminary supports for text and choice form fields.
|
2007-02-25 00:07:59 +00:00 |
form.h
|
clean the headers
|
2007-04-22 10:39:31 +00:00 |
generator.cpp
|
generalize a bit more the way for constructing "standard" ExportFormat's
|
2007-04-21 11:09:41 +00:00 |
generator.h
|
clean the headers
|
2007-04-22 10:39:31 +00:00 |
generator_p.cpp
|
move the Generator::Private to a GeneratorPrivate, and move the implementations of the provate threads to a cpp
|
2007-04-20 17:17:44 +00:00 |
generator_p.h
|
on demand creation of the auxiliary threads
|
2007-04-20 17:59:12 +00:00 |
global.h
|
add the permission to fill forms
|
2007-03-17 14:14:55 +00:00 |
misc.cpp
|
remove the kdebug.h inclusion in area.h
|
2007-05-05 13:50:44 +00:00 |
misc.h
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |
observer.cpp
|
fix win32 compilation
|
2007-03-18 17:14:36 +00:00 |
observer.h
|
fix some easy krazy issues
|
2007-04-15 19:11:10 +00:00 |
okular_export.h
|
fix win32 compilation
|
2007-03-18 17:14:36 +00:00 |
okularGenerator.desktop
|
SVN_SILENT made messages (.desktop file)
|
2007-05-08 05:06:32 +00:00 |
page.cpp
|
delete the previous action when setting a new one
|
2007-05-05 18:22:26 +00:00 |
page.h
|
move the setTextSelections, setHighlight and deleteHighlights to the private class of Page, as they are private for now
|
2007-05-05 18:07:34 +00:00 |
page_p.h
|
move the setTextSelections, setHighlight and deleteHighlights to the private class of Page, as they are private for now
|
2007-05-05 18:07:34 +00:00 |
pagecontroller.cpp
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
pagecontroller_p.h
|
Create a (private) PageController that handles the rotation jobs from all the pages.
|
2007-03-24 10:47:22 +00:00 |
pagesize.cpp
|
make PageSize implicitely shared
|
2007-04-17 21:20:35 +00:00 |
pagesize.h
|
clean the headers
|
2007-04-22 10:39:31 +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
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
rotationjob.h
|
Create a (private) PageController that handles the rotation jobs from all the pages.
|
2007-03-24 10:47:22 +00:00 |
sound.cpp
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
sound.h
|
DOX: improvements and fixes
|
2007-01-20 14:51:43 +00:00 |
sourcereference.cpp
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
sourcereference.h
|
Add missing Q_DISABLE_COPY
|
2007-01-05 16:40:07 +00:00 |
textdocumentgenerator.cpp
|
Fixed the 'select one line twice' bug.
|
2007-05-12 08:17:02 +00:00 |
textdocumentgenerator.h
|
Link -> Action renaming.
|
2007-04-20 12:49:17 +00:00 |
textdocumentgenerator_p.h
|
Fixed the 'select one line twice' bug.
|
2007-05-12 08:17:02 +00:00 |
textpage.cpp
|
krazy include order issues
|
2007-04-19 18:30:20 +00:00 |
textpage.h
|
fix some easy krazy issues
|
2007-04-15 19:11:10 +00:00 |
utils.cpp
|
fix win32 compilation
|
2007-03-18 17:14:36 +00:00 |
utils.h
|
Do a lot of include cleanups... we install all important
|
2007-01-03 14:30:48 +00:00 |