Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

antimicro-2.24.1

Compare
Choose a tag to compare
@juliagoda juliagoda released this 12 Dec 16:49
· 324 commits to master since this release
d18b1d6
  • 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)