Malcolm Hunter
b6124a900b
Typo fixes
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795906
18 years ago
Pino Toscano
f655fbbb56
isolate the good screen change code snippet in an own function, and use that one from the size change event as well
...
this reduces the code, and fixes a problem with screen switch then size change sequences
svn path=/trunk/KDE/kdegraphics/okular/; revision=795896
18 years ago
Pino Toscano
c59f9b0ec7
Properly invalidate (as quick'n'dirty solution) the rendered page pixmap when the size is changed (new screen resolution).
...
Now screen resizing or screen switching in presentation mode should work without artifacts.
svn path=/trunk/KDE/kdegraphics/okular/; revision=795891
18 years ago
Albert Astals Cid
83912893ed
Save us from infinite resizing loops, we can afford to lose 1 pixel precision to fix that
...
BUGS: 160628
svn path=/trunk/KDE/kdegraphics/okular/; revision=795883
18 years ago
Pino Toscano
d6518cec86
Add the possibility to select the current screen as start of the presentation mode, and make that the default (as one would expect).
...
GUI:
(futhermore, use an explicit value as screen index)
svn path=/trunk/KDE/kdegraphics/okular/; revision=795880
18 years ago
Ely Levy
ceb3a8243b
Changed toc behaviour
...
It will now try to load toc elements which are not part of the spine and put them
in the end of the document.
Also toc element which points to nowhere, will now point to the first page
as okular mandate some block for addTitle
svn path=/trunk/KDE/kdegraphics/okular/; revision=795292
18 years ago
Pino Toscano
b81c942b12
Multi-screen improvement for the presentation mode:
...
When there is more than one screen available, add a popup menu in the toolbar to dynamically move the presentation widget to another of the available screens.
GUI:
Many thanks go again to Zbigniew Szymanski for his really precious testing!
CCMAIL: zbigniewo@gmail.com
svn path=/trunk/KDE/kdegraphics/okular/; revision=795239
18 years ago
Pino Toscano
6ec6ba9725
When the size of the current screen changes, resize the frames accordingly, and re-request the pixmap for the current slide.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795226
18 years ago
Script Kiddy
dc54422fc9
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=795061
18 years ago
Pino Toscano
d178ffee1b
do not leak the empty selection
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794964
18 years ago
Pino Toscano
e1cf55dcea
Constructing a text highlight annotation with no text inside is pointless, don't do it.
...
BUG: 160502
svn path=/trunk/KDE/kdegraphics/okular/; revision=794917
18 years ago
Pino Toscano
ffee5881d7
schedule the repaint for the overlay widget, but do not force it
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794505
18 years ago
Pino Toscano
1817a198d0
Add the possibility to choose which screen to use for the presentation mode.
...
Default is "Default Screen", with the options for showing it to any available screen.
Also, dynamically resize when the screen used for the presentation mode changes size during a presentation.
Many thanks to 'zbsz' for his testing!
CCMAIL: zbigniewo@gmail.com
GUI:
svn path=/trunk/KDE/kdegraphics/okular/; revision=794501
18 years ago
Script Kiddy
0b2775f527
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794315
18 years ago
Pino Toscano
c7ff3a9134
Allow 0 as border for geometric annotations.
...
(Hoping that the reporter is more happy now *shrugh*)
CCMAIL: 159023
svn path=/trunk/KDE/kdegraphics/okular/; revision=794230
18 years ago
Pino Toscano
2b4bfa777b
improve a bit the drawing of geom annotations:
...
- no more use a temporary image
- do nothing if there is nothing to draw (0-width border, and no inner color)
svn path=/trunk/KDE/kdegraphics/okular/; revision=794229
18 years ago
Pino Toscano
7a61e2ac20
Allow to configure (not to zero) the pen width of a geometric annotation.
...
CCBUG: 159023
svn path=/trunk/KDE/kdegraphics/okular/; revision=794223
18 years ago
Pino Toscano
e786e9dfb9
Deprecate the own point width of the geometric annotation in favour of the width of the style.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794222
18 years ago
Pino Toscano
80cc994c51
the caret symbol is a fixed choice of two
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=794041
18 years ago
Pino Toscano
ba9042c2e0
Add a basic version (just the internal class, not the visualisation) of Caret annotation.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793884
18 years ago
Script Kiddy
3a05c50287
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793710
18 years ago
Pino Toscano
76cde2d2ae
do not update more than the necessary
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793544
18 years ago
Pino Toscano
7f24f09cf3
No more need to rebuild the bookmark tree when changing document.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793542
18 years ago
Pino Toscano
b5a4b0edb5
move the search for the item for a specified url into an own method
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793540
18 years ago
Pino Toscano
39b730d371
Selectively update the tree branch of the document whose bookmarks were changed.
...
This way, there's no need to rebuild the tree.
svn path=/trunk/KDE/kdegraphics/okular/; revision=793532
18 years ago
Pino Toscano
8932cdd742
Add a bookmarksChanged(url) signal to notify when the bookmarks for that url have changed.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793523
18 years ago
Pino Toscano
146ac422ff
Properly escape rich text in html-ish tooltips.
...
BUG: 160306
svn path=/trunk/KDE/kdegraphics/okular/; revision=793230
18 years ago
Pino Toscano
3dbe58f03c
look for the epub library, and enable the epub backend if found
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793019
18 years ago
Pino Toscano
c483c588d0
no more need for standalone compilation; use the right library name
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793016
18 years ago
Pino Toscano
610eff44b9
move the libepub search module to the right place
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793012
18 years ago
Pino Toscano
433f78d7f1
Move the EPub backend to kdegraphics.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=793009
18 years ago
Ely Levy
618b1aa8b1
moved libepub svn
...
svn path=/trunk/kdereview/okular/epub/; revision=793008
18 years ago
Pino Toscano
1d159f6bb8
SVN_SILENT remove unuseful include
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=792474
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
Script Kiddy
ae55fae0fa
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=792449
18 years ago
Script Kiddy
58dae41afe
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=792426
18 years ago
Pino Toscano
09bc4c140e
Keep the page cache updated.
...
BUG: 160190
svn path=/trunk/KDE/kdegraphics/okular/; revision=792391
18 years ago
Pino Toscano
5a4259d04f
Dynamically get the tooltip of bookmark items.
...
CCMAIL: 160189
svn path=/trunk/KDE/kdegraphics/okular/; revision=792388
18 years ago
Pino Toscano
8505a357dd
Enable and disable the print action from the right place, so it is handled properly with remote documents.
...
BUG: 160173
svn path=/trunk/KDE/kdegraphics/okular/; revision=792338
18 years ago
Pino Toscano
d3e7460947
Add a Live Connect extension to be able to react to the very tiny bit of exposed JavaScript API for host containers.
...
The current implementation is very very very simple and minimal, and misses a bit of stuff (eg the queue'ing for messages, errors, etc), but for now seems working.
Many thanks to Maksim for his precious help with the extension working :)
svn path=/trunk/KDE/kdegraphics/okular/; revision=792030
18 years ago
Script Kiddy
d6f38c43c1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=791741
18 years ago
Script Kiddy
a494723dde
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=791712
18 years ago
Adriaan de Groot
872d380582
Match const in implementation to interface (why isn't it a QString &, anyway?)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=791625
18 years ago
Script Kiddy
37fa318cf4
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=791011
18 years ago
Script Kiddy
b4b36c9fd2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=790912
18 years ago
Script Kiddy
7d19cd2020
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790906
18 years ago
Script Kiddy
a77e431ce3
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=790567
18 years ago
Pino Toscano
db0a1c7994
remove unused parameters
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=790522
18 years ago
Pino Toscano
2041892769
Drop support for Poppler 0.5.4.
...
Now the PDF backend requires Poppler >= 0.6.
svn path=/trunk/KDE/kdegraphics/okular/; revision=790520
18 years ago
Script Kiddy
65644df449
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/kdereview/okular/epub/; revision=790492
18 years ago