Thu, 10 Apr 2025 18:39:29 +0200 Detlev Offenbach Changed the application shutdown code to use a signal to indicate the shutdown. eric7 file | diff | annotate
Sun, 06 Apr 2025 14:51:33 +0200 Detlev Offenbach Fixed some issues related to support of UF2 capable micro-controllers. eric7 file | diff | annotate
Thu, 03 Apr 2025 19:50:43 +0200 Detlev Offenbach Modified the display of the crash session dialog to show the time stamp of the found crash session file and the path of the project file (if a project was open) (see issue584). eric7 file | diff | annotate
Wed, 02 Apr 2025 16:56:06 +0200 Detlev Offenbach Regenerated the source code documentation. eric7 file | diff | annotate
Sun, 30 Mar 2025 15:10:50 +0200 Detlev Offenbach Merged with branch 'eric7'. eric7-maintenance file | diff | annotate
Wed, 26 Mar 2025 19:46:41 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sun, 23 Mar 2025 14:55:14 +0100 Detlev Offenbach Corrected some issues in the 'micro:bit' device class and enhanced the MPy file manager. eric7 file | diff | annotate
Fri, 21 Mar 2025 18:12:17 +0100 Detlev Offenbach Regenerated the source code documentation. eric7 file | diff | annotate
Fri, 21 Mar 2025 16:29:08 +0100 Detlev Offenbach Corrected the usage of the MiniEditor class. eric7 file | diff | annotate
Fri, 21 Mar 2025 15:15:44 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Thu, 20 Mar 2025 19:31:39 +0100 Detlev Offenbach Streamlined and improved the MicroPython UF2 flash dialog. eric7 file | diff | annotate
Thu, 20 Mar 2025 11:54:57 +0100 Detlev Offenbach Corrected some issues related to controllers with small RAM and limited numbers support (i.e. BBC micro:bit and Calliope mini). eric7 file | diff | annotate
Tue, 18 Mar 2025 18:20:04 +0100 Detlev Offenbach Regenerated the source code documentation. eric7 file | diff | annotate
Sat, 15 Mar 2025 11:53:21 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sun, 09 Mar 2025 14:16:35 +0100 Detlev Offenbach MicroPython Interface eric7 file | diff | annotate
Thu, 06 Mar 2025 17:44:49 +0100 Detlev Offenbach Introduced a default project tasks scan filter to exclude compiled PyQt6 form files. eric7 file | diff | annotate
Sun, 02 Mar 2025 17:00:37 +0100 Detlev Offenbach Regenerated the source code documentation. eric7 file | diff | annotate
Sat, 01 Mar 2025 15:52:40 +0100 Detlev Offenbach Merged with branch 'eric7'. eric7-maintenance release-25.03 file | diff | annotate
Thu, 27 Feb 2025 14:42:39 +0100 Detlev Offenbach Code Style Checkers eric7 file | diff | annotate
Sat, 22 Feb 2025 18:04:02 +0100 Detlev Offenbach Added a checker for `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0. eric7 file | diff | annotate
Mon, 17 Feb 2025 17:09:25 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 17 Feb 2025 16:28:25 +0100 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Sun, 16 Feb 2025 15:06:29 +0100 Detlev Offenbach Updated source code documentation. eric7 file | diff | annotate
Mon, 10 Feb 2025 14:09:14 +0100 Detlev Offenbach pip Interface eric7 file | diff | annotate
Tue, 14 Jan 2025 17:29:56 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-25.01 file | diff | annotate
Thu, 19 Dec 2024 19:32:37 +0100 Detlev Offenbach Modified the Mercurial log browser window slightly to allow pulling all or just selected changes (later without potentially updating the working directory). eric7 file | diff | annotate
Thu, 19 Dec 2024 10:11:06 +0100 Detlev Offenbach Regenerated source code documentation. eric7 file | diff | annotate
Sat, 14 Dec 2024 17:25:19 +0100 Detlev Offenbach Plugin Repository eric7 file | diff | annotate
Sat, 14 Dec 2024 13:03:11 +0100 Detlev Offenbach pip Interface eric7 file | diff | annotate
Wed, 11 Dec 2024 18:12:50 +0100 Detlev Offenbach pip Interface eric7 file | diff | annotate
Fri, 06 Dec 2024 14:16:23 +0100 Detlev Offenbach Improved subprocess debugging by support for the 'shell=True' parameter (see issue 575). eric7 file | diff | annotate
Wed, 04 Dec 2024 11:30:17 +0100 Detlev Offenbach Updated source code documentation. eric7 file | diff | annotate
Sun, 01 Dec 2024 18:17:51 +0100 Detlev Offenbach Mercurial Interface eric7 file | diff | annotate
Sat, 30 Nov 2024 11:08:07 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.12 file | diff | annotate
Fri, 29 Nov 2024 14:55:15 +0100 Detlev Offenbach Changed code of the HTML previewer to have JavaScript always enabled because that is needed for its functionality (see issue 570). eric7 file | diff | annotate
Thu, 21 Nov 2024 17:12:21 +0100 Detlev Offenbach Find In Files eric7 file | diff | annotate
Mon, 11 Nov 2024 15:00:58 +0100 Detlev Offenbach Enhanced the Python debugger to be prepared for tracing on opcode level. eric7 file | diff | annotate
Sat, 09 Nov 2024 17:09:09 +0100 Detlev Offenbach Optimized the startup procedure to check for an upgrade before everything else. eric7 file | diff | annotate
Wed, 06 Nov 2024 09:04:03 +0100 Detlev Offenbach Modified the project properties dialog to show a note about the project directory and fixed an issue causing unwanted enabling of the OK button. eric7 file | diff | annotate
Mon, 04 Nov 2024 17:03:29 +0100 Detlev Offenbach MicroPython eric7 file | diff | annotate
Sun, 03 Nov 2024 17:50:34 +0100 Detlev Offenbach Extended the EricMessageBox module to determine a parent widget if none was given and extended the EricApplication class to store a reference to the main widget. eric7 file | diff | annotate
Sun, 03 Nov 2024 12:34:02 +0100 Detlev Offenbach IDE Server eric7 file | diff | annotate
Fri, 01 Nov 2024 18:12:30 +0100 Detlev Offenbach Debugger eric7 file | diff | annotate
Thu, 31 Oct 2024 17:44:46 +0100 Detlev Offenbach Added code to ensure, that compiled form files get recreated before they are written to the plugin archive. eric7 file | diff | annotate
Thu, 31 Oct 2024 10:54:33 +0100 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.11 file | diff | annotate
Thu, 31 Oct 2024 10:30:35 +0100 Detlev Offenbach Correcetd some issues in source code documentation. eric7 file | diff | annotate
Tue, 29 Oct 2024 19:48:56 +0100 Detlev Offenbach Mercurial eric7 file | diff | annotate
Tue, 29 Oct 2024 14:20:50 +0100 Detlev Offenbach Modified the CircuitPython library management for circup >= 2.0.0. eric7 file | diff | annotate
Fri, 25 Oct 2024 17:58:59 +0200 Detlev Offenbach Modified modal dialog usage to always include a valid parent (needed for Wayland). eric7 file | diff | annotate
Tue, 22 Oct 2024 17:49:41 +0200 Detlev Offenbach Corrected some code style and formatting issues. eric7 file | diff | annotate
Tue, 22 Oct 2024 17:22:53 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Mon, 21 Oct 2024 19:31:11 +0200 Detlev Offenbach Code Style Checker eric7 file | diff | annotate
Fri, 18 Oct 2024 19:16:14 +0200 Detlev Offenbach Regenerated the source code documentation. eric7 file | diff | annotate
Wed, 16 Oct 2024 11:26:07 +0200 Detlev Offenbach Removed an obsolete entry from the 'Debugger General' configuration page. eric7 file | diff | annotate
Sat, 12 Oct 2024 16:41:06 +0200 Detlev Offenbach Modified the session file to not include the eric-ide server connection when creating a project session as these are stored on the remote side. eric7 file | diff | annotate
Thu, 10 Oct 2024 19:59:49 +0200 Detlev Offenbach Corrected some debug client socket handling in the 'eric-ide' server debug client request handler. eric7 file | diff | annotate
Wed, 09 Oct 2024 18:18:00 +0200 Detlev Offenbach eric-ide Server Interface eric7 file | diff | annotate
Tue, 08 Oct 2024 19:27:23 +0200 Detlev Offenbach Extended the session file to contain the active 'eric-ide' server connection at the time of session creation. eric7 file | diff | annotate
Sat, 05 Oct 2024 11:40:01 +0200 Detlev Offenbach Regenerated source code documentation. eric7 file | diff | annotate
Tue, 01 Oct 2024 11:27:52 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.10 file | diff | annotate
(0) -300 -100 -60 tip

eric ide

mercurial