| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-20 | 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" | |||
| 2022-10-20 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2022-10-19 | Fix build with older KF versions | Ahmad Samir | |
| GIT_SILENT | |||
| 2022-10-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-16 | Add Qt6 windows CI support | Laurent Montel | |
| 2022-10-16 | Fix compile against qt6.4 | Laurent Montel | |
| "error C2397: conversion from 'qsizetype' to 'int' requires a narrowing conversion" | |||
| 2022-10-16 | Port away from deprecated KIO API | Ahmad Samir | |
| 2022-10-16 | DolphinTrash: port away from deprecated KIO API | Ahmad Samir | |
| Also change empty() method to return void, nothing was using the KJob * it was returning. | |||
| 2022-10-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-15 | Fix dismiss button in selection mode paste bar | Felix Ernst | |
| This one liner changes the signal that is emitted when the "Dismiss" button is pressed on the Paste bottom bar in selection mode. Before this commit, the `leaveSelectionModeRequested()` signal was used but it had no effect because technically the selection mode isn't active anymore when the paste bar is shown. Everything works as expected if instead `barVisibilityChangeRequested()` is emitted. | |||
| 2022-10-15 | Port away from deprecated KMessageBox Yes/No | Friedrich W. H. Kossebau | |
| GIT_SILENT | |||
| 2022-10-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-14 | Fix Wayland window activation when attaching to an existing instance | Nicolas Fella | |
| The application launching Dolphin passes a token via the XDG_ACTIVATION_TOKEN environment variable We need to pass that to the running instance so that it can use it to raise itself | |||
| 2022-10-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-12 | fix opening new windows unnecessary | Andrey Butirsky | |
| fixes a regression introduced by https://invent.kde.org/utilities/ark/-/merge_requests/44 BUG: 440663 | |||
| 2022-10-12 | Remove unused includes | Laurent Montel | |
| 2022-10-12 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-11 | Rename variable | Felix Ernst | |
| Based on code review feedback by Andrey Butirsky. | |||
| 2022-10-11 | Add helper methods to tab widget for view containers | Felix Ernst | |
| This commit introduces the private getter DolphinTabWidget::viewContainerAt(ViewIndex) and another private method DolphinTabWidget::activateViewContainerAt(ViewIndex). Both methods return nullptr if there is no valid DolphinViewContainer at the specified ViewIndex. | |||
| 2022-10-11 | Fix item highlighting through DBus | Felix Ernst | |
| Before this commit, even items that are distant children of currently open views were considered selectable. This lead to the bug that items meant to be highlighted through DBus would not be highlighted if any ancestor of the item was open in any view. This was fixed by only considering items in view if they can be seen by scrolling. Main difficulty here was to make this also work for the details view mode which allows expanding. To implement this cleanly, some refactoring seemed necessary because the logic to determine if an item is already in view was previously intertwined with the logic to identify already open directories. This commit also contains the following refactorings aiming to make the code more readable: - A magic value (-1) is replaced using std::optional. - A boolean trap is removed. - A QPair is replaced by a struct with named variables. - More and improved documentation | |||
| 2022-10-11 | don't use const'ref here (found by clazy) | Laurent Montel | |
| 2022-10-11 | Remove unused include | Laurent Montel | |
| 2022-10-11 | Use std::chrono_literals | Laurent Montel | |
| 2022-10-11 | Use QStringLiteral | Laurent Montel | |
| 2022-10-11 | Use const'ref | Laurent Montel | |
| 2022-10-11 | Remove unused includes | Laurent Montel | |
| 2022-10-11 | Show all includes in qtc6 | Laurent Montel | |
| 2022-10-11 | port to KIO::createDefaultJobUiDelegate | Laurent Montel | |
| 2022-10-10 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit 87d846346db042cc2dd562bbb6501c2310983066) | |||
| 2022-10-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-08 | Replace context menu on long press with selection mode | Marco Martin | |
| on long touch (and not on mouse press) don't pop up the context menu anymore but enter selection mode, similar behavior to mobile applications. the full context menu is still available from the actions toolbar appearing in selection mode | |||
| 2022-10-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-06 | DolphinTabBar: Open folder in new tab when dropped onto tab bar | Kai Uwe Broulik | |
| 2022-10-06 | DolphinTabWidget: Allow specifying new tab position in openNewTab | Kai Uwe Broulik | |
| 2022-10-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-10-02 | Remove superfluous setData call | Kai Uwe Broulik | |
| It's done by urlNavigatorHistoryAction already | |||
| 2022-10-02 | terminal: Clear line using escapes instead of SIGINT | John Brooks | |
| Sending SIGINT can be destructive, for example if we interrupt the loading of the shell init files (e.g. .bashrc) and clobber history preservation settings. Follow the example of Kate and send a Ctrl-E Ctrl-U to clear the prompt instead. BUG: 279614 Signed-off-by: John Brooks <[email protected]> | |||
| 2022-10-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2022-09-28 | 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" | |||
| 2022-09-26 | Add missing include (needed for building qt6) | Laurent Montel | |
| 2022-09-26 | Remove unused includes | Laurent Montel | |
| 2022-09-24 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
