Pino Toscano
67cec6ac9e
Add support for an action to be triggered on activation.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=788107
18 years ago
Script Kiddy
bd72d3cb3b
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787954
18 years ago
Pino Toscano
b6c6c3d974
remove space between the side icon list and its panel
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787750
18 years ago
Pino Toscano
3b9ad84427
do not crash when a non-active generator asks for the document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787699
18 years ago
Pino Toscano
b4be056c11
typo
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787333
18 years ago
Pino Toscano
c8b0b5011c
return the document title as metadata, if the document has any
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=787332
18 years ago
Pino Toscano
8d756dbc6e
filling about information of okular_gs,
...
hoping Albert won't kill me :)
svn path=/trunk/KDE/kdegraphics/okular/; revision=787331
18 years ago
Albert Astals Cid
f93ccd7923
Implement watching for apps that first remove the file and then create it again
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=786796
18 years ago
Pino Toscano
756aa0c0e0
now the comicbook backend has messages, so extract them
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=786317
18 years ago
Pino Toscano
975eae6e45
- finetune the imported chm stuff
...
- remove the old reference to the libspectre copy
- sort
SVN_SILENT
svn path=/trunk/KDE/kdegraphics/okular/; revision=786314
18 years ago
Christian Ehrlicher
18e02c1c1c
fix dbus location
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=786204
18 years ago
Pino Toscano
c44ce52719
add a private reimplementation of metaData() so the text document generator can show the title of a document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785821
18 years ago
Pino Toscano
89064c11bf
keep the iterators to the begin and the end of the text entity/ies contaning the search term;
...
this way, when the search direction is changed we can continue excluding the current result
svn path=/trunk/KDE/kdegraphics/okular/; revision=785682
18 years ago
Pino Toscano
1b0f177cbe
missing private slot declaration, now the backward search works
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785672
18 years ago
Pino Toscano
4dc76d24c8
+backward search (in progress)
...
SVN_SILENT
svn path=/trunk/KDE/kdegraphics/okular/; revision=785634
18 years ago
Pino Toscano
354ff8b38e
Make the find bar able to change the search direction;
...
adding a "Previous" button next to the "Next" one.
This (and the previous commits) should implements (mostly) KPDF wish #117045 .
svn path=/trunk/KDE/kdegraphics/okular/; revision=785631
18 years ago
Pino Toscano
b52f2c2117
Extend the generic search line edit for finding backward.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785630
18 years ago
Pino Toscano
8a858a9449
Core implementation of the backward text search, to be used now in the search bar.
...
Works pretty well -- the only problem left is that when changing the search direction, the first match is the current match.
svn path=/trunk/KDE/kdegraphics/okular/; revision=785629
18 years ago
Pino Toscano
8b6a259b48
Add a continueSearch() for optionally changing the search direction
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785619
18 years ago
Pino Toscano
d423785193
do not reset the search when changing just the direction of a "next/prev" match search
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785614
18 years ago
Pino Toscano
87fc624534
count only the consecutive pages with no search results
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785613
18 years ago
Pino Toscano
097a606520
more strict checks for the search
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785611
18 years ago
Pino Toscano
2bb89694c6
SVN_SILENT updates
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785232
18 years ago
Pino Toscano
a6e766cfad
Return the tooltip as well.
...
BUG: 159237
svn path=/trunk/KDE/kdegraphics/okular/; revision=785176
18 years ago
Pino Toscano
6672443f43
Add an option to disable page transitions in presentation mode.
...
Implements KPDF wish #119919 .
svn path=/trunk/KDE/kdegraphics/okular/; revision=785173
18 years ago
Pino Toscano
2e888ef2a1
If a document requests to be launched fullscreen when loaded, ask the user if he really want to start the presentation mode.
...
Implements the KPDF wish #114648 .
svn path=/trunk/KDE/kdegraphics/okular/; revision=785138
18 years ago
Pino Toscano
e61d057daf
fix spello
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=785117
18 years ago
Pino Toscano
c3bb88f01d
free the minilisp expression of the outline after the conversion to the dom document
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784821
18 years ago
Pino Toscano
2f97f583b1
Apply Albert's patch to use the new functions in Poppler-Qt4 for getting the bounding box of the characaters in the correct way (almost).
...
(Unfortunately, this requires the master version from Poppler's GIT repository, to be released hopefully today as 0.8RC1.)
BUG: 158517
svn path=/trunk/KDE/kdegraphics/okular/; revision=784735
18 years ago
Pino Toscano
beb3a0b22a
Implement the interface for saving, so we can save a changed copy of the PDF document.
...
This requires Poppler 0.7 (aka 0.8beta1, not stable yet) and on.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784662
18 years ago
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
Pino Toscano
903956dec9
SVN_SILENT unused parameter
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784611
18 years ago
Pino Toscano
3dc0752a93
SVN_SILENT add the TT task ID for Brad's image loading workaround
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784473
18 years ago
Laurent Montel
e8eb8df0f1
Not necessary
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784450
18 years ago
Luboš Luňák
a0e0a60258
Remove usage of QWidget::show[FullScreen|Maximized|Minimized|Normal](),
...
they do more then just change the state of the window and all these usage
cases were wrong (that is, all their usage).
For changing the state, use something like
window->setWindowState( window->windowState() | Qt::WindowFullScreen ); // set
window->setWindowState( window->windowState() & ~Qt::WindowFullScreen ); // reset
or simply use the new KToggleFullScreenAction::setFullScreen() helper.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784333
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
7155e212a7
One typo^W character to rule 'em all.
...
(aka: correctly respect the open state of the TOC branches.)
BUG: 159089
svn path=/trunk/KDE/kdegraphics/okular/; revision=784175
18 years ago
Pino Toscano
3c8f77a3ae
In the annotation window, get the right anotation text using the cool function we already have;
...
to save it back, use a similar approach.
svn path=/trunk/KDE/kdegraphics/okular/; revision=784138
18 years ago
Pino Toscano
57cbf9fa91
add dynamic getters and setters for color, comment and line width
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784136
18 years ago
Pino Toscano
2f985db7d0
Store the miniexp_t for annotations in the KDjVu::Annotation object directly, and parse all the properties there.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=784025
18 years ago
Pino Toscano
01f82d90b6
Better try to load the relationship file for a document in the XPS archive by using the name of the document itself.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783797
18 years ago
Pino Toscano
85fef2f430
simplier way to extract the resource name from a "file name"
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783759
18 years ago
Pino Toscano
a68ccfb893
Add 'revision' to the list of metadata we read from a document.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783704
18 years ago
Pino Toscano
3b47f0dcdb
simplier way to say "white"...
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783665
18 years ago
Pino Toscano
e66f4bb62e
According to the XPS specification, section 10.1.2, an XML file in the archive can be splitted in small sub-pieces placed with sequential names in a directory called like the XML file.
...
Handle this case for the relation parts, the references and the documents contents.
svn path=/trunk/KDE/kdegraphics/okular/; revision=783647
18 years ago
Pino Toscano
854f506617
Do not try to load an image from a path that really is a command for reading a combined image (image + color profile):
...
at the moment we do not support them, so just return an empty image.
svn path=/trunk/KDE/kdegraphics/okular/; revision=783632
18 years ago
Pino Toscano
610809d54b
Load the image from the absolute path.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783627
18 years ago
Pino Toscano
ce1b9e5bb2
When loading the entries from the ZIP archive, we need to specify the "full path" inside them.
...
Though, there could be non-absolute (but relative to the file where they are) references:
so make sure to always create the absolute path of the resource we are going to load.
svn path=/trunk/KDE/kdegraphics/okular/; revision=783625
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
5eec89ead0
When the user changes the value of a form field, wait 1s and then refresh the interface.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=783268
18 years ago