summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
AgeCommit message (Collapse)Author
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: show a warning if configuration directory can't be usedStanislaw Halik
2015-08-30ui: no need to reset settings on tracking startStanislaw Halik
2015-08-30ui: save profile when combobox text changes, not merely indexStanislaw Halik
2015-08-30ui: save current tracker/filter/proto, not lastStanislaw Halik
Current tracker/filter/proto name depends on the currentTextChanged() slot. currentIndexChanged() runs before currentText() is updated, causing the old name to be saved.
2015-08-28no need to save on tracking start anymoreStanislaw Halik
2015-08-28ui: really don't switch profiles while refreshing comboboxStanislaw Halik
2015-08-27ui: save prior to switching configsopentrack-2.3-rc17p1Stanislaw 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-27ui: save everything before switching profilesStanislaw Halik
2015-08-27options: return .ini basename easierStanislaw Halik
2015-08-26ui: switch to newly-created configStanislaw Halik
2015-08-26ui: decruftopentrack-2.3-rc17Stanislaw Halik
2015-08-26ui: also bail on new config if its name is ".ini"Stanislaw Halik
2015-08-26ui: auto-refresh config listStanislaw Halik
2015-08-26ui: display up to 20 profiles w/o scrollingStanislaw Halik
2015-08-25ui: create an empty config properly in another code branchStanislaw Halik
Missed in c0d1d315a7a62f8d8453a037073b8e95565cf482
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