Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-07 | api/plugins: cleanup | Stanislaw Halik | |
2017-05-28 | api/plugins: fix -Wreorder | Stanislaw Halik | |
2017-05-27 | api/plugins: expose plugin name | Stanislaw Halik | |
This is the same regardless of translation. | |||
2017-05-24 | api: don't forcefully unload .dll's | Stanislaw Halik | |
2017-05-24 | api/variance: move to compat/ | Stanislaw Halik | |
2017-05-10 | api/plugins: modernize C++ and Qt | Stanislaw Halik | |
2017-04-17 | api/plugin: unref inner enum | Stanislaw Halik | |
2017-03-29 | api: make ITrackerDialog::register_tracker optional | Stanislaw Halik | |
2017-03-28 | start renaming internal macros as OPENTRACK_* to OTR_* | Stanislaw Halik | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-03-20 | api/variance: expose size parameter | Stanislaw Halik | |
2017-02-27 | {base,options}-dialog: fix dialogs not savingopentrack-2.3.1_fix2 | Stanislaw Halik | |
In case of the options dialog, running close() in doOK() made it go into closeEvent(), going into doCancel(), and reloading the settings prior to them getting saved. It's time for a hotfix2 build. | |||
2017-02-27 | remove unfinished polish translation files | Stanislaw Halik | |
Polish speakers typically know English well enough and translations are awkward. | |||
2017-02-26 | api/base-dialog: try harder to avoid double closing() signal | Stanislaw Halik | |
2017-02-26 | {api/base,gui/options}-dialog: prevent closing without signal | Stanislaw Halik | |
Use hide() to avoid emitting idempotent events. There's isVisible() but no isClosed() or equivalent. Worse yet, close() can return true twice in a row, despite what docs for `bool QWidget::close()' say. | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2016-12-08 | gui: prevent stderr whining if controls don't fit at runtime | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-10-05 | api, cv, gui, pose-widget: remove window visibility check | Stanislaw Halik | |
Causes freezes on multiple displays. Reported and tested in realtime by: @kzfr | |||
2016-09-25 | api/plugins: silence clang's -Wweak-vtable | Stanislaw Halik | |
2016-09-16 | api/plugins: simplify qlibrary usage | Stanislaw Halik | |
2016-09-09 | api/is-window-visible: fix warn on non-win32 | Stanislaw Halik | |
2016-08-23 | api/plugins: try not avoiding dlclose(3) | 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-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. |