This repository has been archived by the owner on Aug 31, 2020. It is now read-only.
antimicro-2.24.1
- Changed images and screenshots
- Updated Documents (README, *.txt files, *.md, *.mm files)
- Updated resources
- Created index.theme
- Changed destination directories for icons, images, index.theme and other resources
- Translated new text entries
- Added detection of window partial title
- Added reset settings option
- Created smaller functions in part of classes
- Splitted part of classes into new xml classes
- Added .travis.yml for Travis CI (tests of app building on Unix)
- Added .appveyor.yml for Appveyor (tests of app building on Windows)
- Added com.github.juliagoda.antimicro.json for Flatpak (building and installation on Linux)
- Cppcheck Analysis - fixed part of warnings
- Added Comparing to nullptr instead of NULL and smart pointers
- Changed if else to switch statements for int data types
- First preparation for unit tests (app splitted into library (antilib) and executable (antimicro))
Fixed issues:
Fixed bugs (with commits):
- Updated calibration - reset old values during calibration startup (afc4bd5)
- Fixed part of memory leaks with Memcheck (application exit) (919e9c2, 3242b0e)
- Fixed bug in gamecontrollermappingdialog class (87ff004)
- Fixed segmentation fault for activating Turbo option (2428a28)
- Unblocked delay sliders (cd582f6)