Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | spline-widget: save spline control point list using options api | Stanislaw Halik | |
- spline widgets reload when spline bundle reloads - every bundle reloads when profile gets changed Importing old spline settings hasn't been implemented. Control point positions are stored as raw floats. This is bad. | |||
2016-08-17 | compat/win32-com: default to right COM type without caller specifying it | Stanislaw Halik | |
The main window always needs the apartment threaded context for OLE used by Qt. Default to apartment threaded before a QApplication is created, or if the thread is the QApplication thread. Use multithreaded COM otherwise. | |||
2016-08-17 | gui/main-window: reorganize ctor | Stanislaw Halik | |
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-16 | gui: rework profile refresh with now blocking signals | Stanislaw Halik | |
2016-08-14 | gui: fix main window restored from tray being minimized | Stanislaw Halik | |
Reported-by: @albertolg Issue: #410 | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-12 | few: use existing com threading init function | Stanislaw Halik | |
2016-08-10 | gui/main-window: add a tray menu | Stanislaw Halik | |
Issue: #410 | |||
2016-08-10 | gui/main: don't just exit event loop on last window closed | Stanislaw Halik | |
2016-08-10 | gui/main: display exit messages to debug what destructor is called where | Stanislaw Halik | |
2016-08-10 | gui: make both single and double click work for tray toggle | Stanislaw Halik | |
Issue: #410 Reported-by: @Len62 | |||
2016-08-10 | gui: there's no crash on exit in MSVC build anymore | Stanislaw Halik | |
Reported-by: @DaMichel cf. https://github.com/DaMichel/opentrack/commit/777942eb65884ba9248c01399a4a5d1e72a35d80#commitcomment-18587629 | |||
2016-08-10 | dinput: split from logic module | Stanislaw Halik | |
For use in the joystick module. | |||
2016-08-10 | pose-widget, gui: allow for drawing regardless if window visible | Stanislaw Halik | |
2016-08-10 | spline-widget, gui: rename mapping-related files and classes | Stanislaw Halik | |
Adjust usages. | |||
2016-08-10 | gui: fix tray icon regression | Stanislaw Halik | |
Issue: #410 Reported-by: @albertolg | |||
2016-08-10 | gui: rename res file | Stanislaw Halik | |
2016-08-10 | gui: only rename main window files | Stanislaw Halik | |
Adjust usages. | |||
2016-08-09 | gui: only rename options widget | Stanislaw Halik | |
2016-08-09 | spline-widget: only rename files | Stanislaw Halik | |
Adjust usages. | |||
2016-08-08 | gui: make octopus pitch the right way | Stanislaw Halik | |
2016-08-08 | gui, tracker/{aruco,pt}: do action on button correct press, not button hold | Stanislaw Halik | |
2016-08-07 | Fix trivial build errors on linux. Also support Qt 5.5. | DaMichel | |
2016-08-05 | gui/settings: add note on how center translation works badly with tx ↵opentrack-2.3-rc49p10 | Stanislaw Halik | |
compensation | |||
2016-08-01 | gui: use a hammer icon for the tracker/filter/proto settings | Stanislaw Halik | |
There are no sickles involved. | |||
2016-07-31 | gui: make mapping background color apply only to tab content | Stanislaw Halik | |
2016-07-31 | gui/options: use and restore program directory around dialog | Stanislaw Halik | |
2016-07-30 | gui/settings: fix for track-logger | Stanislaw Halik | |
Use the first tab when opening window. Don't misuse layouts. | |||
2016-07-30 | gui/main: fix qt style palette | Stanislaw Halik | |
Only changing style after QApplication's been defined sets the palette. | |||
2016-07-29 | logging: file selection dialog can freeze. Therefore don't use native dialog?! | DaMichel | |
2016-07-29 | logger: it is definitely nicer to not have things all over the place | DaMichel | |
2016-07-29 | new track logging: record poses in various stages of processing into a file | DaMichel | |
2016-07-25 | gui: fix settings window margin for real this time | Stanislaw Halik | |
2016-07-23 | gui/options: adjust widget spacing | Stanislaw Halik | |
2016-07-23 | gui/options, logic: add experimental offset from center | Stanislaw Halik | |
This works fine for rotating the translation. | |||
2016-07-23 | gui: snap by one degree for rotation axis in spline widget | Stanislaw Halik | |
2016-07-23 | gui: don't try to force "windowsxp" style | Stanislaw Halik | |
2016-07-23 | gui/main: enable display scaling. move setenv PATH as own function | Stanislaw Halik | |
2016-07-19 | gui: add portable check for config writability | Stanislaw Halik | |
2016-07-18 | some: adjust install paths and invocations | Stanislaw Halik | |
2016-07-18 | gui: add application path and modules subdir to PATH | Stanislaw Halik | |
Without it, win32 won't load some modules. This is probably a security feature on windows nt. | |||
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-16 | gui: get rotation sign right | Stanislaw Halik | |
2016-07-16 | gui, tracker/{aruco,pt}, api: detect whether widget is visible on screen | Stanislaw Halik | |
Sadly, it's only implemented right now on win32. Remove "set enabled" code for the video widget since it only works for explicit window minimization, not covering by other windows. | |||
2016-07-08 | gui, api, proto/wine: get rid of library path as exported symbol | Stanislaw Halik | |
There's no need to do that. It never changes unless the toolchain changes. | |||
2016-07-08 | gui, api: plugin-support needs to remain header-only | Stanislaw Halik | |
Move "opentrack_library_path" to the gui module. | |||
2016-07-07 | cmake: get rid of duplicate includes | Stanislaw Halik | |
2016-07-06 | gui: fix Unix build | Stanislaw Halik | |
2016-07-06 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. |