summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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.
2016-09-06cmake: oops, fix version in headerStanislaw Halik
2016-09-06logic/shortcuts: fix "held" not initialized for joysticksStanislaw Halik
Reported-by: @Sone989 Issue: #440
2016-09-06tracker/pt: lessen logspamStanislaw Halik
2016-09-06cmake/msvc: change flags in toolchain fileStanislaw Halik
- Always disable some useless warnings - Disable exception support fully now - Use /Gm for minimal rebuilds - Use /Gw for data section lto - Use exactly c++14 - Use incremental LTO
2016-09-06cmake: don't link against highguiStanislaw Halik
It can be linked against qt4 leading to runtime crash.
2016-09-06gui/main-window: cleanupStanislaw Halik
2016-09-06gui, logic: add shortcut for "translation compensation off while held"Stanislaw Halik
Requested-by: @Sone989 Issue: #440