Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-01-19 | trackmouse: rename output executable | Stanislaw Halik | |
I can now launch each CMake configuration in Qt Creator: Executable: .\%{CurrentBuild:Name}.exe Working directory: %{buildDir}\install | |||
2018-01-18 | trackmouse: fix build | Stanislaw Halik | |
2018-01-18 | compat/util: retire | Stanislaw Halik | |
Adjust usages. | |||
2018-01-17 | fix build (3) | Stanislaw Halik | |
2018-01-16 | main-window: fix linux compile error | Stanislaw Halik | |
2018-01-16 | fix build | Stanislaw Halik | |
2018-01-16 | trackmouse: more work | Stanislaw Halik | |
2018-01-16 | gui, variant/default: move default UI | Stanislaw Halik | |
2018-01-16 | cmake: split variant handling to each variant | Stanislaw Halik | |
2018-01-14 | variant/trackmouse: flush | Stanislaw Halik | |
2018-01-13 | variant/trackmouse: random flush | Stanislaw Halik | |
2018-01-13 | cmake: variant work | Stanislaw Halik | |
2018-01-13 | cmake, main: work toward introducing alternative UI | Stanislaw Halik | |
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. |