Pino Toscano
d50a458de4
fix regression: behave correctly when putting the mouse out of a link area
...
svn path=/trunk/playground/graphics/okular/; revision=604067
20 years ago
Pino Toscano
e681776682
don't show a wide minibar when no document is opened
...
svn path=/trunk/playground/graphics/okular/; revision=604048
20 years ago
Albert Astals Cid
ea831f2214
following popular aclamation we use whole numbers as default zoom values
...
svn path=/trunk/playground/graphics/okular/; revision=603082
20 years ago
Pino Toscano
f66f7333ed
usability fix: mouse wheel up goes to the next page, not to the previous (and viceversa for mouse wheel down)
...
svn path=/trunk/playground/graphics/okular/; revision=602310
20 years ago
Pino Toscano
b6756ecfa4
usability fix: don't make clicks in the top bar of the presentation mode being propagated to the presentation widget
...
svn path=/trunk/playground/graphics/okular/; revision=602308
20 years ago
Pino Toscano
a23fab8291
display eg '66.7%' instead of '66.70%' in zoom combobox
...
svn path=/trunk/playground/graphics/okular/; revision=601624
20 years ago
Tobias Koenig
bea71df6e0
* Made image rotation asynchronous
...
* Changed Page API and PagePainter to work only with QImage
svn path=/trunk/playground/graphics/okular/; revision=601581
20 years ago
Pino Toscano
49074ea305
improve these strings, as our usability master suggested
...
svn path=/trunk/playground/graphics/okular/; revision=601511
20 years ago
Pino Toscano
3336a73429
fix regression (related to kpdf's #99315 )
...
svn path=/trunk/playground/graphics/okular/; revision=601363
20 years ago
Pino Toscano
5862ea6dc8
create an Identity settings section and move the author field there
...
svn path=/trunk/playground/graphics/okular/; revision=601335
20 years ago
Pino Toscano
91611a9afc
better this way
...
svn path=/trunk/playground/graphics/okular/; revision=601332
20 years ago
Pino Toscano
1112ada99f
add an option to configure the color of the pencil of the presentation mode
...
svn path=/trunk/playground/graphics/okular/; revision=601067
20 years ago
Pino Toscano
4cb78d9ec6
stop the popping up of a "what's this?" context menu when pressing the right mouse button (to go to the previous page)
...
svn path=/trunk/playground/graphics/okular/; revision=600984
20 years ago
Pino Toscano
4130ba5e49
Just like any other presentation application, now you can draw red paths on a page during the presentation mode.
...
Like that kind of applications, the drawings are erased when switching page and when exiting the presentation, and there is a button to explicitely clear the page.
svn path=/trunk/playground/graphics/okular/; revision=600982
20 years ago
Pino Toscano
fdbd0101a4
move the AnnotatorEngine base class and the SmoothPath engine out of the private use of the page view annotator
...
svn path=/trunk/playground/graphics/okular/; revision=600980
20 years ago
Albert Astals Cid
511e6f32a1
fix porting bug
...
Thanks Pino for noticing
svn path=/trunk/playground/graphics/okular/; revision=600483
20 years ago
Pino Toscano
e7f46c265e
i like icons
...
svn path=/trunk/playground/graphics/okular/; revision=600478
20 years ago
Pino Toscano
2bd05e79d5
a generator can not block the gui events of the main page view, otherwise bad things will happen - it's also not really logic to allow such a thing, better think about something else if a generator wants to interact with the gui somehow
...
svn path=/trunk/playground/graphics/okular/; revision=600225
20 years ago
Pino Toscano
e5f7314c65
hand-written ROUND -> qRound
...
svn path=/trunk/playground/graphics/okular/; revision=600081
20 years ago
Holger Freyther
d8e92f5ff8
okular/ui/pageview.cpp: Make it compile with QtMac
...
I have XRender available on my system but I use QtMac
so only check for XRender if we use Qt/X11.
svn path=/trunk/playground/graphics/okular/; revision=600075
20 years ago
Pino Toscano
08eab9344b
fix the drawing of two highlight annotations
...
svn path=/trunk/playground/graphics/okular/; revision=599965
20 years ago
Pino Toscano
95046e8889
use the right arrows in RtL layout
...
svn path=/trunk/playground/graphics/okular/; revision=599954
20 years ago
Pino Toscano
f387bb2b0a
Cancel selecting when Esc is pressed.
...
Implements KPDF wish #126359 .
svn path=/trunk/playground/graphics/okular/; revision=599881
20 years ago
Pino Toscano
6ac2174811
move the configuration update procedures of the page view into the page view itself
...
make the pageview update when changing the number of columns in overview mode
svn path=/trunk/playground/graphics/okular/; revision=599878
20 years ago
Pino Toscano
8def2109ec
change the metaData() function of the Generator to use QVariant as type for the returned value and for the 'option' parameter, this gives more flexibility
...
svn path=/trunk/playground/graphics/okular/; revision=599847
20 years ago
Pino Toscano
0be674f981
Forwardport SVN commit 599376 by pino:
...
Don't try querying the document if it's closed.
svn path=/trunk/playground/graphics/okular/; revision=599385
20 years ago
Pino Toscano
03e01b97f6
it's not a real composition effect, but this should help a bit...
...
svn path=/trunk/playground/graphics/okular/; revision=598542
20 years ago
Pino Toscano
4c0808fabf
a bit less of #include's
...
svn path=/trunk/playground/graphics/okular/; revision=598229
20 years ago
Pino Toscano
ab1fe9f8cc
initialize a pointer is always a good idea
...
svn path=/trunk/playground/graphics/okular/; revision=598206
20 years ago
Pino Toscano
23b3a7f6a1
ooops forgot to remove some debug
...
svn path=/trunk/playground/graphics/okular/; revision=598204
20 years ago
Pino Toscano
339bfc6907
Create a new AnnotationEngine to select some text from the current page, and make it able to distill Highlight annotations. Now you can hightlight th text in your document, wooo :)
...
svn path=/trunk/playground/graphics/okular/; revision=598201
20 years ago
Pino Toscano
5f28d1163f
make a pair of actions name and label more close to the others
...
remove unused (duplicated) action
svn path=/trunk/playground/graphics/okular/; revision=598165
20 years ago
Pino Toscano
d010d05e6e
make the AnnotatorEngine able to return a list of annotations (this will be useful later...)
...
svn path=/trunk/playground/graphics/okular/; revision=598151
20 years ago
Pino Toscano
7d6f5be0e5
less verbose
...
svn path=/trunk/playground/graphics/okular/; revision=598093
20 years ago
Pino Toscano
d37a58ec71
show something as caption for the presentation mode; show always the file name instead of the full url when in both the part and presentation mode there is no document title available
...
svn path=/trunk/playground/graphics/okular/; revision=597895
20 years ago
Pino Toscano
ed84916c0d
spell checking
...
svn path=/trunk/playground/graphics/okular/; revision=597875
20 years ago
Pino Toscano
1fabb1880d
rename setSelected to setCurrent, as it clashes with a new function of Qt4.2
...
svn path=/trunk/playground/graphics/okular/; revision=597727
20 years ago
Albert Astals Cid
d3f03d2144
Change slotRequestVisiblePixmaps that is called due to a rotation change to a queued petition, this makes rotation changing from 0º to 180º work as previously pixmaps where not reasked because the page items relayouting was done after (in a queded petition) and so they did not intersect at this stage, now as we use a queued petition too for slotRequestVisiblePixmaps, the order is correct and works
...
Transform QTimer::singleShot to QMetaObject::invokeMethod as thiago said it is better
svn path=/trunk/playground/graphics/okular/; revision=597307
20 years ago
Pino Toscano
85bf380d7d
this seems a little bit faster...
...
svn path=/trunk/playground/graphics/okular/; revision=596608
20 years ago
Pino Toscano
a5d7d31d33
isolate the Xrender dependant code, so okular can be compile and work even without it
...
svn path=/trunk/playground/graphics/okular/; revision=596572
20 years ago
Pino Toscano
ef1fb7e8d5
const
...
svn path=/trunk/playground/graphics/okular/; revision=596146
20 years ago
Pino Toscano
87904adec4
change a bit how we look for objects in a page: first look for annotations, then links (acrobat reader does this way too, so it should be the "right" thing to do)
...
svn path=/trunk/playground/graphics/okular/; revision=596127
20 years ago
Pino Toscano
1deb800611
instead of being a frame, just use two frames acting as side lines to emulate a
...
visual zone for the minibar. this makes the prev/next buttons more reachable.
svn path=/trunk/playground/graphics/okular/; revision=595840
20 years ago
Albert Astals Cid
5143cd2512
Report page size
...
It's only reported in case it makes sense for the format
Only implemented for pdf atm
If all pages have the same size it's reported on document properties
else there's a label shown in the new bottom bar with the size of the current page
svn path=/trunk/playground/graphics/okular/; revision=595822
20 years ago
Albert Astals Cid
7cd16e9d61
fix indenting + hoverbuttons do not accept focus
...
svn path=/trunk/playground/graphics/okular/; revision=595774
20 years ago
Pino Toscano
f27f44fd79
Detach the progress widget from the minibar, and move the minibar as a small toolbar on the bottom of the page view.
...
Implements KPDF wish #102788 .
svn path=/trunk/playground/graphics/okular/; revision=595764
20 years ago
Pino Toscano
2b143ca661
better this than a null icon
...
svn path=/trunk/playground/graphics/okular/; revision=595472
20 years ago
Pino Toscano
22aac31f78
remove some code that is done automatically by Qt for us
...
svn path=/trunk/playground/graphics/okular/; revision=595471
20 years ago
Pino Toscano
c8ba6d8c15
be sure to remove also the pointer to the old annotation window when deleting the window itself
...
svn path=/trunk/playground/graphics/okular/; revision=595393
20 years ago
Pino Toscano
c9346d8331
tooltip for annotation on the pageview
...
svn path=/trunk/playground/graphics/okular/; revision=595377
20 years ago