Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Merged with branch 'eric7' in order to prepare a new release.
eric7-maintenance
release-24.12
Sat, 30 Nov 2024 11:08:07 +0100
, by Detlev Offenbach
Updated Russian translations.
eric7
Sat, 30 Nov 2024 10:29:27 +0100
, by Alexander Barkoff
Released Spanish translations update.
eric7
Fri, 29 Nov 2024 19:10:24 +0100
, by Detlev Offenbach
Updated Spanish translations branch eric7
eric7
Fri, 29 Nov 2024 18:00:26 +0100
, by Jaime Seuma
Changed code of the HTML previewer to have JavaScript always enabled because that is needed for its functionality (see issue 570).
eric7
Fri, 29 Nov 2024 14:55:15 +0100
, by Detlev Offenbach
Fixed some visual bugs.
eric7
Fri, 29 Nov 2024 13:19:56 +0100
, by Detlev Offenbach
Corrected an issue shutting down a Web Browser instance.
eric7
Fri, 29 Nov 2024 11:55:02 +0100
, by Detlev Offenbach
Corrected some potential issues.
eric7
Fri, 29 Nov 2024 10:55:01 +0100
, by Detlev Offenbach
Improved the CircuitPython device class and fixed som issues in the MPy REPL and main widget.
eric7
Tue, 26 Nov 2024 19:46:36 +0100
, by Detlev Offenbach
Changed two translate statements in the UF2 Flash dialog class.
eric7
Tue, 26 Nov 2024 17:07:48 +0100
, by Detlev Offenbach
MicroPython
eric7
Tue, 26 Nov 2024 16:56:34 +0100
, by Detlev Offenbach
Find In Files
eric7
Thu, 21 Nov 2024 17:12:21 +0100
, by Detlev Offenbach
MicroPython
eric7
Tue, 19 Nov 2024 16:08:15 +0100
, by Detlev Offenbach
Modified the project translations browser to use the introduced lrelease configuration option.
eric7
Tue, 12 Nov 2024 19:26:31 +0100
, by Detlev Offenbach
Added a configuration entry on the Qt page to enter the path of the 'lrelease' program for that cases, where it cannot be detected automatically (e.g. due to different name).
eric7
Tue, 12 Nov 2024 18:01:04 +0100
, by Detlev Offenbach
Enhanced the Python debugger to be prepared for tracing on opcode level.
eric7
Mon, 11 Nov 2024 15:00:58 +0100
, by Detlev Offenbach
Fix autocomplete in shell window for Python 3.13.
eric7
Sun, 10 Nov 2024 15:21:04 +0100
, by T.Rzepka
Bugfix for filtering redundant break- and watchpoints.
eric7
Sat, 09 Nov 2024 17:23:04 +0100
, by T.Rzepka
Optimized the startup procedure to check for an upgrade before everything else.
eric7
Sat, 09 Nov 2024 17:09:09 +0100
, by Detlev Offenbach
Update the Raspberry Pi readme file.
eric7
Sat, 09 Nov 2024 15:59:29 +0100
, by Detlev Offenbach
Modified install script to ignore an issue creating the APIs directory (in case environment was created with --system-site-packages).
eric7
Sat, 09 Nov 2024 13:28:47 +0100
, by Detlev Offenbachs
Added '*.ts' and '*.ui' to the default list of known text file patterns.
eric7
Wed, 06 Nov 2024 19:19:29 +0100
, by Detlev Offenbach
Updated translations.
eric7
Wed, 06 Nov 2024 09:04:18 +0100
, by 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
Wed, 06 Nov 2024 09:04:03 +0100
, by Detlev Offenbach
Improved the Mercurial log browser dialog.
eric7
Tue, 05 Nov 2024 10:41:51 +0100
, by Detlev Offenbach
MicroPython
eric7
Mon, 04 Nov 2024 17:03:29 +0100
, by Detlev Offenbach
Modified breakpoint and watchpoint model to eliminate redundant break/watch points while adding.
eric7
Mon, 04 Nov 2024 11:39:18 +0100
, by Detlev Offenbach
Corrected a forgotten import statement.
eric7
Sun, 03 Nov 2024 18:16:47 +0100
, by Detlev Offenbach
Modified some of the EricWidgets dialogs to ensure a valid parent widget.
eric7
Sun, 03 Nov 2024 18:12:28 +0100
, by 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
Sun, 03 Nov 2024 17:50:34 +0100
, by Detlev Offenbach
IDE Server
eric7
Sun, 03 Nov 2024 12:34:02 +0100
, by Detlev Offenbach
Made a little change to prvent potential issues handling the start argument.
eric7
Sat, 02 Nov 2024 19:28:14 +0100
, by Detlev Offenbach
MicroPython
eric7
Sat, 02 Nov 2024 17:25:32 +0100
, by Detlev Offenbach
Improved the eric-ide server slightly by adding a socket read timeout and an exception handler for memory errors.
eric7
Sat, 02 Nov 2024 15:52:51 +0100
, by Detlev Offenbach
Debugger
eric7
Fri, 01 Nov 2024 18:12:30 +0100
, by Detlev Offenbach
MicroPython
eric7
Fri, 01 Nov 2024 12:25:41 +0100
, by Detlev Offenbach
Extended the eric-ide shutdown logic to reset the redirected stdout and stderr channels to their original values.
eric7
Fri, 01 Nov 2024 10:35:36 +0100
, by Detlev Offenbach
Changed the error message handler to ensure correct errors are printed during application shutdown.
eric7
Fri, 01 Nov 2024 10:34:41 +0100
, by Detlev Offenbach
Fixed a few issue places accessing a frame f_locals and f_globals.
eric7
Thu, 31 Oct 2024 20:01:36 +0100
, by Detlev Offenbach
Added code to ensure, that compiled form files get recreated before they are written to the plugin archive.
eric7
Thu, 31 Oct 2024 17:44:46 +0100
, by Detlev Offenbach
Removed the top level setup.py file because that is not needed anymore for editable environments.
eric7
Thu, 31 Oct 2024 14:39:04 +0100
, by Detlev Offenbach
Dropped support for Python 3.8 because that version is EOL.
eric7
Thu, 31 Oct 2024 14:36:11 +0100
, by Detlev Offenbach
Prepared the change log file for the next development iteration.
eric7
Thu, 31 Oct 2024 10:58:00 +0100
, by Detlev Offenbach
Created global tag <release-24.11>.
eric7-maintenance
Thu, 31 Oct 2024 10:54:59 +0100
, by Detlev Offenbach
Merged with branch 'eric7' in order to prepare a new release.
eric7-maintenance
release-24.11
Thu, 31 Oct 2024 10:54:33 +0100
, by Detlev Offenbach
Updated Russian translations.
eric7
Thu, 31 Oct 2024 10:37:57 +0100
, by Alexander Barkoff
Correcetd some issues in source code documentation.
eric7
Thu, 31 Oct 2024 10:30:35 +0100
, by Detlev Offenbach
Released updated Spanish translations.
eric7
Wed, 30 Oct 2024 10:19:39 +0100
, by Detlev Offenbach
Merged with Spanish translations update.
eric7
Wed, 30 Oct 2024 10:18:46 +0100
, by Detlev Offenbach
Updated Spanish translations branch eric7
eric7
Tue, 29 Oct 2024 19:17:40 +0100
, by Jaime Seuma
Mercurial
eric7
Tue, 29 Oct 2024 19:48:56 +0100
, by Detlev Offenbach
Regenerated some source documentation.
eric7
Tue, 29 Oct 2024 14:21:15 +0100
, by Detlev Offenbach
Modified the CircuitPython library management for circup >= 2.0.0.
eric7
Tue, 29 Oct 2024 14:20:50 +0100
, by Detlev Offenbach
MicroPython
eric7
Tue, 29 Oct 2024 10:59:48 +0100
, by Detlev Offenbach
Changed the remote path translation to use a regular expression for Windows paths in order to realize the case insensitivity on that platform.
eric7
Sun, 27 Oct 2024 15:52:30 +0100
, by Detlev Offenbach
Corrected some issues in the pytest test runner.
eric7
Sun, 27 Oct 2024 12:24:36 +0100
, by Detlev Offenbach
Added a change log note about the end of Python 3.8 support.
eric7
Sat, 26 Oct 2024 11:33:10 +0200
, by Detlev Offenbach
Modified modal dialog usage to always include a valid parent (needed for Wayland).
eric7
Fri, 25 Oct 2024 17:58:59 +0200
, by Detlev Offenbach
MicroPython Interface
eric7
Fri, 25 Oct 2024 09:47:48 +0200
, by Detlev Offenbach
Fixed an issue initializing the eric-ide server toolbar.
eric7
Fri, 25 Oct 2024 08:42:57 +0200
, by Detlev Offenbach
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
tip