┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-03Search::Bar: Preserve cursor positionweinan li
Prior to this commit editing the search term would sometimes change the cursor position. This commit makes sure the cursor position does not move by itself. BUG: 507272
2025-09-03Fix several user-facing and non-user-facing typosKunda Ki
Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal`
2025-09-02KStandardItemListWidget: Clean hover effect on editRole changedAkseli Lahtinen
When editRole is changed, as in we start renaming an item, we should clean up the hover effect. Otherwise we'll have a weird glitchy look. BUG: 508388
2025-09-02KStandardItemListWidget: Do not recolor branch indicatorsAkseli Lahtinen
Since we never set the background color of the branch indicator to something different now, we can just let its color to stay as default.
2025-09-02KStandardItemListWidget: Color icon only if item isPressedAkseli Lahtinen
Due to the new focus changes, our background highlights are more transparent. This means that the selected icon color is wrong, since it's meant for fully opaque background We should color the icon only when the element is pressed, which is the only time we use fully opaque background. BUG: 508418
2025-09-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-09-01DolphinContextMenu: Don't parent new file menu to the menuKai Uwe Broulik
It needs to outlive the menu for the file name input prompt to work. While at it, hook up the new rejected signals ot ensure the menu is properly cleaned up also when canceled. Amends commit 697d58e9
2025-09-01DolphinTrash: Only play emptied sound when it was emptied without errorKai Uwe Broulik
Also cancelling the confirmation results in a job finishing with error.
2025-09-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-30DolphinTabWidget: Use setcurrentIndex() in readProperties()Gleb Kasachou
BUG: 508864
2025-08-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-27Fix typo found by Inigo Salvador AzurmendiYuri Chornoivan
2025-08-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-27SVN_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"
2025-08-26Warn when renaming a file would change its file typeKai Uwe Broulik
While the file's content won't change, applications may no longer recognize it.
2025-08-26DolphinTabWidget: Fix split viewGleb Kasachou
This commit fixes a segfault accidentally introduced in a previous commit.
2025-08-26KStandardItemListWidget: Use styleOption().iconSizeAkseli Lahtinen
We should use styleOption().iconSize instead of iconSize(), since the styleOption returns always the correct size depending on if we are showing previews or not. In DolphinItemListView we set the iconSize based on the previewSize or iconSize, and the styleOption().iconSize is whichever value it is here. KItemListWidget::iconSize always returns the settings.iconSize BUG: 508352
2025-08-26KItemListView: Check if animation is already started before starting new oneAkseli Lahtinen
When user changes the zoom rapidly, we start the animation multiple times, which causes delays with the animation and the icon size is wrong for a while until user interaction refreshes the view. This change runs the animation only when it's been finished, and avoids the issue with the refresh. Instead in those situations, we know that user is doing something really rapidly, so we should just set the icon size to what it needs to be. BUG: 508352
2025-08-26DolphinTabWidget: Fix segfault when restoring sessionGleb Kasachou
When a session is being restored, DolphinTabPage::setSplitViewEnabled() is called for each tab. That function assumes the tab page's m_navigatorsWidget is a valid pointer, which is true only for an active tab. That causes a segmentation fault when Dolphin is launched from the command line with more than two URLs and the --split flag. This commit fixes this bug by connecting the DolphinNavigatorsWidgetAction to each tab page before calling restoreState() in DolphinTabWidget::readProperties(). BUG: 462046
2025-08-26Make create folder use selected directorylzwind lzwind
This change makes `Ctrl+Shift+N` behavior consistent with right-click context menu: - If a single directory is selected, create inside it - Otherwise, create in current working directory BUG: 508196
2025-08-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-24SVN_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"
2025-08-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-23SVN_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"
2025-08-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-19dolphinview: use QString::slice with Qt > 6.8Luc Schrijvers
QString::slice is preferable when available, as it does not allocate. Amends db92361e10f356ed0d1bf2dc7ea3453086ce876c
2025-08-18KItemListWidget: Use strokePath instead of drawPathAkseli Lahtinen
StrokePath gives the focus frame a less blurry look Since the path is bit thinner now, we need to adjust the alpha level to make it easier to see. This is especially visible in dark themes. BUG: 507005
2025-08-18Use KFileItem::isExecutable() instead of creating a QFileInfoKai Uwe Broulik
KFileItem can give us this information since 6.0, no need to create a QFileInfo and stat'ing the file again.
2025-08-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-17Fix Qt < 6.8 errorLuc Schrijvers
2025-08-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-16DolphinContextMenu: Show Configure Trash instead of PropertiesKai Uwe Broulik
The Properties window is mostly useless in Trash. This also makes it consistent with the Places panel. BUG: 497349
2025-08-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-15GIT_SILENT made messages (after extraction)l10n daemon script
2025-08-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-13Add a Window Color Scheme menu in the Configure menuKostiantyn Korchuhanov
The menu is located at Menu -> Configure -> Window color scheme Either in menu or hamburger mode. FEATURE: 506618
2025-08-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-09kio-admin: Risk dialog correctly sets url themeMisha Vicha
When the "Risks of Acting as an Administrator" prompt is not accepted, the user now gets their url theme set back to `file://`.
2025-08-09kio-admin: Risk dialog saves only on acceptMisha Vicha
The "Risks of Acting as an Administrator" prompt now only runs saveDontShowAgainContinue when the prompt is confirmed. This fixes it saving even when the prompt was cancelled.
2025-08-09kio-admin: Update risk dialog result checkMisha Vicha
The check now correctly considers only KMessageDialog::PrimaryAction as confirmation, where before closing the window (4 isn't KMessageDialog::Cancel anymore) would pass through and still ask for the root password even when the prompt was technically cancelled. Also now correctly uses the Enum instead of a hardcoded integer.
2025-08-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-07DolphinMainWindow: Notify current selection changed when changing tabsLeonardo Malaman
So the Information Panel refreshes.
2025-08-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2025-08-05GIT_SILENT Sync po/docbooks with svnl10n daemon script