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
Mon, 24 Jun 2013 19:12:10 +0200 Detlev Offenbach Started implementation of support for PyQt5 projects. file | diff | annotate
Tue, 28 May 2013 20:52:12 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 28 Apr 2013 11:06:22 +0200 Detlev Offenbach Fixed PEP-8 related issues. file | diff | annotate
Sun, 28 Apr 2013 11:06:40 +0200 Detlev Offenbach Fixed PEP-8 related issues. 5_3_x file | diff | annotate
Sun, 28 Apr 2013 10:47:17 +0200 Detlev Offenbach Refinement to the last change. 5_3_x file | diff | annotate
Sun, 28 Apr 2013 10:47:17 +0200 Detlev Offenbach Refinement to the last change. file | diff | annotate
Sun, 28 Apr 2013 10:20:32 +0200 Detlev Offenbach Fixed an issue in the Project class causing the generation of project relative paths to fail, if they contain regexp pattern characters. 5_3_x file | diff | annotate
Sun, 28 Apr 2013 10:20:32 +0200 Detlev Offenbach Fixed an issue in the Project class causing the generation of project relative paths to fail, if they contain regexp pattern characters. file | diff | annotate
Mon, 25 Mar 2013 15:42:11 +0100 Detlev Offenbach Added a context menu entry to delete the selected directory to the project viewers. Py2 comp. file | diff | annotate
Mon, 25 Mar 2013 15:42:11 +0100 Detlev Offenbach Added a context menu entry to delete the selected directory to the project viewers. file | diff | annotate
Mon, 25 Mar 2013 10:29:59 +0100 Detlev Offenbach Fixed a few PEP-8 related issues. 5_3_x file | diff | annotate
Mon, 25 Mar 2013 10:24:44 +0100 Detlev Offenbach Fixed a few PEP-8 related issues. Py2 comp. file | diff | annotate
Mon, 25 Mar 2013 10:21:30 +0100 Detlev Offenbach Fixed a few PEP-8 related issues. 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, 24 Mar 2013 13:21:43 +0100 Detlev Offenbach Changed code to ensure, that the PKGLIST file is created with an empty last line (i.e. ends with '\n'). 5_3_x file | diff | annotate
Sun, 24 Mar 2013 13:21:43 +0100 Detlev Offenbach Changed code to ensure, that the PKGLIST file is created with an empty last line (i.e. ends with '\n'). file | diff | annotate
Fri, 22 Mar 2013 18:37:53 +0100 Detlev Offenbach Fixed an issue in the project manager causing some file not addable to a project. 5_3_x file | diff | annotate
Fri, 22 Mar 2013 18:37:53 +0100 Detlev Offenbach Fixed an issue in the project manager causing some file not addable to a project. file | diff | annotate
Mon, 11 Mar 2013 18:46:38 +0100 Detlev Offenbach Fixed Project.py adding multiple files. 5_3_x file | diff | annotate
Mon, 11 Mar 2013 18:46:38 +0100 Detlev Offenbach Fixed Project.py adding multiple files. file | diff | annotate
Sat, 02 Mar 2013 15:11:29 +0100 Detlev Offenbach Made the old name of a file the default for a rename action. 5_3_x file | diff | annotate
Sat, 02 Mar 2013 15:11:29 +0100 Detlev Offenbach Made the old name of a file the default for a rename action. file | diff | annotate
Sat, 23 Feb 2013 11:29:01 +0100 Detlev Offenbach Added code to enable/disable certain entries of the Project->Session and Project->Debugger menus. file | diff | annotate
Mon, 11 Feb 2013 14:08:08 +0100 Detlev Offenbach Continued implementing the delayed import. file | diff | annotate
Mon, 28 Jan 2013 19:24:14 +0100 Detlev Offenbach Little enhancement to project to read eric4 project files without 'upgrading' them. file | diff | annotate
Mon, 07 Jan 2013 17:06:13 +0100 Detlev Offenbach Made the PySide support differentiate between Python2 and Python3. file | diff | annotate
Mon, 07 Jan 2013 16:34:02 +0100 Detlev Offenbach Changed some signal handlings (disconnect). file | diff | annotate
Wed, 02 Jan 2013 10:33:09 +0100 Detlev Offenbach Updated copyright for 2013. 5_2_x file | diff | annotate
Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Mon, 31 Dec 2012 12:35:13 +0100 Detlev Offenbach Adjusted some display strings to be independant of the Qt version (Qt4/Qt5). file | diff | annotate
Wed, 26 Dec 2012 11:58:43 +0100 Detlev Offenbach Fixed an issue adding existing binary translation files to a new project. file | diff | annotate
Wed, 26 Dec 2012 11:58:43 +0100 Detlev Offenbach Fixed an issue adding existing binary translation files to a new project. 5_2_x file | diff | annotate
Mon, 12 Nov 2012 17:46:11 +0100 Detlev Offenbach Extended the commit of all supported version control system interfaces to check for unsaved changes, that would otherwise be forgotten. file | diff | annotate
Tue, 06 Nov 2012 18:10:28 +0100 Detlev Offenbach Fixed an issue in the project manager unregistering a plug-in for a programming language and corrected a typo in a display string. file | diff | annotate
Mon, 05 Nov 2012 16:55:16 +0100 Detlev Offenbach Changed a few places to use the new notification system. file | diff | annotate
Thu, 01 Nov 2012 18:29:58 +0100 Detlev Offenbach Finished the coding part of the call trace functionality. file | diff | annotate
Thu, 13 Sep 2012 18:21:36 +0200 Detlev Offenbach Made the selectable project types of the project properties dialog dependent upon the selected programming language. file | diff | annotate
Mon, 10 Sep 2012 18:42:28 +0200 Detlev Offenbach Implemented functions to load UML graphics from disc. file | diff | annotate
Sun, 09 Sep 2012 17:40:32 +0200 Detlev Offenbach Refactored the UML graphics code. file | diff | annotate
Wed, 05 Sep 2012 20:07:02 +0200 Detlev Offenbach Changed the diagrams to show a better diagram title when printed. file | diff | annotate
Sun, 29 Jul 2012 13:41:34 +0200 Detlev Offenbach Fixed an issue in Project.py. 5_2_x file | diff | annotate
Sun, 29 Jul 2012 13:40:11 +0200 Detlev Offenbach Fixed an issue in Project.py. file | diff | annotate
Wed, 11 Jul 2012 19:15:52 +0200 Detlev Offenbach Refined the "workspace" change to use the user home directory as a last resort. file | diff | annotate
Tue, 10 Jul 2012 19:06:38 +0200 Detlev Offenbach Introduced a "workspace" directory that is used as the default for opening or saving new files or projects (configurable on Multiproject config page). file | diff | annotate
Tue, 29 May 2012 20:59:40 +0200 Detlev Offenbach Added code to ensure, that some eric specific files and directories get ignored file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial