Age | Commit message (Collapse) | Author |
|
Use more C++17 features where this helps any.
|
|
|
|
The work isn't complete. We need moving out all non-reusable parts away
and only keeping user interface logic in a class.
|
|
|
|
For Linux.
|
|
It's now generated from .ui QDialog, not a manually created QDialog from
QLabel in .ui.
|
|
Adjust usages.
|
|
For use in the joystick module.
|
|
Here, the "logic" module has all the stuff for building one's own
graphical user interface.
The "api" module has stuff used by other trackers.
While at it, each of "api", "logic", and "compat" need their own export
headers. This is because of preprocessor symbol clashes.
This is all because a change in the "gui"-only dependency required a
relink of all the trackers, protocols, and flters. It takes too long
when building in the release configuration. With the split, only the
"gui" module gets rebuilt. Since it has close to no static dependencies,
it's fast enough.
|
|
|
|
|
|
Some buttons like the X65 mode switch are held all the time. Prevent
them from hogging all the keybindings.
Issue: #118
|
|
Win32 only
Issue: #118
|
|
|
|
|