Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@lauramurgatroyd lauramurgatroyd released this 20 Apr 08:20
· 78 commits to main since this release
bc3c745
  • Adds MainWindowWithProgressDialogs a base class for a main window, with a menu bar, and ability to create ProgressTimerDialogs.
  • Renames SessionMainWindow to MainWindowWithSessionManagement
  • Removed addToMenu method from MainWindowWithProgressDialogs (and therefore MainWindowWithSessionManagement which inherits from it) as it didn't do anything, and the user can add their own method and call it if needed.
  • Check if session folder loaded from QSettings exists before writing to it.