Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 2+).
Mon, 12 Apr 2021 19:25:18 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker (Y114: use logical or for multiple if).
Mon, 12 Apr 2021 19:21:40 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 2).
Mon, 12 Apr 2021 19:05:23 +0200
, by Detlev Offenbach
CodeStyleCheckerDialog: changed code to prevent false report of changed check parameters.
Mon, 12 Apr 2021 18:25:52 +0200
, by Detlev Offenbach
SimplifyChecker: added code to prevent duplicate error counting.
Mon, 12 Apr 2021 18:24:20 +0200
, by Detlev Offenbach
SimplifyChecker: added code to prevent duplicate error reports.
Mon, 12 Apr 2021 18:13:52 +0200
, by Detlev Offenbach
Code Style Checker: fixed an issue in the translations file.
Mon, 12 Apr 2021 17:27:45 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker (Y102: use single if) (batch 1).
Sun, 11 Apr 2021 18:45:10 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker (Y110, Y111: use any() or all()).
Sun, 11 Apr 2021 16:53:48 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker (Y113: use enumerate()).
Sun, 11 Apr 2021 12:38:16 +0200
, by Detlev Offenbach
SimplifyNodeVisitor: fixed Y113 to not fire on augmented assignments with non-integer constants.
Sun, 11 Apr 2021 11:34:32 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()).
Sat, 10 Apr 2021 18:38:27 +0200
, by Detlev Offenbach
Applied some more code simplifications suggested by the new Simplify checker.
Sat, 10 Apr 2021 18:31:17 +0200
, by Detlev Offenbach
Simplify Checker: fixed an issue in check 122.
Sat, 10 Apr 2021 17:54:58 +0200
, by Detlev Offenbach
Updated source docu.
Sat, 10 Apr 2021 16:13:22 +0200
, by Detlev Offenbach
install script: fixed some code style issues.
Sat, 10 Apr 2021 16:13:07 +0200
, by Detlev Offenbach
CodeStyleCheckerDialog: fixed an issue causing some messages being supressed.
Sat, 10 Apr 2021 16:12:29 +0200
, by Detlev Offenbach
Updated translations.
Sat, 10 Apr 2021 15:18:24 +0200
, by Detlev Offenbach
Code Style Checker
Sat, 10 Apr 2021 15:11:43 +0200
, by Detlev Offenbach
Code Style Checker
Sat, 10 Apr 2021 13:02:08 +0200
, by Detlev Offenbach
Code Style Checker
Sat, 10 Apr 2021 12:34:29 +0200
, by Detlev Offenbach
Updated pyflakes to 2.3.1 and pycodestyle to 2.7.0.
Fri, 09 Apr 2021 21:14:51 +0200
, by T.Rzepka
Applied some more code simplifications suggested by the new Simplify checker.
Fri, 09 Apr 2021 18:38:01 +0200
, by Detlev Offenbach
Code Style Checker: improved the statistics handling.
Fri, 09 Apr 2021 18:13:36 +0200
, by Detlev Offenbach
Applied some code simplifications suggested by the new Simplify checker.
Thu, 08 Apr 2021 18:27:47 +0200
, by Detlev Offenbach
Corrected some code style issues.
Thu, 08 Apr 2021 17:27:12 +0200
, by Detlev Offenbach
Simplify translations: corrected some example values.
Thu, 08 Apr 2021 17:24:05 +0200
, by Detlev Offenbach
Code Style Checker
Tue, 06 Apr 2021 17:53:39 +0200
, by Detlev Offenbach
Fixed some code in ast_unparse to make it compatible with older Python versions.
Mon, 05 Apr 2021 10:55:02 +0200
, by Detlev Offenbach
MicroPython
Sun, 04 Apr 2021 16:56:31 +0200
, by Detlev Offenbach
Code Style Checker
Sat, 03 Apr 2021 16:54:10 +0200
, by Detlev Offenbach
Code Style Checker: changed code such, that the AST tree is built only once and passed to each checker module.
Sat, 03 Apr 2021 16:02:33 +0200
, by Detlev Offenbach
Updated documentation
Sat, 03 Apr 2021 15:09:56 +0200
, by Detlev Offenbach
Updated translations.
Sat, 03 Apr 2021 15:08:04 +0200
, by Detlev Offenbach
Code Style Checker
Sat, 03 Apr 2021 14:51:08 +0200
, by Detlev Offenbach
Code Style Checker
Sat, 03 Apr 2021 10:44:07 +0200
, by Detlev Offenbach
Editor: little change to the "Save As" function to respect the path name of the file to be saved.
Sat, 03 Apr 2021 09:47:25 +0200
, by Detlev Offenbach
Code Style Checker
Fri, 02 Apr 2021 18:13:12 +0200
, by Detlev Offenbach
Code Style Checker
Fri, 02 Apr 2021 15:35:44 +0200
, by Detlev Offenbach
Created global tag <release-21.04>.
maintenance
Fri, 02 Apr 2021 11:59:41 +0200
, by Detlev Offenbach
Code Style Checker
Thu, 01 Apr 2021 19:48:36 +0200
, by Detlev Offenbach
Code Style Checker
Thu, 01 Apr 2021 17:23:35 +0200
, by Detlev Offenbach
Corrected some module descriptions.
Thu, 01 Apr 2021 17:22:48 +0200
, by Detlev Offenbach
Code Style Checker
Wed, 31 Mar 2021 19:51:41 +0200
, by Detlev Offenbach
MicroPython: fixed a few bugs introduced by the flash speed enhancement for ESP devices.
Tue, 30 Mar 2021 19:59:24 +0200
, by Detlev Offenbach
VariablesViewer: changed code to (hopefully) get rid of a None situation (i.e. source model not set yet).
maintenance
release-21.04
Mon, 29 Mar 2021 19:46:49 +0200
, by Detlev Offenbach
VariablesViewer: changed code to (hopefully) get rid of a None situation (i.e. source model not set yet).
Mon, 29 Mar 2021 19:46:49 +0200
, by Detlev Offenbach
Updated Russian translations.
Mon, 29 Mar 2021 18:08:34 +0200
, by Detlev Offenbach
MicroPython
Sun, 28 Mar 2021 18:51:58 +0200
, by Detlev Offenbach
Updated source docu for background service.
Sun, 28 Mar 2021 18:51:40 +0200
, by Detlev Offenbach
Redid the translations to correct another merge issue.
maintenance
Sun, 28 Mar 2021 15:20:24 +0200
, by Detlev Offenbach
Remerged with default branch.
maintenance
Sun, 28 Mar 2021 15:12:16 +0200
, by Detlev Offenbach
Corrected some merge issues.
maintenance
Sun, 28 Mar 2021 15:08:28 +0200
, by Detlev Offenbach
Merged with default branch to prepare a new release.
maintenance
Sun, 28 Mar 2021 15:00:11 +0200
, by Detlev Offenbach
Corrected release of Russian translations.
Sun, 28 Mar 2021 15:09:49 +0200
, by Detlev Offenbach
Updated Spanish translations.
Sun, 28 Mar 2021 14:50:23 +0200
, by jaims seuma
Change code to give BackgroundService a 'parent'.
Sat, 27 Mar 2021 09:49:00 +0100
, by Detlev Offenbach
Added the missing Oxygen icon for the Calliope mini.
Wed, 24 Mar 2021 19:49:58 +0100
, by Detlev Offenbach
Updated Russian translations.
Tue, 23 Mar 2021 19:33:41 +0100
, by Alexander Barkoff
MicroPython: corrected a glitch in the UF2 flash dialog.
Tue, 23 Mar 2021 18:39:35 +0100
, by Detlev Offenbach
Fixed some code style issues.
Mon, 22 Mar 2021 19:31:18 +0100
, by Detlev Offenbach
Code Style Checker: reorganized the code a little bit.
Mon, 22 Mar 2021 19:22:11 +0100
, by Detlev Offenbach
MicroPython: improved the UF2 Flash dialog.
Sun, 21 Mar 2021 18:00:30 +0100
, by Detlev Offenbach
Code Style Checker
Sun, 21 Mar 2021 14:17:16 +0100
, by Detlev Offenbach
Editor
Wed, 17 Mar 2021 19:54:32 +0100
, by Detlev Offenbach
Fixed an issue related to an empty global config override dictionary.
Tue, 16 Mar 2021 17:29:42 +0100
, by Detlev Offenbach
Debugger
Mon, 15 Mar 2021 17:55:48 +0100
, by Detlev Offenbach
Started implementing functionality to override some global configuration per debug run.
Sun, 14 Mar 2021 19:59:27 +0100
, by Detlev Offenbach
Updated source docu.
Sun, 14 Mar 2021 13:49:55 +0100
, by Detlev Offenbach
DebugServer: fixed a situation where the underlying C++ object of DebugServer gets deleted prematurely.
Sun, 14 Mar 2021 13:49:41 +0100
, by Detlev Offenbach
DebugClientBase: fixed an issue related to the Python scoping rules. Needed to emulate it in the debugger backend.
Sat, 13 Mar 2021 19:45:36 +0100
, by Detlev Offenbach
LexerPygments: fixed the settings handling of the Pygments based lexer.
Sat, 13 Mar 2021 15:55:35 +0100
, by Detlev Offenbach
E5errorMessage: changed the code logic to always apply a default filter set, which is not editable.
Sat, 13 Mar 2021 11:52:01 +0100
, by Detlev Offenbach
Merged with Spanish translations update.
Mon, 08 Mar 2021 16:58:34 +0100
, by Detlev Offenbach
Eric 6 Spanish I18n update for default branch.
Sun, 07 Mar 2021 16:37:03 +0100
, by Jaime Seuma
NotificationWidget: changed code to prevent a potential exception when the user clicks the widget.
Mon, 08 Mar 2021 16:55:00 +0100
, by Detlev Offenbach
Created global tag <release-21.03>.
maintenance
Sat, 06 Mar 2021 10:00:52 +0100
, by Detlev Offenbach
Pip Interface
Thu, 04 Mar 2021 19:39:54 +0100
, by Detlev Offenbach
Changed code to not use QComboBox.activated[str] and QComboBoc.highlighted[str] signals but the int variants instead.
Thu, 04 Mar 2021 17:48:09 +0100
, by Detlev Offenbach
Changed code to use QSignalMapper.mappedInt signal if that is available.
Thu, 04 Mar 2021 17:44:41 +0100
, by Detlev Offenbach
Changed sze adjuyt policy of some combo boxes.
Thu, 04 Mar 2021 17:43:11 +0100
, by Detlev Offenbach
CodeMetricsDialog: changed a dictionary use to collections.defaultdict to prevent an exception.
maintenance
release-21.03
Wed, 03 Mar 2021 19:37:33 +0100
, by Detlev Offenbach
CodeMetricsDialog: changed a dictionary use to collections.defaultdict to prevent an exception.
Wed, 03 Mar 2021 19:37:33 +0100
, by Detlev Offenbach
Shell
Tue, 02 Mar 2021 19:49:43 +0100
, by Detlev Offenbach
Updated Russian translations.
maintenance
Tue, 02 Mar 2021 19:23:07 +0100
, by Alexander Barkoff
Updated Russian translations.
Tue, 02 Mar 2021 19:22:12 +0100
, by Alexander Barkoff
Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff.
Tue, 02 Mar 2021 17:17:09 +0100
, by Detlev Offenbach
Merged with default branch to prepare a new release.
maintenance
Tue, 02 Mar 2021 17:12:08 +0100
, by Detlev Offenbach
UicLoadUi6: fixed a wrong import statement.
Mon, 01 Mar 2021 17:48:43 +0100
, by Detlev Offenbach
Project: fixed an issue creating new projects.
Sun, 28 Feb 2021 19:30:20 +0100
, by Detlev Offenbach
MicroPython: refined the selection of unknown dvices.
Sat, 27 Feb 2021 16:57:26 +0100
, by Detlev Offenbach
Shell: added functionality to show a prompt when the main client process has exited (e.g. a script ended).
Sat, 27 Feb 2021 12:08:23 +0100
, by Detlev Offenbach
MicroPython: changed the logic of the device/port selector slightly.
Sat, 27 Feb 2021 11:28:22 +0100
, by Detlev Offenbach
Updated Russian translations.
Sat, 27 Feb 2021 10:20:34 +0100
, by Alexander Barkoff
MicroPython: fixed some logic issues related to handling of unknown devices.
Thu, 25 Feb 2021 17:52:28 +0100
, by Detlev Offenbach
MicroPython: finished adding manual connection capability with device type and port selection.
Wed, 24 Feb 2021 20:17:35 +0100
, by Detlev Offenbach
MicroPython: started adding manual connection capability with device type and port selection.
Wed, 24 Feb 2021 17:55:10 +0100
, by Detlev Offenbach
EditorAssembly: fixed an issue causing wrong horizontal scrollbar position when loading a file in the editor.
Wed, 24 Feb 2021 16:46:38 +0100
, by Detlev Offenbach
Editor
Tue, 23 Feb 2021 17:38:12 +0100
, by Detlev Offenbach
SearchReplaceWidget: fixed an issue caused by the new quick search integration.
Tue, 23 Feb 2021 17:31:36 +0100
, by Detlev Offenbach
Editor
Mon, 22 Feb 2021 19:30:16 +0100
, by Detlev Offenbach
Changed setup.py and the install script to include the dependency to PyYAML and toml packages.
Mon, 22 Feb 2021 19:15:06 +0100
, by Detlev Offenbach
setup.py, install.py: fixed PyQt version to < 5.15.2 in order to get a working config on Debian.
Sun, 21 Feb 2021 12:53:26 +0100
, by Detlev Offenbach
Globals: fixed an issue causing an exception when some environment variables are not defined.
Sun, 21 Feb 2021 12:28:58 +0100
, by Detlev Offenbach
Saving the project file with sorted dictionary keys to get more stability into it.
Sat, 20 Feb 2021 14:53:33 +0100
, by Detlev Offenbach
Updated source docu.
Sat, 20 Feb 2021 14:41:47 +0100
, by Detlev Offenbach
Updated translations.
Sat, 20 Feb 2021 14:39:55 +0100
, by Detlev Offenbach
MicroPython
Sat, 20 Feb 2021 14:28:14 +0100
, by Detlev Offenbach
MicroPythonWidget: added the capability to have menu separators in the downloads sub-menu.
Sat, 20 Feb 2021 14:25:06 +0100
, by Detlev Offenbach
UF2FlashDialog: updated a string.
Sat, 20 Feb 2021 14:24:03 +0100
, by Detlev Offenbach
EspDevices: fixed a typo and a little issue.
Sat, 20 Feb 2021 14:23:22 +0100
, by Detlev Offenbach
E5OverrideCursor: fixed an issue causing the IDE become unresponsive or crash.
Sat, 20 Feb 2021 14:22:30 +0100
, by Detlev Offenbach
MicroPython: changed the logic to synchronize the time because some devices don't implement long integer and failed defining the 'set_time()' function.
Sat, 20 Feb 2021 11:52:49 +0100
, by Detlev Offenbach
UserInterface: added code to deal with situations where the eric6_browser process dies prematurely.
Fri, 19 Feb 2021 17:34:33 +0100
, by Detlev Offenbach
MicroPythonCommandsInterface: added time sync support for Raspberry Pi Pico.
Thu, 18 Feb 2021 19:57:41 +0100
, by Detlev Offenbach
File Browser
Thu, 18 Feb 2021 17:44:53 +0100
, by Detlev Offenbach
Project: corrected some source docu.
Thu, 18 Feb 2021 17:43:32 +0100
, by Detlev Offenbach
Preferences: corrected the Project configuration pages.
Thu, 18 Feb 2021 17:43:07 +0100
, by Detlev Offenbach
UF2FlashDialog: added support for Raspberry Pi Pico.
Thu, 18 Feb 2021 17:29:53 +0100
, by Detlev Offenbach
MicroPython: fixed some small bugs and typos.
Thu, 18 Feb 2021 17:21:12 +0100
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-120
+120
tip