Montel Laurent
71cc9b131c
Fix compile with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"
15 years ago
Pino Toscano
8951699475
cmake: remove the include dir hack, and put the source dir as first
15 years ago
Pino Toscano
a87fb880c7
cmake: improve build system to make okular compile standalone
15 years ago
Pino Toscano
e468048d54
bump okularcore library version to 1.6.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1212166
15 years ago
Albert Astals Cid
64063fe996
Alex says FindOkular.cmake is not the way to go and that we need to install an OkularConfig.cmake
...
That get_filename_component thing seems quite fragile and hacky to me but he is the expert :-)
CCMAIL: neundorf@kde.org
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1179984
16 years ago
Pino Toscano
a934ccf236
bump okularcore library version to 1.5.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1156083
16 years ago
Pino Toscano
e273cfe15f
port SearchLineWidget to KPixmapSequence* and remove own AnimatedWidget
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1105224
16 years ago
Pino Toscano
f5585e12d8
bump okularcore library version to 1.4.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1082010
16 years ago
Pino Toscano
52ce4cc095
disable the (already unused) knewstuff2 stuff from compilation and installation
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1066279
16 years ago
Pino Toscano
27f6d2dd65
add the tests to the build
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1066277
16 years ago
Pino Toscano
b56b3c9160
bump okularcore library version to 1.3.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989173
17 years ago
Pino Toscano
e5b2b22d20
add a small widget for showing an animation from the "animations" category of the icon theme
...
similar to what KAnimatedButton does, but much simplier
svn path=/trunk/KDE/kdegraphics/okular/; revision=926295
17 years ago
Jakub Stachowski
124feacd06
Split into directories
...
Convert <mbp:pagebreak/>
svn path=/trunk/playground/graphics/okular/mobipocket/okular/; revision=917031
17 years ago
Laurent Montel
975de758ba
Now it compiles with enable-final
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908743
17 years ago
Laurent Montel
316ff85e8f
They don't compile with enable-final
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=908183
17 years ago
Pino Toscano
d2cde67548
bump minor number in okularcore library version
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=907919
17 years ago
Jakub Stachowski
9d75b36f60
Proper mime type
...
svn path=/trunk/playground/graphics/okular/mobipocket/; revision=896219
18 years ago
Laurent Montel
a831fd4628
Use QIMAGEBLITZ cmake module
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=888269
18 years ago
Jakub Stachowski
3b0f174402
Strigi analyzer form mobipocket format.
...
svn path=/trunk/playground/graphics/okular/mobipocket/; revision=883893
18 years ago
Jakub Stachowski
4361d56b2b
Thumbnail generator
...
svn path=/trunk/playground/graphics/okular/mobipocket/; revision=882597
18 years ago
Jakub Stachowski
81f027ec30
Support for files compressed with Huffman encoding. This means you can finally
...
read some files that FBReader cannot handle
svn path=/trunk/playground/graphics/okular/mobipocket/; revision=882322
18 years ago
Jakub Stachowski
605ae18b99
Initial import of mobipocket generator
...
svn path=/trunk/playground/graphics/okular/mobipocket/; revision=882081
18 years ago
Pino Toscano
4da5b7a105
Add a configuration page for the text editor used for source references links (that is, the ones used also for inverse search).
...
Factor out the editor commands structure.
svn path=/trunk/KDE/kdegraphics/okular/; revision=873570
18 years ago
Pino Toscano
6639ca47ec
the okularpart uses phonon too now, so link to it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=851966
18 years ago
Pino Toscano
3ede96ef1b
add a video widget class that encapsulates a Phonon video player and includes all the logic for repeated playbacks, media controls, etc
...
at the moment, it provides just playback and repeat mode
svn path=/trunk/KDE/kdegraphics/okular/; revision=851956
18 years ago
Pino Toscano
b95403b0b2
Add a preliminary and simple version of Movie object and MovieAnnotation.
...
CCBUG: 136574
svn path=/trunk/KDE/kdegraphics/okular/; revision=851145
18 years ago
Laurent Montel
64c0aa80e3
Tag as devel component
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=825027
18 years ago
Dirk Mueller
087b268168
revert r813354, workaround for a source incompatibility problem
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813678
18 years ago
Pino Toscano
9a9553bb83
find and link to phonon
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=813354
18 years ago
Pino Toscano
0b847d2926
start implementing properties and methods of the global JS 'app' object
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=809367
18 years ago
Pino Toscano
19585b87f6
Start implementing the JavaScript scripting API for PDF documents,
...
thanks to Harri and Maksim and the brand-new public KJS API.
This starts the implementation of some of the API objects needed,
like App, Console, Data, Document, Field, FullScreen, Spell, Util.
Also, workaround the fact that we cannot change the read-only status for form fields.
svn path=/trunk/KDE/kdegraphics/okular/; revision=809259
18 years ago
Pino Toscano
5851ddf6a8
Start a View class for managing the "views" of a document.
...
Provide ways to register & unregister the view from a Document, and to get/set the view capabilities.
svn path=/trunk/KDE/kdegraphics/okular/; revision=801657
18 years ago
Pino Toscano
513c7cf225
Add a scripter class to execute scripts on request.
...
Trigger its execution at the document loading, if there are "top level" scripts,
and when a script action is activated.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796637
18 years ago
Pino Toscano
cf1b9ea728
split the KParts extensions in an own file
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=792473
18 years ago
Christian Ehrlicher
18e02c1c1c
fix dbus location
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=786204
18 years ago
Laurent Montel
e8eb8df0f1
Not necessary
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784450
18 years ago
Pino Toscano
a4da9a27dc
Switch to use the generated interface from org.kde.KSpeech.xml, instead of manually call the functions.
...
Keep the TTS interface around (for multiple usage), and delete it when the KTTSD service goes away.
svn path=/trunk/KDE/kdegraphics/okular/; revision=782482
18 years ago
Pino Toscano
f407f84d8a
move in an own class (out of the page view) all the TTS related code
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=782420
18 years ago
Patrick Spendrin
8de31796b1
install okularcore and kolourpaint_lgpl to the now correct places.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=779538
18 years ago
Ely Levy
2d327c0920
Change link pass
...
svn path=/trunk/playground/graphics/okular/epub/; revision=779322
18 years ago
Ely Levy
5ffb78a744
changed namespace to Epub
...
moved code ro epubdocument.cpp
added about information
svn path=/trunk/playground/graphics/okular/epub/; revision=779313
18 years ago
Pino Toscano
770852ba61
find and require the epub library
...
svn path=/trunk/playground/graphics/okular/epub/; revision=774655
18 years ago
Pino Toscano
b4f798061d
find kde4 and okular, and use their variable
...
svn path=/trunk/playground/graphics/okular/epub/; revision=774652
18 years ago
Ely Levy
0eab081548
version 0.1 of the epub plugin for okular
...
svn path=/trunk/playground/graphics/okular/epub/; revision=774631
18 years ago
Pino Toscano
7aceeecb4d
bump libokularcore library version to 1.1.0
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773562
18 years ago
Pino Toscano
df3094a252
Add an installed header with the okular version as number and string (ala kdeversion.h);
...
use the version string in the about data.
svn path=/trunk/KDE/kdegraphics/okular/; revision=767247
18 years ago
Pino Toscano
ca5b6e6203
don't install observer.h, it's not needed for backends
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=754904
18 years ago
Pino Toscano
288fce0b82
AnnotationGuiUtils -> GuiUtils
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752259
18 years ago
Pino Toscano
bd294e1de6
move the FilePrinterPreview to the kpart (no need for it to be in the core library)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=744225
19 years ago
Pino Toscano
2cd01094a7
remove the 'lib' prefix from the okularpart
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=744170
19 years ago