Albert Astals Cid
8a7587f874
Increase version for devel version
13 years ago
Albert Astals Cid
0cb5b070f2
Merge remote-tracking branch 'origin/KDE/4.10'
...
Conflicts:
ui/pageviewannotator.cpp
13 years ago
Fabio D'Urso
3656d8ea47
Force minimum AnnotationObjectRect size
...
So that it's easier to select thin horizontal/vertical lines
13 years ago
Fabio D'Urso
b6f201147c
PickPointEngine: make sure that new annotations are within page limits
13 years ago
Fabio D'Urso
13fd564f7a
Bound events routed to annotator engine within the locked page
...
In other words, this patch makes it impossible to draw annotations
outside the page boundaries.
13 years ago
Albert Astals Cid
55c413332e
Don't ignore mouse movements on the annotator when not on the locked item
...
REVIEW: 107726
BUGS: 310572
(cherry picked from commit 1ef6929344 )
13 years ago
Albert Astals Cid
1ef6929344
Don't ignore mouse movements on the annotator when not on the locked item
...
REVIEW: 107726
BUGS: 310572
13 years ago
Albert Astals Cid
7333dd143b
Add some const to pageviewannotator.cpp
13 years ago
Albert Astals Cid
3ffb8eba9e
Remove unused include
13 years ago
Fabio D'Urso
5b8d51d66e
Fixed wrong index
...
BUG: 311601
13 years ago
Albert Astals Cid
3485faf6dd
Merge remote-tracking branch 'origin/KDE/4.9'
13 years ago
Albert Astals Cid
2002e0a4b0
Do not ignore spaces on backwards search
...
This ports a change we made to the forward search 4 years ago...
7183c172c2 for more reference
BUGS: 311232
FIXED-IN: 4.9.5
13 years ago
Fabio D'Urso
c69be76122
Added comment to tell when the condition fixed by the previous patch happens
13 years ago
Mailson Menezes
466e402d9e
Remove assertion of request normalized rect
...
normalizedRect is null if the requested page is not visible
BUG: 311238
13 years ago
Albert Astals Cid
7ba2f70453
Remove duplicated code
13 years ago
Albert Astals Cid
f70c31aed6
Some const
13 years ago
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