summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
2015-08-24ui: rename symbol to reflect current usageStanislaw Halik
2015-08-24ui: move some slots to privateStanislaw Halik
2015-08-24ui, shortcuts: these are slots, actuallyStanislaw Halik
2015-08-24ui: no need to write anything to new empty configStanislaw Halik
2015-08-24ui: avoid potential memory leakStanislaw Halik
While not having tested with valgrind, setMenu() doesn't seem to take ownership of QMenu. Ensure it's not leaked.
2015-08-22ui: append extension in the right placeStanislaw Halik
Otherwise, file can be overwritten accidentally
2015-08-22ui: these aren't qt slotsStanislaw Halik
2015-08-22ui: nix wrong headersStanislaw Halik
2015-08-22ui: remove GNU GPLStanislaw Halik
Nothing copyrightable under GNU GPL remains. We can FINALLY remove previous copyright statement and GNU GPL terms. Issue: #226
2015-08-22ui: simplify conditionStanislaw Halik
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-08-22main, ui: store config files in a predefined directoryStanislaw Halik
Settings files are now stored in Documents/opentrack-version. The transition path is to copy all .ini files into that directory, accessible through the "Profile" menu dropdown. Issue: #179
2015-08-22close dialogs on switch to new moduleStanislaw Halik
Don't preemptively close dialog on tracking stop, that's annoying for users.
2015-08-22nix headerStanislaw Halik
2015-08-13initial broken multi-platform process listerStanislaw Halik
2015-07-27shortcuts: guard against modifiers pressed in different orderStanislaw Halik
2015-07-26ui: also implicitly cancel options/mapping screens on normal closeStanislaw Halik
2015-07-26ui: remove duplicate includeStanislaw Halik
2015-07-26main: improve theme/qt plugin selection logicStanislaw Halik
2015-07-26main: simplify win32 add_program_library_pathStanislaw Halik
2015-07-25move portability classes to compat libraryStanislaw Halik
2015-07-25shortcuts: also guard against multiple-modifier combosStanislaw Halik
2015-07-25shortcuts: clarify binding dialogStanislaw Halik
2015-07-25shortcuts: allow for modifier keysStanislaw Halik
2015-07-25shortcuts: store .ini value as portable stringStanislaw Halik
2015-07-25initial impl of arbitrary keybindingsStanislaw Halik
Issue: #118 Linux and OSX likely broken for now.
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-19ui: prevent clobbering current profileStanislaw Halik
Previously "open" always took to the topmost profile. Fixes #194
2015-07-19resize UI, looks better on OSX probablyStanislaw Halik
2015-07-18octopus 127x128 -> 128x128Stanislaw Halik
2015-07-18bundles are now reloaded when settings window is closedStanislaw Halik
This happens even if closed by alt+f4 or cancel button.
2015-07-17ui: set game title in titlebarStanislaw Halik
2015-07-17ui: less includesStanislaw Halik
2015-07-16ui: update profile titleStanislaw Halik
Fixes: #191
2015-07-12ui: set working directory on statup as wellStanislaw Halik
2015-07-07typo: all dialogs were creating protocol dialogStanislaw Halik
2015-07-07ui: simplify dialog creationStanislaw Halik
2015-07-07remove --autostart optionStanislaw Halik
Author said he no longer needs it.
2015-07-03game-detector: prevent defaulting to first profile if one doesn't existStanislaw Halik
2015-07-03ui: simplify protocol load failure logicStanislaw Halik
2015-07-03ui: bail early if no dialog can be foundStanislaw Halik
Issue: #182
2015-07-03fix msvc empty config listStanislaw Halik
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?)
2015-07-03fix MSVC, now runsStanislaw Halik
2015-07-03try fix MSVCStanislaw Halik
2015-06-15ui: allow for up to +-180 values in camera ypr, for easier debuggingStanislaw Halik
2015-06-07Fix Linux buildStanislaw Halik
2015-06-07ui: if dialog window exists, raise it, don't destroy and recreateStanislaw Halik
2015-06-07plugin-support: make header-only, expose as public APIStanislaw Halik
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects.
2015-06-02ui: run process detector every second, not threeStanislaw Halik
2015-06-02process-detector: restart once executable is goneStanislaw Halik