Mercurial Repositories
>
eric
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
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
File Browser
Wed, 17 Feb 2021 17:51:42 +0100
, by Detlev Offenbach
Mercurial: added support for Mercurial 5.7.
Tue, 16 Feb 2021 18:25:47 +0100
, by Detlev Offenbach
ProjectFile: changed paths handling to work with different platforms.
Tue, 16 Feb 2021 17:12:48 +0100
, by Detlev Offenbach
Editor: fixed an issue handling breakpoints (and other stuff) in a cloned editor.
Mon, 15 Feb 2021 19:56:28 +0100
, by Detlev Offenbach
BreakPointViewer: changed the double-click logic to jump to the position of the breakpoint in the editor.
Mon, 15 Feb 2021 19:55:50 +0100
, by Detlev Offenbach
MicroPython
Sun, 14 Feb 2021 18:23:56 +0100
, by Detlev Offenbach
HighlightingStylesFile: added code for some aliased lexer names where the QScintilla name and the one used in eric are not identical.
Sat, 13 Feb 2021 20:07:45 +0100
, by Detlev Offenbach
Saved the current project data in the old XML based format as well.
Sat, 13 Feb 2021 19:22:22 +0100
, by Detlev Offenbach
UF2FlashDialog: extended the list of known UF2 capable devices.
Sat, 13 Feb 2021 16:12:11 +0100
, by Detlev Offenbach
Utilties: changed the volume detection logic to be able to deal with volume names containing spaces.
Sat, 13 Feb 2021 12:48:40 +0100
, by Detlev Offenbach
Fixed some code style issues.
Fri, 12 Feb 2021 19:23:28 +0100
, by Detlev Offenbach
Updated source documentation.
Fri, 12 Feb 2021 19:16:59 +0100
, by Detlev Offenbach
Updated translations.
Fri, 12 Feb 2021 19:16:12 +0100
, by Detlev Offenbach
MicroPython
Fri, 12 Feb 2021 16:15:18 +0100
, by Detlev Offenbach
CircuitPythonFirmwareSelectionDialog: made some little corrections.
Thu, 11 Feb 2021 11:59:32 +0100
, by Detlev Offenbach
CircuitPython: extended the list of known UF2 boards.
Thu, 11 Feb 2021 11:44:07 +0100
, by Detlev Offenbach
CircuitPython: extended the list of boards supporting flashing via UF2.
Wed, 10 Feb 2021 18:39:19 +0100
, by Detlev Offenbach
MicroPythonDevices: added an optimisation when scanning for devices.
Wed, 10 Feb 2021 15:43:30 +0100
, by Detlev Offenbach
MicroPython: added (preliminary) support for micro:bit V2.
Wed, 10 Feb 2021 15:42:56 +0100
, by Detlev Offenbach
pip Interface
Tue, 09 Feb 2021 17:51:16 +0100
, by Detlev Offenbach
EditorAssembly: fixed a few issues not detected by the earlier tests performed.
Tue, 09 Feb 2021 11:39:58 +0100
, by Detlev Offenbach
EditorAssembly: changed code of the navigation selectors to allow duplicate entries (e.g. in case of conditionally defined functions).
Tue, 09 Feb 2021 08:34:39 +0100
, by Detlev Offenbach
Utilities: fixed an issue related to parsing 'conditional defines'.
Tue, 09 Feb 2021 08:33:41 +0100
, by Detlev Offenbach
PipPackageDetailsDialog: removed some entries for which PyPI doesn't deliver meaningful data anymore.
Mon, 08 Feb 2021 19:31:39 +0100
, by Detlev Offenbach
pip Interface
Mon, 08 Feb 2021 18:01:02 +0100
, by Detlev Offenbach
MicroPython: extended the list of known CircuitPython devices by extracting the VID/PID from the CorcuitPython sources.
Sun, 07 Feb 2021 17:34:51 +0100
, by Detlev Offenbach
Updated source docu.
Sat, 06 Feb 2021 19:22:43 +0100
, by Detlev Offenbach
MicroPython: added support for a generic MicroPython device where the user can configure the relevant paramaters through the 'Unknown Devices' dialogs.
Sat, 06 Feb 2021 19:22:22 +0100
, by Detlev Offenbach
PyBoardDevices: fixed a little omission.
Sat, 06 Feb 2021 19:18:22 +0100
, by Detlev Offenbach
Added the files forgotten in the last commit.
Sat, 06 Feb 2021 19:17:25 +0100
, by Detlev Offenbach
MicroPython: added capability to manually configure devices not yet known by eric6.
Sat, 06 Feb 2021 16:05:27 +0100
, by Detlev Offenbach
Start...Dialog: corrected the What's This help message.
Sat, 06 Feb 2021 11:45:58 +0100
, by Detlev Offenbach
Debug Viewer:
Fri, 05 Feb 2021 11:38:53 +0100
, by Detlev Offenbach
Updated change log.
Fri, 05 Feb 2021 11:02:28 +0100
, by Detlev Offenbach
Debugger
Fri, 05 Feb 2021 11:02:11 +0100
, by Detlev Offenbach
DebuggerInterfacePython: fixed an issue causing the environment variables not being send to the debug client.
Fri, 05 Feb 2021 09:48:22 +0100
, by Detlev Offenbach
DebuggerInterfacePython: added code to cope with a specific shutdown situation.
Fri, 05 Feb 2021 08:16:14 +0100
, by Detlev Offenbach
MicroPython: added code to give a hint for CircuitPython devices, that do not support the UF2 bootloader for flashing.
Thu, 04 Feb 2021 20:15:06 +0100
, by Detlev Offenbach
Updated translations.
Thu, 04 Feb 2021 15:18:40 +0100
, by Detlev Offenbach
Updated source docu.
Thu, 04 Feb 2021 15:00:22 +0100
, by Detlev Offenbach
Web Browser: removed the Flash Cookie Manager because Flash is dead.
Thu, 04 Feb 2021 14:59:13 +0100
, by Detlev Offenbach
TaskViewer: fixed some code style issues.
Thu, 04 Feb 2021 14:38:33 +0100
, by Detlev Offenbach
MicroPython: added buttons to go to the 'home' directory (local and on device) to the MicroPython file manager and improved the workspace handling.
Thu, 04 Feb 2021 14:38:01 +0100
, by Detlev Offenbach
HighlightingStylesReader: corrected a source docu string.
Thu, 04 Feb 2021 14:35:50 +0100
, by Detlev Offenbach
E5ProcessDialog: changed the output panes to use a monospaced font as configured for the editor.
Thu, 04 Feb 2021 14:35:13 +0100
, by Detlev Offenbach
SessionFile: corrected an issue reading a session file with an empty active window entry.
Thu, 04 Feb 2021 10:18:36 +0100
, by Detlev Offenbach
MicroPython: added icons for RP2040 based devices.
Thu, 04 Feb 2021 09:33:57 +0100
, by Detlev Offenbach
MicroPython: implemented code to deal with multiple devices attached to the computer.
Wed, 03 Feb 2021 19:15:58 +0100
, by Detlev Offenbach
MicroPython: implemented fixes for a few issues.
Wed, 03 Feb 2021 19:14:35 +0100
, by Detlev Offenbach
install.py: removed an obsolete TODO marker.
Wed, 03 Feb 2021 16:42:04 +0100
, by Detlev Offenbach
Preferences: added the PyQt5 web site documentation page as the default for PyQt5 documentation.
Wed, 03 Feb 2021 10:09:15 +0100
, by Detlev Offenbach
MicroPython: implemented some fixes for issues.
Tue, 02 Feb 2021 19:41:04 +0100
, by Detlev Offenbach
Added default keyboard shortcuts file for macOS.
Tue, 02 Feb 2021 16:39:47 +0100
, by Detlev Offenbach
PipInterface: added a TODO marker to not use the XML-RPC interface anymore as it has been disabled by PyPI.
Tue, 02 Feb 2021 16:26:58 +0100
, by Detlev Offenbach
MicroPython: made the value shown in the deveice selection list more descriptive.
Tue, 02 Feb 2021 16:25:50 +0100
, by Detlev Offenbach
CircuitPythonFirmwareSelectionDialog: added some more device entries.
Tue, 02 Feb 2021 14:48:37 +0100
, by Detlev Offenbach
CircuitPython: added downloads menu for Firmware and Libraries.
Tue, 02 Feb 2021 14:32:59 +0100
, by Detlev Offenbach
Updated Russian translations.
Tue, 02 Feb 2021 09:45:20 +0100
, by Alexander Barkoff
MicroPython: changed the handling of the download stuff and corrected/extended the Calliope mini path.
Mon, 01 Feb 2021 20:01:18 +0100
, by Detlev Offenbach
less
more
|
(0)
-3000
-1000
-120
+120
+1000
tip