Wed, 03 Jan 2024 16:49:39 +0100 Detlev Offenbach Adjusted some code for eric7 24.2 and newer. eric7 release-10.4.0 file | diff | annotate
Sat, 23 Dec 2023 15:48:44 +0100 Detlev Offenbach Updated copyright for 2024. eric7 file | diff | annotate
Wed, 30 Aug 2023 11:38:43 +0200 Detlev Offenbach Corrected some code style and formatting issues and prepared the code for Python 3.12. eric7 release-10.3.0 file | diff | annotate
Sun, 28 May 2023 14:33:51 +0200 Detlev Offenbach Fixed a few bugs and code style issues. eric7 release-10.2.4 file | diff | annotate
Thu, 25 May 2023 10:04:34 +0200 Detlev Offenbach Adjusted code for eric7 23.6 and newer. eric7 release-10.2.3 file | diff | annotate
Sat, 31 Dec 2022 16:27:39 +0100 Detlev Offenbach Updated copyright for 2023. eric7 file | diff | annotate
Tue, 20 Dec 2022 17:49:16 +0100 Detlev Offenbach Resorted imports with isort. eric7 file | diff | annotate
Thu, 17 Nov 2022 17:59:58 +0100 Detlev Offenbach Adjusted some more code for eric7 22.12 and newer. eric7 release-10.2.2 file | diff | annotate
Thu, 17 Nov 2022 16:07:30 +0100 Detlev Offenbach Fixed a bug in some backward compatibility code. eric7 release-10.2.1 file | diff | annotate
Thu, 17 Nov 2022 13:55:09 +0100 Detlev Offenbach Adjusted code for eric7 22.12 and newer. eric7 release-10.2.0 file | diff | annotate
Mon, 24 Oct 2022 16:06:28 +0200 Detlev Offenbach Adapted the import statements to the new structure. eric7 release-10.1.0 file | diff | annotate
Wed, 21 Sep 2022 16:59:53 +0200 Detlev Offenbach Reformatted source code with 'Black'. eric7 file | diff | annotate
Thu, 30 Dec 2021 11:19:54 +0100 Detlev Offenbach Updated copyright for 2022. eric7 file | diff | annotate
Tue, 25 May 2021 17:48:25 +0200 Detlev Offenbach Ported the plug-in to PyQt6 for eric7. eric7 file | diff | annotate
Sat, 24 Apr 2021 10:56:08 +0200 Detlev Offenbach - applied some code simplifications release-5.3.0 file | diff | annotate
Sat, 06 Mar 2021 15:54:30 +0100 Detlev Offenbach Changed the enum handling. release-5.2.0 file | diff | annotate
Wed, 30 Dec 2020 11:02:00 +0100 Detlev Offenbach Updated copyright for 2021. file | diff | annotate
Sun, 22 Nov 2020 16:12:38 +0100 Detlev Offenbach Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore. release-5.1.2 file | diff | annotate
Mon, 16 Nov 2020 17:30:41 +0100 Detlev Offenbach APIsManager: fixed an issue causing the project related API database not to be opened when a second project gets opened. release-5.1.1 file | diff | annotate
Wed, 07 Oct 2020 19:23:20 +0200 Detlev Offenbach Changed calls to exec_() into exec() (remainder of Python2 elimination). release-5.1.0 file | diff | annotate
Mon, 22 Jun 2020 19:16:15 +0200 Detlev Offenbach Removed support for Python2. release-5.0.0 file | diff | annotate
Wed, 01 Jan 2020 11:58:51 +0100 Detlev Offenbach Updated copyright for 2020. file | diff | annotate
Sun, 10 Mar 2019 17:52:06 +0100 Detlev Offenbach APIsManager: fixed an issue causing language APIs not being used properly. release-4.1.3 file | diff | annotate
Thu, 10 Jan 2019 14:20:58 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sun, 16 Sep 2018 13:20:08 +0200 Detlev Offenbach Fixed a bug releasing database connections. release-4.1.1 file | diff | annotate
Sat, 15 Sep 2018 15:59:29 +0200 Detlev Offenbach Fixed a few QtSql related issues related to using it in multiple threads. file | diff | annotate
Sat, 31 Mar 2018 12:26:27 +0200 Detlev Offenbach Added ignore comments for some M513 warnings. file | diff | annotate
Sun, 31 Dec 2017 16:59:08 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Mon, 09 Oct 2017 19:23:14 +0200 Detlev Offenbach Removed bckward compatibility for eric6 before 6.1.0. release-4.0.0 file | diff | annotate
Mon, 27 Mar 2017 19:27:58 +0200 Detlev Offenbach Fixed some code style issues. release-3.2.2 file | diff | annotate
Sat, 31 Dec 2016 13:50:18 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Sat, 03 Dec 2016 18:08:44 +0100 Detlev Offenbach Added support for project type specific API configurations. release-3.2.0 file | diff | annotate
Sat, 26 Nov 2016 14:31:40 +0100 Detlev Offenbach Minimized direct access to the pdata structure of the Project class. file | diff | annotate
Thu, 23 Jun 2016 19:11:53 +0200 Detlev Offenbach Fixed a bug causing a stacktrace when storing an API. release-3.1.1 file | diff | annotate
Fri, 01 Jan 2016 12:18:51 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sun, 22 Mar 2015 17:25:15 +0100 Detlev Offenbach Fixed a bug and made the method to get a list of completions publicly available. release-3.0.4 file | diff | annotate
Sat, 21 Feb 2015 18:34:31 +0100 Detlev Offenbach Fixed a little annoying bug and some code style issues. release-3.0.1 file | diff | annotate
Thu, 01 Jan 2015 13:24:09 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Sun, 06 Jul 2014 12:09:21 +0200 Detlev Offenbach Removed some code dealing with early eric5 versions. file | diff | annotate
Sat, 05 Jul 2014 19:58:44 +0200 Detlev Offenbach Ported to PyQt5 and eric6. file | diff | annotate
Wed, 23 Apr 2014 23:24:27 +0200 T.Rzepka python2Compatible flag added. release-2.7.0 file | diff | annotate
Sat, 29 Mar 2014 15:10:14 +0100 Detlev Offenbach Fixed an issue in the Assistant plug-in. release-2.6.4 file | diff | annotate
Thu, 27 Mar 2014 18:46:53 +0100 Detlev Offenbach Fixed an issue causing a crash for non-Python projects. release-2.6.3 file | diff | annotate
Wed, 01 Jan 2014 14:47:52 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Fri, 29 Nov 2013 18:39:19 +0100 Detlev Offenbach Fixed an issue caused by incorrect handling of the projectChanged signal. release-2.6.2 file | diff | annotate
Thu, 24 Oct 2013 19:04:41 +0200 Detlev Offenbach Fixed some code style issues. release-2.6.1 file | diff | annotate
Mon, 26 Aug 2013 19:56:11 +0200 Detlev Offenbach Merged with changes from Tobias. file | diff | annotate
Sat, 24 Aug 2013 13:53:56 +0200 T.Rzepka Python 2 compatibility for Eric 5 file | diff | annotate
Mon, 19 Aug 2013 15:04:01 +0200 Detlev Offenbach Enhanced reaction upon changes of a project (eric 5.4.x required). file | diff | annotate
Wed, 03 Apr 2013 18:34:47 +0200 Detlev Offenbach Enhanced the status messages handling and the handling of empty API files. release-2.5.0 file | diff | annotate
Tue, 02 Apr 2013 19:32:26 +0200 Detlev Offenbach Activated status messages for processing API files. release-2.4.2 file | diff | annotate
Sun, 24 Feb 2013 15:03:27 +0100 Detlev Offenbach Fixed a serious bug. file | diff | annotate
Sat, 23 Feb 2013 15:07:44 +0100 Detlev Offenbach Modified the code to do lazy import. release-2.4.0 file | diff | annotate
Wed, 02 Jan 2013 10:52:45 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Fri, 28 Sep 2012 18:00:28 +0200 Detlev Offenbach Added "cls" as a parameter that should be discarded for Python2 and Python3. file | diff | annotate
Tue, 12 Jun 2012 19:07:19 +0200 Detlev Offenbach Fixed an issue causing an exception if QtSql cannot be imported. release-2.3.1 file | diff | annotate
Sat, 19 May 2012 18:32:26 +0200 Detlev Offenbach Added support for auto-completions and calltips for sources compiled from form files. file | diff | annotate
Mon, 26 Dec 2011 19:34:03 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Sat, 01 Oct 2011 16:47:20 +0200 Detlev Offenbach Fixed an issue which would cause a traceback if the plug-in is used with eric 5.1. file | diff | annotate
Sat, 01 Oct 2011 16:21:09 +0200 Detlev Offenbach More improvements of auto-completions and calltips for Python sources. file | diff | annotate
(0) -60 tip

eric ide

mercurial