TJ
TJ
DBus interface has changed, interface XML required re-generation via introspection, and custom types defining for IN/OUT arguments, all so login1.Manager.RebootWithFlags() can be used. Addresses: issue #434.
Crop uses slider controls to select left, top, width and height of area to crop from the source frame. It maintains the same aspect ratio and automatically reduces width and...
This change ensures three things: 1. translation build product is always in the build, not source, tree. 2. translation binary product (.qm files) are only regenerated if the .ts files...
Controlled by vertical slider and spin-box for adjustable maximum. This addresses second part of issue #72.
Use as: cmake --build your-build-path --target uninstall Closes issue #530.
Whilst developing a new **Crop** plugin and debugging some complex interactions between weakly related properties between C++ and QML, I noticed that when the plugin is being initialised the `updateEffectsProperties()`...
## Summary Whilst doing repeated `git-bisect` operations and out-of-tree builds I noticed that three files are repeatedly written in the source repository but not in the out-of-tree build directory: ```...
Apparently this is a very common problem (see [github actions issue #10](https://github.com/actions/first-interaction/issues/10) for open source projects where pull request merges are from other repositories and the PR comes from a...
## Summary When opening the left-side filter list I noticed a frequent lock-up during a visual fade transition to the list, combined with excessive CPU usage and the process rapidly...
## Summary Whilst doing repeated build-install cycles during git-bisect operations the lack of an `uninstall` option for (c)make means having to do it manually. I'm currently doing: ``` $ find...