Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.31 KB

File metadata and controls

54 lines (38 loc) · 1.31 KB

History of SourceMonitorOS

2022-12-12

  • Fixed naming issues
    • Settigs are named options in the original
    • Because of redundancies
      • Core classes named as usual
      • CLI classes are prefixed with sc
      • UI classes are prefixed with sm
    • SMMainWindow is named SMGUI
  • Introduced factory class
  • Draft options dialog
  • Options perform a load on object creation to initialize the member variables

2022-12-04

  • Extended the readme with a hint about compilation
  • Updated the readme with informations about the used technologies

2022-12-02

  • Updated readme files
  • Added SourceMonitor project file

2022-11-29

  • Added dialog box for "View License
  • Added "About" class
  • Added dialog box for "About SourceMonitorOS"
  • Added documentation for "About"
  • Removed ".vscode" folder

2022-11-27

  • Added/reworked tests for license and settings.
  • Updated documentation.

2022-11-23

  • Added documentation for settings.
  • Added missing translation feature to smcore.
  • Added subproject for tests, smtest.
  • Improved CMakeLists.txt with details for translation.
  • Enable all compile warnings in CMakeLists.txt files.
  • Uniform header for CMakeLists.txt and source files.

2022-11-20

  • Added basic settings object.

2022-11-12

  • Start SourceMonitorOS from scratch, initial setup with smgui, smcore and smcli.