- Feb 12, 2022
- Feb 05, 2022
-
-
Script Kiddy 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"
-
- Feb 04, 2022
-
-
Kai Uwe Broulik authored
Instead of rolling our own tooltip handling. Also ensures it will not conflict with a tooltip from a place item
-
Slava Aseev authored
KPropertiesDialogPlugin plugin should be loaded only if MimeTypes of the plugin contains the mime type of the file (in the context of which the plugin is load) or if MimeTypes of the plugin is empty (meaning it can handle files with any mime type)
-
- Feb 03, 2022
-
-
Kai Uwe Broulik authored
GIT_SILENT
-
- Feb 02, 2022
-
-
Ahmad Samir authored
-
-
Consider files which are slow according to `KFileItem::isSlow()` as remote files. This makes browsing FUSE remote mounts (like with rclone) much smoother. Such mounts are still `isLocalFile()`, even though they represent a remote resource. BUG: 349161 BUG: 372849
-
- Jan 31, 2022
-
-
Kai Uwe Broulik authored
-
Laurent Montel authored
-
Nicolas Fella authored
[desktopexecparser] Consider associations from mimeapps.list to determine whether an app supports a scheme Currently we check whether an app has MimeType=x-scheme-handler/foo in its desktop file. This breaks for some apps, e.g. thunderbird handles mailto but does not always have it marked as such in its desktop file. Also it ignores manual associations in mimeapps.list Check whether the relevant app is in the list of possible handlers for that url scheme and don't use kioexec in that case BUG: 440062 BUG: 439132
-
- Jan 30, 2022
-
-
David Faure authored
GIT_SILENT
-
David Faure authored
GIT_SILENT
-
We call setFilterFixedString, which updates filterRegExp, but not filterRegularExpression in Qt5 In Qt6 this is fixed BUG: 449330
-
- Jan 27, 2022
-
-
Jan Blackquill authored
-
Jan Blackquill authored
This reverts commit deb4cd41.
-
Jan Blackquill authored
This reverts commit cc5efa45.
-
Jan Blackquill authored
This reverts commit ed2347f7.
-
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"
-
- Jan 25, 2022
-
-
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"
-
- Jan 24, 2022
-
-
Kai Uwe Broulik authored
Instead of just collapsing the icon size expanded to the font size. This ensures the delegate animates fully until it is then hidden.
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
No private slots in header, no Q_OBJECT macro in cpp file NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- Jan 23, 2022
-
-
Fushan Wen authored
The test can validate the correct icon is used if "Icon" is specified in the desktop file, and can fall back to "unknown" if KDirModel fails to load the icon. CCBUG: 448116 CCBUG: 448596
-
Fushan Wen authored
This is required for creating files with custom contents.
-
Fushan Wen authored
This allows KDirModel correctly shows the icon with a full path specified in the .desktop file. BUG: 448116 BUG: 448596
-
- Jan 22, 2022
-
-
Friedrich W. H. Kossebau authored
-
- Jan 21, 2022
-
-
Volker Krause authored
KNTLM::getAuth relies on isNull/isEmpty to distinguish the twp cases here, and with Qt5 this happened to work. With Qt6 QString::section returns a null string for an empty section though.
-
-
Ahmad Samir authored
Apparently <numeric> header is included by something indirectly for us on Linux (and FreeBSD and Windows CI's). Anyway doesn't hurt to add the include. Reported by Alexander Lohnau: frameworks/kio!646 (comment 382424) GIT_SILENT
-
- Jan 20, 2022
-
-
Ahmad Samir authored
When KFile::Directory mode changes, we need to update the dir, otherwise initially we would be showing dirs and files even when dirOnlyMode() is true.
-
- Jan 19, 2022
-
-
Alexander Lohnau authored
With the use of embedded json metadata, the exec value is the same as the file the metadata was loaded from
-