| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-24 | KF6 Dolphin depends on kio-extras, for kcm_trash embedded in settings | Jakob 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-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-18 | Add contribute link to AppStream metadata | Nate Graham | |
| Pointing to the readme file is reasonable enough. | |||
| 2023-07-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-17 | GIT_SILENT Upgrade release service version to 23.11.70. | Albert Astals Cid | |
| 2023-07-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-10 | Merge branch 'master' into kf6 | Nicolas Fella | |
| 2023-07-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-09 | Replace ServiceItemDelegate with standard Qt item delegate | Nicolas Fella | |
| We don't need a custom delegate here Using the standard one from Qt also slightly improves margins | |||
| 2023-07-09 | Fix usage of Qt::CheckStateRole in preview model | Nicolas 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-08 | Fix plugin query | Nicolas 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-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-07 | Fix konsolepart lookup | Nicolas Fella | |
| The location changed for KF6 | |||
| 2023-07-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-05 | Always enable panel dockwidget actions | Nicolas Fella | |
| Otherwise they are disabled when the docks are locked and panels can't be toggled BUG: 471974 | |||
| 2023-07-05 | Merge branch 'master' into kf6 | Nicolas Fella | |
| 2023-07-05 | Add explicit moc includes to sources for moc-covered headers | Friedrich 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-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-07-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-29 | Use ellipsis everywhere instead of three dots | Tem PQD | |
| Better for screen readers etc. | |||
| 2023-06-30 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit e3ad78194c4464f1cfa90d42eb7cc9dcfbc8a87e) | |||
| 2023-06-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-28 | Move focus from hiding selection mode bars to view | Felix 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-28 | Merge branch 'master' into kf6 | Méven Car | |
| 2023-06-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-26 | Fix Refresh tooltip text and add Refresh whatsThis text | Tem PQD | |
| BUG: 469263 | |||
| 2023-06-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-25 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-06-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-20 | Use non-deprecated Phonon includes | Volker Krause | |
| 2023-06-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-20 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-06-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-17 | Hide application/x-trash files following showHidenFiles | Méven Car | |
| BUG: 3212 | |||
| 2023-06-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-06-16 | 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" | |||
