┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-05Add explicit moc includes to sources for moc-covered headersFriedrich W. H. Kossebau
* speeds up incremental builds as changes to a header will not always need the full mocs_compilation.cpp for all the target's headers rebuild, while having a moc file sourced into a source file only adds minor extra costs, due to small own code and the used headers usually already covered by the source file, being for the same class/struct * seems to not slow down clean builds, due to empty mocs_compilation.cpp resulting in those quickly processed, while the minor extra cost of the sourced moc files does not outweigh that in summary. Measured times actually improved by some percent points. (ideally CMake would just skip empty mocs_compilation.cpp & its object file one day) * enables compiler to see all methods of a class in same compilation unit to do some sanity checks * potentially more inlining in general, due to more in the compilation unit * allows to keep using more forward declarations in the header, as with the moc code being sourced into the cpp file there definitions can be ensured and often are already for the needs of the normal class methods
2023-07-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-29Use ellipsis everywhere instead of three dotsTem PQD
Better for screen readers etc.
2023-06-30GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit e3ad78194c4464f1cfa90d42eb7cc9dcfbc8a87e)
2023-06-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-28Move focus from hiding selection mode bars to viewFelix Ernst
When a user exits selection mode for example by clicking the "Exit Selection Mode" button, the bar is closed but the focus doesn't return to the view which would be expected. This commit actively moves the focus to the view in such a scenario. BUG: 469621
2023-06-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-26Fix Refresh tooltip text and add Refresh whatsThis text Tem PQD
BUG: 469263
2023-06-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-25GIT_SILENT made messages (after extraction)l10n daemon script
2023-06-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-20GIT_SILENT made messages (after extraction)l10n daemon script
2023-06-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-17Hide application/x-trash files following showHidenFilesMéven Car
BUG: 3212
2023-06-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-16SVN_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-06-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-13Tabbar: duplicate tab when double clicking on itMéven Car
BUG: 470388
2023-06-13Settings Add ViewModes > Content displayMéven Car
This does not move the settings location in files though. baby step for https://invent.kde.org/system/dolphin/-/issues/36
2023-06-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-04Update my eMail to the KDE-provided oneFelix Ernst
GIT_SILENT NO_CHANGELOG
2023-06-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-06-02GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit db3c01a34ab927f0ef2401c03d175cd253656950)
2023-05-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-26Expand or collapse all selected folders on Key Right/LeftMéven Car
CCBUG: 196772
2023-05-26KDirectoryContentsCounter: show intermediate dir size counting results, ↵Méven Car
improve stopping, improve data caching Two user visible changes: * we can see the dir size changing as it is updated. * This makes the file counting a lot more reactive, when changing directories for instance. `KDirectoryContentsCounterWorker::walkDir` is not recursive anymore. The cache is now shared and only a single thread is used to count size recursively.
2023-05-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-24Revert "Restrict attaching instances to those on the same activity or same ↵Méven Car
virtual desktop" This reverts commit b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85. BUG: 408919 Reintroduces: CCBUG: 408919
2023-05-24Revert "global.cpp: Ensure qApp does not emit signal because of local ↵Méven Car
QEventLoop" This reverts commit dec80fb0f940ff4e71032c2d3544f0d60a05c4ce.
2023-05-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-05-19global.cpp: Ensure qApp does not emit signal because of local QEventLoopMéven Car
BUG: 469656