changelog
- Sun, 25 Oct 2020 14:34:57 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 25 Oct 2020 14:34:57 +0100] rev 7814
- Replaced os.getlogin() by getpass.getuser().
- Sun, 25 Oct 2020 12:28:07 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 25 Oct 2020 12:28:07 +0100] rev 7813
- Main Window: added code to update the saved install information after an update.
- Sun, 25 Oct 2020 11:17:02 +0100
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sun, 25 Oct 2020 11:17:02 +0100] rev 7812
- install script: changed code to not ask to installe prerequisites if it is run as root user (= UID 0)
- Sat, 24 Oct 2020 11:44:39 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Sat, 24 Oct 2020 11:44:39 +0200] rev 7811
- CompleterPython: optimized the handling of chained insertions into one undo group.
- Fri, 23 Oct 2020 20:01:22 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Fri, 23 Oct 2020 20:01:22 +0200] rev 7810
- Install Info: extended the dialog by a delete action and an action to show upgrade instructions.
- Thu, 22 Oct 2020 19:42:29 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 22 Oct 2020 19:42:29 +0200] rev 7809
- Added information about the directory the installation was done from.
- Thu, 22 Oct 2020 17:59:54 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 22 Oct 2020 17:59:54 +0200] rev 7808
- Install Information: added the installation date to the list of data.
- Wed, 21 Oct 2020 20:00:57 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Wed, 21 Oct 2020 20:00:57 +0200] rev 7807
- Install Info: added the installation date and time to the install info structure.
- Mon, 19 Oct 2020 20:02:01 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 19 Oct 2020 20:02:01 +0200] rev 7806
- Main Window: added a dialog showing information about the installation process.
- Mon, 19 Oct 2020 17:19:27 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Mon, 19 Oct 2020 17:19:27 +0200] rev 7805
- Globals: fixed an issue calculating the install info file path on Windows systems.