Nico Tonnhofer
|
727d5dee66
|
configtool: use new wxPython 4
Installation/Update:
- Windows/macOS
pip install -U wxPython
- Linux
pip install -U wxPython
- if it fails to install wxPython >= 4 go ahead, else you're done.
Check https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
for e.g. Ubuntu 18.04:
pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ \
wxPython
check also https://wxpython.org/pages/downloads/ for further details.
|
2018-12-30 22:12:36 +01:00 |
Markus Hitter
|
27cf051f03
|
Configtool: de-duplicate insertValues().
No change in behaviour intended.
|
2015-07-17 13:38:02 +02:00 |
jbernardis
|
9985c3936d
|
Configtool: many changes.
1) If variables are missing from .h files, they are added.
2) Settings file now modifiable from within the program.
3) A few cosmetic fixes.
|
2015-04-21 02:11:01 +02:00 |
jbernardis
|
b9f524d256
|
Configtool: add the ability to build and upload.
|
2015-04-21 02:11:01 +02:00 |
jbernardis
|
d6b2a2293e
|
Configtool: incorporate most of previous comments.
See discussion to Issue #111 on Github.
|
2015-04-21 02:10:58 +02:00 |
jbernardis
|
d7789ee217
|
Configtool: major restructuring.
We distinguish between printers and boards now. Most of the
code was split into one file per tab/window and moved into
configtool/.
|
2015-04-21 02:07:12 +02:00 |