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
Albert Astals Cid
5ceeb68dfe
Remove unused KIO::Core dependencies
4 years ago
Albert Astals Cid
c3f89b6626
CI: ask for Purpose on Linux/FreeBSD
4 years ago
Albert Astals Cid
8c31962e81
Port a few QLinkedList to std::list
...
here we do quite a bit removals from the middle, so feels better to have
something that is cheap to do that like std::list
4 years ago
Albert Astals Cid
252236d413
Port a few more QLinkedList to QList
...
We don't need the special properties of QLinkedList in any of those and
QLinkedList is deprecated, so move away from it
4 years ago
Kai Uwe Broulik
c0bee5ba74
Merge branch 'release/22.04'
4 years ago
l10n daemon script
234cd24df0
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
14fd3b33f7
GIT_SILENT made messages (after extraction)
4 years ago
Albert Astals Cid
6037837e4b
Merge remote-tracking branch 'origin/release/22.04'
4 years ago
Kai Uwe Broulik
adc01be263
Don't create a KIconLoader instance
...
Just to load an icon, we can use `QIcon::fromTheme` for that.
4 years ago
Albert Astals Cid
ce8401e917
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
4 years ago
l10n daemon script
46ddb1abe7
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
16b05006eb
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
5042078495
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
437f5f250b
GIT_SILENT made messages (after extraction)
4 years ago
Albert Astals Cid
d8f0baa2b9
KCrash is only used on the desktop
4 years ago
Albert Astals Cid
5944ce059f
Android: improve a bit the "androiddeployqt is not smart and needs help" code
...
We do that by:
* Remembering all the generators we're building
* Linking the dependencies of all those generators against the app
For that to work we do three things:
* Move the creation of the app target to after the generator targets
have been created
* Have a global variable that lists all the created generators
* Move the find_package of the generator dependencies to the top level
so it can be used from the mobile app target
4 years ago
Albert Astals Cid
d72d3a01a5
Merge remote-tracking branch 'origin/release/22.04'
4 years ago
Albert Astals Cid
dbcda67ab9
Fix opening CHM files on Windows
...
This is part of 451985 the other part is that KF5.91 windows build of
khtml was broken, seems the 5.92 one is good, so once we release 22.04.0
it should be all good hopefully.
BUGS: 451985
4 years ago
l10n daemon script
6f279fa725
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
64676e6ff6
GIT_SILENT made messages (after extraction)
4 years ago
Albert Astals Cid
0741ef1838
Port away from more QLinkedLists
...
QLinkedList is gone from Qt6
The almost 1:1 port is std::list but we don't need iterator stability on
removal/insertion so just port to QList
4 years ago
Albert Astals Cid
8941e43488
Port away from more QLinkedLists
...
QLinkedList is gone from Qt6
The 1:1 port is std::list but we don't need iterator stability on
removal/insertion so just port to QList (one case to std::vector since
QList needs a copy constructor)
4 years ago
Georgiy Sgibnev
17be599933
Dealing with a tmp file in case of a signing fail
4 years ago
l10n daemon script
25a31b8d88
GIT_SILENT made messages (after extraction)
4 years ago
l10n daemon script
0de7c7b966
GIT_SILENT made messages (after extraction)
4 years ago
Albert Astals Cid
04c21b9c70
Fix cmake warning
4 years ago
Albert Astals Cid
6767b8739e
Port a few QLinkedList to QList
...
QLinkedList is deprecated in later Qt5 and gone in Qt6
The 1:1 port is std::list but in this cases all we ever do
is create the lists, push back to them, and pass then around
to be read, for that a QList is more than enough
4 years ago