Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-24 | {opentrack,trackmouse}: fix ps3eye led workaround | Stanislaw Halik | |
2018-12-24 | style/quality only | Stanislaw Halik | |
No functional changes. - add `override' everywhere where missing - almost pass clang's `-Wweak-vtables' - avoid some float/double conversions - remove unused private members - make signedness conversions explicit - put stuff in right namespaces to aid analysis | |||
2018-12-24 | cruft | Stanislaw Halik | |
2018-12-08 | clean up a bit | Stanislaw Halik | |
2018-11-03 | opentrack: pull in EXIT_{SUCCESS, FAILURE} | Stanislaw Halik | |
2018-11-03 | opentrack: move unistd.h stuff to end of file | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-10-05 | silly busywork | Stanislaw Halik | |
2018-07-24 | WIP | Stanislaw Halik | |
2018-07-14 | opentrack: move macros away from header file | Stanislaw Halik | |
2018-07-14 | opentrack: this can be private | Stanislaw Halik | |
2018-07-14 | opentrack: cleanup main_window::set_title | Stanislaw Halik | |
2018-07-09 | cleanup only | Stanislaw Halik | |
2018-07-08 | options: fix 2 issues | Stanislaw Halik | |
1. Calling valueChanged didn't invoke machinery in value<t>, only base_value aka value_. There's a fast path in value<t>::type() despite the pessimization. 2. Split global scope stuff into options::globals from the options::globals stuff 3. Adjust usages | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2018-07-02 | opentrack/main-window: use more aggregate initialization | Stanislaw Halik | |
This is new in C++17, cf. P0017R1. | |||
2018-06-26 | options/base-value: rename to `value_' | Stanislaw Halik | |
2018-06-26 | modernize C++ syntax | Stanislaw Halik | |
No visible changes (hopefully). | |||
2018-06-26 | core, modules: modernize syntax only | Stanislaw Halik | |
Use more C++17 features where this helps any. | |||
2018-06-13 | opentrack: fix some Clazy warnings | Stanislaw Halik | |
2018-06-13 | fix comments | Stanislaw Halik | |
2018-05-30 | opentrack: clang in qt creator shut up | Stanislaw Halik | |
2018-05-17 | opentrack: probably fix linux build | Stanislaw Halik | |
2018-05-17 | opentrack: maybe fix GNU build | Stanislaw Halik | |
2018-05-14 | opentrack: fix at #726 | Stanislaw Halik | |
cf. https://github.com/opentrack/opentrack/issues/726#issuecomment-387983372 | |||
2018-05-14 | opentrack: update Chinese translation | Stanislaw Halik | |
2018-05-02 | opentrack: update translations | Stanislaw Halik | |
2018-04-29 | opentrack: simplify annoying as root | Stanislaw Halik | |
2018-04-28 | random cleanups | Stanislaw Halik | |
2018-04-28 | settings: store untranslated chosen module names | Stanislaw Halik | |
Now that we translate module names, they have to be stored as language-neutral in the config. - add tie_setting overload with from/to conversions - add logic to opentrack/main-window - add migration - remove actually useless tie_setting_traits | |||
2018-03-10 | Merge pull request #754 from cpuwolf/mybase2 | Stanisław Halik | |
add Chinese Lang | |||
2018-03-04 | opentrack: fix close button with tray | Stanislaw Halik | |
Reported by: Yuri Vostrenkov | |||
2018-02-27 | add Chinese Lang | Wei Shuai | |
2018-02-18 | opentrack: add commentopentrack-2.3.49-plus | Stanislaw Halik | |
2018-02-17 | variant/default: fix close button with tray | Stanislaw Halik | |
Using the close button must exit the program regardless of whether the tray is enabled. Restore that behavior. Reported-by: @albertolg Issue: #750 | |||
2018-02-16 | opentrack: fix ru_RU after move to variant/default | Stanislaw Halik | |
2018-02-14 | opentrack: prevent buggy resize with hidpi | Stanislaw Halik | |
This can be reproduced with hidpi, playing Falcon BMS in a resolution lower than the desktop resolution. The windows got resized to way more than as if they were maximized. This is a workaround, from the Qt API perspective it doesn't make sense. | |||
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-02-12 | modules: stop saving line information | Stanislaw Halik | |
Now i18n regen won't make a mess. | |||
2018-02-09 | update translation source files -- #743 | Stanislaw Halik | |
2018-02-02 | opentrack: fix nonsensical QStringLiteral in header | Stanislaw Halik | |
2018-01-31 | gui: clean up a bit | Stanislaw Halik | |
2018-01-31 | tracker-wii: move wiiyourself library | Stanislaw Halik | |
Paging @cpuwolf Related to: #718 | |||
2018-01-26 | opentrack: prevent left margin on video feed | Stanislaw Halik | |
2018-01-26 | opentrack/wiiyourself: new home | Wei Shuai | |
2018-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
2018-01-20 | gui/main: remove stale comments | Stanislaw Halik | |
2018-01-20 | remove mistaken usages of std::forward | Stanislaw Halik | |
I originally mistaken what the function did. | |||
2018-01-19 | opentrack: create tray icon, duh | Stanislaw Halik | |
Issue: #726 | |||
2018-01-19 | variant/default: rename our icon | Stanislaw Halik | |