Marius P
230e2b674d
okular About dialog human names should be translated
...
As per https://mail.kde.org/pipermail/kde-i18n-doc/2022-May/000969.html
4 years ago
l10n daemon script
1f9063c443
GIT_SILENT made messages (after extraction)
4 years ago
George Florea Bănuș
327d547024
Add app-wide color scheme chooser
...
BUG: 432088
FIXED-IN: 22.08
4 years ago
Albert Astals Cid
d9986c2b1e
Merge remote-tracking branch 'origin/release/22.04'
4 years ago
Albert Astals Cid
26bb7b6a03
Add ki18n_install and kdoctools_install
4 years ago
Albert Astals Cid
1a980008be
Fix crash while undoing with the menu on an empty annotation
...
BUGS: 453987
4 years ago
l10n daemon script
dbe951e103
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
8880077fe6
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
ad813d6667
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"
4 years ago
l10n daemon script
9b57bb847e
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
e8d5f24ad4
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"
4 years ago
l10n daemon script
3001fcb88d
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
c53a64c8da
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"
4 years ago
l10n daemon script
8805d1bde9
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"
4 years ago
Nicolas Fella
ff8932363b
Add Windows CI
4 years ago
Heiko Becker
be0f1090ae
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 3144226af6 )
4 years ago
Heiko Becker
3144226af6
GIT_SILENT Update Appstream for new release
4 years ago
Heiko Becker
0ccb4fcf9c
GIT_SILENT Upgrade release service version to 22.04.1.
4 years ago
Albert Astals Cid
8e311cf26d
Fix logical mistake in 44304b32a5
...
ifndef feature means < when checking for feature not >=
4 years ago
Albert Astals Cid
44304b32a5
Use the poppler version includes instead of check_cxx_source_compiles
4 years ago
Albert Astals Cid
913d437822
Make all optional dependencies REQUIRED by default
...
You can opt-out using the FORCE_NOT_REQUIRED_DEPENDENCIES option
We want people to always build as much of the optional dependencies as
possible, so force them to spell out what they don't want
And except on Android because two reasons:
* The gitlab CI doesn't have some dependencies we actually have available
* Some dependencies are not really available
4 years ago
Daniel Novomeský
7c596be34a
kimgio: enable JPEG XL format
...
BUG: 453131
4 years ago
Luis Kao
1aa490bc2e
Improve assertion message
...
The original message could be misleading.
4 years ago
Luis Kao
5001962112
Fix color mode actions in ViewerWidgetMode
...
Move "options_configure_color_modes" from Okular::Part::setupActions to
Okular::Part::setupViewerActions.
The color mode actions were not properly set in ViewerWidgetMode. Kile would
encounter "ASSERT failure" caused by the Q_ASSERT_X in ColorModeMenu class in
Debug mode.
4 years ago
Yuri Chornoivan
743b5139ad
Remove extra window title
4 years ago
Albert Astals Cid
ebe96294bb
Merge remote-tracking branch 'origin/release/22.04'
4 years ago
Albert Astals Cid
afc0d8ed07
Fix part of the Welcome Screen not being translatable
4 years ago
l10n daemon script
f85b42bd76
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
8f54710b5d
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
fb3baa0879
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
7cd0d78b5c
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"
4 years ago
Heiko Becker
715b8707b5
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 172f4edeae )
4 years ago
Heiko Becker
172f4edeae
GIT_SILENT Update Appstream for new release
4 years ago
Heiko Becker
8c97635ca7
GIT_SILENT Upgrade release service version to 22.04.0.
4 years ago
Nicolas Fella
4202ccf000
[epub] Fix Windows build
...
epub_open wants const char*, not QByteArray
4 years ago
Nicolás Alvarez
0553e93121
CI: Tag custom Ubuntu and Clazy jobs as 'Linux'
...
This makes them run on the faster CI servers that normally run linux.yml.
There are also 3 servers so this brings better parallelism.
Not all custom jobs are suitable to run there, but these in particular
should be fine.
4 years ago
Nicolas Fella
0658e09efc
Don't find ktextwidgets for mobile
...
It's only used for the KPart
(cherry picked from commit 9eb404c337 )
4 years ago
Albert Astals Cid
bc9da32708
Don't require KF5::IconThemes for Mobile
...
It just gives us a 48px = Large, so not worth to have that extra dependency for
that in my opinion
(cherry picked from commit ce8401e917 )
4 years ago
Albert Astals Cid
7e248f86be
KCrash is only used on the desktop
...
(cherry picked from commit d8f0baa2b9 )
4 years ago
Albert Astals Cid
52d1a3b91e
Fix "endl" use
...
If it was at the end of qDebug/qCritical/etc, just remove it, those
already have a newline at the end
The other few convert them to \n
4 years ago
Albert Astals Cid
98fbeefcfe
CI: Add Windows
...
GIT_SILENT
4 years ago
Albert Astals Cid
030a34f1ff
Fix Windows compile with new stricter defines
4 years ago
Albert Astals Cid
d3dc35e159
Try to fix randomly failing jenkins
4 years ago
Albert Astals Cid
0d40301d50
Add a few definitions that will come with ECM 5.85
...
Better enforce them now, so that the work to port doesn't increase over
time
Not a super fan of this for regular applications, but oh well the ship
has sailed
4 years ago
Nicolas Fella
9eb404c337
Don't find ktextwidgets for mobile
...
It's only used for the KPart
4 years ago
Boris Petrov
32bbf3d4b8
Add tooltip with filename to document tabs
...
Add the filename as tooltip. This is convenient when multiple
files are open and most of the tab labels are elided.
4 years ago
Heiko Becker
cb527ec88b
GIT_SILENT Upgrade release service version to 22.03.90.
4 years ago
M B
5339b7eef1
Markdown: Fix images with special chars in URLs not loaded
...
If an image URL contains a non-ASCII character (e.g. `kartöffelchen.jpg`), the html returned by the markdown parser contains the encoded path `kart%C3%B6ffelchen.jpg`. We must decode the path before checking if the image file exists.
(cherry picked from commit 8aa96484da )
4 years ago
Albert Astals Cid
140b37c340
Try to fix randomly failing jenkins
4 years ago
M B
8aa96484da
Markdown: Fix images with special chars in URLs not loaded
...
If an image URL contains a non-ASCII character (e.g. `kartöffelchen.jpg`), the html returned by the markdown parser contains the encoded path `kart%C3%B6ffelchen.jpg`. We must decode the path before checking if the image file exists.
4 years ago