summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-09-16compat, dinput: don't overdo COM logicStanislaw Halik
2016-09-16cmake: fix RC language build breakage sometimesStanislaw Halik
2016-09-16cmake: allow for "mrproper" to delete install directoryStanislaw 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-16compat/util: replace with QSignalBlocker usagesStanislaw Halik
2016-09-16api/plugins: simplify qlibrary usageStanislaw Halik
2016-09-16Update CONTRIBUTING.mdStanisław Halik
2016-09-15Merge pull request #453 from MaximeMorel/unstableStanisław Halik
Fix small compilation issue
2016-09-15Fix small compilation issueMaximeMorel
2016-09-11cmake/word-size: nonsenseStanislaw Halik
2016-09-11cmake/platform: add public domain header, will be used in another project.Stanislaw Halik
2016-09-11cmake/boilerplate: remove tautologyStanislaw Halik
2016-09-11cmake/msvc: remove now repetitive flags from toolchain fileStanislaw Halik
2016-09-11cmake/platform: fixesStanislaw 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-11cmake: add mrproper targetStanislaw Halik
2016-09-09logic/settings: default to pointtrackerStanislaw Halik
2016-09-09options/bundle: remove rest of logspamStanislaw Halik
2016-09-09gui/main-window: be more robust when our current config disappears from diskStanislaw Halik
2016-09-09gui/main-window: fix qt signals racingStanislaw 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-09compat/win32-com: switch to always apartment threadedStanislaw Halik
2016-09-09gui/main-window: minor fixesStanislaw Halik
2016-09-09migration: fix -pedanticStanislaw Halik
2016-09-09gui/main: rewordStanislaw Halik
2016-09-09gui/main-window: only tie and connect options after migration is doneStanislaw Halik
Otherwise tied version overwrites given migration before it's run.
2016-09-09migration: type aliases confuse IDE so let's notStanislaw Halik
2016-09-09migration: new - move to module sectionStanislaw Halik
2016-09-09migration: reword individual namesStanislaw Halik
2016-09-09migrations: rename for 2-digit serialStanislaw Halik
2016-09-09proto/mouse: remove wrong commentStanislaw Halik
2016-09-09migration: try prevent developer naming migrations badlyStanislaw Halik
2016-09-09tracker/rifts: show descriptive error messages, if anyStanislaw Halik
2016-09-09migration: add axis sign migration from rc10Stanislaw Halik
2016-09-09gui: fix after 77cf67d61c8f6ae7ec00fd069b0e6586927069a3Stanislaw Halik
2016-09-09api/is-window-visible: fix warn on non-win32Stanislaw Halik
2016-09-09migration: prevent string printed with double-quotes in qDebug()Stanislaw Halik
2016-09-09options/{bundle,group}: don't create QSettings all the timeStanislaw Halik
2016-09-09migration: less logspamStanislaw Halik
2016-09-09spline-widget: simplify alpha calculationStanislaw Halik
2016-09-09migrations: add stub for mapping/settings separationStanislaw Halik
2016-09-09add migration from mappings <= rc11Stanislaw Halik
2016-09-09add support for migrationsStanislaw Halik
They're run from the UI thread so can even be interactive.
2016-09-09spline-widget: emit vtable in a single unitStanislaw Halik
2016-09-09options/bundle: whitespace onlyStanislaw Halik
2016-09-09spline-widget: fix uninitialized accessStanislaw Halik
Found-by: valgrind
2016-09-09gui: fix default tabStanislaw Halik
2016-09-09options/bundle: lessen logspamStanislaw Halik
2016-09-08gui/main: terminate before main ends on msvcStanislaw Halik
2016-09-08compat: remove empty sourcesStanislaw Halik
2016-09-08options/value: move from headerStanislaw Halik
2016-09-08Merge pull request #448 from DaMichel/less-intrusive-logging-guiStanisław Halik
tracklogging: begone file selector gui
2016-09-08tracklogging: begone file selector gui. Now a file select dialog will pop up ↵DaMichel
when the tracker starts.