changelog
- Fri, 21 Oct 2022 09:28:18 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Fri, 21 Oct 2022 09:28:18 +0200] rev 9428
- Modified the Python debugger interface to better cope with situations during shutdown.
- Thu, 20 Oct 2022 19:19:00 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 20 Oct 2022 19:19:00 +0200] rev 9427
- Gmail Interface
- changed the Gmail interface to use the Google API packages for authentication (OAuth2) and sending of emails
- Thu, 20 Oct 2022 10:22:41 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 20 Oct 2022 10:22:41 +0200] rev 9426
- Project
- added a topic to the project properties to define the sources start path within the project ('Translations Properties Dialog')
- Thu, 20 Oct 2022 08:23:37 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Thu, 20 Oct 2022 08:23:37 +0200] rev 9425
- Corrected the installation of documentation in the install.py script.
- Wed, 19 Oct 2022 17:55:01 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Wed, 19 Oct 2022 17:55:01 +0200] rev 9424
- Added a skip list file for 'hg annotate' to suppress the changes made by the code reformatting with black.
- Wed, 19 Oct 2022 17:47:50 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Wed, 19 Oct 2022 17:47:50 +0200] rev 9423
- Changed the 'Create Dialog Code Dialog' to adhere to the formatting rules of the 'Black' tool.
- Wed, 19 Oct 2022 17:00:05 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Wed, 19 Oct 2022 17:00:05 +0200] rev 9422
- Changed the PydocstringGenerator to adhere to the formatting rule of the 'Black' tool.
- Wed, 19 Oct 2022 13:39:16 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Wed, 19 Oct 2022 13:39:16 +0200] rev 9421
- Git Interface and Mercurial Interface
- added support for `git blame --ignore-revs-file` including an action to create such a skip list file
- added support for `hg annotate --skip` including an action to create a file for the commit IDs to be skipped (one per line)
- Tue, 18 Oct 2022 17:48:03 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 18 Oct 2022 17:48:03 +0200] rev 9420
- Changed the code to use sysconfig.get_path("scripts") wherever possible.
- Tue, 18 Oct 2022 17:02:51 +0200
- by Detlev Offenbach <detlev@die-offenbachs.de> [Tue, 18 Oct 2022 17:02:51 +0200] rev 9419
- Ammendes the list of special attributes.