| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-23 | Port to KF6 rename of KUserFeedback | Jonathan Esk-Riddell | |
| 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-05-09 | Fix for KUserFeedbackQt6 includes | Méven Car | |
| 2023-05-09 | Fix for KUserFeedbackQt6 includes | Méven Car | |
| 2023-02-05 | Add clang-format and format code as in Frameworks | Serg Podtynnyi | |
| 2022-03-31 | Don't crash when mountpoint is not found | Nicolas Fella | |
| findByPath may return a nullptr, in that case don't access it BUG: 452100 | |||
| 2020-11-05 | Add support for KUserFeedback | Elvis Angelaccio | |
| This commit introduces KUserFeedback in dolphin with some basic data sources and with a settings page to configure the telemetry values. There are also a couple custom data sources as proof of concept: a bunch of settings and the count of available network shares as listed by Solid. The settings page is shown only if the user feedback framework is enabled, but currently in Plasma we don't have a global kill switch to disable it. At the moment we never show an encouragement message. We need to connect to the `Provider::showEncouragementMessage()` signal, but first we should agree to a common way to show a non-annoying message to the users. | |||
