Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-16 | compat, dinput: don't overdo COM logic | Stanislaw Halik | |
2016-09-16 | cmake: fix RC language build breakage sometimes | Stanislaw Halik | |
2016-09-16 | cmake: allow for "mrproper" to delete install directory | Stanislaw Halik | |
This doesn't yet support mingw-w64 builds. Isn't hard to implement. The build script automatically copies Qt libraries in the right place. Now we have no more stale stuff in the install directory. In fact, everything but CMakeCache.txt is deleted. | |||
2016-09-16 | compat/util: replace with QSignalBlocker usages | Stanislaw Halik | |
2016-09-16 | api/plugins: simplify qlibrary usage | Stanislaw Halik | |
2016-09-16 | Update CONTRIBUTING.md | Stanisław Halik | |
2016-09-15 | Merge pull request #453 from MaximeMorel/unstable | Stanisław Halik | |
Fix small compilation issue | |||
2016-09-15 | Fix small compilation issue | MaximeMorel | |
2016-09-11 | cmake/word-size: nonsense | Stanislaw Halik | |
2016-09-11 | cmake/platform: add public domain header, will be used in another project. | Stanislaw Halik | |
2016-09-11 | cmake/boilerplate: remove tautology | Stanislaw Halik | |
2016-09-11 | cmake/msvc: remove now repetitive flags from toolchain file | Stanislaw Halik | |
2016-09-11 | cmake/platform: fixes | Stanislaw Halik | |
- set cmake_compiler_is_gnu<lang> consistently for clang - don't allow using GNU C xor GNU CXX - set necessary common msvc flags - remove OPENTRACK_API define, we've forked hatire - remove tautologies in checks | |||
2016-09-11 | cmake: add mrproper target | Stanislaw Halik | |
2016-09-09 | logic/settings: default to pointtracker | Stanislaw Halik | |
2016-09-09 | options/bundle: remove rest of logspam | Stanislaw Halik | |
2016-09-09 | gui/main-window: be more robust when our current config disappears from disk | Stanislaw Halik | |
2016-09-09 | gui/main-window: fix qt signals racing | Stanislaw Halik | |
tie_setting to tracker/filter/proto raced with connection that saved the modules into .ini on disk. Worse, the problem was swept under the rug by calling save_modules() in dtor. | |||
2016-09-09 | compat/win32-com: switch to always apartment threaded | Stanislaw Halik | |
2016-09-09 | gui/main-window: minor fixes | Stanislaw Halik | |
2016-09-09 | migration: fix -pedantic | Stanislaw Halik | |
2016-09-09 | gui/main: reword | Stanislaw Halik | |
2016-09-09 | gui/main-window: only tie and connect options after migration is done | Stanislaw Halik | |
Otherwise tied version overwrites given migration before it's run. | |||
2016-09-09 | migration: type aliases confuse IDE so let's not | Stanislaw Halik | |
2016-09-09 | migration: new - move to module section | Stanislaw Halik | |
2016-09-09 | migration: reword individual names | Stanislaw Halik | |
2016-09-09 | migrations: rename for 2-digit serial | Stanislaw Halik | |
2016-09-09 | proto/mouse: remove wrong comment | Stanislaw Halik | |
2016-09-09 | migration: try prevent developer naming migrations badly | Stanislaw Halik | |
2016-09-09 | tracker/rifts: show descriptive error messages, if any | Stanislaw Halik | |
2016-09-09 | migration: add axis sign migration from rc10 | Stanislaw Halik | |
2016-09-09 | gui: fix after 77cf67d61c8f6ae7ec00fd069b0e6586927069a3 | Stanislaw Halik | |
2016-09-09 | api/is-window-visible: fix warn on non-win32 | Stanislaw Halik | |
2016-09-09 | migration: prevent string printed with double-quotes in qDebug() | Stanislaw Halik | |
2016-09-09 | options/{bundle,group}: don't create QSettings all the time | Stanislaw Halik | |
2016-09-09 | migration: less logspam | Stanislaw Halik | |
2016-09-09 | spline-widget: simplify alpha calculation | Stanislaw Halik | |
2016-09-09 | migrations: add stub for mapping/settings separation | Stanislaw Halik | |
2016-09-09 | add migration from mappings <= rc11 | Stanislaw Halik | |
2016-09-09 | add support for migrations | Stanislaw Halik | |
They're run from the UI thread so can even be interactive. | |||
2016-09-09 | spline-widget: emit vtable in a single unit | Stanislaw Halik | |
2016-09-09 | options/bundle: whitespace only | Stanislaw Halik | |
2016-09-09 | spline-widget: fix uninitialized access | Stanislaw Halik | |
Found-by: valgrind | |||
2016-09-09 | gui: fix default tab | Stanislaw Halik | |
2016-09-09 | options/bundle: lessen logspam | Stanislaw Halik | |
2016-09-08 | gui/main: terminate before main ends on msvc | Stanislaw Halik | |
2016-09-08 | compat: remove empty sources | Stanislaw Halik | |
2016-09-08 | options/value: move from header | Stanislaw Halik | |
2016-09-08 | Merge pull request #448 from DaMichel/less-intrusive-logging-gui | Stanisław Halik | |
tracklogging: begone file selector gui | |||
2016-09-08 | tracklogging: begone file selector gui. Now a file select dialog will pop up ↵ | DaMichel | |
when the tracker starts. |