Fabio D'Urso
7cdc42a682
Hide widget annotations from the user (some other checks)
...
This patch also prevents the popup window from being opened on
double-click and the annotation tooltip from being shown.
13 years ago
Tobias Koenig
38861f5f57
Hide widget annotations from the user
...
Widget annotations are not meant to behave like "regular" annotations.
In particular, they must not be listed in the review panel or when the
user right-clicks on form fields.
13 years ago
Fabio D'Urso
4a1c43df66
Do not use pixmaps from tiled requests to calculate the contents bounding box
13 years ago
Fabio D'Urso
8f57ae5ec3
Removed unnecessary #ifdef HAVE_POPPLER_0_20
...
That block of code is already surrounded by an outer #ifdef HAVE_POPPLER_0_20
13 years ago
Script Kiddy
15a024f792
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
a44fe0351e
SVN_SILENT made messages (.desktop file)
13 years ago
Fabio D'Urso
9101f9b410
Two changes in PageView's zoom combobox
...
- Removed useless document->supportsTiles() check in setupBaseActions()
setupBaseActions() is called only once, before a document is opened,
therefore supportsTiles() always returns false
- Show the 400% entry even when tiled rendering is not available, so
that the last entry always corresponds to the maximum allowed zoom
level (i.e. 1600% or 400% according to whether tiled rendering is
available or not)
13 years ago
Fabio D'Urso
8decf29df9
Make "Reloading in progress" visible while the file is being reloaded
13 years ago
Fabio D'Urso
a0135a3c8e
Fix reload of modified documents that take longer to be ready
...
SlotDoFileDirty tries to reload the file at regular intervals.
This patch fixes it so that it can actually reopen the file even if
it is not ready at the first timer shot.
BUG: 310531
13 years ago
Albert Astals Cid
4defea8674
Update version for beta2
13 years ago
Script Kiddy
548cfca8fc
SVN_SILENT made messages (.desktop file)
13 years ago
Fabio D'Urso
71e3de577e
Merge branch 'KDE/4.9'
13 years ago
Fabio D'Urso
d90db4502a
DVI: Avoid unnecessary string operations if DEBUG_RENDER is not enabled
13 years ago
Albert Astals Cid
f1bf59c7b7
Merge remote-tracking branch 'origin/KDE/4.9'
...
Conflicts:
VERSION
core/version.h
13 years ago
Albert Astals Cid
57bc499c9a
Update version 0.15.4 for 4.9.4 release
13 years ago
Luigi Toscano
8225b99c24
Merge remote-tracking branch 'origin/KDE/4.9'
13 years ago
Luigi Toscano
91e46331fd
Fix word detection for DVI documents
...
This patch attempts to restore the functionalities broken by some changes
(maybe the text column selection code, it was broken also in 4.7).
Text search and text selection work (almost) properly again.
It uses a bit of heuristics to identify the end of a word and merge the
boxes which enclose each character of a word (so that
char_x.right==char_{x+1}.left).
It also tries to recognize if there is a newline ("after_space") after
that a space is found.
BUG: 302004
REVIEW: 107429
FIXED-IN: 4.9.4
13 years ago
Yuri Chornoivan
160e5928a5
Fix email to okular-devel
14 years ago
Script Kiddy
5c030d7871
SVN_SILENT made messages (.desktop file)
14 years ago
Yuri Chornoivan
5bbc87788e
REVIEW: 107411\n\nAdd description of command line options to Okular documentation, add man page.
14 years ago
Script Kiddy
aeeb463235
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
b38206612c
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
b4de423884
SVN_SILENT made messages (.desktop file)
14 years ago
Script Kiddy
36c8d7b167
SVN_SILENT made messages (.desktop file)
14 years ago
Pino Toscano
4e171fbbfe
add missing ';'
14 years ago
Mailson Menezes
ce7d96dd96
Assert the request have a valid normalized rect
14 years ago
Mailson Menezes
c0ae3d2e9f
Fix issues where some rotated tiles were rejected
14 years ago
Mailson Menezes
7528fb8c88
Change TilesManager::tilesAt use
...
- The second parameter has changed to an enum
- Now Page::tilesAt only returns tiles with pixmaps
14 years ago
Mailson Menezes
66e93136f9
Limit zoom to 400% if document doesn't support tiles
14 years ago
Albert Astals Cid
12b6d1c3d3
Kill the ZoomFactor config
...
It was only used to return 1, that was then used in
CHMGenerator::textPage, that code still looks a bit fishy, but that was already there, it's just now that looks a bit more fishier
14 years ago
Fabio D'Urso
b6f47af50b
pagepainter: Avoid unnecessary multiplications by reusing previously calculated value
14 years ago
Fabio D'Urso
629f4a362f
pagepainter: Reverted two patches that changed positioning of elements on cropped pages
...
- "Fix annotation positioning when using tiles"
3f1a186d0a .
- "Fix PagePainter issues"
d90236b12d .
14 years ago
Fabio D'Urso
0a64022a61
pagepainter: Fix wrong positioning of tiles if trim margins is on
...
This patch breaks positioning of other objects, which will be fixed in the
next patch.
14 years ago
Albert Astals Cid
81bf02dc3c
Update for beta1 release
14 years ago
Mailson Menezes
31195f03b3
Document ownership of pixmap in Tile
14 years ago
Mailson Menezes
d2d2fa3b2a
Refactoring PageView
14 years ago
Mailson Menezes
b762e5f10e
Fix issue where the tiles seemed to be deformed while rotating the page
...
Also, don't mark rotated pixmaps as dirty since we are already updating
them
14 years ago
Fabio D'Urso
d3eb739814
Merged TilesManager::setWidth and setHeight into a single setSize method
14 years ago
Fabio D'Urso
2002556017
pagepainter: removed unnecessary tile.pixmap() check
...
Tiles returned by tilesAt with allowEmpty=false always have a pixmap
14 years ago
Fabio D'Urso
7e12f25ac0
PixmapRequest: Return normalizedRect() by reference
14 years ago
Fabio D'Urso
2b4de7c934
Generator interface: Use the existing setFeature method to report tiled rendering capability
...
instead of adding a new supportsTiles() virtual method
14 years ago
Fabio D'Urso
20ecee1b36
Added @since markers in generator.h
14 years ago
Mailson Menezes
de565cdd2a
Reimplement Tile::operator=
...
QList requires its members to have an assignment operator
14 years ago
Fabio D'Urso
c460b0cd90
Changed a little documentation in tilesmanager_p.h
14 years ago
Fabio D'Urso
68f8dd73e1
TilesManager doesn't need to be exported and doesn't need a virtual dtor
14 years ago
Fabio D'Urso
b8f4cdc808
Packed bool members in PixmapRequestPrivate
14 years ago
Fabio D'Urso
e301aa9099
Re-added private Tile::operator= with no implementation
...
So that no one uses the default one
14 years ago
Fabio D'Urso
85d5f043a2
Removed useless Tile::operator=
14 years ago
Fabio D'Urso
3af7937384
pagepainter: Use tiles in PageView only
...
Fixes regression introduced by commit 437ddad588
14 years ago
Albert Astals Cid
bb9508e2f4
Be const my friend
14 years ago