Albert Astals Cid
6772c5f061
do not search twice
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=801665
18 years ago
Pino Toscano
76531028ba
Make the page view a View, able to get and set the zoom level, and register it in the document.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=801660
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
1ed3928811
set the about data icon name in the right place
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=801281
18 years ago
Pino Toscano
e6a93e2f38
Add a very simple configuration widget for caret annotations.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=800059
18 years ago
Pino Toscano
8a3dda1142
fix the portability fixes:
...
- include stdint.h to use the uint*_t types
- do not delcare static an extern-C function
svn path=/trunk/KDE/kdegraphics/okular/; revision=799329
18 years ago
Pino Toscano
e1d9b6dd1a
make the text of the creation and modification date labels copyable
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799321
18 years ago
Pino Toscano
f56e78aac1
apply an optional new icon for file attachment annotations
...
(even if we cannot construct them so far)
svn path=/trunk/KDE/kdegraphics/okular/; revision=799319
18 years ago
Adriaan de Groot
59479a6169
Quiet complaints that a function with C++ linkage is being passed to a C function expecting a function pointer with C linkage.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799311
18 years ago
Adriaan de Groot
23e114f2a3
Missed one set of u_int -> uint; the latter is available on more platforms.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799309
18 years ago
Adriaan de Groot
837bb55306
u_int types are less portable than uint types; if this gives problems we can use quint as the most general solution.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799304
18 years ago
Friedrich W. H. Kossebau
56e1842069
set global program icon via KAboutData, not directly
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799282
18 years ago
Pino Toscano
33fabf80b4
the plucker generator uss also zlib, so look for and link to it
...
issue found by the Debian packager Modestas Vainius, thanks!
svn path=/trunk/KDE/kdegraphics/okular/; revision=799258
18 years ago
Pino Toscano
eaea89500f
instead of a squeezed text label, use a normal label and word wrap its text; there's enough room for long descriptions
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799253
18 years ago
Adriaan de Groot
608c465480
Correct peculiar typedef construct
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799241
18 years ago
Pino Toscano
557f199395
SVN_SILENT set svn:mime-type as image/png
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799098
18 years ago
Pino Toscano
a8294eb55f
- add oxygen icons for the 'pushpin' and 'paperclip' symbols for file attachment annotations
...
- add oxygen icon for the 'stamp' tool, and use it in the review toolbar tools
svn path=/trunk/KDE/kdegraphics/okular/; revision=799092
18 years ago
Pino Toscano
18c8cf59e8
- when the loading of a textdocument-based document fails, cleanup all the stuff eventually gathered from the converter
...
- cleanup also the annotation position when closing a textdocument
svn path=/trunk/KDE/kdegraphics/okular/; revision=799076
18 years ago
Pino Toscano
4500f491ef
when a file attachment annotation has no description, show that there's no description available, instead of nothing
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799073
18 years ago
Script Kiddy
135c3752f1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=799017
18 years ago
Pino Toscano
34a697a16b
clear the document information when a plucker document is closed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798897
18 years ago
Pino Toscano
242891d48e
create the style information object only during the conversion; this way, there are no stale information across multiple openings
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798890
18 years ago
Pino Toscano
890367943b
clear TOC and document info when closing a textdocument-based document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798886
18 years ago
Pino Toscano
f697cdf007
Add a close() method for the comicbook document so:
...
- resources can be freed when closing the Okular document for real (and not just when opening a new comicbook document or quitting)
- we do not crash when doing an opening sequence like: cbz -> cbr -> cbz
svn path=/trunk/KDE/kdegraphics/okular/; revision=798868
18 years ago
Pino Toscano
2634a4b8d4
Show the icon of file attachment annotations in the annotation properties dialog.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798746
18 years ago
Pino Toscano
eb3215b4c2
properly align the text labels to the right, as per HIG
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798693
18 years ago
Pino Toscano
5fc6a887c0
Optionally create an extra widget to be shown as third tab in the annotation properties dialog.
...
Use this possibility for file attachment annotations, for showing details about the embedded file.
svn path=/trunk/KDE/kdegraphics/okular/; revision=798689
18 years ago
Pino Toscano
48058c4743
rename to "style widget" the configuration widget for annotations that have one so far,
...
and centralize its creation in a single place
(just shuffling around some code)
svn path=/trunk/KDE/kdegraphics/okular/; revision=798679
18 years ago
Script Kiddy
0273c563fd
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798574
18 years ago
Pino Toscano
93c57bac43
add a simpler ctor for the private class of textpage
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=798434
18 years ago
Script Kiddy
1aa906ea20
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797854
18 years ago
Pino Toscano
13e05a7894
factorize the creation of pens with "standard" annotation style settings
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797655
18 years ago
Pino Toscano
522f72a302
geometric annotations: draw a dashed border if set so
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797613
18 years ago
Pino Toscano
c123fd1aa7
when we are requested to paint but the pixmap has not been rendered yet, fill the paint area with the background color
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797553
18 years ago
Pino Toscano
ada6be8c58
properly detect when the visible pixmap request is called as result of scollbar event
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797549
18 years ago
Angelo Naselli
0ea8aa75a1
Added base kipi support
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=797438
18 years ago
Angelo Naselli
8728b8b2de
Added kipi support
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=797437
18 years ago
Script Kiddy
043adbf19a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797204
18 years ago
Pino Toscano
5944daab8e
Offers the possibility to save the attached file when right clicking on a file attachment annotation.
...
CCBUG: 155072
svn path=/trunk/KDE/kdegraphics/okular/; revision=797113
18 years ago
Pino Toscano
eed660ebd3
move the embedded file saving function to the GuiUtils
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797108
18 years ago
Pino Toscano
39463af93b
stop the audio playbacks when closing the current document, not just once when exiting
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=797093
18 years ago
Pino Toscano
db5ae37e1d
extra ','
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796988
18 years ago
Pino Toscano
6f69595f41
Optionally convert JavaScript links and read top level JS scripts from Poppler.
...
Requires the development version.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796640
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
d249c2783b
Add an action kind for executing a script when activated.
...
The only script type so far is JavaScript.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796633
18 years ago
Pino Toscano
2737fdb2e5
apidox
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796586
18 years ago
Pino Toscano
97ff6ae262
add labels for sound annotations
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796582
18 years ago
Pino Toscano
38d2ab6bcc
Add ad-hoc conversion for sound annotations.
...
This requires the sound annotation type I added 5 minutes ago in the development version of Poppler.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796581
18 years ago
Pino Toscano
1177ac20ad
Add the support in the core library for sound annotations.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796579
18 years ago
Pino Toscano
c57bc0c3fd
move the poppler -> okular sound object conversion in an own method
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=796577
18 years ago