Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-08 | update no camera feed image for the ui | Stanislaw Halik | |
2015-01-05 | don't register null tracker/filter/proto when dialog is created | Stanislaw Halik | |
2015-01-05 | register tracker/proto/filter on start in existing dialog | Stanislaw Halik | |
2015-01-05 | add tab key order for main UI | Stanislaw Halik | |
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-12-08 | update tray when changing setting through UI | Stanislaw Halik | |
Issue: #104 | |||
2014-12-08 | ensure tray exists before minimizing to it | Stanislaw Halik | |
Issue: #104 | |||
2014-12-06 | move shortcut dialog to ui module | Stanislaw Halik | |
2014-12-06 | filters: move icon to main app | Stanislaw Halik | |
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-23 | copy old config when saving | Stanislaw Halik | |
Issue: #96 | |||
2014-11-11 | dedupopentrack-2.3-rc2 | Stanislaw Halik | |
2014-11-11 | disallow profile switch during tracking | Stanislaw Halik | |
2014-11-10 | only replace profile directory if not cancelled | Stanislaw Halik | |
2014-11-05 | fix null filter settings the right way | Stanislaw Halik | |
Previous "fix" caused filter settings not opening at all. | |||
2014-11-05 | proper saving fix by calling sync() method | Stanislaw Halik | |
Issue: #91 | |||
2014-11-04 | default to current profile's pathname when loading | Stanislaw Halik | |
2014-11-04 | delete ini before saving to workaround Qt5 bug | Stanislaw Halik | |
Issue: #91 | |||
2014-11-04 | nix nonsensical "save as" logic | Stanislaw Halik | |
2014-11-04 | explicitly delimit QSettings scope | Stanislaw Halik | |
2014-11-04 | nix crash on filter settings with no filter | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-11-02 | nonsensical to start in tray, remove | Stanislaw Halik | |
2014-11-02 | separate config directory for 2.3-branch | Stanislaw Halik | |
2014-10-29 | ui: qrc got renamed | Stanislaw Halik | |
2014-10-29 | work around global 'ptr' symbol clash with opencv | Stanislaw Halik | |
Issue: #89 Reported-by: @runningman84 | |||
2014-10-28 | typo | Stanislaw Halik | |
2014-10-28 | only hide on minimize if tray enabled | Stanislaw Halik | |
2014-10-28 | hook up tray to build | Stanislaw Halik | |
Issue: #64 | |||
2014-10-28 | rename | Stanislaw Halik | |
2014-10-28 | rename main window, no more "LaMe" caps | Stanislaw Halik | |
2014-10-28 | whitespace only | Stanislaw Halik | |
2014-10-28 | also resize no-feed image | Stanislaw Halik | |
2014-10-28 | more compact ui layout | Stanislaw Halik | |
Issue: #63 Suggested-by: @FlyingCircus- | |||
2014-10-28 | mv ui elts to common subdir | Stanislaw Halik | |
2014-10-25 | wrong place for impl details | Stanislaw Halik | |
2014-10-24 | mv only | Stanislaw Halik | |
2014-10-24 | use moving average in accela over N seconds | Stanislaw Halik | |
Also add showing alphas in UI for configuration's sake. Hopefully update wiki soon enough. | |||
2014-10-24 | nix ui taking too much vertical space | Stanislaw Halik | |
2014-10-24 | mv only | Stanislaw Halik | |
2014-10-22 | some ui fiddling | Stanislaw Halik | |
2014-10-22 | _Exit(0) in ui dtor | Stanislaw Halik | |
2014-10-22 | null filter already added later | Stanislaw Halik | |
2014-10-22 | simplify current t/p/f getter | Stanislaw Halik | |
2014-10-22 | skip atexit on all platforms | Stanislaw Halik | |
2014-10-22 | retab only | Stanislaw Halik | |
2014-10-22 | whitespace only | Stanislaw Halik | |
2014-10-21 | don't run atexit hooks on unix | Stanislaw Halik | |
2014-10-21 | ui: cleanup only | Stanislaw Halik | |
2014-10-21 | replace manual QWidget::move() with dialog flag | Stanislaw Halik | |