Mon, 22 Dec 2014 18:27:16 +0100 Detlev Offenbach Aadded capability to add sub-tasks (i.e. a task hierarchy) for manually generated tasks to the task viewer. file | diff | annotate
Sun, 23 Nov 2014 17:28:26 +0100 Detlev Offenbach Added install option --pyqt= to specify the PyQt variant to use. file | diff | annotate
Mon, 17 Nov 2014 19:12:20 +0100 Detlev Offenbach Added a TODO to improve project detecting external chanages to the project file (e.g. through a VCS). file | diff | annotate
Sun, 13 Jul 2014 16:32:08 +0200 Detlev Offenbach Changed the source extension of the Project class to be a private method. file | diff | annotate
Sat, 05 Jul 2014 19:27:57 +0200 Detlev Offenbach Introduced a new project type for eric6 plug-ins. file | diff | annotate
Sat, 05 Jul 2014 18:38:10 +0200 Detlev Offenbach Changed the display strings for Qt projects and updated translations. 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, 20 Jun 2014 16:05:45 +0200 Detlev Offenbach Added code to Project to move deleted files/directories to the recycle bin falling back to removing them (os.remove), if send2trash cannot be imported due to missing dependencies. 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
Wed, 21 May 2014 19:45:39 +0200 Detlev Offenbach Started implementing functionality to save expanded file and directory entries of the project browsers to the session. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Wed, 23 Apr 2014 21:30:14 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Mon, 21 Apr 2014 14:32:37 +0200 Detlev Offenbach Corrected an issue in the project sources browser handling JavaScript files in a mixed sources project. file | diff | annotate
Tue, 15 Apr 2014 22:41:08 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 13 Apr 2014 16:21:30 +0200 Detlev Offenbach A little fix for the project. 5_4_x file | diff | annotate
Sun, 13 Apr 2014 16:21:30 +0200 Detlev Offenbach A little fix for the project. file | diff | annotate
Thu, 10 Apr 2014 23:03:29 +0200 T.Rzepka Enable coverage info in Python2 projects. 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, 29 Mar 2014 20:18:31 +0100 Detlev Offenbach Fixed a few code style issues. file | diff | annotate
Thu, 27 Mar 2014 18:53:16 +0100 Detlev Offenbach Continued improving JavaScript support. file | diff | annotate
Wed, 26 Mar 2014 20:03:25 +0100 Detlev Offenbach Started improving JavaScript support. file | diff | annotate
Fri, 14 Mar 2014 17:53:09 +0100 Detlev Offenbach Allow the user to change the file type associations before adding existing files to a new project. 5_4_x file | diff | annotate
Fri, 14 Mar 2014 17:53:09 +0100 Detlev Offenbach Allow the user to change the file type associations before adding existing files to a new project. 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
Sun, 23 Feb 2014 19:20:43 +0100 Detlev Offenbach Removed the Mercurial support for a command options dialog and added useable global options to the Mercurial config page. file | diff | annotate
Sun, 23 Feb 2014 19:16:32 +0100 Detlev Offenbach Removed the Mercurial command options dialog because it is not needed. 5_4_x 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
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Thu, 02 Jan 2014 19:40:08 +0100 Detlev Offenbach Fixed a bug creating a project from a repository and implemented a bugfix method for an issue in QsciScintilla. 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
Thu, 26 Dec 2013 18:36:22 +0100 Detlev Offenbach Fixed a bug in Project.getMainScript. 5_3_x file | diff | annotate
Thu, 26 Dec 2013 18:35:47 +0100 Detlev Offenbach Fixed a bug in Project.getMainScript. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Fri, 13 Dec 2013 23:39:14 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 04 Dec 2013 22:08:03 +0100 T.Rzepka Bugfix if pysvn default options should be modified by user on creation. Py2 comp. file | diff | annotate
Thu, 05 Dec 2013 18:46:35 +0100 Detlev Offenbach Fixed an issue in Project.py causing a crash when creating a new project. 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
Tue, 15 Oct 2013 22:03:54 +0200 T.Rzepka Merge with default branch before style changes. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 16:51:12 +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
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
Sat, 12 Oct 2013 18:25:29 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Tue, 08 Oct 2013 19:47:37 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Sun, 29 Sep 2013 15:54:10 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Sun, 08 Sep 2013 19:04:07 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Thu, 05 Sep 2013 18:15:10 +0200 Detlev Offenbach Changed the behavior of project with respect to eol. file | diff | annotate
Mon, 19 Aug 2013 15:06:05 +0200 Detlev Offenbach Added code to propagate a change of the project or its VCS status. file | diff | annotate
Mon, 12 Aug 2013 22:21:53 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Mon, 15 Jul 2013 18:42:44 +0200 Detlev Offenbach Changed the logic the PKGLIST file is generated a little bit to ensure, that only files are included. If a directory is encountered, all files in this directory are added recursively. file | diff | annotate
Sat, 13 Jul 2013 15:47:47 +0200 Detlev Offenbach A little change to make the generation of the PKGLIST file platform independant. 5_3_x file | diff | annotate
Sat, 13 Jul 2013 15:47:47 +0200 Detlev Offenbach A little change to make the generation of the PKGLIST file platform independant. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 06 Jul 2013 15:48:58 +0200 Detlev Offenbach Changed all QProcess.waitForStarted() calls to use a 5s timeout (except the debugger interfaces, which have a 10s timeout). file | diff | annotate
Mon, 24 Jun 2013 19:35:33 +0200 Detlev Offenbach Modified the project class to support PyQt5 GUI and Console applications. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial