Albert Astals Cid
0ecf1ba8da
Fix autoscroll
...
svn path=/trunk/playground/graphics/okular/; revision=590053
20 years ago
Albert Astals Cid
de8d4bad59
reinstantiate the fact that right pressing and dragging in select mode moves you to the selection mode
...
svn path=/trunk/playground/graphics/okular/; revision=589908
20 years ago
Albert Astals Cid
6bf2d5947f
fix my own breakage
...
svn path=/trunk/playground/graphics/okular/; revision=589890
20 years ago
Albert Astals Cid
a1a3c9c559
IMadeItWorkSoRemoveTheTODO
...
svn path=/trunk/playground/graphics/okular/; revision=588911
20 years ago
Albert Astals Cid
7f63a0128c
makeItWork
...
svn path=/trunk/playground/graphics/okular/; revision=588909
20 years ago
Pino Toscano
853d6c70a7
Give a tooltip in the page view for every kind of lnk we support.
...
Also improve a bit the one in the presentation mode, and give a message when the link is a "go to the page x" link.
Implements KPDF wish #131361 .
svn path=/trunk/playground/graphics/okular/; revision=588899
20 years ago
Pino Toscano
42310e184c
Restructuring a bit how the text-editor-like selection works:
...
* putting it in an own view mode
* associating the selection to every page
* using a better algorithm to calculate the selection, even in a page range
* moving its drawing from the page view to the page painter, so it's possibile to draw it just like it's done with eg annotations
Other changes (more or less related):
* moved the annotation popup to a better place, so it won't interfere with annotation drawing
* commented some debug code in TextPage
svn path=/trunk/playground/graphics/okular/; revision=588795
20 years ago
Tobias Koenig
df7d144c10
Moved all classes in core/ into the 'Okular' namespace and removed
...
nearly all references to kpdf (knewstuff still missing).
svn path=/trunk/playground/graphics/okular/; revision=586993
20 years ago
Pino Toscano
9bbabc1f64
Forward port to okular of KPDF commit 586747:
...
Make okular a bit more friendly for users of RtL languages:
- correctly place the message pane (top-left corner of page view for LtR, top-right for RtL)
- make the mini-progressbar fully usable for both the writing directions
(the icons of the previous/next page buttons were already fixed by me)
svn path=/trunk/playground/graphics/okular/; revision=586751
20 years ago
Pino Toscano
b1d70d87a8
icon change for the annotation property action
...
svn path=/trunk/playground/graphics/okular/; revision=586559
20 years ago
Pino Toscano
45615e5289
Reworked a bit the ObjectRect API, by allowing subclassing for easiness wrt Annotation's. The brand new AnnotationObjectRect is responsible for providing the annotation bounding rect (that may vary for the various annotation types).
...
Adapted also to receive the X and Y scale, so the bounding rect for every kind of ObjectRect can depend on a specific page size.
As a consequence, we can add also the annotations among the rects of a Page, and use the standard getObjectRect to find them.
svn path=/trunk/playground/graphics/okular/; revision=586457
20 years ago
Pino Toscano
8357b47a8c
Annotations:
...
support the Hidden and DenyDelete flags
svn path=/trunk/playground/graphics/okular/; revision=584409
20 years ago
Pino Toscano
58610481d8
Annotations:
...
- really activate the Apply button of the Properties dialog only when something is changed
- apply the changed in real-time, so they cna be seen directly with Apply and no need to close the dialog
- add a small fix (last, I hope) for the PixmapPreviewSelector about the pixmap loading
svn path=/trunk/playground/graphics/okular/; revision=583922
20 years ago
Tobias Koenig
2f0946e831
Make selection tool working again
...
svn path=/trunk/playground/graphics/okular/; revision=583789
20 years ago
Tobias Koenig
c3c79fa216
SVN_SILENT code cleanup
...
svn path=/trunk/playground/graphics/okular/; revision=583782
20 years ago
Tobias Koenig
90140c1479
warnings--
...
svn path=/trunk/playground/graphics/okular/; revision=578892
20 years ago
Albert Astals Cid
760fdbcadb
makeItBuild
...
svn path=/trunk/playground/graphics/okular/; revision=578661
20 years ago
Laurent Montel
fcac6654b8
Adapt to new qtdbus
...
svn path=/trunk/playground/graphics/okular/; revision=578226
20 years ago
Albert Astals Cid
5ce0f2a634
branchport r573007
...
svn path=/trunk/playground/graphics/okular/; revision=573009
20 years ago
Chu Xiaodong
9c575a91d3
replace embedded annotation dialog with annot window, child of PageView
...
svn path=/trunk/playground/graphics/okular/; revision=572243
20 years ago
Chu Xiaodong
a6516a74ef
Fix annotation size difference when added in diff scales
...
svn path=/trunk/playground/graphics/okular/; revision=571739
20 years ago
Chu Xiaodong
e6078e98c3
call Annotation context menu any time(implemented in pageview.cpp)
...
svn path=/trunk/playground/graphics/okular/; revision=571653
20 years ago
Chu Xiaodong
3f81e3788f
Free TextAnnotation,pop-up window and annotation properties dialog added.
...
svn path=/trunk/playground/graphics/okular/; revision=571124
20 years ago
Laurent Montel
ead282936e
Compile++
...
svn path=/trunk/playground/graphics/okular/; revision=569954
20 years ago
Clarence Dang
2561c5f879
remove probably unwanted debug from previous commit
...
svn path=/trunk/playground/graphics/okular/; revision=567576
20 years ago
Clarence Dang
8ecc533c70
Allow entering of "123" zoom instead of only "123%". Previously, if it couldn't find a % to chop, it would kill the last digit (the '3' in "123", giving an incorrect, 12%).
...
Add hack to get around "10&0%" action text which sometimes happens with kdelibs4.
okular developers: after updating kdelibs, zooming should work perfectly - please let me know if it doesn't.
svn path=/trunk/playground/graphics/okular/; revision=567575
20 years ago
Clarence Dang
8fa041d06f
make zoom combobox work; editing the text directly is not supported yet
...
svn path=/trunk/playground/graphics/okular/; revision=564799
20 years ago
Pino Toscano
250cca6cb5
no need to recalc the flags every time we paint
...
svn path=/trunk/playground/graphics/okular/; revision=560135
20 years ago
Pino Toscano
fd03b7e799
the speech of the current selection (via kttsd) is working again
...
svn path=/trunk/playground/graphics/okular/; revision=560087
20 years ago
Pino Toscano
5ce5a5f062
no need to opaque paint event for the whole pageview, the viewport has it already
...
svn path=/trunk/playground/graphics/okular/; revision=559644
20 years ago
Pino Toscano
87c3e54827
Forwardport of KPDF bug #105211 .
...
svn path=/trunk/playground/graphics/okular/; revision=558208
20 years ago
Pino Toscano
12e7a137d2
Port to the new snapshot.
...
Quite bad that menus and icons don't work...
svn path=/trunk/playground/graphics/okular/; revision=557452
20 years ago
Pino Toscano
840a526be7
Use the configured shortcuts for the PrevPage/NextPage/FirstPage/LastPage actions in the presentation mode, and for the FindNext in the find ahead of the main view.
...
svn path=/trunk/playground/graphics/okular/; revision=554883
20 years ago
Pino Toscano
cd81b54d63
Show the current viewport in the thumbnail view, with a read contour.
...
svn path=/trunk/playground/graphics/okular/; revision=554363
20 years ago
Albert Astals Cid
eabbaeaead
oKular is now okular
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550782
20 years ago
Pino Toscano
6b240f9166
fix the saving of the selection as image
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550584
20 years ago
Pino Toscano
1e97eb77c4
- give the right handle to XRenderFillRectangle
...
- properly update the rects
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550489
20 years ago
Pino Toscano
15130d0454
EXPERIMENTALLY reactivate Piotr's code for text-selection
...
not working, of course
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550022
20 years ago
Pino Toscano
f41e458e7e
recover well after zooming with mouse
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549223
20 years ago
Pino Toscano
87b4f81c14
less deprecated
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=549206
20 years ago
Albert Astals Cid
68efb45a62
compile
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548450
20 years ago
Albert Astals Cid
703ed15db3
port to dbus, at least compiles, but i'm not sure it'll work
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=548432
20 years ago
Pino Toscano
dceb1211ca
less qt3_support
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547800
20 years ago
Albert Astals Cid
cb7ca95e94
pages have orientation
...
document has a rotation to apply over the page's own orientation
text search really works now when rotating (at least all my tests here worked)
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547644
20 years ago
Pino Toscano
b270842be1
SVN_SILENT fix comments
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547486
20 years ago
Pino Toscano
3309ac8c7b
two checks more
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547485
20 years ago
Albert Astals Cid
6f0787a6fd
some cleaning
...
rotation half works on pdf, search is problematic
this makes you need poppler cvs again
svn path=/branches/work/kde4/playground/graphics/okular/; revision=547375
20 years ago
Pino Toscano
8790d1d39c
less deprecated (QString and QTimer)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=546056
20 years ago
Pino Toscano
91dc3ef06c
move the searchIDs in document.h, like it's done for the observerIDs
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=545944
20 years ago
Pino Toscano
59b267386c
avoid using QString*, just use QString
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=544974
20 years ago