l10n daemon script
3fb0390f2f
GIT_SILENT made messages (after extraction)
5 years ago
Alexander Lohnau
13a394cc17
Port msits kioslave to JSON metadata
...
Task: https://phabricator.kde.org/T14518
The JSON file was created using the protocoltojson utility from KIO.
5 years ago
Alexander Lohnau
16f70bb2a7
Remove Description property for kioslave
...
This value is never read in KIO and not exposed in the public API.
5 years ago
Yuri Chornoivan
07a57ea8a3
Add missing space
5 years ago
Yuri Chornoivan
083e3e9240
Sync docs with the current interface
5 years ago
David Hurka
195bbe3636
Create color mode menu.
...
Implemented using a ColorModeMenu class,
derived from ToggleActionMenu (derived from KActionMenu),
as a child object of PageView.
* KToggleAction for every color mode, allows to set shortcuts for every mode.
Color mode actions have icons.
* KToggleAction for normal colors mode.
* ToggleActionMenu containing all color mode actions.
If triggered, toggles color mode between normal colors and last change colors mode.
"Toggle Change Colors" is replaced by "Change Colors", which is actually a toggle action.
BUG: 407217
BUG: 437755
5 years ago
Alexander Lohnau
8b13d989c6
Clean up ServiceType property usage for JSON based plugins
...
This is no needed anymore, because the plugins are installed into a
specific dir. It is a leftover from the time where the ServiceTypes were
used to find the correct plugins.
Task: https://phabricator.kde.org/T14483
5 years ago
Albert Astals Cid
6e467c343e
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Albert Astals Cid
99788b907e
Second attempt at fixing the windows/craft build
...
Since libspectre includes reference themselves with libspectre/ change
the cmake find_path to also include libspectre/ when doing the include
path search
5 years ago
Albert Astals Cid
fefe41b2fc
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Dan Leinir Turthra Jensen
108e568d67
Fix spectre includes
...
The include path should not be added to the include line, that will make
it be not found if the parent directory for includes is not included.
5 years ago
Albert Astals Cid
1954d43f05
0 -> Okular::Settings::EnumViewMode::Single
5 years ago
Charlie Arehart
16a4015b68
correct grammatical error
5 years ago
Albert Astals Cid
75eb2095f5
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Mahmoud Khalil
b15accd0ae
Checks whether the pdf is broken or not
...
This commit adds support for the to be added functionality in Poppler
which detects whether or not the Xref Table has been reconstructed
5 years ago
Albert Astals Cid
1c349f5448
Use new poppler "fancy signature"
5 years ago
Albert Astals Cid
3ff6ff35ba
doc: Try to make it clearer that one one is used not all three
...
BUGS: 436820
5 years ago
Albert Astals Cid
f31152d389
Fix loading some png files inside zip comicbook files
...
BUGS: 436086
5 years ago
Nicolas Fella
6009e9f526
Use QIcon::fromTheme instead of KIconLoader::loadIcon
5 years ago
Simone Gaiarin
0a41305160
Fix old quick annotations not deleted after reparse
...
Also refactored the code to populate the quick annotations in order to re-add only the quick annotions and not config actions
5 years ago
Simone Gaiarin
c925b224de
Fix crash when repopulating quick annotations action
5 years ago
Simone Gaiarin
5d251b725b
Use new ToggleActionMenu constructor interface
5 years ago
Simone Gaiarin
068d19de27
Add action to quick annotation menu to show the builtin annotation toolbar
5 years ago
Simone Gaiarin
388b3e54dc
Rename action aShowToolBar to aToolBarVisibility
5 years ago
Simone Gaiarin
87fa366c4a
Adapt annotation toolbar tests to new toggleable quick annotation
5 years ago
Simone Gaiarin
4408d13886
Refactor code for populating the quick annotations action
5 years ago
Simone Gaiarin
93a4b47332
Remember last used quick annotation tool
...
A limitation of the current implementation is that when the quick annotation tools are modified by the user, the first quick annotation tool is selected. This because the order of the quick annotation tools may be changed and some tools may have been deleted.
5 years ago
Simone Gaiarin
3d55184116
Do not uncheck quick annotations when the toolbar is hidden
5 years ago
Simone Gaiarin
03b2346e4e
Uncheck quick annotation when repopulating the quick tools menu
...
This prevents undefined states when the currently selected quick annotation is modified or deleted in the annotation settings.
BUG: 426026
FIXED-IN: 21.08
5 years ago
Simone Gaiarin
616b03358f
Warn user that quick stamp annotations in PDF are an experimental feature
5 years ago
Simone Gaiarin
f8fe30e687
Do not show annotation toolbar when quick annotation tool is selected
5 years ago
Simone Gaiarin
0fb2058e2a
Make quick annotation tools checkable
...
CCBUG: 425438
5 years ago
Simone Gaiarin
6b61909ac5
Select quick tool directly without proxying a builtin annotation
5 years ago
Simone Gaiarin
3f18367efd
Refactor code for selecting annotation tool
5 years ago
Simone Gaiarin
e000489268
Refactor selection of last used annotation tool
5 years ago
Albert Astals Cid
34b8c1e72e
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Albert Astals Cid
be1f0de196
try to stabilize test
5 years ago
Heiko Becker
5941247354
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 1898bd2bec )
5 years ago
Heiko Becker
1898bd2bec
GIT_SILENT Update Appstream for new release
5 years ago
Heiko Becker
254907e446
GIT_SILENT Upgrade release service version to 21.04.1.
5 years ago
Albert Astals Cid
2d78da8a8a
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Albert Astals Cid
72658e0ec3
Fix saving signed revisions of a signature
...
We don't need a QDataStream to assign a QByteArray to a QByteArray, and
it was adding some noise at the beginning which is clearly not what we
want
5 years ago
Nicolas Fella
e73bf99e58
Remove GuiUtils::iconLoader
...
It's unused
5 years ago
Nicolas Fella
b0542ca0b2
Use QIcon::fromTheme instead of GuiUtils::iconLoader
...
The only relevant behavior of the custom icon loader is the automatic
fallback to <share>/okular/pics, which we can do ourselves with QIcon
API.
5 years ago
Nicolas Fella
1e9711ba37
Add <share>/okular/pics to icon search path
...
This is automatically done when using KIconLoader, but not when using another QIcon implementation.
5 years ago
Nate Graham
97264b534c
Improve default window size
...
Okular's current default window size is very small, due to a bug which
will be fixed by
https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/53 . Once that
is fixed, its default window size will become huge due to the current
sizeHint value, which basically says "take up 75% of the screen space".
This may be somewhat excessive.
This commit reduces the sizeHint to a saner default size while still
being big enough to show all toolbar buttons.
5 years ago
Nicolas Fella
c4e33d0e79
Make dependency on KI18n and KTextWidgets explicit
...
They are already pulled in by KParts, but we better not rely on that
5 years ago
Gerd Wachsmuth
6a6b6ca345
Fix bug: select browse tool after trim select
5 years ago
Nicolas Fella
ef5254b020
Remove some unused includes
5 years ago
Yuri Chornoivan
62fea843e8
Update screenshot
5 years ago