Fri, 15 Feb 2019 19:54:47 +0100 Alexander Barkoff Updated Russian translations. file | diff | annotate
Sun, 20 Jan 2019 14:41:07 +0100 Detlev Offenbach install.py: extended and corrected the macOS application bundle generation. file | diff | annotate
Sat, 19 Jan 2019 15:58:03 +0100 Detlev Offenbach install.py: updated help texts and added an option (--clean-desktop) to delete the desktop links before installation on Windows. file | diff | annotate
Fri, 18 Jan 2019 19:01:33 +0100 Detlev Offenbach install.py: added a forgotten check for PyQt5 >= 5.12 before trying to install PyQtWebEngine via pip. file | diff | annotate
Wed, 16 Jan 2019 19:16:23 +0100 Detlev Offenbach install.py: changed minimum Qt/PyQt version to 5.6. file | diff | annotate
Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Wed, 19 Dec 2018 11:10:42 +0100 Detlev Offenbach install: moved the dependencies check earlier in the installiation order. file | diff | annotate
Wed, 19 Dec 2018 11:06:09 +0100 Detlev Offenbach install: fixed installing from sources. file | diff | annotate
Tue, 18 Dec 2018 16:54:43 +0100 Detlev Offenbach install: moved the source cleanup routine to avoid deleting saved Info.py and eric6config.py files. file | diff | annotate
Tue, 18 Dec 2018 15:14:28 +0100 Detlev Offenbach install: extended the source cleanup function. file | diff | annotate
Sun, 16 Dec 2018 17:48:09 +0100 Detlev Offenbach install: added test for PyQtWebEngine as of PyQt v5.12. file | diff | annotate
Sat, 17 Nov 2018 19:36:46 +0100 Detlev Offenbach install: second attempt to cope with tricks done by pywin32 at interpreter startup. file | diff | annotate
Sat, 17 Nov 2018 18:12:20 +0100 Detlev Offenbach install: further changes to cope with tricks done by pywin32 at interpreter startup. file | diff | annotate
Sat, 17 Nov 2018 17:00:15 +0100 Detlev Offenbach install: added capability to install the pywin32 package upon request in order to create shortcut links. file | diff | annotate
Wed, 03 Oct 2018 17:37:40 +0200 Detlev Offenbach Fixed some code style issues. file | diff | annotate
Fri, 21 Sep 2018 20:21:31 +0200 Detlev Offenbach install, uninstall: added code to create and remove Desktop and Start Menu entries on Windows systems. file | diff | annotate
Thu, 20 Sep 2018 19:48:56 +0200 Detlev Offenbach install, uninstall: started to add capability to generate Desktop and Start Menu entries on Windows platforms. file | diff | annotate
Sun, 16 Sep 2018 18:15:43 +0200 Detlev Offenbach install.py, uninstall.py: performed some refactorings and prepared to create links on Windows. file | diff | annotate
Mon, 10 Sep 2018 18:15:10 +0200 Detlev Offenbach Changed the extension of the generated script files for Windows from '.bat' to '.cmd'. file | diff | annotate
Thu, 23 Aug 2018 18:11:52 +0200 Detlev Offenbach install: modified to allow installation on systems not having QtWebEngine or QtWebKit available. file | diff | annotate
Wed, 11 Jul 2018 19:30:42 +0200 Detlev Offenbach install: fixed an issue printing an error message in case QScintilla is not detected and could not be installed via pip. file | diff | annotate
Sun, 24 Jun 2018 13:21:52 +0200 Detlev Offenbach Redid the "import sip" statements for PyQt 5.11. file | diff | annotate
Sat, 23 Jun 2018 17:59:11 +0200 Detlev Offenbach Prepared the "import sip" statements for PyQt 5.11. file | diff | annotate
Wed, 20 Jun 2018 18:48:44 +0200 Detlev Offenbach Fixed some pyflakes warnings detected by the upgraded version. file | diff | annotate
Fri, 15 Jun 2018 11:56:58 +0200 Detlev Offenbach install.py: fixed input() issue again. file | diff | annotate
Sun, 03 Jun 2018 11:30:15 +0200 Detlev Offenbach install.py: fixed an issue caused by using a variable before it was set. file | diff | annotate
Sat, 02 Jun 2018 12:19:27 +0200 Detlev Offenbach install.py: fix for input() overwriting some variables. file | diff | annotate
Thu, 24 May 2018 19:16:36 +0200 Detlev Offenbach install: show a message to the user if the distutile package cannot be imported. file | diff | annotate
Wed, 02 May 2018 18:39:09 +0200 Detlev Offenbach Fixed some install script issues related to defining the bin dir via -b switch. file | diff | annotate
Thu, 05 Apr 2018 19:39:21 +0200 Detlev Offenbach install script: corrected the install script. file | diff | annotate
Wed, 04 Apr 2018 19:48:25 +0200 Detlev Offenbach install, uninstall: Modified the install and uninstall scripts such, that they can be used without being administrator (i.e. if installing into a virtual environment). file | diff | annotate
Wed, 04 Apr 2018 17:21:51 +0200 Detlev Offenbach Removed another old (forgotten) TODO comment. file | diff | annotate
Wed, 04 Apr 2018 15:36:10 +0200 Detlev Offenbach install script: extended the install script by code to install PyQt5 and/or QScintilla via pip. file | diff | annotate
Mon, 02 Apr 2018 13:26:53 +0200 Detlev Offenbach install script: added some TODO markers to ask the user to install PyQt5 and/or QScintilla using pip. file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Thu, 23 Nov 2017 17:50:51 +0100 Detlev Offenbach Fixed a bug in the install script. file | diff | annotate
Sat, 18 Nov 2017 12:35:13 +0100 Detlev Offenbach Added a dark style (*.qss and Python lexers) provided by Giuseppe Corbelli. file | diff | annotate
Tue, 07 Nov 2017 19:37:17 +0100 Detlev Offenbach Made QtWebKit/QtWebKitWidgets or QtWebEngineWidgets a mandatory installation prerequisite and reverted the code, that made the HTML code info viewer optional. file | diff | annotate
Tue, 18 Jul 2017 19:14:20 +0200 Detlev Offenbach Little change to the install script to support the reproducible builds effort. file | diff | annotate
Sat, 22 Apr 2017 15:37:18 +0200 Detlev Offenbach Finished implementing the standalone shell window. file | diff | annotate
Mon, 03 Apr 2017 18:46:15 +0200 Detlev Offenbach Increased minimum required Python versions to prevent usage with very old versions (i.e. eric was never tested with). file | diff | annotate
Wed, 22 Mar 2017 18:56:25 +0100 Detlev Offenbach Introduced a change in the install.py script for the Reproducible Builds effort. file | diff | annotate
Wed, 22 Mar 2017 18:50:20 +0100 Detlev Offenbach Fixed a few code style issues related to the usage of mutable types for default arguments. file | diff | annotate
Sat, 18 Mar 2017 11:34:01 +0100 Detlev Offenbach Corrected some left overs of a failed installation. file | diff | annotate
Thu, 09 Mar 2017 19:28:59 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Tue, 07 Mar 2017 19:46:57 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Fri, 14 Oct 2016 23:02:38 +0200 T.Rzepka Merge with default branch. file | diff | annotate
Sat, 08 Oct 2016 20:16:25 +0200 Detlev Offenbach Fixes to comply with the current AppStream file format and contents. 6_1_x file | diff | annotate
Sat, 08 Oct 2016 19:59:32 +0200 Detlev Offenbach Fixes to comply with the current AppStream file format and contents. file | diff | annotate
Mon, 26 Sep 2016 21:55:40 +0200 T.Rzepka Changed RegEx to be independent from Python version. debugger speed file | diff | annotate
Sun, 04 Sep 2016 14:34:56 +0200 Detlev Offenbach Fixed an issue in the install scripts caused by the renaming of the Python 2 debugger package. file | diff | annotate
Thu, 18 Aug 2016 17:34:05 +0200 Detlev Offenbach Changed install script to install the metadata file in the new standard location. 6_1_x file | diff | annotate
Thu, 18 Aug 2016 17:34:05 +0200 Detlev Offenbach Changed install script to install the metadata file in the new standard location. file | diff | annotate
Sun, 24 Jul 2016 16:51:17 +0200 Detlev Offenbach Some enhancements to the install and uninstall scripts. 6_1_x file | diff | annotate
Sun, 24 Jul 2016 16:51:17 +0200 Detlev Offenbach Some enhancements to the install and uninstall scripts. file | diff | annotate
Sun, 24 Jul 2016 15:57:47 +0200 Detlev Offenbach Fixed an issue in the cleanup method of the install script. 6_1_x file | diff | annotate
Sun, 03 Apr 2016 16:33:37 +0200 Detlev Offenbach Merged the QtWebEngine branch into the default development branch to finalize the port in here. file | diff | annotate
Sun, 03 Apr 2016 12:29:37 +0200 Detlev Offenbach Improved the Mac app bundle creation function. 6_1_x file | diff | annotate
Sun, 03 Apr 2016 12:29:37 +0200 Detlev Offenbach Improved the Mac app bundle creation function. file | diff | annotate
(0) -300 -100 -60 tip

eric ide

mercurial