| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-03 | Add 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-03 | PlacesPanel: clean some warnings | Méven Car | |
| NO_CHANGELOG | |||
| 2023-04-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-02 | Context menu: allow to show copy to/move to inactive split view | Méven Car | |
| Prevent copying/moving to same folder as origin when copying/moving to inactive split view BUG: 356436 | |||
| 2023-04-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-27 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-03-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-26 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-26 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-03-25 | panels/information: Add option to not show information for hovered item | Oliver Beard | |
| BUG: 364956 BUG: 453211 | |||
| 2023-03-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-21 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-16 | Prevent dragging on non-writable directories | Méven Car | |
| KFileItemModel::supportsDroppin now returns the rootItem when -1 is passed and checks for write access. | |||
| 2023-03-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-10 | GIT_SILENT Upgrade release service version to 23.07.70. | Albert Astals Cid | |
| 2023-03-09 | Prevent a non-initialized value access | Méven Car | |
| NO_CHANGELOG | |||
| 2023-03-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-06 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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-05 | Add packagekit-qt as third-party dependency | Nicolas Fella | |
| 2023-03-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-03-05 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-03-04 | Add KMoreTools dependency | Alexander Lohnau | |
| 2023-03-04 | Use separate KMoreTools library | Alexander Lohnau | |
| 2023-03-04 | Port away from deprecated KNewFileMenu ctor | Nicolas Fella | |
| 2023-03-04 | Remove deprecated KServiceTypeTrader | Dāvis Mosāns | |
| 2023-03-04 | Remove deprecated ConfigurePreviewPluginDialog | Dāvis Mosāns | |
| 2023-03-04 | Port to KF6 KParts | Dāvis Mosāns | |
| 2023-03-04 | Port to KF6 KSelectAction | Dāvis Mosāns | |
| 2023-03-04 | Port to KF6 KWidgetItemDelegate | Dāvis Mosāns | |
| 2023-03-04 | Rename KF5 to KF6 | Dāvis Mosāns | |
| 2023-03-04 | search: Prevent the search box from enlarging the view | Ismael 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-04 | Remove unneeded metadata from KCM json files | Alexander 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 | |||
