┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-16GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit c08f661a2cb9bacc533bd278d0dd39c63c33448a)
2023-08-14Adapt to kbookmarks API changeNicolas Fella
2023-08-13Don't compute size for non-local urlsMéven Car
Hide progressInfo for listDir job on the non-recursize path. BUG: 472912
2023-08-11Fix musl build by using fts_* from external libraryBart Ribbers
musl does not support fts. There is however a standalone package that can be used, but it must be linked against. This commit adds a check that makes sure to link to the external library if it is required.
2023-08-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-10Merge branch 'master' into kf6Nicolas Fella
2023-08-10Set Notify flag on close running terminal app promptKai Uwe Broulik
Ensures the warning sound is played.
2023-08-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-03Adjust to changes in KToolBarPopupActionKai Uwe Broulik
`menu()` will be null, instead use the provided `popupMenu()`. Use `KToolBarPopupAction`'s mode enum instead of `QToolBar`'s
2023-08-03Add alternate shortcut for replaceLocation actionAmol Godbole
Alt + D is a common shortcut for replacing location. Add this as an alternate shortcut. BUG: 468445
2023-08-03DolphinView: initialize m_controlWheelAccumulatedDeltaAmol Godbole
Ctrl + scroll wheel zoom was not working as designed after Dolphin is launched. Initialize m_controlWheelAccumulatedDelta in DolphinView's constructor. BUG: 469354
2023-08-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-01Enter selection mode by tap-and-holding an already selected itemSteffen Hartleib
Allow entering selection mode by touching an already selected item. BUG: 462778
2023-08-01Fix incorrect file selection after file renameAmol Godbole
forceUrlsSelection() needs to be called only when new name of renamed file does not exist. BUG: 417930
2023-07-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-30Don't request kio-extras on FreeBSDNicolas Fella
It's not available on freebsd-qt6
2023-07-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-28SVN_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-07-27Avoid unwanted drag and drop actionSteffen Hartleib
Use the screen position for a touch event to calculate the start drag distance. BUG: 464594
2023-07-27Minor code improvementMéven Car
NO_CHANGELOG
2023-07-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-26Update following removing of KIO::FileSystemFreeSpaceJob::result overloadMéven Car
NO_CHANGELOG
2023-07-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-24KF6 Dolphin depends on kio-extras, for kcm_trash embedded in settingsJakob Petsovits
When kio-extras is not installed (or kcm_trash.so exists, but is outdated) then opening the "Configure Dolphin..." settings dialog will crash. It tries to load kcm_trash with its old KCModule plugin construction signature and gets a fatal symbol mismatch. kcm_trash was recently moved from kio to kio-extras and is unconditionally loaded in non-Windows environments, so that dependency should be required in the metadata for kdesrc-build.
2023-07-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-18Add contribute link to AppStream metadataNate Graham
Pointing to the readme file is reasonable enough.
2023-07-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-17GIT_SILENT Upgrade release service version to 23.11.70.Albert Astals Cid
2023-07-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-10Merge branch 'master' into kf6Nicolas Fella
2023-07-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-09Replace ServiceItemDelegate with standard Qt item delegateNicolas Fella
We don't need a custom delegate here Using the standard one from Qt also slightly improves margins
2023-07-09Fix usage of Qt::CheckStateRole in preview modelNicolas Fella
Qt::CheckStateRole expects an enum, not a bool Also set the flag that the item it user checkable, otherwise it can't be changed BUG: 471999
2023-07-08Fix plugin queryNicolas Fella
QT_MAJOR_VERSION is undefined, the proper thing is QT_VERSION_MAJOR This causes the plugin query to not find any plugins Since we only target KF6 we might as well hardcode that
2023-07-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-07Fix konsolepart lookupNicolas Fella
The location changed for KF6
2023-07-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-05Always enable panel dockwidget actionsNicolas Fella
Otherwise they are disabled when the docks are locked and panels can't be toggled BUG: 471974