Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Sun, 09 Dec 2018 12:08:57 +0100 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Sat, 01 Dec 2018 19:07:01 +0100 Detlev Offenbach ProjectFormsBrowser: started implementing support for rcc compiler options file | diff | annotate
Sat, 24 Nov 2018 15:37:04 +0100 Detlev Offenbach Project Forms Browser: added support for the --resource-suffix= and --import-from= options of pyuic (the PyQt forms compiler). file | diff | annotate
Sat, 03 Nov 2018 14:19:21 +0100 Detlev Offenbach VitualEnv Manager: file | diff | annotate
Wed, 31 Oct 2018 19:28:32 +0100 Detlev Offenbach Project: fixed a bug causing the loading of the project related debug properties not being registered. file | diff | annotate
Wed, 24 Oct 2018 19:59:49 +0200 Detlev Offenbach VCS.ProjectHelper, Project.Project: fix the handling when a VCS clone or export operation fails. file | diff | annotate
Thu, 18 Oct 2018 18:51:39 +0200 Detlev Offenbach Project: rearranged the Project menu a little bit (Debugger and Session submenus). file | diff | annotate
Wed, 03 Oct 2018 17:33:40 +0200 Detlev Offenbach VCS: added capability to show some VCS info in the status bar of the main window (next to the status LED). file | diff | annotate
Sat, 01 Sep 2018 10:35:10 +0200 Detlev Offenbach Project: fixed an issue with an unbound local variable. file | diff | annotate
Mon, 06 Aug 2018 15:27:45 +0200 Mikhail Terekhov Project: added code to skip __IGNORE__ directories. file | diff | annotate
Sat, 28 Jul 2018 12:03:33 +0200 Detlev Offenbach Project, ProjectInterfacesBrowser: started to implement some configuration capabilities for the IDL compiler. corba_options file | diff | annotate
Sat, 21 Jul 2018 13:46:07 +0200 Detlev Offenbach E5ListSelectionDialog: added a selection mode for items to be selected via a checkbox. file | diff | annotate
Sun, 17 Jun 2018 16:56:10 +0200 Detlev Offenbach Continued to remove all explicit references to Python interpreters and replace them by references to virtual environments. file | diff | annotate
Wed, 23 May 2018 19:36:11 +0200 Detlev Offenbach Got rid of the Windows "DotNet"-Hack (i.e. using _ instead of . as first character of special directories). file | diff | annotate
Tue, 15 May 2018 19:39:46 +0200 Detlev Offenbach PySide2 support: started to implement support for PySide2. file | diff | annotate
Sat, 21 Apr 2018 18:02:04 +0200 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Tue, 17 Apr 2018 19:53:46 +0200 Detlev Offenbach Finished coding the make support. make_support file | diff | annotate
Sun, 15 Apr 2018 12:04:17 +0200 Detlev Offenbach Implemented the make project sub-menu and related actions. make_support file | diff | annotate
Sun, 15 Apr 2018 11:36:43 +0200 Detlev Offenbach Introduced a new project file format version and added reader and writer support for the 'make' parameter set. make_support file | diff | annotate
Sat, 14 Apr 2018 18:48:38 +0200 Detlev Offenbach Project Make Support: implemented the MakePropertiesDialog class and extended the Project class accordingly. make_support file | diff | annotate
Fri, 13 Apr 2018 19:56:31 +0200 Detlev Offenbach Project: added dummy methods for make related private methods make_support file | diff | annotate
Fri, 13 Apr 2018 18:59:17 +0200 Detlev Offenbach Project: add a (currently) empty slot to handle the 'executeMake' signal. make_support file | diff | annotate
Mon, 09 Apr 2018 19:47:16 +0200 Detlev Offenbach Third Party packages: updated send2trash to version 1.5.0 file | diff | annotate
Mon, 02 Apr 2018 14:06:55 +0200 Detlev Offenbach Project: optimized the project shutdown procedure to keep it open, if there are unsaved, non-discarded changes. file | diff | annotate
Tue, 13 Mar 2018 14:54:46 +0100 Detlev Offenbach Fixed some loop related coding issues detected by the extended code style checker. file | diff | annotate
Sun, 18 Feb 2018 13:47:29 +0100 Detlev Offenbach Fixed an issue causing eric to crash when creating a new project from a repository (i.e. cloning or exporting). file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Mon, 13 Nov 2017 20:20:06 +0100 Detlev Offenbach Continued to add support for Google protobuf protocol files. file | diff | annotate
Sun, 12 Nov 2017 19:42:02 +0100 Detlev Offenbach Started to add support for Google protobuf protocol files. file | diff | annotate
Tue, 10 Oct 2017 19:05:00 +0200 Detlev Offenbach Added the capability to enter an interpreter in the Start... dialogs of the debugger. file | diff | annotate
Fri, 17 Mar 2017 19:45:49 +0100 Detlev Offenbach Removed a bunch of __IGNORE_WARNING_M131__ markers. file | diff | annotate
Thu, 16 Mar 2017 19:32:33 +0100 Detlev Offenbach Reworked some __IGNORE_WARNING__ comments to be more specific. file | diff | annotate
Fri, 10 Mar 2017 17:32:19 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Tue, 07 Mar 2017 18:53:18 +0100 Detlev Offenbach Started to fix code style issues detected by the extended style checker. file | diff | annotate
Fri, 24 Feb 2017 18:59:38 +0100 Detlev Offenbach Added some code to clear out history information of projects, VCS plug-ins and untyped plug-ins, that implement a clearPrivateData() module function. file | diff | annotate
Sun, 19 Feb 2017 19:57:28 +0100 Detlev Offenbach Write a flag into the package list file when it is freshly generated. file | diff | annotate
Tue, 31 Jan 2017 19:08:11 +0100 Detlev Offenbach Extended the list of default file type associations to include common documentation file patterns. file | diff | annotate
Sun, 01 Jan 2017 18:13:13 +0100 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Sun, 18 Dec 2016 13:42:41 +0100 Detlev Offenbach Extended the plug-in archive creation process and improved the plug-in archive dialog to cope with the documentation sets plug-in peculiarities. file | diff | annotate
Sat, 03 Dec 2016 15:07:43 +0100 Detlev Offenbach Merged in the APIs changes. file | diff | annotate
Thu, 01 Dec 2016 19:27:09 +0100 Detlev Offenbach Corrected some code style issues and regenerated the source docu files. file | diff | annotate
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
(0) -300 -100 -60 tip

eric ide

mercurial