Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | add workaround for obsolete qt versions | Stanislaw Halik | |
This should fix CI. | |||
2019-07-11 | gui/init: fix indentation | Stanislaw Halik | |
2019-07-08 | gui/init: fix braino | Stanislaw Halik | |
2019-07-08 | gui/init: print loglevel for qDebug() and friends | Stanislaw Halik | |
2019-07-08 | gui/init: drop check for qt 5.5 | Stanislaw Halik | |
2019-07-05 | gui: minor process detector fixes | Stanislaw Halik | |
2019-07-05 | gui: fix potential process detector crash | Stanislaw Halik | |
2019-07-05 | gui: fix process detector not reverting on cancel | Stanislaw Halik | |
Issue: #967 | |||
2019-07-05 | options: fix global ini not saving on Linux | Stanislaw Halik | |
2019-06-25 | gui/mapping: fix background color display | Stanislaw Halik | |
2019-03-18 | gui: set line buffering for stderr | Stanislaw Halik | |
2019-02-22 | gui/init: enable back alloca usage | Stanislaw Halik | |
This was probably disabled by accident. | |||
2019-02-10 | cmake: link version static library to the right target | Stanislaw Halik | |
2019-02-09 | random nonsense only | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-02 | gui/mapping-dialog: cleanup only | Stanislaw Halik | |
2019-01-24 | gui, opentrack: simplify std::function/unique_ptr usage | Stanislaw Halik | |
Reported by: ElDesalmado | |||
2019-01-16 | gui/mapping-dialog: show more ruler lines | Stanislaw Halik | |
2019-01-16 | spline: fix deadlock, logic error | Stanislaw Halik | |
Tracking rarely deadlocked when saving mappings. Investigating it further also shown how a wrong bundle was used for Accela's splines. | |||
2019-01-16 | compat/mutex: remove | Stanislaw Halik | |
Always use the adaptive QMutex. | |||
2019-01-16 | modernize only | Stanislaw Halik | |
- replace `static constexpr inline' with `static constexpr'. `inline' is implied. - use braced initializer lists where applicable - still missing `override' usages | |||
2019-01-16 | gui/init: disable spinlock in common case | Stanislaw Halik | |
2019-01-16 | gui/init: call XInitThreads(3) | Stanislaw Halik | |
The Qt function for enable X11 threads is obsolete given it fully uses Xcb. We're using some Xlib calls in qxt-mini in places. Call it manually rather than risking arbitrary crashes. | |||
2019-01-16 | gui/init: remove obsolete XInitThreads call | Stanislaw Halik | |
This became obsolete when Qt 5.0 switched to libxcb. | |||
2019-01-16 | gui/init: avoid allocations in logger | Stanislaw Halik | |
2019-01-16 | gui: fix `if constexpr' misuse | Stanislaw Halik | |
2019-01-16 | gui/init: enable custom Qt logger on non-win32 | Stanislaw Halik | |
2019-01-16 | compat/spinlock: implement and use it | Stanislaw Halik | |
2018-12-28 | gui/init: output to MSVC debugger if attached | Stanislaw Halik | |
2018-12-28 | gui/init: fix mingw-w64 _controlfp | Stanislaw Halik | |
2018-12-28 | gui/init: decruft | Stanislaw Halik | |
2018-12-26 | compat/arch: simplify microarchitecture detection | Stanislaw Halik | |
2018-12-25 | fix build... | Stanislaw Halik | |
2018-12-25 | gui/init: add more Qt switches | Stanislaw Halik | |
2018-12-25 | gui/init: fix Qt 5.5 | Stanislaw Halik | |
2018-12-24 | cmake: decruft, disable deprecated Qt functions | Stanislaw Halik | |
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-24 | gui/process-detector: get rid of "" passed to QString ctor | Stanislaw Halik | |
2018-12-08 | gui/init: fix evil typo | Stanislaw Halik | |
2018-11-14 | gui/keyboard: fix binding keys | Stanislaw Halik | |
2018-11-03 | fix build on Linux | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-25 | cleanup only | Stanislaw Halik | |
- replace warn_unused_result with [[nodiscard]] - remove some redundant w_a_r - replace std::decay with remove_cvref_t - simplify compat/math.hpp | |||
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-10-05 | gui/init: handle -msse2 -mno-sse3 | Stanislaw Halik | |
2018-10-05 | use attributes only at declaration, not definition | Stanislaw Halik | |
2018-07-13 | appease analyzer | Stanislaw Halik | |
2018-07-11 | gui/init: sprinkle some `static' | Stanislaw Halik | |
2018-07-08 | options: fix 2 issues | Stanislaw Halik | |
1. Calling valueChanged didn't invoke machinery in value<t>, only base_value aka value_. There's a fast path in value<t>::type() despite the pessimization. 2. Split global scope stuff into options::globals from the options::globals stuff 3. Adjust usages | |||
2018-07-08 | modernize only | Stanislaw Halik | |