You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tobias Koenig
a70a0dea7f
Removed debugging code...
...
Tip of the Day:
You can use the following code to do time measurement the Qt way...
QTime time;
time.start();
// do the time consuming action
qDebug( "%d ms elapsed", time.elapsed() );
svn path=/trunk/playground/graphics/okular/; revision=605151
20 years ago
..
CMakeLists.txt
clean up the CMakeLists.txt files from the auto* stuff
20 years ago
annotations.cpp
show the annotation type in the review side tab, and a simple tooltip with its author
20 years ago
annotations.h
show the annotation type in the review side tab, and a simple tooltip with its author
20 years ago
area.cpp
forward declaration
20 years ago
area.h
forward declaration
20 years ago
chooseenginedialog.cpp
generator -> backend in the gui
20 years ago
chooseenginedialog.h
Moved all classes in core/ into the 'Okular' namespace and removed
20 years ago
chooseenginewidget.ui
improve a bit
20 years ago
document.cpp
no need to create it on the heap
20 years ago
document.h
be able to remove more than one annotation at once (and notify the observers only one)
20 years ago
generator.cpp
a generator can not block the gui events of the main page view, otherwise bad things will happen - it's also not really logic to allow such a thing, better think about something else if a generator wants to interact with the gui somehow
20 years ago
generator.h
a generator can not block the gui events of the main page view, otherwise bad things will happen - it's also not really logic to allow such a thing, better think about something else if a generator wants to interact with the gui somehow
20 years ago
link.cpp
show the right page number in the link tip
20 years ago
link.h
Add the support for Sounds, links to sounds and opning/closing page actions (only in Page, not really working yet)
20 years ago
misc.h
Moved all classes in core/ into the 'Okular' namespace and removed
20 years ago
observer.h
Report page size
20 years ago
okularGenerator.desktop
last move
20 years ago
page.cpp
Removed debugging code...
20 years ago
page.h
* Made image rotation asynchronous
20 years ago
pagetransition.cpp
more KPDF -> okular renaming in comments, include guards and READMEs
20 years ago
pagetransition.h
Moved all classes in core/ into the 'Okular' namespace and removed
20 years ago
rotationjob.cpp
* Made image rotation asynchronous
20 years ago
rotationjob.h
* Made image rotation asynchronous
20 years ago
sound.cpp
DANGER: pascal compilers ahead
20 years ago
sound.h
Add the support for Sounds, links to sounds and opning/closing page actions (only in Page, not really working yet)
20 years ago
textpage.cpp
slightly improve (not much, but well...)
20 years ago
textpage.h
Moved all classes in core/ into the 'Okular' namespace and removed
20 years ago
utils.cpp
forward declaration & apidox fixing
20 years ago
utils.h
forward declaration & apidox fixing
20 years ago