Jon Mease
b7ce9114c5
Undo support for PDF forms
...
Together with the already commited support for undo in annotations fixes 177501
BUGS: 177501
REVIEW: 110589
FIXED-IN: 4.11.0
13 years ago
Yuri Chornoivan
c32b130342
Some i18n fixes
13 years ago
Azat Khuzhin
f30c8def7b
Added missing core/textdocumentsettings_p.h
13 years ago
Azat Khuzhin
1fdb0a0a06
Font selector for TextDocumentGenerator
...
REVIEW: 109021
13 years ago
Albert Astals Cid
c9964acdc6
Fix clicking on notes being hard on high zooms
...
It is still not perfect because for some reason poppler is painting outside the boundaries box (or we are not creating/setting it correctly)
but at least now it's not ultra hard to click in a note application at high zoom
FIXED-IN: 4.10.4
BUGS: 319637
13 years ago
Jon Mease
2ae9e58bb4
Merge window.text, contents and inplaceText annotation properties
...
BUG: 319442
REVIEW: 110391
13 years ago
Jon Mease
4296ac7e5d
Rotate annotation to match page when setting annotation's properties
...
BUG:318828
REVIEW:110229
13 years ago
Fabio D'Urso
9812f5277e
Do *not* swap width and height in DocumentPrivate::refreshPixmaps
...
They must not be swapped, because generators already swap them on their
own, and swapping them twice results in distorted pixmaps.
BUG: 318829
FIXED-IN: 4.10.3
13 years ago
Albert Astals Cid
61f0760518
Prepare for 0.16.3
13 years ago
Script Kiddy
cbc693b664
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
f7b742af0d
Rename the variable
...
Makes it easier to understand, imho
13 years ago
Albert Astals Cid
2abe5fa9ef
Do yet another attempt at finding the correct mimetype
...
Makes
okular http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/digital-editions/assets/welcome.epub
work
13 years ago
Albert Astals Cid
a6d53df7ac
fix indent
13 years ago
Jon Mease
3c6140b616
Fix Undo / Redo of annotation creation doesn't properly handle page rotation and adds undo unit tests
...
BUG: 318091
REVIEW: 109989
13 years ago
Albert Astals Cid
076e0cfaf8
More the commands to a different file
13 years ago
Albert Astals Cid
d0fd156dc9
Minor tweaks
13 years ago
Jon Mease
78faf1e68f
Add undo/redo support for annotations
...
REVIEW: 107442
13 years ago
Albert Astals Cid
88d36fa27f
Update version for 4.10.2
13 years ago
Albert Astals Cid
3f3f82afa1
Fix my email address
13 years ago
Albert Astals Cid
7bfc3a42bc
Update versions for 4.10.1
13 years ago
Albert Astals Cid
541650a4f4
Remove the concept of observer/view id
...
Just use the pointer as id :-)
This is BIC and SIC, increase the soversion now to makes sure we don't forget in the future
Patch based in an earlier patch by Bogdan Cristea <cristeab@gmail.com>
REVIEW: 109115
13 years ago
Script Kiddy
a034e086e5
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
23e88b8605
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
ba79674de9
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
2cab1c0a42
Update versions for 4.10.0
13 years ago
Script Kiddy
be60fbf64d
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
44b7ff680c
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
ecef3b27b9
Update version for RC3
13 years ago
Albert Astals Cid
f4380a8827
Update version for RC2
13 years ago
Thomas Fischer
96c69528d4
Show paper size names like "ISO/DIN A4" instead of just paper size in numbers
...
REVIEW: 107350
13 years ago
Script Kiddy
341c0bc7f2
SVN_SILENT made messages (.desktop file)
13 years ago
Script Kiddy
d4aceee67e
SVN_SILENT made messages (.desktop file)
13 years ago
Albert Astals Cid
d32e5ec948
Update version for RC1
13 years ago
Albert Astals Cid
8a7587f874
Increase version for devel version
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
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
Fabio D'Urso
4a1c43df66
Do not use pixmaps from tiled requests to calculate the contents bounding box
13 years ago
Albert Astals Cid
4defea8674
Update version for beta2
13 years ago
Albert Astals Cid
57bc499c9a
Update version 0.15.4 for 4.9.4 release
13 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
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
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