summaryrefslogtreecommitdiffhomepage
path: root/qfunctionconfigurator/qfunctionconfigurator.cpp
AgeCommit message (Collapse)Author
2014-09-22const constexpr -> constexprStanislaw Halik
2014-09-19cleanup mapping codeopentrack-2.2-end-of-alphaStanislaw 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-18qfc: don't do same thing twiceStanislaw Halik
2014-09-18qfc: fix artifacts following cleanupStanislaw Halik
2014-09-18cleanup qfcStanislaw Halik
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
2014-09-17nix explicit mallocStanislaw Halik
simplifies, allows for copy operator
2014-09-13nix comment cancerStanislaw Halik
2014-02-10don't load spline config twiceStanislaw Halik
2014-01-12display current value in qfc correctlyStanislaw Halik
2014-01-12fix qfc display artifacts & bugsStanislaw Halik
2014-01-12refactor QFCStanislaw Halik
2014-01-12qfc: simplifyStanislaw Halik
2014-01-01base spline widget size on config sizeStanislaw Halik
2013-12-26qfc: reenable mouse tracking all the timeStanislaw Halik
2013-11-05fix potential crashStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-25don't flood stderr with each and every qfcopentrack-2.0a7-p1Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17Now that mouse tracking is gone, increase point bboxStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17get rid of QFC artifactsStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17hardcode colors, since qt tabpage is somewhat 'special'Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-17simplify color stuffiesStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-11clarify copyrightStanislaw Halik
Please see facetracknoir/develop: 336fc06ebe550d2c5fefae7dc1f967377eef998d https://sourceforge.net/p/facetracknoir/codegit/ci/336fc06ebe550d2c5fefae7dc1f967377eef998d/tree/ % git clone http://git.code.sf.net/p/facetracknoir/codegit Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-09use native background color in spline dialogStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-19qfc: pass -Wall -pedantic -WextraStanislaw Halik
2013-09-15Reduce UI artifacts in edge casesStanislaw Halik
2013-09-14QFC: cleanup logic and unused stuffStanislaw Halik
2013-09-14QFC: Don't throttle as much, it's jerkyStanislaw Halik
2013-09-14throttle QFunctionConfigurator updatesStanislaw Halik
Don't consume whole CPU time when the spline editor control points are being dragged.
2013-09-14refactor QFunctionConfiguratorStanislaw Halik
While the API is more clear now and withstands config changes properly, there's a performance degradation while moving a spline point. It now refreshes whole spline.
2013-09-14Fix splines not loading from ini without restartStanislaw Halik
It's still a mess, though.
2013-09-13Remove per-file version history. Be careful not to touch copyright information.Stanislaw Halik
2013-07-16Remove dead codeStanislaw Halik
2013-05-09Remove reset button from curve dialogStanislaw Halik
2013-04-28Make the UI useful for both IHT and regular trackerStanislaw Halik
2013-04-27Prevent text overlapStanislaw Halik
2013-04-13Restore lost functionality; also, don't redraw all the time needlesslyStanislaw Halik
2013-04-13Don't reference same thing twice, including a possibly stale pointer. Apply ↵Stanislaw Halik
more defensive coding
2013-04-02Draw more precisely to remove zigzagging lines on spline widgetStanislaw Halik
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik
2013-04-02merge continuesStanislaw Halik