Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-18 | cmake/hier: add another rude all-caps disclaimer | Stanislaw Halik | |
It deletes files in a subdirectory so why not. | |||
2016-09-17 | gui: prevent stderr whining on setting dialog fixed size | Stanislaw Halik | |
Adjust dialogs. | |||
2016-09-17 | cmake/mrproper: add a long and boring all-caps warranty disclaimer | Stanislaw Halik | |
2016-09-17 | tracker/{pt,aruco}: enable camera dialog | Stanislaw Halik | |
Suggested-by: MathijsG Issue: #454 | |||
2016-09-17 | cv: bring video property page from the attic | Stanislaw Halik | |
2016-09-17 | filter/accela: update copyright | Stanislaw Halik | |
2016-09-17 | migration: import Accela settings prior to using slider_value | Stanislaw Halik | |
2016-09-17 | filter/accela: switch to using slider_value all the way | Stanislaw Halik | |
Move settings to a separate file for migration support in the next commit. Otherwise barfs on trying to include autogenerated user interface. | |||
2016-09-17 | options/value: allow for inspecting default value | Stanislaw Halik | |
2016-09-17 | options/tie: don't reinvent slider stuff | Stanislaw Halik | |
2016-09-17 | options/tie: simplify enum combobox | Stanislaw Halik | |
2016-09-17 | options/slider: we're not using floats anymore | Stanislaw Halik | |
2016-09-17 | options/slider: fix infix arithmetic | Stanislaw Halik | |
2016-09-17 | options/bundle: konst korrektness | Stanislaw Halik | |
2016-09-16 | gui/tray: wording | Stanislaw Halik | |
2016-09-16 | gui, logic: add separate option for starting in tray vs tray enabled | Stanislaw Halik | |
Suggested-by: @MathijsG, #454 | |||
2016-09-16 | filter/accela: increase max movement speed caps | Stanislaw Halik | |
Closes #452 Closes #431 | |||
2016-09-16 | cmake/mrproper: reindent | Stanislaw Halik | |
2016-09-16 | tracker/pt: use trig overloads | Stanislaw Halik | |
2016-09-16 | tracker/pt: get rid of pt_types class | Stanislaw Halik | |
2016-09-16 | options/value: allow for deref operator | Stanislaw Halik | |
C++ expects pointer so let it have it. | |||
2016-09-16 | options/slider: fix fpu type | Stanislaw Halik | |
2016-09-16 | options/tie: use existing slider functionality | Stanislaw Halik | |
2016-09-16 | broken video property page code for the attic | Stanislaw Halik | |
2016-09-16 | options/slider: use double precision | Stanislaw Halik | |
Made Accela slider inaccurate. | |||
2016-09-16 | options: add QStringLiteral define | Stanislaw Halik | |
2016-09-16 | gui/main-window: exit program when config not writable | Stanislaw Halik | |
Note, it opens the config in read-write mode to check if it's writable. This might present a race condition when config is saved. However, we're expecting all config saving to be done in the user interface thread. Add a check for it however. | |||
2016-09-16 | proto/vjoystick: unbreak | Stanislaw Halik | |
Nice braino. | |||
2016-09-16 | spline-widget: simplify/fix drawing logic | Stanislaw Halik | |
The linear things should be drawn in drawFunction() since they change only when some control point is moved and the spline is recalculated anyway. Introduce spline::get_value_no_save to avoid clobbering the tracked value. Draw linear helper before the spline to avoid occluding it. Remove some redundant checks for whether _config exists when all calling sites ensure it already. I still need to de-camel-case these two classes. | |||
2016-09-16 | x-plane-plugin: fix ldflags logic for clang | Stanislaw Halik | |
2016-09-16 | cmake/gui: don't fixup subsystem now that mrproper does it | Stanislaw Halik | |
2016-09-16 | compat, dinput: don't overdo COM logic | Stanislaw Halik | |
2016-09-16 | cmake: fix RC language build breakage sometimes | Stanislaw Halik | |
2016-09-16 | cmake: allow for "mrproper" to delete install directory | Stanislaw Halik | |
This doesn't yet support mingw-w64 builds. Isn't hard to implement. The build script automatically copies Qt libraries in the right place. Now we have no more stale stuff in the install directory. In fact, everything but CMakeCache.txt is deleted. | |||
2016-09-16 | compat/util: replace with QSignalBlocker usages | Stanislaw Halik | |
2016-09-16 | api/plugins: simplify qlibrary usage | Stanislaw Halik | |
2016-09-16 | Update CONTRIBUTING.md | Stanisław Halik | |
2016-09-15 | Merge pull request #453 from MaximeMorel/unstable | Stanisław Halik | |
Fix small compilation issue | |||
2016-09-15 | Fix small compilation issue | MaximeMorel | |
2016-09-11 | cmake/word-size: nonsense | Stanislaw Halik | |
2016-09-11 | cmake/platform: add public domain header, will be used in another project. | Stanislaw Halik | |
2016-09-11 | cmake/boilerplate: remove tautology | Stanislaw Halik | |
2016-09-11 | cmake/msvc: remove now repetitive flags from toolchain file | Stanislaw Halik | |
2016-09-11 | cmake/platform: fixes | Stanislaw Halik | |
- set cmake_compiler_is_gnu<lang> consistently for clang - don't allow using GNU C xor GNU CXX - set necessary common msvc flags - remove OPENTRACK_API define, we've forked hatire - remove tautologies in checks | |||
2016-09-11 | cmake: add mrproper target | Stanislaw Halik | |
2016-09-09 | logic/settings: default to pointtracker | Stanislaw Halik | |
2016-09-09 | options/bundle: remove rest of logspam | Stanislaw Halik | |
2016-09-09 | gui/main-window: be more robust when our current config disappears from disk | Stanislaw Halik | |
2016-09-09 | gui/main-window: fix qt signals racing | Stanislaw Halik | |
tie_setting to tracker/filter/proto raced with connection that saved the modules into .ini on disk. Worse, the problem was swept under the rug by calling save_modules() in dtor. | |||
2016-09-09 | compat/win32-com: switch to always apartment threaded | Stanislaw Halik | |