Pino Toscano
c9089f3160
Add the possibility to save a copy of the document with the changes to it (only for form fields at the moment).
...
On the Document/Generator side, introduce a proper interface for the purpouse.
On the GUI side, add a new "Save As" function that save the changed document to a location.
The action is enabled only if the current backend can provide the functionality.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784661
18 years ago
Script Kiddy
20edfaae91
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784310
18 years ago
Pino Toscano
8efe0c45c5
add few apidox for the new requestPixmaps(requests, options)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783272
18 years ago
Pino Toscano
e023effb15
Add a requestPixmaps() overload that takes options as flags.
...
This way we can tell to "merge" in a smart way the new pixmap request with the enqueued ones of the same ID.
Add a (private) slot to refresh all the pixmaps of a page.
svn path=/trunk/KDE/kdegraphics/okular/; revision=783259
18 years ago
Pino Toscano
b30d3ab3a6
make the internal bookmark search method part of the private class
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=779730
18 years ago
Script Kiddy
51244e469c
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=778798
18 years ago
Script Kiddy
81bea38964
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=776785
18 years ago
Pino Toscano
0c1ff7f350
new method/signal for okular 0.7 (kde 4.1)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=775126
18 years ago
Pino Toscano
7266660c37
Add a protected TextDocumentGenerator* generator() to the TextDocumentConverter to make it able to use stuff of the Document (eg a parent for dialogs).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=775125
18 years ago
Pino Toscano
03ea6ff54d
Add the support in the core library and in the user interface for button form fields (ie, push button, check boxes and radio buttons).
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=773548
18 years ago
Script Kiddy
8b4d21d28f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772852
18 years ago
Pino Toscano
40803bf9b0
and actually connect to the new signal
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=772364
18 years ago
Pino Toscano
c6b7cfab8c
Add a addMetaData(DocumentInfo::Key, QString) signal to the TextDocumentConverter.
...
This way, standard info keys can be used without adding manually the key id and the translated label.
svn path=/trunk/KDE/kdegraphics/okular/; revision=772350
18 years ago
Script Kiddy
28ef3c962f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771981
18 years ago
Script Kiddy
1dab4c4aef
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=771585
18 years ago
Tobias Koenig
34099483fb
Update the bookmark menu whenever bookmarks have been renamed
...
in the sidebar
BUG: 157189
svn path=/trunk/KDE/kdegraphics/okular/; revision=771286
18 years ago
Script Kiddy
c59b0d8eea
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=770815
18 years ago
Pino Toscano
e9bd289993
Keep a list of the currently active pixmap requests (usually one at most), and wait for their finish when closing the document.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=769281
18 years ago
Pino Toscano
283852c563
instead of assert()'ing, just acts like a Document and delete the pixmap request
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=769280
18 years ago
Script Kiddy
918d28a86d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=769081
18 years ago
Script Kiddy
daad15e7d2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=767676
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
Script Kiddy
51a1d75de3
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=767165
18 years ago
Script Kiddy
97b0fe6bdf
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=766697
18 years ago
Script Kiddy
75f203b82f
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=765681
18 years ago
Script Kiddy
3e8a8d9d1d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=765166
18 years ago
Burkhard Lück
050d63153b
unified the spelling of okular to Okular
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=764676
18 years ago
Script Kiddy
0f9027a566
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=764259
18 years ago
Pino Toscano
1f43811f61
redirect all the debug output of core to the debug area
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=763941
18 years ago
Pino Toscano
a0a3c239e2
Standardize our naming: Okular.
...
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=763904
18 years ago
Pino Toscano
a35532befd
I feel really sorry in reverting the last commit, but we keep binary compatibility :/
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=760476
18 years ago
Albert Astals Cid
1c6cc2484f
const & is your friend
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=760473
18 years ago
Script Kiddy
c729c3d5db
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=758821
18 years ago
Pino Toscano
f238c3d95d
Start adding a configuration to toggle anti-aliasing for both text and graphics.
...
Let the Document propagate these settings to the backends, if they query for them.
svn path=/trunk/KDE/kdegraphics/okular/; revision=757647
18 years ago
Script Kiddy
4109de93c1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=757115
18 years ago
Jakob Petsovits
df780d0096
Icon naming spec compliance (code changes - KDE/):
...
* text -> draw-text, or edit-rename (depends)
* replace inappropriate usage of "table"
(in preparation of moving it out to KOffice)
svn path=/trunk/KDE/kdegraphics/okular/; revision=756900
18 years ago
Script Kiddy
ff1e230a47
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=756424
18 years ago
Pino Toscano
4a71603ab6
take the list of the supported mimetypes from the kpart .desktop, as they contain more mimetypes (including the compressed versions)
...
[the compressed versions are not in the "generator" .desktop files because okular can deal natively with any gzip- or bzip2- compressed version of the supported document types]
svn path=/trunk/KDE/kdegraphics/okular/; revision=755661
18 years ago
Pino Toscano
02dde1035c
for now, don't create xml storage files for non-local urls, as the local name will always change
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=755447
18 years ago
Script Kiddy
c878863fe7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=754564
18 years ago
Pino Toscano
1aab311b5c
Slightly change the indexes used to query the generator for fonts:
...
- 0..n-1 are the page indexes again
- -1 is for the fonts not reall belonging to a single page (or when no selective page extraction can be done)
svn path=/trunk/KDE/kdegraphics/okular/; revision=753866
18 years ago
Script Kiddy
4bc4f57855
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=753675
18 years ago
Pino Toscano
9e45d58aaf
adapt to the recent debug areas
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=752570
18 years ago
Script Kiddy
270b737e0d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=751972
18 years ago
Pino Toscano
a8758221fe
Return the current configuration for gfx and text antialias.
...
For now they are always true, as no GUI can be added due to feature+string freeze.
svn path=/trunk/KDE/kdegraphics/okular/; revision=749280
19 years ago
Pino Toscano
fb2a432097
update the free memory check timer on win32 as well
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747259
19 years ago
Script Kiddy
e3d71f162d
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747149
19 years ago
Pino Toscano
b9af4a6a94
check for valid pages
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=747055
19 years ago
Pino Toscano
5fc6503d89
For now, do not consider links whose page cannot be calculated.
...
BUG: 153733
svn path=/trunk/KDE/kdegraphics/okular/; revision=747032
19 years ago
Pino Toscano
a194acf2bc
Foo/FooPrivate for TextDocumentConverter
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=746277
19 years ago