Sat, 30 Mar 2019 14:20:29 +0100 Detlev Offenbach UnittestDialog: added a message for the situation, where discovery results are present but none are selected when Start is pressed and added the capability to open the source file by double clicking a discovery entry. file | diff | annotate
Thu, 28 Mar 2019 19:13:09 +0100 Detlev Offenbach UnittestDialog: fixed an issue causing an uncaught exception. file | diff | annotate
Wed, 27 Mar 2019 20:09:37 +0100 Detlev Offenbach Unit Test: added capability to run test with debugger support and to stop the test on the first error or failure. file | diff | annotate
Tue, 26 Mar 2019 19:38:12 +0100 Detlev Offenbach Updated translations. file | diff | annotate
Tue, 26 Mar 2019 19:29:30 +0100 Detlev Offenbach UnittestDialog: implemented the remote part fo 'discover only'. file | diff | annotate
Mon, 25 Mar 2019 20:18:47 +0100 Detlev Offenbach UnittestDialog: continued implementing pure discovery support. file | diff | annotate
Sun, 24 Mar 2019 19:18:56 +0100 Detlev Offenbach UnittestDialog: started implementing pure discovery support. file | diff | annotate
Sun, 24 Mar 2019 16:37:44 +0100 Detlev Offenbach UnittestDialog: refined the handling of "Rerun Failed". file | diff | annotate
Sun, 24 Mar 2019 16:11:19 +0100 Detlev Offenbach UnittestDialog: did some refinements and error corrections. file | diff | annotate
Sat, 23 Mar 2019 16:45:26 +0100 Detlev Offenbach UnittestDialog: added capability to auto-discover tests. file | diff | annotate
Fri, 22 Mar 2019 19:31:56 +0100 Detlev Offenbach UnittestDialog: changed code to set the default directory of the test file picker file selection dialog to the project directory when in project mode. file | diff | annotate
Fri, 22 Mar 2019 19:11:11 +0100 Detlev Offenbach UnittestDialog: fixed an issue running tests for a project and removed the (obsolete) 'local' option. file | diff | annotate
Thu, 21 Mar 2019 19:26:10 +0100 Detlev Offenbach UnittestDialog: fixed an issue setting the client type. file | diff | annotate
Wed, 20 Mar 2019 19:41:04 +0100 Detlev Offenbach Unit Test: added the capability to select the virtual environment for the unittest run. file | diff | annotate
Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Wed, 20 Jun 2018 18:45:07 +0200 Detlev Offenbach Unit test: extended the standalone unit test tool to be able to open source in an editor window. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Thu, 14 Dec 2017 19:25:34 +0100 Detlev Offenbach Fixed a nasty bug in the unit test dialog when combining unit test with coverage testing. file | diff | annotate
Sat, 11 Mar 2017 14:35:22 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Tue, 10 Jan 2017 15:35:08 +0100 Detlev Offenbach Fixed a situation in the unittest dialog where translations are only partially done. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Fri, 01 Jan 2016 12:13:13 +0100 Detlev Offenbach Updated copyright for 2016. 6_1_x file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sun, 29 Nov 2015 14:33:38 +0100 Detlev Offenbach Modified more dialogs to use the path picker widgets. file | diff | annotate
Sat, 28 Nov 2015 19:48:11 +0100 Detlev Offenbach Modified more dialogs to use the path picker widgets. file | diff | annotate
Sun, 15 Nov 2015 13:52:29 +0100 Detlev Offenbach Fixed a few coding style issue related to 'blind except:' statements. file | diff | annotate
Sun, 04 Oct 2015 22:37:56 +0200 T.Rzepka Updated coverage to 4.0 (breaks with Python 3.2 support). file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sat, 05 Jul 2014 12:13:23 +0200 Detlev Offenbach Finished renaming eric5 for PyQt5 to eric6. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. file | diff | annotate
Fri, 30 May 2014 15:16:40 +0200 Detlev Offenbach Fixed a few source code style issues found by the updated pe8 checker. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Thu, 03 Apr 2014 23:05:31 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 08 Mar 2014 20:09:41 +0100 Detlev Offenbach Changed signal/slot usage to not use constructs like 'triggered[()].connect(...)' anymore. file | diff | annotate
Sat, 11 Jan 2014 11:55:33 +0100 Detlev Offenbach Changed the code to use QObject.tr() instead of QObject.trUtf8(). file | diff | annotate
Wed, 08 Jan 2014 19:07:23 +0100 Detlev Offenbach Changed all the file or directory selection buttons to QToolButton and gave them an icon. file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:40:41 +0100 Detlev Offenbach Updated copyright for 2014. 5_3_x file | diff | annotate
Wed, 01 Jan 2014 14:39:32 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Sun, 03 Nov 2013 15:58:22 +0100 T.Rzepka Merge with default branch after fixed indentation issues and lates changes. Py2 comp. file | diff | annotate
Fri, 01 Nov 2013 15:48:48 +0100 T.Rzepka Merge with default branch after fixed indentation issues. Py2 comp. file | diff | annotate
Fri, 18 Oct 2013 23:00:41 +0200 T.Rzepka Merge with default branch after shorten the code lines to max. 79 characters. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 16:51:12 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Fri, 18 Oct 2013 18:42:10 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Mon, 14 Oct 2013 19:30:36 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Mon, 07 Oct 2013 19:10:11 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sun, 29 Sep 2013 18:22:08 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Fri, 31 May 2013 10:47:48 +0200 Detlev Offenbach Fixed an issue in the unittest dialog causing it to fail, if coverage was selected in local mode for an open project but no main script defined. 5_3_x file | diff | annotate
Fri, 31 May 2013 10:47:48 +0200 Detlev Offenbach Fixed an issue in the unittest dialog causing it to fail, if coverage was selected in local mode for an open project but no main script defined. file | diff | annotate
Mon, 25 Mar 2013 03:11:06 +0100 T.Rzepka Script changes: Future import added, super calls modified and unicode behavior for str. Py2 comp. file | diff | annotate
Mon, 11 Feb 2013 18:13:10 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Thu, 04 Oct 2012 19:28:49 +0200 Detlev Offenbach Introduced the E5MainWindow class allowing to set a style for all the main windows. file | diff | annotate
Thu, 12 Apr 2012 19:16:56 +0200 Detlev Offenbach Fixed an issue in the unit test dialog. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
Mon, 26 Dec 2011 19:31:22 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
(0) -60 tip

eric ide

mercurial