Markus Hitter
ef94d0672d
Configtool: don't assign values to tuples.
...
Heck, that's simply forbidden. A C compiler had catched this in a
split second at compile time, Python didn't until the faulty code
section was actually executed (a section of code for rare cases).
The simple fix is to replace the old tuple with a changed, new
tuple.
This resolved issue #242 .
2016-10-21 22:03:34 +02:00
Markus Hitter
7a18217dee
Configtool: move choices value insertion to the parent class.
...
This shouldn't change behaviour.
2016-05-30 11:10:08 +02:00
Markus Hitter
6b5156d459
Configtool: take advantage of the now recognized values.
...
This is for now to restore disabled values as well, not only
active ones. More uses are thinkable.
2015-07-17 13:38:15 +02:00
Markus Hitter
27cf051f03
Configtool: de-duplicate insertValues().
...
No change in behaviour intended.
2015-07-17 13:38:02 +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