Sun, 11 Apr 2021 16:53:48 +0200 |
Detlev Offenbach |
Applied some more code simplifications suggested by the new Simplify checker (Y110, Y111: use any() or all()).
|
file |
diff |
annotate
|
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
|
Thu, 04 Feb 2021 14:38:01 +0100 |
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.
|
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
|
Tue, 06 Oct 2020 17:52:44 +0200 |
Detlev Offenbach |
Changed calls to exec_() into exec() (remainder of Python2 elimination).
|
file |
diff |
annotate
|
Wed, 01 Jan 2020 11:57:23 +0100 |
Detlev Offenbach |
Updated copyright for 2020.
|
file |
diff |
annotate
|
Tue, 10 Sep 2019 19:30:07 +0200 |
Detlev Offenbach |
Removed obsolete "from __future__ import ..." statements.
|
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 15:51:35 +0200 |
Detlev Offenbach |
Renamed "MicroPythonReplWidget" to "MicroPythonWidget".
micropython
|
file |
diff |
annotate
|
Mon, 12 Aug 2019 14:53:07 +0200 |
Detlev Offenbach |
MicroPythonFileManager: finished the file access via a local directory.
micropython
|
file |
diff |
annotate
|
Sat, 10 Aug 2019 20:06:37 +0200 |
Detlev Offenbach |
Started to prepare the MicroPython file manager to access the device file system via a local directory.
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
|
Wed, 31 Jul 2019 20:41:39 +0200 |
Detlev Offenbach |
Started rearranging menu structure and testing and fixing on CircuitPython.
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
|
Sat, 27 Jul 2019 17:52:00 +0200 |
Detlev Offenbach |
Fixed some code style issues.
micropython
|
file |
diff |
annotate
|
Sat, 27 Jul 2019 17:02:01 +0200 |
Detlev Offenbach |
MicroPython: continued implementing the file manager widget.
micropython
|
file |
diff |
annotate
|
Fri, 26 Jul 2019 20:05:49 +0200 |
Detlev Offenbach |
MicroPython: continued implementing the file manager widget.
micropython
|
file |
diff |
annotate
|
Thu, 25 Jul 2019 19:55:40 +0200 |
Detlev Offenbach |
MicroPython: continued implementing the file manager widget.
micropython
|
file |
diff |
annotate
|
Wed, 24 Jul 2019 20:12:19 +0200 |
Detlev Offenbach |
MicroPython: continued implementing the file manager widget.
micropython
|
file |
diff |
annotate
|
Tue, 23 Jul 2019 19:43:14 +0200 |
Detlev Offenbach |
MicroPython: continued implementing the file manager widget.
micropython
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 20:17:33 +0200 |
Detlev Offenbach |
MicroPython: continued implementing the file manager widget.
micropython
|
file |
diff |
annotate
|
Mon, 22 Jul 2019 18:48:27 +0200 |
Detlev Offenbach |
MicroPython: started to implement the file manager widget; added the forgotten MicroPythonFileManagerWidget.[py, ui] files.
micropython
|
file |
diff |
annotate
|