┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-03Add test for openFiles()Felix Ernst
The basic mainWindow methods openFiles(), openDirectories(), isUrlOpen(), and isItemVisibleInAnyView() have some non-obvious behaviours that shouldn't regress. We never want to open directories that are already open. We only want to open new tabs when the currently open ones don't have the file that should be highlighted in view already. This should work even if view modes that allow folder expansion are in play. It should also work when the view area is split.
2023-04-03PlacesPanel: clean some warningsMéven Car
NO_CHANGELOG
2023-04-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-04-02Context menu: allow to show copy to/move to inactive split viewMéven Car
Prevent copying/moving to same folder as origin when copying/moving to inactive split view BUG: 356436
2023-04-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-27GIT_SILENT made messages (after extraction)l10n daemon script
2023-03-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-26SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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-03-26GIT_SILENT made messages (after extraction)l10n daemon script
2023-03-25panels/information: Add option to not show information for hovered itemOliver Beard
BUG: 364956 BUG: 453211
2023-03-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-21SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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-03-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-16Prevent dragging on non-writable directoriesMéven Car
KFileItemModel::supportsDroppin now returns the rootItem when -1 is passed and checks for write access.
2023-03-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-10GIT_SILENT Upgrade release service version to 23.07.70.Albert Astals Cid
2023-03-09Prevent a non-initialized value accessMéven Car
NO_CHANGELOG
2023-03-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-06SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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-03-05Add packagekit-qt as third-party dependencyNicolas Fella
2023-03-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-03-05GIT_SILENT made messages (after extraction)l10n daemon script
2023-03-04Add KMoreTools dependencyAlexander Lohnau
2023-03-04Use separate KMoreTools libraryAlexander Lohnau
2023-03-04Port away from deprecated KNewFileMenu ctorNicolas Fella
2023-03-04Remove deprecated KServiceTypeTraderDāvis Mosāns
2023-03-04Remove deprecated ConfigurePreviewPluginDialogDāvis Mosāns
2023-03-04Port to KF6 KPartsDāvis Mosāns
2023-03-04Port to KF6 KSelectActionDāvis Mosāns
2023-03-04Port to KF6 KWidgetItemDelegateDāvis Mosāns
2023-03-04Rename KF5 to KF6Dāvis Mosāns
2023-03-04search: Prevent the search box from enlarging the viewIsmael Asensio
By default, the search filters widget calculates its `minimumSizeHint` as the sum of its components' minimum widths. This minimum width hint will scale up the widgets hierarchy, finally imposing a minimum width to the contents view, which in certain conditions can take the space from the side panels. Let's set a minimum width hint of 0, so it is the filters widget which always adapts to the available view size instead. BUG: 466796 FIXED-IN: 23.04
2023-03-04Remove unneeded metadata from KCM json filesAlexander Lohnau
We only load them in Konqueror, there are only the name, icon and doc path used. The ServiceTypes are only a leftover from before the json conversion Task: https://phabricator.kde.org/T14730