summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/ui.h
AgeCommit message (Collapse)Author
2015-09-03ui: force saving if saving timer is pendingStanislaw Halik
Force saving when tracking is stopping at least. Due to "struct work" being destroyed, unsaved settings revert to last saved. So before "struct work" destruction need to save if save is pending. Issue: #179
2015-08-30ui: save settings on a timerStanislaw Halik
The QSettings IO is damn slow on Windows. Save only after five seconds have elapsed with nothing being changed.
2015-08-30ui: save profile when combobox text changes, not merely indexStanislaw Halik
2015-08-28ui: really don't switch profiles while refreshing comboboxStanislaw Halik
2015-08-27ui: don't reload settings if config wasn't changedStanislaw Halik
Since combobox is reloaded on a timer, the "current" config changes all the time.
2015-08-26ui: auto-refresh config listStanislaw Halik
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: 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: 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-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-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-17ui: set game title in titlebarStanislaw Halik
2015-07-17ui: less includesStanislaw 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-05-31ui: introduce options dialogStanislaw Halik
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog.
2015-05-22main: allow automatically run profiles when executables runStanislaw Halik
Issue: #160
2015-05-20main: simplify #161Stanislaw Halik
2015-05-20Added command line option for automatic startsFabian Wickborn
2015-02-17prefer relative directory path inside install directoryStanislaw Halik
Issue: #130
2014-12-06move shortcut dialog to ui moduleStanislaw Halik
2014-11-29implement zero shortcutStanislaw Halik
2014-10-29work around global 'ptr' symbol clash with opencvStanislaw Halik
Issue: #89 Reported-by: @runningman84
2014-10-28hook up tray to buildStanislaw Halik
Issue: #64
2014-10-28renameStanislaw Halik