Sat, 03 Jul 2021 11:47:24 +0200 Detlev Offenbach Merged with default branch to prepare release 21.7. maintenance release-21.07 file | diff | annotate
Sat, 19 Jun 2021 16:22:11 +0200 Detlev Offenbach Fixed an issue causing list, set, dict and tuple derived classes not being handled correctly in the Variables Viewer (issue393). file | diff | annotate
Sat, 01 May 2021 14:27:20 +0200 Detlev Offenbach Merged with default branch to prepare release 21.5. maintenance release-21.05 file | diff | annotate
Wed, 14 Apr 2021 19:59:16 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y105: use contextlib.suppress) (batch 1). file | diff | annotate
Wed, 14 Apr 2021 17:39:44 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y116: use dictionary access instead of multiple ifs). file | diff | annotate
Mon, 12 Apr 2021 19:54:29 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y108: use ternary operator) (batch 1). file | diff | annotate
Mon, 12 Apr 2021 19:21:40 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y114: use logical or for multiple if). file | diff | annotate
Sun, 11 Apr 2021 18:45:10 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 1). file | diff | annotate
Sat, 10 Apr 2021 18:38:27 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()). file | diff | annotate
Fri, 09 Apr 2021 18:38:01 +0200 Detlev Offenbach Applied some more code simplifications suggested by the new Simplify checker. file | diff | annotate
Mon, 29 Mar 2021 19:46:49 +0200 Detlev Offenbach VariablesViewer: changed code to (hopefully) get rid of a None situation (i.e. source model not set yet). maintenance release-21.04 file | diff | annotate
Mon, 29 Mar 2021 19:46:49 +0200 Detlev Offenbach VariablesViewer: changed code to (hopefully) get rid of a None situation (i.e. source model not set yet). file | diff | annotate
Sun, 28 Mar 2021 15:00:11 +0200 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Tue, 02 Mar 2021 17:17:09 +0100 Detlev Offenbach Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff. file | diff | annotate
Mon, 01 Feb 2021 10:38:16 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-21.02 file | diff | annotate
Wed, 30 Dec 2020 11:00:44 +0100 Detlev Offenbach Updated copyright for 2021. maintenance file | diff | annotate
Wed, 30 Dec 2020 11:00:05 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Sat, 26 Dec 2020 22:49:27 +0100 T.Rzepka Fixed double elements in first expanded list / tuple after the next step command and some update issues on lists. file | diff | annotate
Sun, 06 Dec 2020 17:53:05 +0100 Detlev Offenbach Merged with the default branch. multi_processing file | diff | annotate
Sun, 06 Dec 2020 17:43:11 +0100 Detlev Offenbach Debugger: changed the handling of variable type filters. file | diff | annotate
Sun, 18 Oct 2020 12:35:30 +0200 Detlev Offenbach Merged with default branch. multi_processing file | diff | annotate
Sun, 11 Oct 2020 17:54:52 +0200 Detlev Offenbach Changed code to not use deprecated 'QRegExp' anymore. file | diff | annotate
Tue, 06 Oct 2020 17:52:44 +0200 Detlev Offenbach Changed calls to exec_() into exec() (remainder of Python2 elimination). file | diff | annotate
Fri, 31 Jul 2020 17:16:31 +0200 Detlev Offenbach VariablesViewer: fixed an issue setting the expanded state of an item. file | diff | annotate
Sun, 05 Jul 2020 11:11:24 +0200 Detlev Offenbach Merged with default to track recent development. multi_processing file | diff | annotate
Sat, 27 Jun 2020 12:08:12 +0200 Detlev Offenbach Removed some more Python2 related code. file | diff | annotate
Wed, 17 Jun 2020 20:18:54 +0200 Detlev Offenbach Checked the reported security related issue reports generated by the new security checker. file | diff | annotate
Sun, 02 Feb 2020 16:41:40 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Sat, 01 Feb 2020 19:48:21 +0100 Detlev Offenbach Continued with the multiprocess debugger. multi_processing file | diff | annotate
Wed, 08 Jan 2020 18:58:31 +0100 Detlev Offenbach Changed code to avoid some obsoleted Qt functions. file | diff | annotate
Wed, 01 Jan 2020 11:57:23 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Wed, 06 Nov 2019 22:30:54 +0100 T.Rzepka Bugfixes for displaying numpy arrays. file | diff | annotate
Sat, 21 Sep 2019 13:37:58 +0200 Detlev Offenbach Continued to resolve code style issue M841. file | diff | annotate
Tue, 10 Sep 2019 19:30:07 +0200 Detlev Offenbach Removed obsolete "from __future__ import ..." statements. file | diff | annotate
Sat, 31 Aug 2019 12:58:11 +0200 Detlev Offenbach Started removing runtime support for Python2 and PyQt4. without_py2_and_pyqt4 file | diff | annotate
Wed, 29 May 2019 22:14:02 +0200 T.Rzepka Bugfix displaying to many characters as default_factory type. Variables Viewer file | diff | annotate
Tue, 21 May 2019 22:44:17 +0200 T.Rzepka Special Qt types should not be expanded infinite. Variables Viewer file | diff | annotate
Sun, 19 May 2019 13:16:30 +0200 Detlev Offenbach Changed some HMI strings and corrected spelling (childs -> children) file | diff | annotate
Sun, 19 May 2019 12:35:24 +0200 Detlev Offenbach Regenerated source docu after Variables Viewer merge. file | diff | annotate
Wed, 15 May 2019 22:26:22 +0200 T.Rzepka Shortcut to variables type filter dialog added to context menu. Variables Viewer file | diff | annotate
Mon, 13 May 2019 22:29:15 +0200 T.Rzepka Colors for highlighting are configurable through Debugger->General Variables Viewer file | diff | annotate
Fri, 03 May 2019 22:56:07 +0200 T.Rzepka Finetuning of non-expandable types. Variables Viewer file | diff | annotate
Fri, 03 May 2019 22:55:23 +0200 T.Rzepka Highlight unknown variables, e.g. expanded for the first time, in yellow instead green. Variables Viewer file | diff | annotate
Thu, 02 May 2019 22:58:33 +0200 T.Rzepka Make dictionary views expandable. Variables Viewer file | diff | annotate
Sat, 27 Apr 2019 22:16:35 +0200 T.Rzepka Handling of no more existing items improved, e.g. list items which has as last child Variables Viewer file | diff | annotate
Sat, 27 Apr 2019 22:06:38 +0200 T.Rzepka Improved determination of expandable items including removing 'other' as selectable type. Variables Viewer file | diff | annotate
Sun, 21 Apr 2019 21:20:24 +0200 T.Rzepka Reimplemented Variables Viewer using QTreeView. Variables Viewer file | diff | annotate
Fri, 19 Apr 2019 11:03:34 +0200 Detlev Offenbach VariablesViewer: fixed an issue handling numpy arrays. file | diff | annotate
Sun, 14 Apr 2019 15:09:21 +0200 Detlev Offenbach Major restructuring of the source tree to get prepared for a setup.py based installation. file | diff | annotate | base
(0) tip

eric ide

mercurial