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
Albert Astals Cid
a3d1bb8cad
Increase version for next release
8 years ago
Albert Astals Cid
41d378aef9
GIT_SILENT Upgrade KDE Applications version to 17.11.80.
8 years ago
Elvis Angelaccio
40afb82926
Don't use exec() to open dialogs
...
Summary:
exec() is blocking and should not be used if possible.
Currently it makes impossible to interact with a 2nd okular window
if the first window has the Properties or Embedded Files dialog open.
It also causes a double delete crash when closing okular via dbus
while either of those dialogs is open.
We can use open() instead which does not block the event loop and fixes
both the problems.
Test Plan:
1. Open the Properties or Embedded Files dialog, then close okular via dbus.
2. Open two okular windows, then open the Properties or Embedded Files dialog in one of them and try to use the other window.
Reviewers: #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8704
8 years ago
Albert Astals Cid
a2f5560c00
PDF: Support the poppler 0.62 renderToImage with update callback
...
Summary:
This way pages that take more than 500ms to render get updated every so often so that the
user can see that the program didn't hang, it's just that it's taking long to render
Tags:
incremental rendering, partial updates
BUGS: 344081
Subscribers: #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8379
8 years ago
Burkhard Lück
01ce40b955
Update okular docbook
...
add info about alternative method to delete an annotation
add info about resize feature for annotations (text modified from commit log)
replace outdated rating.png with new bookmarks.png
add info about available bookmark actions in the table of Contents
Differential Revision: https://phabricator.kde.org/D8677
8 years ago
Albert Astals Cid
433d1eac23
Initialize copyJob just in case
8 years ago
Albert Astals Cid
9d450161b2
Use new style connects
8 years ago
Albert Astals Cid
d2d7a880b1
Minor style adjustment
8 years ago
Albert Astals Cid
099d3cfcc8
Update @since to 1.3
...
Let's see if we can squeeze it in
8 years ago
Albert Astals Cid
ae4f0671bf
Unsplit some lines in tests
8 years ago
Albert Astals Cid
fcbe97bdc0
Fix leaks in documenttest
8 years ago
Henrik Fehlauer
f777e2a924
Fix CMake Error in generators/spectre/CMakeLists.txt
...
Summary:
When porting from `add_library` to `okular_add_generator`, 2f9246ae42
missed to remove `MODULE` for spectre, which is already implicitly added
as can be seen [here](https://phabricator.kde.org/source/kcoreaddons/browse/master/KF5CoreAddonsMacros.cmake;83623a46c9862ee37535de93427dec0b0c55e24d$139 ).
This causes the upcoming CMake 3.10 to print the error `Cannot find
source file`, which can be fixed by removing the superfluous `MODULE`.
BUG: 386176
Test Plan:
No error shown anymore with CMake 3.10.0-rc4. Still works with CMake
3.5.1.
Reviewers: #okular, ngraham
Reviewed By: ngraham
Tags: #okular
Differential Revision: https://phabricator.kde.org/D8612
8 years ago
Albert Astals Cid
30297bc477
Adapt the manual a bit about the new save options
...
And also remove some "you can do this since this ancient version" which doesn't really make much sense.
8 years ago
Albert Astals Cid
63543c9bbb
Merge remote-tracking branch 'origin/master' into dont-use-docdata-for-annots-and-forms
8 years ago
Albert Astals Cid
f621cd0c42
Add a few overrides
8 years ago
Albert Astals Cid
0da737a92b
Merge remote-tracking branch 'origin/master' into dont-use-docdata-for-annots-and-forms
8 years ago
Albert Astals Cid
8944660ce7
Unbreak the code, need to register the metatype too ^_^
8 years ago
Albert Astals Cid
c2c1d76a0f
Merge remote-tracking branch 'origin/Applications/17.08'
8 years ago