Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Wed, 27 Jun 2018 18:43:11 +0200 Detlev Offenbach BackgroundService: little fix for windows systems to use python.exe instead of pythonw.exe. file | diff | annotate
Mon, 25 Jun 2018 18:20:06 +0200 Detlev Offenbach Fixed a few bugs caused by using the new virtual environment manager. file | diff | annotate
Fri, 15 Jun 2018 18:49:48 +0200 Detlev Offenbach Continued to remove all explicit references to Python interpreters and replace them by references to virtual environments. file | diff | annotate
Sat, 02 Jun 2018 18:53:35 +0200 Detlev Offenbach BackgroundService: Little change to close the service when shutting down. file | diff | annotate
Tue, 13 Mar 2018 14:54:46 +0100 Detlev Offenbach Fixed some loop related coding issues detected by the extended code style checker. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Fri, 13 Oct 2017 22:42:35 +0200 T.Rzepka Drop error message if no error handler is specified by plugin. file | diff | annotate
Sun, 03 Sep 2017 19:16:43 +0200 Detlev Offenbach Some more speed adjustments for the background service. file | diff | annotate
Sun, 03 Sep 2017 19:08:22 +0200 Detlev Offenbach Little speed adjustment for the background service. file | diff | annotate
Wed, 21 Jun 2017 19:40:59 +0200 Detlev Offenbach Added functionality to limit the number of processes used for bachground services. file | diff | annotate
Sat, 20 May 2017 14:33:00 +0200 Detlev Offenbach Added some error handling to the Background service in case some errors are reported for an already deleted service. file | diff | annotate
Fri, 05 May 2017 19:06:52 +0200 Detlev Offenbach Fixed a few source docu issues (forgotten signals and exceptions). file | diff | annotate
Sun, 09 Apr 2017 16:33:44 +0200 Detlev Offenbach Introduced some code to improve defensive programming in the BackgroundService class. maintenance file | diff | annotate
Thu, 16 Mar 2017 19:32:33 +0100 Detlev Offenbach Reworked some __IGNORE_WARNING__ comments to be more specific. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Tue, 14 Jun 2016 19:48:45 +0200 Detlev Offenbach Fixed a typo. 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, 15 Nov 2015 14:29:20 +0100 Detlev Offenbach Dealt with the M801 code style checker messages. file | diff | annotate
Wed, 04 Nov 2015 16:40:08 +0100 Detlev Offenbach Fixed usage of some old style string formattings. file | diff | annotate
Thu, 23 Apr 2015 20:11:44 +0200 Detlev Offenbach Fixed a few coding style issues. file | diff | annotate
Thu, 23 Apr 2015 20:05:38 +0200 Detlev Offenbach Fixed an issue in the batch checker cancel function leading to the function not working if the background jobs had finished already. file | diff | annotate
Sat, 18 Apr 2015 19:14:15 +0200 Detlev Offenbach Implemented the Cancel logic for batch checks. file | diff | annotate
Thu, 16 Apr 2015 19:58:27 +0200 Detlev Offenbach Added a batch mode to the code style checker to make use of multiple CPUs/CPU-Cores. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sat, 27 Sep 2014 12:34:27 +0200 Detlev Offenbach Fixed an issue in the coding style checker service. Empty files should not be ignored because they could show issues. file | diff | annotate
Sat, 27 Sep 2014 12:34:27 +0200 Detlev Offenbach Fixed an issue in the coding style checker service. Empty files should not be ignored because they could show issues. 5_5_x 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
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Sat, 17 May 2014 10:39:44 +0200 Detlev Offenbach Einige kleinere Korrekturen. file | diff | annotate
Fri, 16 May 2014 23:36:27 +0200 T.Rzepka BackgroundService: Restart of the client in different situations handled. file | diff | annotate
Sat, 26 Apr 2014 10:06:49 +0200 Detlev Offenbach Change a comment in the background service to avoid a clash with a NOTE task marker. file | diff | annotate
Sat, 12 Apr 2014 22:39:33 +0200 T.Rzepka Start the background client always as external process. Py2 comp. file | diff | annotate
Thu, 03 Apr 2014 23:05:31 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 22 Mar 2014 18:51:14 +0100 T.Rzepka Bugfix to avoid an error on shutdown. BgService file | diff | annotate
Sat, 22 Mar 2014 14:44:39 +0100 T.Rzepka Exception handling for client side implemented. BgService file | diff | annotate
Fri, 31 Jan 2014 22:11:45 +0100 T.Rzepka Interface for adding different languages to the syntax check, background service BgService file | diff | annotate
Wed, 15 Jan 2014 22:55:52 +0100 T.Rzepka CodeStyleChecker moved to background service and done a little cleanup. BgService file | diff | annotate
Sat, 04 Jan 2014 22:12:42 +0100 T.Rzepka Interface to add user-defined services, e.g. in plugins. Auto syntax check working. Little cleanup. BgService file | diff | annotate
Wed, 01 Jan 2014 22:59:10 +0100 T.Rzepka Bugfixes for Linux and if not both interpreters are specified. Project file updated. BgService file | diff | annotate
Tue, 31 Dec 2013 18:03:31 +0100 T.Rzepka First implementation for the BackgroundService. BgService file | diff | annotate
(0) tip

eric ide

mercurial