Henrik Fehlauer
b6573a2713
Change whitespace in synctex patches
...
15-prevent-leaks-and-segfault.diff did not apply cleanly with quilt.
After fixing this, some of the other patches needed a refresh.
8 years ago
l10n daemon script
02a4cfb26a
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
0ef249b5a5
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
42650e4f27
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
379edd6757
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
cdf2921e32
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
863ae954a7
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
3cbcc9b521
GIT_SILENT made messages (after extraction)
8 years ago
David Edmundson
ab433f701a
Fix highlight/annotation clipping with Qt scaling
...
Summary:
pixelValue/pixelValue will give us a normalised value.
Normalised values shouldn't be modified by a device pixel ratio.
We want scaledRect not dScaledRect.
BUG: 386110
Test Plan:
Searched for text. Zoomed in, panned about
Created annotations, they still seemed to work
Subscribers: #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8832
8 years ago
David Edmundson
1a3dc7d8e0
Fix highlight/annotation clipping with Qt scaling
...
Summary:
pixelValue/pixelValue will give us a normalised value.
Normalised values shouldn't be modified by a device pixel ratio.
We want scaledRect not dScaledRect.
BUG: 386110
Test Plan:
Searched for text. Zoomed in, panned about
Created annotations, they still seemed to work
Subscribers: #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8832
8 years ago
l10n daemon script
22ee80d317
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
3e2e5d2b36
GIT_SILENT made messages (after extraction)
8 years ago
Albert Astals Cid
6c9659d0a2
Merge remote-tracking branch 'origin/Applications/17.12'
8 years ago
Albert Astals Cid
559836c392
Give warnings when the file is modified externally
...
Summary:
Unfortunately, poppler (the only backed that supports saving) is not able
to save properly if the file is modified by a third party while it is opened
So we give the user a warning saying things went wrong and give him the option
to not reload/close, that way if there was something very important in the annotations
she added she can try to save them (even if by copy&paste the contents to a third program)
Reviewers: rkflx
Reviewed By: rkflx
Subscribers: ngraham, rkflx, ltoscano, #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8863
8 years ago
Heiko Becker
8502c41a9c
Merge remote-tracking branch 'origin/Applications/17.12'
8 years ago
Heiko Becker
f099d5fa2a
generators: Use a specific description for libzip
...
Summary:
It appears it's copied and pasted from LibCHM and while it's indeed
needed to support displaying CHM files, it's a library of its
own.
Reviewers: #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8879
8 years ago
l10n daemon script
7eaa3cb659
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
d6e1a6808d
GIT_SILENT made messages (after extraction)
8 years ago
l10n daemon script
cc24d1c3ed
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
l10n daemon script
a497d3bbec
GIT_SILENT made messages (after extraction)
8 years ago
Albert Astals Cid
9c352ca67c
Workaround to build with older Qt
...
As explained in the comment we can do with using an older Qt since what this adds is really a small nicety in a corner case
8 years ago
Albert Astals Cid
7d5ee41f30
We need Qt 5.8
...
Because of QUndoStack::resetClean
8 years ago
Albert Astals Cid
2bf5a2d81a
Merge remote-tracking branch 'origin/Applications/17.12'
8 years ago
Albert Astals Cid
3957683d76
Merge branch 'dont-use-docdata-for-annots-and-forms' into Applications/17.12
8 years ago
Albert Astals Cid
1420c9411e
Save or Discard dialog: show only the file name and not the full url
8 years ago
Albert Astals Cid
19b7e3c112
The work in this branch was sponsored by LiMux
...
give them some credit in the headers
8 years ago
Albert Astals Cid
481676dced
Do not show "Continue" while on Save format warning
...
It makes no sense, only on Save As makes sense
8 years ago
Albert Astals Cid
f63aa211dc
test: Actually do the migration instead of faking it
8 years ago
Albert Astals Cid
2da30e747d
Fix crash on saving time if some of the existing annotations where removed
...
Also rename a variable to make it more clear what it does
8 years ago
Albert Astals Cid
e29892fda4
some review tweaks
8 years ago
Albert Astals Cid
37097a0c38
Some text tweaking suggested in the phabricator review
8 years ago
Albert Astals Cid
d63c0ed50e
okular archive -> okular document archive
8 years ago
Albert Astals Cid
d7457e3569
Fix double dialog in closing sometimes
...
sometimes = when you opened a .okular containing a png and an annotation and then saved as to just png
Found by the autotest that stopped passing \o/
8 years ago
Albert Astals Cid
0b31ee995a
Merge remote-tracking branch 'origin/Applications/17.12'
8 years ago
Alexander Trufanov
e91bf07bcf
Try to display a malformed image if feasible
...
Differential Revision: https://phabricator.kde.org/D8415
8 years ago
Albert Astals Cid
2102843273
Use the undo stack to set the modified bit
...
This way it's much easier to track whether we are modified or not
8 years ago
Alexander Trufanov
4b2ba6a7af
Try to display a malformed image if feasible
...
Differential Revision: https://phabricator.kde.org/D8415
8 years ago
Albert Astals Cid
8e80a4f570
Account for Okular::PagePrivate::findEquivalentForm failing
...
It should never fail but it's better if we have the backup for not crashing at least if it does
8 years ago
Albert Astals Cid
302c38672f
Make Document::swapBackingFileArchive use swapBackingFile
8 years ago
Albert Astals Cid
1ed2522b53
tweak can't save in this format warning message with suggestion from Burkhard
8 years ago
Albert Astals Cid
bd724e4944
Get the okular archive mime translation name from kcoreaddons
...
Instead of asking the translators to translate it again
8 years ago
Albert Astals Cid
ea1815be13
Also note the modified status (*) on the tab name
8 years ago
Albert Astals Cid
eea5127e73
We also support opening Okular archive files
8 years ago
Albert Astals Cid
34f40b2c6f
Tweak migrationMessage text a bit
8 years ago
Albert Astals Cid
de948c4d71
We need to increase the part.rc version number
...
Since we added the "Save" menu option
8 years ago
Albert Astals Cid
055f2db76d
Set back the autogenerated annotation unique name on saving
...
The the original unique name was empty. Otherwise we can't find the annotation after save/reload because the annotation name is still empty and a new random id is assigned
8 years ago
Albert Astals Cid
210a6ced5a
Tweak saveAs + file with password text
8 years ago
Albert Astals Cid
3e423eeb7c
Add missing test file
8 years ago
Albert Astals Cid
3c99a280f3
Add the file url to the save text
...
Makes more clear we're going to be saving over it
8 years ago
Albert Astals Cid
43cd93a36b
GIT_SILENT Upgrade KDE Applications version to 18.03.70.
8 years ago