- 31 May, 2022 15 commits
-
-
Ahmad Samir authored
-
Ahmad Samir authored
In Qt5 it takes an int, in Qt6 it takes a QFont::Weight.
-
Ahmad Samir authored
Apparently KPluginMetaData was implicitly included by something else.
-
Ahmad Samir authored
-
Ahmad Samir authored
GIT_SILENT
-
Ahmad Samir authored
-
Ahmad Samir authored
GIT_SILENT
-
Ahmad Samir authored
- Fix kio_version.h include - Explicitly create a QSet for QCOMPARE
-
Ahmad Samir authored
Copying QEvent in Qt6 isn't allowed, instead use clone().
-
Ahmad Samir authored
-
Ahmad Samir authored
Configurability of individual preview plugins has been deprecated since KIO 5.87.
-
Ahmad Samir authored
-
Ahmad Samir authored
Instead of having 3 separate config keys, use the KConfig QFont de/serilaization.
-
Script Kiddy authored
-
- 29 May, 2022 2 commits
-
-
Méven Car 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"
-
- 28 May, 2022 2 commits
-
-
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"
-
Script Kiddy authored
-
- 27 May, 2022 2 commits
-
-
Felix Ernst authored
If one was fast to open the right-click context menu on the row of an item in details view mode, the hover highlight would persist while the context menu for the view was open. This one-liner makes it so the highlight on the row is always removed before the right-click context menu for the view is opened so it is as clear as possible that the newly opened context menu has no relation to the fileItem.
-
Felix Ernst authored
Before this change, right-clicking the row of an unselected item in details view mode would be in a weird state: - It didn't really count as a click on the item because the item didn't get selected by this click before opening the context menu. - It didn't really count as a click on the view background either because the actions that showed up depended on the item in that row. This commit fixes this by considering a right-click in the same row as an unselected item as a click on the view background. The behaviour of right-clicking the icon or name of a file directly is unchanged. This fixes the following bugs: - The Paste action that shows up when right-clicking in the unselected row of a folder now works (instead of doing nothing). It now pastes the clipboard contents onto the view background. - When right-clicking the unselected row of a file (not a folder) a Paste action once again shows up.
-
- 26 May, 2022 2 commits
-
-
This commit changes it so the sizes of selection rectangles and hover highlights in compact and details view mode is identical for all items. Before this commit, selection rectangles in lists would have varying indentation of the left edge of the selection rectangle depending on the preview image's width-to-height ratio. This would cause a sort of "ragged edge" in both compact and details list view when multiple items were selected. This commit doesn't change anything about icon view mode. BUG: 453046
-
Since it actually adds padding on both left and right sides, "Side Padding" might be more accurate. This change is also propagated to variable and method names. BUG: 453172
-
- 24 May, 2022 2 commits
-
-
Andrey Butirsky authored
For newly created items being selected, we had updateViewState() called twice, and the first call blocked work execution needed in the other one
-
Andrey Butirsky authored
Without this, KIO::highlightInFileManager() will open additional tab even if file to be highlighted is already present in current view
-
- 22 May, 2022 2 commits
-
-
Albert Astals Cid 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"
-
- 21 May, 2022 2 commits
-
-
fixing a minor typo allows using "uninstall" command (variant **without** extension) on de-installation of a service menu
-
Christian Hartmann authored
service-menu-installer ignores <package-name>.tar.gz-dir/uninstall.sh if this is actualy just a symbolic link to install.sh in the same directory (hardlinks and copies work) canonicalPath() is used to get the name of the file on disk and returns install.sh in the case of a symbolic link. install.sh without any arguments is called instead of uninstall.sh consequently and no de-installation takes place. replace canonicalPath() with absolutePath() as used in the rest of source file resolves: BUG: 452289
-
- 20 May, 2022 2 commits
-
-
Alexander Lohnau authored
Otherwise, we do not find scripts like "install-user.sh". BUG: 453870
-
Script Kiddy authored
-
- 18 May, 2022 2 commits
-
-
BUG: 452867 FIXED-IN: 22.08
-
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"
-
- 17 May, 2022 1 commit
-
-
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"
-
- 16 May, 2022 1 commit
-
-
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"
-
- 15 May, 2022 1 commit
-
-
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"
-
- 13 May, 2022 1 commit
-
-
Alexander Lohnau authored
In KF6 KMoreTools should become it's own library and thus the KNS3 prefix should get removed. Considering that the classes are not in any namespace, having a namespaced include is not needed and only causes noise.
-
- 11 May, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 08 May, 2022 1 commit
-
-
Méven Car authored
NO_CHANGELOG
-