Thu, 01 Dec 2016 19:22:06 +0100 Detlev Offenbach Corrected a source docu issue and regenerated the source docu files. APIs file | diff | annotate
Sat, 26 Nov 2016 15:59:18 +0100 Detlev Offenbach Fixed a typo causing issues. file | diff | annotate
Sat, 26 Nov 2016 15:35:12 +0100 Detlev Offenbach Added public methods for acces to sveral parts of the pdata structure of the Project class. file | diff | annotate
Tue, 08 Nov 2016 19:01:35 +0100 Detlev Offenbach Fixed an issue in the Project class caused by empty main script entry. file | diff | annotate
Tue, 18 Oct 2016 18:44:27 +0200 Detlev Offenbach Fixed a regression in the project debugger properties dialog. file | diff | annotate
Sun, 16 Oct 2016 14:42:46 +0200 Detlev Offenbach Added a dialog to select from a list and extended the plug-in archive build process. file | diff | annotate
Fri, 14 Oct 2016 20:05:30 +0200 Detlev Offenbach Little improvement to the plug-in archive creation function. file | diff | annotate
Thu, 13 Oct 2016 18:53:26 +0200 Detlev Offenbach Fixed a bug in the Project class. file | diff | annotate
Mon, 10 Oct 2016 20:09:29 +0200 Detlev Offenbach Extended the PKGLIST syntax with a line comment starting with ';' and a directive comment to define the archive name (archive_name=) and the capability to have more than one PKGLIST* file for a project possibly defining different archive contents. file | diff | annotate
Wed, 31 Aug 2016 18:20:40 +0200 Detlev Offenbach Improved the quiet task extraction process by implementing a threaded solution. file | diff | annotate
Wed, 24 Aug 2016 20:00:29 +0200 Detlev Offenbach Added an action to clear the private data of the IDE. file | diff | annotate
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
(0) -100 -60 tip

eric ide

mercurial