| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-20 | Add new window to configure SDL hints and store them in the main ini file | Andrew Strauss | |
| Signed-off-by: Andrew Strauss <astrauss11@gmail.com> | |||
| 2026-01-25 | Remove unused imports | Martino Fontana | |
| Yellow squiggly lines begone! Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes. If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed. The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports. Not everything is removed, but the cleanup should be substantial enough. Because this done on Linux, code that isn't used on it is mostly untouched. (Hopefully no open PR is depending on these imports...) | |||
| 2025-06-07 | DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an ↵ | Jordan Woyak | |
| event filter. | |||
| 2023-08-12 | DolphinQt: Set window decorations for all top-level QWidgets. | Admiral H. Curtiss | |
| 2022-09-20 | Qt/CommonControllersWidget: Refresh GUI on settings change. | Admiral H. Curtiss | |
| 2022-05-02 | Add support for building against Qt 6 | spycrab | |
| 2022-03-08 | Add NonDefaultQPushButton to set autoDefault of buttons to false | Martin | |
| 2021-12-30 | Config: Port Input setting to new config system. | Admiral H. Curtiss | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre Bourdon | |
| SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel. | |||
| 2021-01-23 | DolphinQt: Move common controller interface logic to its own widget | iwubcode | |
