Pino Toscano
3578b4b9e8
Annotations:
...
- improve the calculation of the bounding rect for freetext annotations
- fix the drawing of the pixmap associated with the PickPointEngine
- implement the creation of stamp annotations
svn path=/trunk/playground/graphics/okular/; revision=582808
20 years ago
Pino Toscano
0395938c7a
move the drawing of the TextAnnotation::InPlace from the unbuffered annotations to the buffered ones: this allow us to draw using the specified opacity, and later we could easily draw the callout
...
svn path=/trunk/playground/graphics/okular/; revision=582624
20 years ago
Albert Astals Cid
5d7dd80086
fordwardport r582532
...
svn path=/trunk/playground/graphics/okular/; revision=582534
20 years ago
Pino Toscano
53fa802939
now the PickPointEngine can draw the pixmap either in the center or in the bottom-right part of the cursor
...
svn path=/trunk/playground/graphics/okular/; revision=582293
20 years ago
Pino Toscano
ecf3fec2d1
the standard icon names as specified in the PDF Reference are CamelCase, so better lowering them when loading their icons
...
svn path=/trunk/playground/graphics/okular/; revision=582292
20 years ago
Pino Toscano
b66b54a9c9
very small fixes about annotations
...
svn path=/trunk/playground/graphics/okular/; revision=582276
20 years ago
Pino Toscano
d77701bc61
visible texts need to be i18n'ed
...
svn path=/trunk/playground/graphics/okular/; revision=581267
20 years ago
Pino Toscano
08e3a7de21
improve a bit the annotation dialog:
...
- use two standard kde widgets for the color selection and for the opacity slider
- clean up the code by storing only what we need to store, and by #include'ing most of the stuff in the cpp only
svn path=/trunk/playground/graphics/okular/; revision=581263
20 years ago
Dirk Mueller
3c092edf3f
if tmp can be null then m_current can be as well (CID 2644)
...
svn path=/trunk/playground/graphics/okular/; revision=580808
20 years ago
Tobias Koenig
90140c1479
warnings--
...
svn path=/trunk/playground/graphics/okular/; revision=578892
20 years ago
Tobias Koenig
69a72ebbe8
We have to use setFixedSize() here, otherwise the layout will set a height
...
of 0 for the ThumbnailWidget => ThumbnailWidget::region() is empty => QWidget::repaint
won't paint the content of the widget.
Now the thumbnails are showed on startup again and when the orientation is
changed the layout of the thumbnails is adapted as well...
svn path=/trunk/playground/graphics/okular/; revision=578852
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
e207d0d6f4
Note&TextBox annotation remove operation enabled
...
svn path=/trunk/playground/graphics/okular/; revision=571630
20 years ago
Pino Toscano
6e53be7386
fix crash when the TwoPointsEngine successfully creates an annotation
...
CCMAIL: Chu Xiaodong <xiaodongchu@gmail.com>
svn path=/trunk/playground/graphics/okular/; revision=571434
20 years ago
Pino Toscano
f26c31409a
less qt3_support
...
svn path=/trunk/playground/graphics/okular/; revision=571390
20 years ago
Pino Toscano
9531690655
source files don't need to be executable
...
svn path=/trunk/playground/graphics/okular/; revision=571247
20 years ago
Chu Xiaodong
521cec3577
added missing file, sorry :-P
...
svn path=/trunk/playground/graphics/okular/; revision=571135
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
Pino Toscano
61565f3f1b
KIO::Job -> KJob
...
svn path=/trunk/playground/graphics/okular/; revision=565146
20 years ago
Albert Astals Cid
50cef946b2
qt4 port
...
svn path=/trunk/playground/graphics/okular/; revision=564985
20 years ago
Pino Toscano
de91a0e587
SVN_SILENT spell check
...
svn path=/trunk/playground/graphics/okular/; revision=564873
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
25eb77c1de
some fixes according to EBN:
...
- fix single char addition to QString's
- some spell checking
svn path=/trunk/playground/graphics/okular/; revision=563891
20 years ago
Pino Toscano
14b1e51907
assign shortcuts and icons to the tabs
...
svn path=/trunk/playground/graphics/okular/; revision=563360
20 years ago
Pino Toscano
aafa09c535
for some strange reason the QSortFilterProxyModel seems crashy - so #ifdef it for the moment
...
svn path=/trunk/playground/graphics/okular/; revision=563356
20 years ago
Pino Toscano
e5b044eb3c
SVN_SILENT reindent to four-spaces
...
svn path=/trunk/playground/graphics/okular/; revision=562589
20 years ago
Pino Toscano
1ba01ac6f1
Refactor a bit how ObjectRect works: now it's an independent class, that keeps the shape of the "kept" object using a QPainterPath [the qreal version to QRegion].
...
Modified the constructors to specify if a rect represents a rectangular region or an elliptic one; added a new one to create a region defined using a polygon.
Adapted to the new API the generators that support links (all but the DjVu one - will be adapted and improved soon).
svn path=/trunk/playground/graphics/okular/; revision=561890
20 years ago
Pino Toscano
bfc6133c9c
update a thumbnail only if its visible area rect is changed
...
svn path=/trunk/playground/graphics/okular/; revision=561676
20 years ago
Pino Toscano
0b3a61356b
use the own layout direction, no warning
...
svn path=/trunk/playground/graphics/okular/; revision=561531
20 years ago
Pino Toscano
cc447bd3dc
use the layout direction of the parent treewidget
...
svn path=/trunk/playground/graphics/okular/; revision=561525
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
Chu Xiaodong
88b724dbf1
Text annotation and Straight line annotation added
...
svn path=/trunk/playground/graphics/okular/; revision=559954
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
2d41c4459b
clean up the CMakeLists.txt files from the auto* stuff
...
svn path=/trunk/playground/graphics/okular/; revision=559521
20 years ago
Albert Astals Cid
3e620c0918
the very slight gain in looks is not worth the porting cost
...
svn path=/trunk/playground/graphics/okular/; revision=559181
20 years ago
Pino Toscano
a73c1d14a1
don't exclude ourself when setting a new viewport
...
svn path=/trunk/playground/graphics/okular/; revision=558490
20 years ago
Pino Toscano
aa82718199
adapt the icons to RtL layouts; use KIcon
...
svn path=/trunk/playground/graphics/okular/; revision=558417
20 years ago
Pino Toscano
12edea34f8
adapt to the new snapshot
...
svn path=/trunk/playground/graphics/okular/; revision=558247
20 years ago
Pino Toscano
87c3e54827
Forwardport of KPDF bug #105211 .
...
svn path=/trunk/playground/graphics/okular/; revision=558208
20 years ago
Pino Toscano
1285825aa5
use install instead of install_files
...
svn path=/trunk/playground/graphics/okular/; revision=558033
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