Fri, 23 Aug 2019 13:24:36 +0200 |
Detlev Offenbach |
Revision <7152> closed.
Commit_Merge_addition
|
changeset |
files
|
Fri, 23 Aug 2019 13:23:36 +0200 |
Detlev Offenbach |
Updated translations.
|
changeset |
files
|
Fri, 23 Aug 2019 13:23:22 +0200 |
Detlev Offenbach |
UserInterface: fixed a wrong action setup causing it to be checkable while it shouldn't be.
|
changeset |
files
|
Fri, 23 Aug 2019 13:22:15 +0200 |
Detlev Offenbach |
Updated the change log.
|
changeset |
files
|
Fri, 23 Aug 2019 13:06:55 +0200 |
Detlev Offenbach |
Regenerated source docu.
|
changeset |
files
|
Fri, 23 Aug 2019 13:06:04 +0200 |
Detlev Offenbach |
Fixed a few code style issues.
|
changeset |
files
|
Fri, 23 Aug 2019 12:44:37 +0200 |
Detlev Offenbach |
Merged with UserInterface changes supplied by Christos Sevastiadisi.
|
changeset |
files
|
Fri, 23 Aug 2019 12:41:00 +0200 |
Detlev Offenbach |
Merged with merge changes supplied by Christos Sevastiadisi.
|
changeset |
files
|
Fri, 23 Aug 2019 02:02:42 +0300 |
Christos Sevastiadis |
Commit Merge in Mercurial added and Cancel renamed to Abort Merge
Commit_Merge_addition
|
changeset |
files
|
Thu, 22 Aug 2019 20:41:32 +0300 |
Christos Sevastiadis |
Start menu shortcut conflict changed and menu current editor activation added
|
changeset |
files
|
Thu, 22 Aug 2019 15:47:14 +0200 |
Detlev Offenbach |
MicroPythonWidget: made the cross compile actions enable only, if the mpy-cross utility is found or properly configured.
|
changeset |
files
|
Wed, 21 Aug 2019 16:31:03 +0200 |
Detlev Offenbach |
UserInterface: added some forgotten window activation actions and corresponding methods.
|
changeset |
files
|
Wed, 21 Aug 2019 14:48:57 +0200 |
Detlev Offenbach |
MicroPythonWidget: fixed an issue causing eric to crash at startup, if QtSerialPort is not available.
|
changeset |
files
|
Tue, 20 Aug 2019 19:35:37 +0200 |
Detlev Offenbach |
Updated German and English translations.
|
changeset |
files
|
Tue, 20 Aug 2019 17:12:22 +0200 |
Detlev Offenbach |
Prepared translation files for updates.
|
changeset |
files
|
Tue, 20 Aug 2019 17:11:17 +0200 |
Detlev Offenbach |
Regenerated source docu after merge with 'micropython' branch.
|
changeset |
files
|
Tue, 20 Aug 2019 17:07:44 +0200 |
Detlev Offenbach |
Revision <7140> closed.
micropython
|
changeset |
files
|
Tue, 20 Aug 2019 17:07:06 +0200 |
Detlev Offenbach |
Merged with the 'micropython' branch to add widgets to support development for embedded controllers with MicroPython (ESP8266/ESP32, CircuitPython and BBC micro:bit).
|
changeset |
files
|
Tue, 20 Aug 2019 00:37:14 +0300 |
Christos Sevastiadis |
Typo corretion in the Incoming process of HgLogBrowserDialog.
|
changeset |
files
|
Mon, 19 Aug 2019 12:22:08 +0200 |
Detlev Offenbach |
install.py: fixed an issue causing installation to fail in certain situations on macOS.
|
changeset |
files
|
Fri, 16 Aug 2019 17:17:32 +0200 |
Detlev Offenbach |
MicroPythonWidget: added menu entries to cross compile a selectable Python file or the current editor to a .mpy file.
micropython
|
changeset |
files
|
Thu, 15 Aug 2019 17:19:28 +0200 |
Detlev Offenbach |
Fixed some code style issues.
micropython
|
changeset |
files
|
Thu, 15 Aug 2019 17:04:54 +0200 |
Detlev Offenbach |
CircuitPythonDevices: added capability to install library files onto the device to the device menu.
micropython
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 13 Aug 2019 16:39:31 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: finished testing.
micropython
|
changeset |
files
|
Tue, 13 Aug 2019 16:28:43 +0200 |
Detlev Offenbach |
MicroPython: added an option to synchronize the device time to the host time after connecting the serial port.
micropython
|
changeset |
files
|
Tue, 13 Aug 2019 15:51:35 +0200 |
Detlev Offenbach |
Renamed "MicroPythonReplWidget" to "MicroPythonWidget".
micropython
|
changeset |
files
|
Mon, 12 Aug 2019 14:55:08 +0200 |
Detlev Offenbach |
MicroPythonReplWidget: moved the "Show Local Time" function to the repl widget super menu.
micropython
|
changeset |
files
|
Mon, 12 Aug 2019 14:54:06 +0200 |
Detlev Offenbach |
CircuitPythonDevice: only report local access if the well known volume is mounted.
micropython
|
changeset |
files
|
Mon, 12 Aug 2019 14:53:07 +0200 |
Detlev Offenbach |
MicroPythonFileManager: finished the file access via a local directory.
micropython
|
changeset |
files
|
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
|
changeset |
files
|
Sat, 10 Aug 2019 20:05:50 +0200 |
Detlev Offenbach |
MicroPythonDevicces: added a method to indicate that a device allows access to its file system via a local directory.
micropython
|
changeset |
files
|
Sat, 10 Aug 2019 13:52:06 +0200 |
Detlev Offenbach |
MicroPythonFileManagerWidget: changed the cwd labels to read-only line edits in order to show long paths.
micropython
|
changeset |
files
|
Sat, 10 Aug 2019 13:51:09 +0200 |
Detlev Offenbach |
MicroPythonReplWidget: fixed an issue resetting the files button on disconnect.
micropython
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 07 Aug 2019 16:08:46 +0200 |
Detlev Offenbach |
CircuitPythonDevices, EspDevices, MicroPythonDevices: added a method to get the device name.
micropython
|
changeset |
files
|
Tue, 06 Aug 2019 17:45:59 +0200 |
Detlev Offenbach |
Removed an outdated TODO marker.
micropython
|
changeset |
files
|
Tue, 06 Aug 2019 17:45:38 +0200 |
Detlev Offenbach |
Implemented the support for the 'BBC micro:bit' device.
micropython
|
changeset |
files
|
Tue, 06 Aug 2019 16:42:39 +0200 |
Detlev Offenbach |
CircuitPythonDevices: added some TODO markers.
micropython
|
changeset |
files
|
Sat, 03 Aug 2019 14:42:15 +0200 |
Detlev Offenbach |
install.py: added a patch provided by Guðjón Guðjónsson.
|
changeset |
files
|
Sat, 03 Aug 2019 13:37:17 +0200 |
Detlev Offenbach |
MicroPythonReplWidget: fixed the devices rescan behaviour.
micropython
|
changeset |
files
|
Sat, 03 Aug 2019 12:14:37 +0200 |
Detlev Offenbach |
Merged with default branch.
micropython
|
changeset |
files
|
Sat, 03 Aug 2019 11:34:00 +0200 |
Detlev Offenbach |
Created global tag <release-19.08>.
maintenance
|
changeset |
files
|
Sat, 03 Aug 2019 11:33:35 +0200 |
Detlev Offenbach |
Merged with 'default' branch to prepare new release.
maintenance release-19.08
|
changeset |
files
|
Fri, 02 Aug 2019 19:53:00 +0200 |
Detlev Offenbach |
CircuitPython: added code to flash a new CircuitPython firmware.
micropython
|
changeset |
files
|
Fri, 02 Aug 2019 19:52:11 +0200 |
Detlev Offenbach |
Fixed some code style issues.
micropython
|
changeset |
files
|
Fri, 02 Aug 2019 19:21:03 +0200 |
Detlev Offenbach |
EspDevices, MicrobitDevices: removed the obsolete 'handleDataFlood()' override.
micropython
|
changeset |
files
|
Fri, 02 Aug 2019 19:20:07 +0200 |
Detlev Offenbach |
MicroPythonCommandsInterface: fixed a code formatting issue and simplified the 'is_visible()' function.
micropython
|
changeset |
files
|
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
|
changeset |
files
|
Thu, 01 Aug 2019 20:24:41 +0200 |
Detlev Offenbach |
MicroPythonReplWidget: made the connect button more intelligent.
micropython
|
changeset |
files
|
Thu, 01 Aug 2019 19:02:54 +0200 |
Detlev Offenbach |
HgExportDialog: fixed a type causing an exception at runtime.
|
changeset |
files
|
Thu, 01 Aug 2019 18:49:42 +0200 |
Detlev Offenbach |
FindFileDialog: fixed a situation where the Find button is not enabled when it should.
|
changeset |
files
|
Wed, 31 Jul 2019 20:41:39 +0200 |
Detlev Offenbach |
Started rearranging menu structure and testing and fixing on CircuitPython.
micropython
|
changeset |
files
|
Wed, 31 Jul 2019 19:11:39 +0200 |
Detlev Offenbach |
CondaPackagesWidget, PipPackagesWidget: fixed a little issue related to naming some Qt objects.
|
changeset |
files
|
Wed, 31 Jul 2019 19:09:44 +0200 |
Alexander Barkoff |
Updated Russian translations.
|
changeset |
files
|
Wed, 31 Jul 2019 19:03:01 +0200 |
Detlev Offenbach |
Release Spanish translations update.
|
changeset |
files
|
Wed, 31 Jul 2019 17:58:26 +0200 |
Jaime Seuma |
Spanish i18n update for eric6 default branch
|
changeset |
files
|
Tue, 30 Jul 2019 19:44:27 +0200 |
Detlev Offenbach |
MicroPythonReplWidget: streamlined the code a little bit and changed the 'disconnect' button to a 'connect/disconnect' button.
micropython
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 30 Jul 2019 19:29:53 +0200 |
Detlev Offenbach |
MicroPythonFileManager: removed an obsolete TODO marker.
micropython
|
changeset |
files
|