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
356bd482be
Convert license headers to SPDX for newly added files
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
d4c1d10862
Remove obsolete COPYING files
5 years ago
Alexander Lohnau
3fb3fe17f0
Download GFDL-1.2-or-later license
5 years ago
Alexander Lohnau
78fc7e8c91
Fix & clean up SPDX conversions
5 years ago
Alexander Lohnau
93ad33569b
Convert CMake module license statements to SPDX
5 years ago
Alexander Lohnau
24c75071be
Move sponsoring note outside of SPDX-FileCopyrightText statement
5 years ago
Alexander Lohnau
3c5cfc8abc
Convert license files for core/synctex directory
5 years ago
Alexander Lohnau
f9cd6c9868
Manually convert license files for fax generator
5 years ago
Alexander Lohnau
f2b16bbb0f
Download missing MIT license
5 years ago
Alexander Lohnau
2f193a63de
Convert license headers to SPDX
5 years ago
Heiko Becker
c785887516
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 0692e8b037 )
5 years ago
Albert Astals Cid
73c3fa57f9
Merge remote-tracking branch 'origin/release/21.04'
5 years ago
Albert Astals Cid
e457ceb731
FormLineEdit: Don't run focusin action when gaining focus because of window management
...
Adobe Reader doesn't do it, and with reason, because otherwise we end up
with:
* Run focus in script
* script shows alert()
* field loses focus and gains it again once the alert() is closed
* infinite loop
BUGS: 436990
5 years ago
Albert Astals Cid
b518c01f1c
FormLineEdit: Don't run focusout/formatfield actions when losing focus because of window management
...
Adobe Reader doesn't do it and if we do it can end up crashing because
we end up running two focusout actions in parallel and our script system
is not prepared for that:
Scenario:
* Tab out of a field
* Script for that focusout runs
* focus goes to next field
* script for that focusout shows an alert()
* second focusout script for that field runs while the first is running
* bad stuff
BUGS: 435833
5 years ago
Albert Astals Cid
812adaa26d
FormLineEdit: Move editing=false up in the focus out event
...
The fact that we don't want to process the focusout/formatfield actions
doesn't mean we are still editing the field
5 years ago
l10n daemon script
1030422319
GIT_SILENT made messages (after extraction)
5 years ago
l10n daemon script
dcf3aff4f3
GIT_SILENT made messages (after extraction)
5 years ago
Albert Astals Cid
47b56fb8df
Merge remote-tracking branch 'origin/release/21.04'
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
Albert Astals Cid
92f4ade00c
Mark items with name in toolsQuick as default
...
This way we know we must translate their names when showing it to the
user
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
Albert Astals Cid
81344f8aa8
Unbox alert() parameters when they are in an object
...
API let's you use both arguments or objects with named properties, so
support both.
This fixes the contents of the warning in 435833, the crash is still
there though, working on that next
CCBUGS: 435833
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