Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Mon, 10 Sep 2018 18:15:10 +0200 Detlev Offenbach Changed the extension of the generated script files for Windows from '.bat' to '.cmd'. file | diff | annotate
Thu, 05 Apr 2018 19:40:07 +0200 Detlev Offenbach eric api, eric doc plug-ins: changed the executable path on non-Windows platforms. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Sat, 12 Nov 2016 17:28:22 +0100 Detlev Offenbach Got rid of the manually set version numbers. 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
Wed, 04 Nov 2015 14:41:07 +0100 Detlev Offenbach Started the eric 6.2.x line of development. file | diff | annotate
Thu, 01 Jan 2015 13:12:37 +0100 Detlev Offenbach Updated copyright for 2015. 6_0_x file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Mon, 22 Dec 2014 14:01:41 +0100 Detlev Offenbach Updated documentation to reflect 6.1.x line of development and updated core plug-in versions to 6.1.0. file | diff | annotate
Sat, 05 Jul 2014 14:01:04 +0200 Detlev Offenbach Raised the plug-in version number to match that of eric. 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
Mon, 21 Apr 2014 16:17:20 +0200 T.Rzepka python2Compatible flags for base plug-ins added. 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, 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
Mon, 06 Jan 2014 19:56:09 +0100 Detlev Offenbach Started 5.5.x line of development. 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 15:15:50 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Sat, 19 Oct 2013 13:03:39 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Tue, 15 Oct 2013 18:29:32 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Thu, 10 Oct 2013 19:03:45 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Thu, 13 Jun 2013 18:44:37 +0200 Detlev Offenbach Updated the versions of the core plug-ins to match that of the eric5 main line. 5_3_x file | diff | annotate
Thu, 13 Jun 2013 18:44:02 +0200 Detlev Offenbach Updated the versions of the core plug-ins to match that of the eric5 main line. 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
Sun, 10 Feb 2013 19:46:21 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. 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
Sun, 19 Jun 2011 19:36:27 +0200 Detlev Offenbach Changed the code to use super() to access the superclass. file | diff | annotate
Fri, 11 Mar 2011 16:51:57 +0100 Detlev Offenbach Made code mostly PEP 8 compliant (except all whitespace and line length). file | diff | annotate
Sun, 20 Feb 2011 19:00:53 +0100 Detlev Offenbach Did the last changes to the Windows related install stuff. file | diff | annotate
Fri, 31 Dec 2010 15:50:33 +0100 Detlev Offenbach Updated copyright notice. 5_0_x file | diff | annotate
Fri, 31 Dec 2010 15:49:50 +0100 Detlev Offenbach Updated copyright notice. file | diff | annotate
Fri, 31 Dec 2010 15:19:02 +0100 Detlev Offenbach Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism. file | diff | annotate
Sat, 04 Sep 2010 19:51:48 +0200 Detlev Offenbach Did some code cleanup. file | diff | annotate
Wed, 11 Aug 2010 19:55:34 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Wed, 04 Aug 2010 20:33:53 +0200 Detlev Offenbach Continued porting signal/slot usage to the new API. file | diff | annotate
Wed, 04 Aug 2010 08:54:52 +0200 Detlev Offenbach Started porting signal/slot usage to the new API. file | diff | annotate
Tue, 27 Jul 2010 12:58:35 +0200 Detlev Offenbach Did some more string format conversions. file | diff | annotate
Sat, 24 Jul 2010 18:10:28 +0200 Detlev Offenbach Updated the version string of the core plug-ins. file | diff | annotate
Tue, 20 Jul 2010 08:16:16 +0200 Detlev Offenbach Changed algorithm to detect eric tools. file | diff | annotate
Sat, 29 May 2010 18:29:03 +0200 Detlev Offenbach Fixed an issue showing the version info of eric5 tools. file | diff | annotate
Sat, 15 May 2010 15:59:51 +0200 Detlev Offenbach Fixed an issue introduced by the latest changes. file | diff | annotate
Sat, 15 May 2010 15:29:39 +0200 Detlev Offenbach Changed code to improve development on multiple platforms. file | diff | annotate
Fri, 14 May 2010 17:26:38 +0200 Detlev Offenbach Changed code to better deal with project relative paths on Windows systems. file | diff | annotate
Sun, 31 Jan 2010 17:11:22 +0000 Detlev Offenbach Started to clean up the code supported by py3flakes. file | diff | annotate
Wed, 13 Jan 2010 18:53:58 +0000 Detlev Offenbach Renamed E4Gui to E5Gui. file | diff | annotate
Tue, 12 Jan 2010 18:36:05 +0000 Detlev Offenbach Renamed e5App to e5App. file | diff | annotate
(0) -60 tip

eric ide

mercurial