summaryrefslogtreecommitdiffhomepage
path: root/variant
AgeCommit message (Collapse)Author
2018-04-28random cleanupsStanislaw Halik
2018-04-28settings: store untranslated chosen module namesStanislaw 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-10Merge pull request #754 from cpuwolf/mybase2Stanisław Halik
add Chinese Lang
2018-03-04opentrack: fix close button with trayStanislaw Halik
Reported by: Yuri Vostrenkov
2018-02-27add Chinese LangWei Shuai
2018-02-18opentrack: add commentopentrack-2.3.49-plusStanislaw Halik
2018-02-17variant/default: fix close button with trayStanislaw 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-16opentrack: fix ru_RU after move to variant/defaultStanislaw Halik
2018-02-14opentrack: prevent buggy resize with hidpiStanislaw 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-12cmake: add zh_CNStanislaw Halik
cf. #746
2018-02-12modules: stop saving line informationStanislaw Halik
Now i18n regen won't make a mess.
2018-02-09update translation source files -- #743Stanislaw Halik
2018-02-02opentrack: fix nonsensical QStringLiteral in headerStanislaw Halik
2018-01-31gui: clean up a bitStanislaw Halik
2018-01-31tracker-wii: move wiiyourself libraryStanislaw Halik
Paging @cpuwolf Related to: #718
2018-01-26opentrack: prevent left margin on video feedStanislaw Halik
2018-01-26opentrack/wiiyourself: new homeWei Shuai
2018-01-20rename our Qt .png iconStanislaw Halik
facetracknoir.png -> opentrack.png
2018-01-20gui/main: remove stale commentsStanislaw Halik
2018-01-20remove mistaken usages of std::forwardStanislaw Halik
I originally mistaken what the function did.
2018-01-19opentrack: create tray icon, duhStanislaw Halik
Issue: #726
2018-01-19variant/default: rename our iconStanislaw Halik
2018-01-19trackmouse: rename output executableStanislaw Halik
I can now launch each CMake configuration in Qt Creator: Executable: .\%{CurrentBuild:Name}.exe Working directory: %{buildDir}\install
2018-01-18trackmouse: fix buildStanislaw Halik
2018-01-18compat/util: retireStanislaw Halik
Adjust usages.
2018-01-17fix build (3)Stanislaw Halik
2018-01-16main-window: fix linux compile errorStanislaw Halik
2018-01-16fix buildStanislaw Halik
2018-01-16trackmouse: more workStanislaw Halik
2018-01-16gui, variant/default: move default UIStanislaw Halik
2018-01-16cmake: split variant handling to each variantStanislaw Halik
2018-01-14variant/trackmouse: flushStanislaw Halik
2018-01-13variant/trackmouse: random flushStanislaw Halik
2018-01-13cmake: variant workStanislaw Halik
2018-01-13cmake, main: work toward introducing alternative UIStanislaw 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.