Commit graph

698 commits

Author SHA1 Message Date
Friedrich W. H. Kossebau
6088c0b66e Drop no longer used Qt6::Core5Compat dep 2023-10-03 15:25:17 +02:00
Friedrich W. H. Kossebau
f71cab5364 Port away from deprecated QRegExp
GIT_SILENT
2023-10-03 15:24:34 +02:00
l10n daemon script
09356b09f6 GIT_SILENT Sync po/docbooks with svn 2023-10-03 02:11:34 +00:00
l10n daemon script
415228f9da 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"
2023-10-02 02:09:20 +00:00
l10n daemon script
6b3ffc0fda GIT_SILENT Sync po/docbooks with svn 2023-10-01 02:28:19 +00:00
l10n daemon script
78a2637673 GIT_SILENT Sync po/docbooks with svn 2023-09-28 02:10:53 +00:00
Heiko Becker
98cf5f5350 Explicitly add KF6WidgetsAddons dependency
It is at least used for KToogleAction.
2023-09-26 23:21:35 +02:00
l10n daemon script
e3313bc023 GIT_SILENT Sync po/docbooks with svn 2023-09-26 02:20:18 +00:00
l10n daemon script
76a43ac514 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"
2023-09-26 02:13:43 +00:00
l10n daemon script
5f87034a07 GIT_SILENT made messages (after extraction) 2023-09-26 01:44:26 +00:00
l10n daemon script
fe834d71c8 GIT_SILENT Sync po/docbooks with svn 2023-09-25 02:12:44 +00:00
Friedrich W. H. Kossebau
1e8b76cca7 Drop support for Qt5/KF5 2023-09-23 23:28:10 +02:00
l10n daemon script
0248102e33 GIT_SILENT Sync po/docbooks with svn 2023-09-17 01:47:43 +00:00
Heiko Becker
256141d644 GIT_SILENT Update Appstream for new release
(cherry picked from commit 9b91e71a22b390e5e8045c0ddce1f69d67045dd5)
2023-09-09 10:43:11 +02:00
l10n daemon script
5702ab0c94 GIT_SILENT made messages (after extraction) 2023-09-08 00:42:49 +00:00
l10n daemon script
62f61ea793 GIT_SILENT Sync po/docbooks with svn 2023-09-07 01:43:15 +00:00
l10n daemon script
2ccf57181d GIT_SILENT Sync po/docbooks with svn 2023-09-03 01:52:26 +00:00
Friedrich W. H. Kossebau
8d278670fe Bump min required Qt6 to 6.5
GIT_SILENT
2023-08-30 07:17:19 +02:00
l10n daemon script
a02567d1aa GIT_SILENT Sync po/docbooks with svn 2023-08-28 01:52:59 +00:00
l10n daemon script
684f86cbdd GIT_SILENT Sync po/docbooks with svn 2023-08-23 01:44:16 +00:00
Heiko Becker
5acb57eaba GIT_SILENT Update Appstream for new release
(cherry picked from commit 4132e754ee5a8a6666f740f26859e0a5b19f347d)
2023-08-16 23:06:18 +02:00
l10n daemon script
a8b1cf570c GIT_SILENT Sync po/docbooks with svn 2023-08-03 01:52:44 +00:00
l10n daemon script
119210aa4b GIT_SILENT Sync po/docbooks with svn 2023-07-31 01:54:36 +00:00
l10n daemon script
c5fcd9c24b GIT_SILENT Sync po/docbooks with svn 2023-07-29 01:43:34 +00:00
l10n daemon script
004c333434 GIT_SILENT Sync po/docbooks with svn 2023-07-24 08:48:38 +00:00
l10n daemon script
1b55643370 GIT_SILENT Sync po/docbooks with svn 2023-07-19 02:12:15 +00:00
Albert Astals Cid
92aaefd4ae GIT_SILENT Upgrade release service version to 23.11.70. 2023-07-17 12:09:56 +02:00
l10n daemon script
3a7de3695d GIT_SILENT Sync po/docbooks with svn 2023-07-15 01:51:11 +00:00
l10n daemon script
d9071880ed 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"
2023-07-15 01:41:12 +00:00
l10n daemon script
e2509362c0 GIT_SILENT Sync po/docbooks with svn 2023-07-13 01:52:55 +00:00
Friedrich W. H. Kossebau
be4aec63a0 Add explicit moc includes to sources for moc-covered headers
* speeds up incremental builds as changes to a header will not always
  need the full mocs_compilation.cpp for all the target's headers rebuild,
  while having a moc file sourced into a source file only adds minor
  extra costs, due to small own code and the used headers usually
  already covered by the source file, being for the same class/struct
* seems to not slow down clean builds, due to empty mocs_compilation.cpp
  resulting in those quickly processed, while the minor extra cost of the
  sourced moc files does not outweigh that in summary.
  Measured times actually improved by some percent points.
  (ideally CMake would just skip empty mocs_compilation.cpp & its object
  file one day)
* enables compiler to see all methods of a class in same compilation unit
  to do some sanity checks
* potentially more inlining in general, due to more in the compilation unit
* allows to keep using more forward declarations in the header, as with the
  moc code being sourced into the cpp file there definitions can be ensured
  and often are already for the needs of the normal class methods
2023-07-04 16:11:19 +02:00
l10n daemon script
619283211c GIT_SILENT Sync po/docbooks with svn 2023-07-04 02:08:10 +00:00
Heiko Becker
9f77a33b86 GIT_SILENT Update Appstream for new release
(cherry picked from commit 4dfb4cfaf0a1a26e07115857332da1016fda2906)
2023-06-30 00:38:05 +02:00
l10n daemon script
a5d7e087f1 GIT_SILENT made messages (after extraction) 2023-06-25 00:46:13 +00:00
l10n daemon script
d52d1ef64d GIT_SILENT Sync po/docbooks with svn 2023-06-24 02:01:32 +00:00
l10n daemon script
70d9551786 GIT_SILENT Sync po/docbooks with svn 2023-06-20 02:11:52 +00:00
l10n daemon script
7d1bcd07d4 GIT_SILENT Sync po/docbooks with svn 2023-06-18 02:15:59 +00:00
l10n daemon script
5047b1e728 GIT_SILENT made messages (after extraction) 2023-06-17 00:44:27 +00:00
l10n daemon script
d1de2ffc85 GIT_SILENT made messages (after extraction) 2023-06-06 00:43:26 +00:00
Heiko Becker
e608c9561a GIT_SILENT Update Appstream for new release
(cherry picked from commit 6a05e4cf6f621a7d16918b675229491c7a14b39f)
2023-06-02 21:13:01 +02:00
l10n daemon script
e66c0cd38f GIT_SILENT Sync po/docbooks with svn 2023-05-31 02:03:07 +00:00
l10n daemon script
cd0414e710 GIT_SILENT Sync po/docbooks with svn 2023-05-28 01:50:57 +00:00
l10n daemon script
f30434bff6 GIT_SILENT Sync po/docbooks with svn 2023-05-23 02:03:55 +00:00
l10n daemon script
c893da4776 GIT_SILENT Sync po/docbooks with svn 2023-05-14 01:55:41 +00:00
l10n daemon script
51215708a7 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"
2023-05-14 01:41:19 +00:00
Heiko Becker
2ba8c26546 GIT_SILENT Update Appstream for new release
(cherry picked from commit b4699ba1fbb20425dd537a0c4fe221d7294ad456)
2023-05-06 10:37:10 +02:00
l10n daemon script
0549dc80f4 GIT_SILENT Sync po/docbooks with svn 2023-05-04 01:53:41 +00:00
l10n daemon script
66948bbdac GIT_SILENT Sync po/docbooks with svn 2023-04-30 02:14:34 +00:00
l10n daemon script
0e364b4c74 GIT_SILENT Sync po/docbooks with svn 2023-04-25 01:59:06 +00:00
l10n daemon script
d99481573f GIT_SILENT Sync po/docbooks with svn 2023-04-23 02:10:38 +00:00