Tue, 21 Sep 2021 19:11:31 +0200 |
Detlev Offenbach |
Continued implementing the VCS status widget for the left side.
eric7
|
file |
diff |
annotate
|
Sun, 19 Sep 2021 19:59:06 +0200 |
Detlev Offenbach |
Started implementing the VCS status widget for the left side.
eric7
|
file |
diff |
annotate
|
Sat, 18 Sep 2021 18:51:58 +0200 |
Detlev Offenbach |
Find In Files
eric7
|
file |
diff |
annotate
|
Thu, 16 Sep 2021 19:31:00 +0200 |
Detlev Offenbach |
Virtual Environments
eric7
|
file |
diff |
annotate
|
Sun, 12 Sep 2021 17:30:38 +0200 |
Detlev Offenbach |
Plugin Repository: added an integrated plugin repository viewer (right side).
eric7
|
file |
diff |
annotate
|
Sat, 11 Sep 2021 19:47:02 +0200 |
Detlev Offenbach |
Jedi: integrated the Assistant Jedi plugin as a fixed part of eric.
eric7
|
file |
diff |
annotate
|
Fri, 10 Sep 2021 19:45:14 +0200 |
Detlev Offenbach |
Made the side bar icons base size 96x96 pixels scaling down to the requested size.
eric7
|
file |
diff |
annotate
|
Thu, 09 Sep 2021 19:22:12 +0200 |
Detlev Offenbach |
Made the height/width of the icons bar configurable.
eric7
|
file |
diff |
annotate
|
Mon, 06 Sep 2021 19:52:37 +0200 |
Detlev Offenbach |
Modernized the look of the side bars.
eric7
|
file |
diff |
annotate
|
Sat, 04 Sep 2021 20:26:21 +0200 |
Detlev Offenbach |
Re-introduced the Internet reachability checks.
eric7
|
file |
diff |
annotate
|
Fri, 03 Sep 2021 19:14:20 +0200 |
Detlev Offenbach |
Added code to configure eric7 initially with an eric6 configuration file (only run, if no eric7 config exists yet).
eric7
|
file |
diff |
annotate
|
Sun, 29 Aug 2021 12:40:51 +0200 |
Detlev Offenbach |
First batch of changes for QtWebEngine as of Qt 6.2.0.
eric7
|
file |
diff |
annotate
|
Thu, 26 Aug 2021 18:08:46 +0200 |
Detlev Offenbach |
Unit Test
eric7
|
file |
diff |
annotate
|
Mon, 12 Jul 2021 19:52:49 +0200 |
Detlev Offenbach |
Modified the shutdown code logic to not check PyPI for changed packages.
eric7
|
file |
diff |
annotate
|
Sat, 26 Jun 2021 19:00:45 +0200 |
Detlev Offenbach |
Fixed some issues related to non-existing flags.
eric7
|
file |
diff |
annotate
|
Thu, 17 Jun 2021 18:56:21 +0200 |
Detlev Offenbach |
Started adding support for user word lists to the spell check text edits.
eric7
|
file |
diff |
annotate
|
Wed, 16 Jun 2021 19:21:45 +0200 |
Detlev Offenbach |
Corrected some code style issues.
eric7
|
file |
diff |
annotate
|
Wed, 16 Jun 2021 17:47:50 +0200 |
Detlev Offenbach |
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
eric7
|
file |
diff |
annotate
|
Thu, 10 Jun 2021 17:08:51 +0200 |
Detlev Offenbach |
Removed some obsolete code.
eric7
|
file |
diff |
annotate
|
Wed, 09 Jun 2021 17:13:01 +0200 |
Detlev Offenbach |
UserInterface: refactored some parts to get rid of redundant code.
eric7
|
file |
diff |
annotate
|
Sat, 29 May 2021 17:14:43 +0200 |
Detlev Offenbach |
Disabled more places where we would need our eric7_browser.
eric7
|
file |
diff |
annotate
|
Tue, 25 May 2021 17:12:48 +0200 |
Detlev Offenbach |
First attempt on implementing support for desktop session management.
eric7
|
file |
diff |
annotate
|
Sun, 23 May 2021 15:35:49 +0200 |
Detlev Offenbach |
Corrected some code style issues.
eric7
|
file |
diff |
annotate
|
Sun, 23 May 2021 11:55:39 +0200 |
Detlev Offenbach |
Added a TODO comment to attache to the session management of desktop environments.
eric7
|
file |
diff |
annotate
|
Sat, 22 May 2021 19:58:24 +0200 |
Detlev Offenbach |
Sorted the eric specific extensions into packages named like the corresponding PyQt packages (i.e. EricCore,EricGui and EricWidgets).
eric7
|
file |
diff |
annotate
|
Sat, 22 May 2021 18:51:46 +0200 |
Detlev Offenbach |
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
eric7
|
file |
diff |
annotate
|
Sat, 22 May 2021 16:52:45 +0200 |
Detlev Offenbach |
Renamed 'E5Utilities' to 'EricUtilities' and 'E5Network' to 'EricNetwork'.
eric7
|
file |
diff |
annotate
|
Sat, 22 May 2021 11:14:43 +0200 |
Detlev Offenbach |
Removed for writing old style XML files and renamed E5XML to EricXML.
eric7
|
file |
diff |
annotate
|
Fri, 21 May 2021 17:48:17 +0200 |
Detlev Offenbach |
Corrected some place to import QtCharts instead of QtChart.
eric7
|
file |
diff |
annotate
|
Tue, 18 May 2021 18:19:47 +0200 |
Detlev Offenbach |
Continued porting eric to PyQt6.
eric7
|
file |
diff |
annotate
|
Mon, 17 May 2021 19:58:15 +0200 |
Detlev Offenbach |
Continued porting eric to PyQt6.
eric7
|
file |
diff |
annotate
|
Sun, 16 May 2021 20:07:24 +0200 |
Detlev Offenbach |
Replaced all imports of PyQt5 to PyQt6 and started to replace code using obsoleted methods and adapt to the PyQt6 enum usage.
eric7
|
file |
diff |
annotate
|
Sat, 15 May 2021 20:08:03 +0200 |
Detlev Offenbach |
Finished renaming eric6 to eric7.
eric7
|
file |
diff |
annotate
|
Sat, 15 May 2021 18:45:04 +0200 |
Detlev Offenbach |
Started to rename eric6 to eric7.
eric7
|
file |
diff |
annotate
| base
|