Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-09-05 | qfc: more gray colors when graph is disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc, mapping: disallow editing and change color when checkbox disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-09-05 | qfc: don't allow editing when disabled | Stanislaw Halik | |
Sponsored-by: TrackHat | |||
2015-08-28 | qfc: also draw line from function start while moving | Stanislaw Halik | |
2015-07-26 | qfc: qreal isn't float, use auto | Stanislaw Halik | |
2015-07-26 | qfc: tweaks | Stanislaw Halik | |
2015-07-26 | qfc: disallow placing new points if too close to existing ones | Stanislaw Halik | |
2015-07-26 | qfc: last value is always positive or zero | Stanislaw Halik | |
2015-07-26 | qfc: sensible step when drawing | Stanislaw Halik | |
Higher step value allows more precision when spline doesn't match the control points. | |||
2015-07-24 | qfc: allow max range as floating point | Stanislaw Halik | |
affects accela | |||
2015-07-07 | qfc: don't cancel moving if points come too close | Stanislaw Halik | |
Instead, block moving but allow the user to move the other way. | |||
2015-07-07 | qfc: don't cancel moving if points come too close | Stanislaw Halik | |
Instead, block moving but allow the user to move the other way. | |||
2015-07-07 | includes relative to project top directory | Stanislaw Halik | |
2015-07-01 | qfc: always draw line to last point | Stanislaw Halik | |
2015-07-01 | qfc: adapt step size to bound | Stanislaw Halik | |
2015-04-02 | qfc: simplify | Stanislaw Halik | |
2015-03-20 | qfc: remove some nonsense | Stanislaw Halik | |
The code didn't do anything sensible. | |||
2015-03-20 | qfc: start drawing control point lines from correct place | Stanislaw Halik | |
2014-11-04 | nix copy-pasted QSettings usage | Stanislaw Halik | |
2014-10-25 | stupid useless timer broke hovering | Stanislaw Halik | |
2014-10-12 | copyright in header only | 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 | const constexpr -> constexpr | Stanislaw Halik | |
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-18 | qfc: don't do same thing twice | Stanislaw Halik | |
2014-09-18 | qfc: fix artifacts following cleanup | Stanislaw Halik | |
2014-09-18 | cleanup qfc | Stanislaw Halik | |
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again. | |||
2014-09-17 | nix explicit malloc | Stanislaw Halik | |
simplifies, allows for copy operator | |||
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-01-12 | display current value in qfc correctly | Stanislaw Halik | |
2014-01-12 | fix qfc display artifacts & bugs | Stanislaw Halik | |
2014-01-12 | refactor QFC | Stanislaw Halik | |
2014-01-12 | qfc: simplify | Stanislaw Halik | |
2014-01-01 | base spline widget size on config size | Stanislaw Halik | |
2013-12-26 | qfc: reenable mouse tracking all the time | Stanislaw Halik | |
2013-11-05 | fix potential crash | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | don't flood stderr with each and every qfcopentrack-2.0a7-p1 | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | Now that mouse tracking is gone, increase point bbox | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | get rid of QFC artifacts | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | hardcode colors, since qt tabpage is somewhat 'special' | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | simplify color stuffies | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-11 | clarify copyright | Stanislaw 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-09 | use native background color in spline dialog | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-09-19 | qfc: pass -Wall -pedantic -Wextra | Stanislaw Halik | |
2013-09-15 | Reduce UI artifacts in edge cases | Stanislaw Halik | |
2013-09-14 | QFC: cleanup logic and unused stuff | Stanislaw Halik | |