| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-20 | DolphinView: allow selectUrls to be considered for selection in more cases | Méven Car | |
| * when there is some selection already (some files were created previously) * when the model has not yet insert all the selectedUrls Also * Rename DolphinView::slotCopyingDone to slotItemCreatedFromJob BUG: 407161 | |||
| 2023-04-20 | Reuse existing proxy style | Felix Ernst | |
| Before this commit, a new QProxyStyle was created every time the selection mode was enabled. The previously used one was automatically deleted in the process because of the std::unique_ptr re-assignment. This isn't really a problem in itself, but I strongly assume that the sudden deletion of the old style shortly before setting a new style might be the cause of the crash/bug 468548. This commit simply re-uses the previously created proxy style which doesn't seem to cause any behaviour change even when the application style has been changed in the time since the proxy style was created. Another potential solution might be to simply use deleteLater() on the old proxy style instead of letting std::unique_ptr delete the old proxy style instantly while it is still in use. That seems more involved than simply re-using the old style though. BUG: 468548 FIXED-IN: 23.08 | |||
| 2023-04-20 | Restrict attaching instances to those on the same activity or same virtual ↵ | Méven Car | |
| desktop CCBUG: 408919 | |||
| 2023-04-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-12 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit fb084ec1a14e2cc0b8842056c8b34d20f4d86484) | |||
| 2023-04-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-05 | Make "don't run me with sudo/kdesu" message informative | Nate Graham | |
| We tell users what not to do, but we don't tell then what to do instead. At one point we told them to just use Dolphin normally and the polkit integration would kick in, but that work ended up being reverted and abandoned. Instead, tell them to use kio-admin, which exists as a released product and will hopefully not get removed anytime soon. CCBUG: 467948 | |||
| 2023-04-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-04-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 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 | |
