Sat, 10 Apr 2021 18:38:27 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (super(Foo, self) => super()).
|
file |
diff |
annotate
|
Tue, 02 Mar 2021 17:17:09 +0100 |
Detlev Offenbach |
Changed the use of PyQt enums because the way they were used previously is deprecated since two years and replaced some deprecated Qt stuff.
|
file |
diff |
annotate
|
Sat, 20 Feb 2021 11:52:49 +0100 |
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.
|
file |
diff |
annotate
|
Thu, 18 Feb 2021 19:57:41 +0100 |
Detlev Offenbach |
MicroPythonCommandsInterface: added time sync support for Raspberry Pi Pico.
|
file |
diff |
annotate
|
Wed, 03 Feb 2021 19:14:35 +0100 |
Detlev Offenbach |
MicroPython: implemented fixes for a few issues.
|
file |
diff |
annotate
|
Tue, 02 Feb 2021 19:41:04 +0100 |
Detlev Offenbach |
MicroPython: implemented some fixes for issues.
|
file |
diff |
annotate
|
Wed, 30 Dec 2020 11:00:05 +0100 |
Detlev Offenbach |
Updated copyright for 2021.
|
file |
diff |
annotate
|
Sun, 22 Nov 2020 16:04:59 +0100 |
Detlev Offenbach |
Changed code to not use the OSError aliases (IOError, EnvironmentError, socket.error and select.error) anymore.
|
file |
diff |
annotate
|
Mon, 12 Oct 2020 18:23:44 +0200 |
Detlev Offenbach |
Performed some code cleanup.
|
file |
diff |
annotate
|
Wed, 17 Jun 2020 20:18:54 +0200 |
Detlev Offenbach |
Checked the reported security related issue reports generated by the new security checker.
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 11:57:23 +0100 |
Detlev Offenbach |
Updated copyright for 2020.
|
file |
diff |
annotate
|
Fri, 01 Nov 2019 16:05:15 +0100 |
Detlev Offenbach |
MicroPython: corrected the time synchronisation for the PyBoard.
|
file |
diff |
annotate
|
Tue, 10 Sep 2019 19:30:07 +0200 |
Detlev Offenbach |
Removed obsolete "from __future__ import ..." statements.
|
file |
diff |
annotate
|
Wed, 04 Sep 2019 20:01:53 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: modified syncTime() slightly to work with LoBo port of MicroPython.
|
file |
diff |
annotate
|
Mon, 26 Aug 2019 18:41:48 +0200 |
Detlev Offenbach |
MicroPython: did some fine tuning of the MicroPython interface.
|
file |
diff |
annotate
|
Tue, 13 Aug 2019 17:52:58 +0200 |
Detlev Offenbach |
MicroPythonFileManagerWidget: added option to show hidden files to the local and device files list context menu.
micropython
|
file |
diff |
annotate
|
Tue, 13 Aug 2019 16:39:31 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: finished testing.
micropython
|
file |
diff |
annotate
|
Wed, 07 Aug 2019 16:10:12 +0200 |
Detlev Offenbach |
microbit: added the minimal filesystem commands which are supported by the BBC micro:bit.
micropython
|
file |
diff |
annotate
|
Tue, 06 Aug 2019 17:45:59 +0200 |
Detlev Offenbach |
Removed an outdated TODO marker.
micropython
|
file |
diff |
annotate
|
Fri, 02 Aug 2019 19:52:11 +0200 |
Detlev Offenbach |
Fixed some code style issues.
micropython
|
file |
diff |
annotate
|
Fri, 02 Aug 2019 19:20:07 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: fixed a code formatting issue and simplified the 'is_visible()' function.
micropython
|
file |
diff |
annotate
|
Thu, 01 Aug 2019 20:25:51 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: made the switch to raw mode more speedy and changed the device code to avoid namespace pollution.
micropython
|
file |
diff |
annotate
|
Wed, 31 Jul 2019 20:41:39 +0200 |
Detlev Offenbach |
Started rearranging menu structure and testing and fixing on CircuitPython.
micropython
|
file |
diff |
annotate
|
Tue, 30 Jul 2019 19:43:18 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: fixed an issue causing the prompt being shown in the REPL pane for each file manager command sequence.
micropython
|
file |
diff |
annotate
|
Mon, 29 Jul 2019 20:20:18 +0200 |
Detlev Offenbach |
Refactored and improved the MicroPython code to be able to show the file manager and the REPL simultaneously.
micropython
|
file |
diff |
annotate
|