Heiko Becker
4304bcc397
GIT_SILENT Update Appstream for new release
4 years ago
Albert Astals Cid
bbc775909c
markdown: Only remove text if we're going to add something
...
Otherwise things get confused
BUGS: 443057
(cherry picked from commit 3b8cbc3320 )
5 years ago
Nate Graham
51d91bfdcb
Automatically enable and disable "Force Rasterization" when required
...
Okular implements various print scaling options that require the use of
the "Force rasterization" feature or else they have no effect. However
this is not communicated in the UI anywhere or handled automatically,
leading to users being confused and frustrated when the print scaling
option they chose didn't work. It wastes paper too.
This commit causes the "Force rasterization" checkbox to become checked
automatically whenever the user selects a print scaling option that
requires it, and unchecked if they return to the default scaling mode
that does not require it.
BUG: 434247
FIXED-IN: 21.08.2
5 years ago
l10n daemon script
7c87c702df
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"
5 years ago
l10n daemon script
cc5849a6f8
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"
5 years ago
l10n daemon script
b022f98495
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"
5 years ago
l10n daemon script
017a93c751
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"
5 years ago
Heiko Becker
5c16b25a11
GIT_SILENT Update Appstream for new release
5 years ago
l10n daemon script
3dbe3b18f5
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"
5 years ago
l10n daemon script
361d084c44
GIT_SILENT made messages (after extraction)
5 years ago
Heiko Becker
bf0642bfcb
GIT_SILENT Update Appstream for new release
5 years ago
l10n daemon script
14f9f06f44
GIT_SILENT made messages (after extraction)
5 years ago
Yaroslav Sidlovsky
1047fd1df7
Fixed encoding detection for small texts (up to 3000 bytes)
...
BUG: 334733
(cherry picked from commit 929c94e09d )
5 years ago
Yaroslav Sidlovsky
504eec7688
Fix non unique KPlugin Id for fictionbook generator
...
BUG: 439807
(cherry picked from commit 8dc58c7617 )
5 years ago
l10n daemon script
16da5cb4b4
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"
5 years ago
l10n daemon script
561336f2f0
GIT_SILENT made messages (after extraction)
5 years ago
Heiko Becker
ab812e6a52
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit a0cc1cd31e )
5 years ago
Yuri Chornoivan
74cb4e545d
Show alt text instead of the missing image in the Markdown code
5 years ago
Nicolas Fella
7d15dc1ae6
Clean up include_directories calls
...
Remove unnecessary calls
Convert necessary calls to target_include_directories
5 years ago
Albert Astals Cid
8f269d1884
epub: switch epub logs to warning
...
No need to show info level to users
BUGS: 438490
5 years ago
Alexander Lohnau
ac083e44e3
Make meaning of sponsoring note more clear
5 years ago
Alexander Lohnau
e05474450a
GIT_SILENT Small clang-format adjustments
5 years ago
Alexander Lohnau
86a680d97c
GIT_SILENT Put author mail in angle brackets
5 years ago
Alexander Lohnau
83dfef19ab
Put author and mail on same SPDX-FileCopyrightText line
5 years ago
Alexander Lohnau
beaa9fd490
Convert xps files to SPDX license headers
5 years ago
Alexander Lohnau
bf4c8da4fc
Manual fixes to license headers
5 years ago
Alexander Lohnau
78fc7e8c91
Fix & clean up SPDX conversions
5 years ago
Alexander Lohnau
24c75071be
Move sponsoring note outside of SPDX-FileCopyrightText statement
5 years ago
Alexander Lohnau
f9cd6c9868
Manually convert license files for fax generator
5 years ago
Alexander Lohnau
2f193a63de
Convert license headers to SPDX
5 years ago
Heiko Becker
0692e8b037
GIT_SILENT Update Appstream for new release
5 years ago
Heiko Becker
c785887516
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 0692e8b037 )
5 years ago
l10n daemon script
6ad2ebdbbb
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"
5 years ago
l10n daemon script
724b9413e3
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"
5 years ago
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
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
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
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
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
f31152d389
Fix loading some png files inside zip comicbook files
...
BUGS: 436086
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
l10n daemon script
74c92306b8
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"
5 years ago
l10n daemon script
218c5ab64e
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
41d3bedc41
GIT_SILENT made messages (after extraction)
5 years ago
Heiko Becker
e6dae5d4f9
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 8bdc851688 )
5 years ago
Heiko Becker
8bdc851688
GIT_SILENT Update Appstream for new release
5 years ago