Tue, 23 Aug 2016 19:02:43 +0200 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Tue, 23 Aug 2016 18:53:46 +0200 Detlev Offenbach Added an option to the project to rescan the project for tasks upon open. file | diff | annotate
Thu, 18 Aug 2016 17:06:01 +0200 Detlev Offenbach Fixed a stupid issue introduced in the last changeset. file | diff | annotate
Thu, 18 Aug 2016 17:02:21 +0200 Detlev Offenbach Finished cleaning up some code related to the Project class and data structures. file | diff | annotate
Wed, 17 Aug 2016 17:52:52 +0200 Detlev Offenbach Continued cleaning up some code related to the Project class and data structures. file | diff | annotate
Wed, 17 Aug 2016 12:32:58 +0200 Detlev Offenbach Started to clean up some code related to the Project class and data structures. file | diff | annotate
Mon, 15 Aug 2016 17:24:13 +0200 Detlev Offenbach Added a method to the Project class to set the translations file pattern. 6_1_x file | diff | annotate
Mon, 15 Aug 2016 17:22:13 +0200 Detlev Offenbach Added a method to the Project class to set the translations file pattern. file | diff | annotate
Sat, 21 May 2016 19:16:12 +0200 Detlev Offenbach Added a dialog to quickly search for files in the list of project files (thanks to Mike C. Fletcher for contributing the majority of this code). file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Wed, 04 Nov 2015 16:25:25 +0100 Detlev Offenbach Fixed a few code style issues (forgotten future imports, copyrights,...). 6_1_x file | diff | annotate
Fri, 30 Oct 2015 18:01:42 +0100 Detlev Offenbach Fixed an issue causing wrong project file entries if the project is generated in the root on windows. file | diff | annotate
Fri, 30 Oct 2015 18:01:42 +0100 Detlev Offenbach Fixed an issue causing wrong project file entries if the project is generated in the root on windows. 6_0_x file | diff | annotate
Wed, 01 Jul 2015 19:34:51 +0200 Detlev Offenbach Removed support for project type 'E4Plugin' because eric4 and eric5 are out of service. file | diff | annotate
Sat, 11 Apr 2015 14:03:40 +0200 Detlev Offenbach Added functionality to reorganize the files automatically, when the project type or file type associations are changed. file | diff | annotate
Sun, 01 Feb 2015 18:23:12 +0100 Detlev Offenbach Added possibility for plug-ins to have toolbars. file | diff | annotate
Sat, 17 Jan 2015 14:20:09 +0100 Detlev Offenbach Modified code to always associate .py and .pyw with sources for Python2 and Python3 projects. 6_0_x file | diff | annotate
Sat, 17 Jan 2015 14:20:09 +0100 Detlev Offenbach Modified code to always associate .py and .pyw with sources for Python2 and Python3 projects. file | diff | annotate
Fri, 16 Jan 2015 19:43:56 +0100 Detlev Offenbach Fixed situations where the project management directory cannot be created due to missing permissions. 6_0_x file | diff | annotate
Fri, 16 Jan 2015 19:43:56 +0100 Detlev Offenbach Fixed situations where the project management directory cannot be created due to missing permissions. 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
Tue, 30 Dec 2014 15:56:06 +0100 Detlev Offenbach Extended the project object a little bit. 6_0_x file | diff | annotate
Tue, 30 Dec 2014 15:56:06 +0100 Detlev Offenbach Extended the project object a little bit. file | diff | annotate
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
(0) -100 -60 tip

eric ide

mercurial