Thu, 21 Mar 2019 19:27:42 +0100 |
Detlev Offenbach |
Fixed some code style issues detected by the new 'return' checker.
|
file |
diff |
annotate
|
Sun, 17 Feb 2019 12:57:26 +0100 |
Detlev Offenbach |
eric6, Startup: get rid of the __PYVENV_LAUNCHER__ environment variable because it get in the way.
|
file |
diff |
annotate
|
Wed, 06 Feb 2019 19:14:50 +0100 |
Detlev Offenbach |
Changed some code to (hopefully) get rid of a crash with upcoming PyQt 5.12.
|
file |
diff |
annotate
|
Thu, 10 Jan 2019 14:18:48 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 18:16:30 +0100 |
Detlev Offenbach |
E5Application: moved setting of 'Qt.AA_ShareOpenGLContexts' from Startup.py to E5Application.py
|
file |
diff |
annotate
|
Sun, 31 Dec 2017 16:52:09 +0100 |
Detlev Offenbach |
Updated copyright for 2018.
|
file |
diff |
annotate
|
Sat, 20 May 2017 16:13:23 +0200 |
Detlev Offenbach |
Added the capability to perform the various replace methods via keyboard shortcuts.
|
file |
diff |
annotate
|
Sat, 13 May 2017 16:32:54 +0200 |
Detlev Offenbach |
Prepared the code for Qt > 5.9.99.
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 14:35:22 +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
|
Sat, 29 Oct 2016 19:28:04 +0200 |
Detlev Offenbach |
Added support for the Mercurial histedit extension.
|
file |
diff |
annotate
|
Thu, 04 Feb 2016 18:40:04 +0100 |
Detlev Offenbach |
Change the prefference for the Qt translations directory because it still reflected Qt4.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:13:13 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
6_1_x
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:12:12 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 14:29:20 +0100 |
Detlev Offenbach |
Dealt with the M801 code style checker messages.
|
file |
diff |
annotate
|
Mon, 12 Jan 2015 19:29:14 +0100 |
Detlev Offenbach |
Fixed startup issues on Windows platforms.
|
file |
diff |
annotate
|
Thu, 01 Jan 2015 13:11:59 +0100 |
Detlev Offenbach |
Updated copyright for 2015.
|
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, 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
|
Sat, 26 Apr 2014 10:36:09 +0200 |
Detlev Offenbach |
Fixed a few code style issues.
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 23:05:31 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sat, 11 Jan 2014 13:05:23 +0100 |
Detlev Offenbach |
Made a change to the tr() change to handle using eric5 with Qt5.
|
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
|
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
|
Sat, 14 Dec 2013 23:44:25 +0100 |
T.Rzepka |
# __IGNORE_WARNING__ added/ removed.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 03 Nov 2013 15:58:22 +0100 |
T.Rzepka |
Merge with default branch after fixed indentation issues and lates changes.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 01 Nov 2013 15:48:48 +0100 |
T.Rzepka |
Merge with default branch after fixed indentation issues.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 23:00:41 +0200 |
T.Rzepka |
Merge with default branch after shorten the code lines to max. 79 characters.
Py2 comp.
|
file |
diff |
annotate
|
Sat, 19 Oct 2013 17:42:18 +0200 |
Detlev Offenbach |
Fixed a bunch of indentation issues.
|
file |
diff |
annotate
|
Sat, 19 Oct 2013 13:03:39 +0200 |
Detlev Offenbach |
Fixed various coding style issues.
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 18:42:10 +0200 |
Detlev Offenbach |
Fixed a bunch of visible indentation issues.
|
file |
diff |
annotate
|
Sun, 29 Sep 2013 18:22:08 +0200 |
Detlev Offenbach |
Continued correcting doc strings by using the new doc string checker.
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 22:36:10 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 31 May 2013 13:33:57 +0200 |
Detlev Offenbach |
Added a specialized error message handler allowing to filter messages.
|
file |
diff |
annotate
|
Tue, 28 May 2013 20:52:12 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Tue, 23 Apr 2013 19:57:07 +0200 |
Detlev Offenbach |
Changed the logic for detecting and using the PyQt4 module directory.
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 20:24:58 +0200 |
Detlev Offenbach |
Changed code to be compatible with latest PyQt4 Windows installers.
|
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
|
Wed, 02 Jan 2013 10:31:48 +0100 |
Detlev Offenbach |
Updated copyright for 2013.
|
file |
diff |
annotate
|
Sun, 11 Nov 2012 18:57:09 +0100 |
Detlev Offenbach |
Added some icons to the "Languages" and "End-of-Line Type" context menus of the editor and changed the status labels for programming language and end-of-line type of the main window to show an icon.
|
file |
diff |
annotate
|
Tue, 02 Oct 2012 19:53:31 +0200 |
Detlev Offenbach |
Made the sixth set of Qt5 compatibility changes.
|
file |
diff |
annotate
|