Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | rename | Stanislaw Halik | |
2014-10-28 | rename main window, no more "LaMe" caps | Stanislaw Halik | |
2014-10-28 | mv ui elts to common subdir | Stanislaw Halik | |
2014-10-25 | wrong place for impl details | Stanislaw Halik | |
2014-10-24 | nix ui taking too much vertical space | 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 | retab only | Stanislaw Halik | |
2014-10-22 | whitespace only | Stanislaw Halik | |
2014-10-21 | ui: cleanup only | Stanislaw Halik | |
2014-10-21 | replace manual QWidget::move() with dialog flag | Stanislaw Halik | |
2014-10-21 | rename stuff for consistence | Stanislaw Halik | |
2014-10-21 | fix crash at startup | Stanislaw Halik | |
2014-10-20 | refactor 2/n | Stanislaw Halik | |
2014-10-20 | declutter stuff outta UI class | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |
2014-10-19 | typo broke filter box | Stanislaw Halik | |
Meant "x && t == x->type" but it's not necessary after all. | |||
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | build breakage | Stanislaw Halik | |
Issue: #75 Reported-by: @runningman84 | |||
2014-10-19 | main: refactor interlocked parts | Stanislaw Halik | |
2014-10-19 | reduce leakage somewhat by using shared_ptr | Stanislaw Halik | |
Found-by: valgrind | |||
2014-10-15 | drop decimal places for rot/trans in UI | Stanislaw Halik | |
2014-10-12 | spline editor needs discard changes on cancel | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-09-22 | fixup! fix Linux build | Stanislaw Halik | |
2014-09-22 | remove "second tracker" support | Stanislaw Halik | |
Was always a kludge. | |||
2014-09-22 | only remove "no feed" image if tracker provides a video feed | Stanislaw Halik | |
2014-09-21 | indicate UI contains a "video feed" element | Stanislaw Halik | |
2014-09-21 | reorder access(2) header for clarity | Stanislaw Halik | |
2014-09-21 | core: nix support for camera device identifier | Stanislaw Halik | |
2014-09-20 | avoid rebuild after commit | Stanislaw Halik | |
Issue: #59 | |||
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw Halik | |
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56 | |||
2014-09-17 | nix explicit malloc | Stanislaw Halik | |
simplifies, allows for copy operator | |||
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-08-30 | remove MSVC support | Stanislaw Halik | |
Leave as-is to avoid unconditionally assuming GNU extensions and ABI | |||
2014-07-11 | main ui: change profile cbx content when dir switch | Stanislaw Halik | |
2014-06-13 | Ding! | Stanislaw Halik | |
Issue: #34 | |||
2014-01-15 | also free the second tracker's dialog window | Stanislaw Halik | |
2014-01-15 | free dialog windows on tracking stoppage | Stanislaw Halik | |
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur. | |||
2014-01-14 | switch to new profile after using the 'save as' function | Stanislaw Halik | |
2014-01-13 | hopefully work around tracker thread freeze on exit (issue #18) | Stanislaw Halik | |
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-05 | fix the issue at all call sites | Stanislaw Halik | |
2014-01-05 | hopefully prevent busy-looping when changing profile directories | Stanislaw Halik | |
2014-01-05 | don't modify state by glorified tracker name | Stanislaw Halik | |
2014-01-05 | change icons, remove self-references | Stanislaw Halik | |
2014-01-05 | move axis inversion into the "mapping" window | Stanislaw Halik | |
2014-01-01 | don't gray out the wrong buttons when tracking | Stanislaw Halik | |