SVN commit 1108908 by glenkaukola:
Disable mouse cursor autohide when the cursor is over the top toolbar.
SVN commit 1108916 by glenkaukola:
Show mouse cursor if it's over the top toolbar, even if the hidden mouse cursor option is enabled.
Also makes sure the pencil mouse cursor stays on if drawing mode is on and hidden mouse is enabled.
SVN commit 1108918 by glenkaukola:
Okular presentation mode pencil cursor fix: when in drawing mode a left mouse button release over a link shouldn't change the mouse cursor.
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1109213
Fix so that the okular presentation window grabs the focus right away when it's created so that mouse auto-hide works if enabled.
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1108275
bump comicboook version to 0.1.4
Dirk, can you please merge it to the 4.4.2 tag? (sorry for the late commit)
CCMAIL: mueller@kde.org
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1107752
* Add support for the 'rar' executable, since some distros seem to use it.
(Backport of 1107586)
CCBUG:232061
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1107588
do not trust kdelibs to give a pixmap even if we ask for it since sometimes it fails
BUGS: 230282
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1106764
make the iconloader in GuiUtils a stack
Fixes problems when the same program uses more than one okular part at once
BUGS: 231123
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1104495
set sidebar AutoFillBackground to false in native shell mode. This fixes okular background
when running as a standalone application." part.cpp
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1082642
DVI generator is finally Q3Support-free \o/
Thanks to all the people that helped with the porting.
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077824
TPIC_path does not make use of any Q3PointArray specific
methods; it is in fact a simple QPolygon, so Qt3--.
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1077813
rename delayResizeTimer to delayRelayoutTimer and always create it, not on first resizeEvent
Use the timer for the delayed slotRelayoutPages call in notifySetup instead of a QueuedConnection
Also set the dirtyFlag in notifySetup, that way if we get a set viewport very soon we still end up in the correct place
Stop the timer if we get to slotRelayoutPages so we never relayout twice without a need to
This should fix bug 205084
BUGS: 205084
svn path=/branches/KDE/4.4/kdegraphics/okular/; revision=1072188
- use pkg_check_modules() instead of the deprecated pkgconfig()
- search for library and includes also if we use pkg-config, generalizing the search a bit
should make its code a bit cleaner, and still make it working on windows (in case, just tell me)
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1069564
when we are starting a new shell and when we are passing the argument
through dbus
BUGS: 205076
svn path=/trunk/KDE/kdegraphics/okular/; revision=1067205
instead of always creating (with new[]) the memory buffer for the chars, try to pack them into the space of the QChar*, if they are very few (2 on 32bit, 4 on 64bit)
this way the number of new[]+delete[] needed for storing text is slightly reduced, especially for documents with fine-grained text extraction (pdf, dvi, fb2, odt)
svn path=/trunk/KDE/kdegraphics/okular/; revision=1066934
this way, we can choose the comparing strategy before starting the search
also, make the comparer function use stringref, so we avoid copying data from the original strings (meaning less memory used, and slightly faster)
provide two comparing strategies, case sensitive and case insensitive, to continue doing the same job done so far
svn path=/trunk/KDE/kdegraphics/okular/; revision=1066591