- Jul 01, 2023
-
-
Script Kiddy authored
-
- Jun 30, 2023
-
-
Script Kiddy authored
-
- Jun 29, 2023
-
-
Script Kiddy authored
-
- Jun 28, 2023
-
-
Script Kiddy authored
-
- Jun 27, 2023
-
-
Nicolas Fella authored
The Qt6 builds for kf5 are no longer needed
-
Script Kiddy authored
-
- Jun 26, 2023
-
-
Script Kiddy authored
-
- Jun 25, 2023
-
-
Friedrich W. H. Kossebau authored
6e945ed1 changed the behaviour of KUrlRequester::setFilter to not generate a name for the Qt-style filter syntax variant if also none was given to the KDE-style variant. The missing name in the filter though triggers a bug with Plasma's platform QFileDialog implementation, resulting in the drop of the filter entry. So to restore the compatibility and matching API user expectations, the filters, when passed to the actual file dialog instance, are preprocessed to inject any missing explicit name. As before the name used is the one of the filter expressions.
-
Friedrich W. H. Kossebau authored
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Jun 24, 2023
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Jun 23, 2023
-
-
Friedrich W. H. Kossebau authored
For consistency with QFileDialog API and better naming given there are 2 kinds of filters supported, by name and by MIME type. BUG: 369542
-
Friedrich W. H. Kossebau authored
The API dox referred to QFileDialog::setNameFilters for the syntax to use which is "Comment (file pattern)". The internal logic though expects the old KDE style syntax "file pattern|Comment". For more compatibility with Qt also allow name/comment-less filters by handling of non-existing "|" hit in the filter parsing. CCBUG: 464350 CCBUG: 369542
-
Friedrich W. H. Kossebau authored
Commit 192b2baf added the un-anchoring of the regex pattern in setNameFilter(). Having unanchored matches though breaks some expectations from wildcard expressions as used with name filters (see also examples in the API docs of setNameFilter). E.g. for "*.po" one would only expect files with suffix "po" only, not also "pot" or any other suffixes starting with "po". Similar "*.tar" should not deliver "tar.gz" files etc. The olc QRegExp code also was just using QRegExp(filter, Qt::CaseInsensitive, QRegExp::Wildcard) so also not doing partial matches of any kind.
-
- Jun 20, 2023
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Jun 19, 2023
-
-
Script Kiddy authored
-
- Jun 18, 2023
-
-
Friedrich W. H. Kossebau authored
While <QtConcurrentRun> is not mentioned in the docs (QTBUG-114663), other places in KIO and further KF modules have been using the <QtConcurrentRun> include all the time, so doing it here is just aligning to those expectations. NO_CHANGELOG (cherry picked from commit 5572320d)
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Jun 15, 2023
-
-
Friedrich W. H. Kossebau authored
Allows to build with EXCLUDE_DEPRECATED_BEFORE_AND_AT >= 5.107.0 GIT_SILENT
-
Script Kiddy authored
-
- Jun 14, 2023
-
-
Script Kiddy authored
-
- Jun 13, 2023
-
-
Script Kiddy authored
-
- Jun 12, 2023
-
-
This ensures that the filename can be typed immediately after pressing the save button and cancelling an overwrite. BUG: 444515 (cherry picked from commit cff4ec75)
-
storageAccessFromPath may return an invalid device, e.g. because the thumbnail directory doesn't exist yet In that case we must not use the device BUG: 470845 (cherry picked from commit 3fdcb7bc)
-
- Jun 10, 2023
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- Jun 09, 2023
-
-
Script Kiddy authored
-
- Jun 08, 2023
-
-
Script Kiddy authored
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"
-
- Jun 07, 2023
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Jun 06, 2023
-
-
Script Kiddy authored
-
- Jun 04, 2023
-
-
Script Kiddy authored
-
Script Kiddy authored
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"
-
- Jun 03, 2023
-
-
Script Kiddy authored
-
- May 31, 2023
-
-
Script Kiddy authored
-
- May 30, 2023
-
-
Script Kiddy authored
-