Mon, 04 Jul 2022 17:21:56 +0200 Detlev Offenbach Corrected code to update the install info file only, if the "eric7installpip.json" file is newer. eric7 file | diff | annotate
Fri, 01 Jul 2022 11:02:32 +0200 Detlev Offenbach Merged with branch "eric7" to prepare a new release. eric7-maintenance file | diff | annotate
Tue, 21 Jun 2022 18:09:22 +0200 Detlev Offenbach Changed the QtWebEngine version reporting code to use the new (as of PyQt 6.3.1) functions. eric7 file | diff | annotate
Fri, 17 Jun 2022 16:36:14 +0200 Detlev Offenbach Finished replacing the use of "QFileInfo()" with Python equivalents. eric7 file | diff | annotate
Thu, 16 Jun 2022 18:28:59 +0200 Detlev Offenbach Started replacing the use of "QFileInfo()" with Python equivalents. eric7 file | diff | annotate
Fri, 03 Jun 2022 12:09:02 +0200 Detlev Offenbach Fixed a warning caused by a Qt deprecation. eric7 file | diff | annotate
Wed, 01 Jun 2022 13:48:49 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-22.06 file | diff | annotate
Fri, 20 May 2022 11:55:12 +0200 Detlev Offenbach Corrected an issue showing a message panel before upgrading PyQt and/or eric on macOS. eric7 file | diff | annotate
Thu, 19 May 2022 17:00:47 +0200 Detlev Offenbach Updated translations and corrected some typs. eric7 file | diff | annotate
Thu, 19 May 2022 14:37:01 +0200 Detlev Offenbach Dataview Coverage unittest file | diff | annotate
Wed, 18 May 2022 11:02:59 +0200 Detlev Offenbach Removed an obsolete TODO marker. unittest file | diff | annotate
Wed, 18 May 2022 10:54:32 +0200 Detlev Offenbach Removed unit test related functionality from the debugger in favor of the new Testing interface. unittest file | diff | annotate
Wed, 18 May 2022 09:19:09 +0200 Detlev Offenbach Introduced some renamings in UserInterface.py related to testing. unittest file | diff | annotate
Wed, 18 May 2022 08:43:36 +0200 Detlev Offenbach Modified the 'getTestFileName()' function of the Utilities module to allow for additional test file name patterns (currently 'test...' and 'test_...'). unittest file | diff | annotate
Mon, 16 May 2022 19:46:51 +0200 Detlev Offenbach Performed some refactoring to avoid possible name clashes on case-insensitive systems. unittest file | diff | annotate
Mon, 16 May 2022 17:22:43 +0200 Detlev Offenbach Integrated the new testing widget into the eric IDE (compared to as a standalone app) and implemented the 'Show Source' functionality. unittest file | diff | annotate
Sun, 15 May 2022 18:08:31 +0200 Detlev Offenbach Implemented the "Rerun Failed" functionality for the new unit test interface. unittest file | diff | annotate
Fri, 29 Apr 2022 17:49:47 +0200 Detlev Offenbach Added capability to configure use of an external "Find Files" dialog. external_find file | diff | annotate
Fri, 29 Apr 2022 15:40:17 +0200 Detlev Offenbach Added capability to configure use of an external "Find/Replace In Files" dialog. external_find file | diff | annotate
Fri, 29 Apr 2022 11:40:00 +0200 Detlev Offenbach Created new branch <external_find>. external_find file | diff | annotate
Tue, 26 Apr 2022 10:17:59 +0200 Detlev Offenbach Fixed "issue 425" by initializing the spell checker parameters sooner in UserInterface.py (i.e. before objects potentially needing a spell checker are created). eric7 file | diff | annotate
Fri, 22 Apr 2022 16:43:25 +0200 Detlev Offenbach Fixed an issue related to updating the plug-in repository file and the respective view. eric7 file | diff | annotate
Sun, 10 Apr 2022 12:50:18 +0200 Detlev Offenbach Fixed an issue in the update check causing a wrong indication (was always true). eric7 file | diff | annotate
Mon, 04 Apr 2022 17:43:43 +0200 Detlev Offenbach Changed occurrences of sys.executable with a method to get rid of the "w" on Windows and macOS systems (i.e. change pythonw to python). eric7 file | diff | annotate
Sun, 03 Apr 2022 17:23:31 +0200 Detlev Offenbach Fixed some issues with the upgrader tool. eric7 file | diff | annotate
Tue, 22 Mar 2022 19:28:43 +0100 Detlev Offenbach Fine tuned the upgrader behavior and introduced a configurable delay to give eric sufficient time to exit before doing the upgrade. eric7 file | diff | annotate
Mon, 07 Mar 2022 19:18:46 +0100 Detlev Offenbach Changed the automatic upgrade check to check against the eric-ide package of PyPI. eric7 file | diff | annotate
Sun, 06 Mar 2022 19:53:19 +0100 Detlev Offenbach General eric7 file | diff | annotate
Sat, 05 Mar 2022 18:01:12 +0100 Detlev Offenbach Added capability to upgrade PyQt packages eric depends on from within eric. eric7 file | diff | annotate
Sun, 27 Feb 2022 14:08:16 +0100 Detlev Offenbach Updated translations. eric7 file | diff | annotate
Sun, 27 Feb 2022 11:43:28 +0100 Detlev Offenbach Extended the version information to include the desktop and session type (although these are not versions). eric7 file | diff | annotate
Thu, 30 Dec 2021 11:17:58 +0100 Detlev Offenbach Updated copyright for 2022. eric7 file | diff | annotate
Sat, 11 Dec 2021 16:04:36 +0100 Detlev Offenbach Finished implementing a manager for color themes. eric7 file | diff | annotate
Thu, 09 Dec 2021 20:07:08 +0100 Detlev Offenbach Continued implementing a manager for color themes. eric7 file | diff | annotate
Sun, 05 Dec 2021 12:15:18 +0100 Detlev Offenbach Fixed an issue when using the toolboxes layout. eric7 file | diff | annotate
Fri, 19 Nov 2021 19:28:47 +0100 Detlev Offenbach Removed an obsolete TODO marker. eric7 file | diff | annotate
Sun, 31 Oct 2021 15:07:09 +0100 Detlev Offenbach Fine tuned the small screen settings. eric7 file | diff | annotate
Thu, 28 Oct 2021 18:15:55 +0200 Detlev Offenbach Changed the 'small-screen' related code. eric7 file | diff | annotate
Wed, 27 Oct 2021 20:03:03 +0200 Detlev Offenbach Introduced the command line option '--small-screen' and a small screen detection method to choose the interface layout suitable for screen small than full HD. Added a section to the README file. eric7 file | diff | annotate
Wed, 27 Oct 2021 19:15:50 +0200 Detlev Offenbach Added an interface option that shows all integrated tools in the left sidebar. The right one is not used. This is recommended for screens less FHD. eric7 file | diff | annotate
Tue, 26 Oct 2021 17:00:21 +0200 Detlev Offenbach Some optimizations for the sidebars layout. eric7 file | diff | annotate
Sat, 23 Oct 2021 18:58:16 +0200 Detlev Offenbach Added a configuration option to not show the internal help viewer. eric7 file | diff | annotate
Wed, 20 Oct 2021 19:47:18 +0200 Detlev Offenbach Added a configuration option to use the internal help viewer and made that the default. eric7 file | diff | annotate
Sun, 17 Oct 2021 16:00:54 +0200 Detlev Offenbach Added a few TODO markers. eric7 file | diff | annotate
Thu, 14 Oct 2021 20:15:58 +0200 Detlev Offenbach Continued implementing the embedded help viewer widget. Added the help index and help search widgets. eric7 file | diff | annotate
Mon, 11 Oct 2021 19:59:45 +0200 Detlev Offenbach Continued implementing the embedded help viewer widget. eric7 file | diff | annotate
Wed, 06 Oct 2021 20:00:29 +0200 Detlev Offenbach Started implementing the embedded help viewer widget. eric7 file | diff | annotate
Sat, 25 Sep 2021 18:12:48 +0200 Detlev Offenbach Replaced the direct access to 'Preferences.Prefs.settings' with 'Preferences.getSettings()'. eric7 file | diff | annotate
Sat, 25 Sep 2021 18:08:10 +0200 Detlev Offenbach Extended the supported file type specific signals in the two 'Find' related widgets. eric7 file | diff | annotate
Fri, 24 Sep 2021 20:09:58 +0200 Detlev Offenbach Changed the Find File dialog to an integrated widget (right side) eric7 file | diff | annotate
Wed, 22 Sep 2021 18:20:06 +0200 Detlev Offenbach Finished implementing the VCS status widget for the left side. eric7 file | diff | annotate
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
(0) -60 tip

eric ide

mercurial