Commit graph

4 commits

Author SHA1 Message Date
Chris Morley
69f329aed7 pncconf -add helpful info to multibuilder error message
knowing the name of the conflicting widget helps alot

Signed-off-by: Chris Morley <chrisinnanaimo@hotmail.com>
2015-02-28 10:08:01 -08:00
Chris Morley
378961cd42 pncconf -GTK BUILDER refactor
This follows the refactor of stepconf.
This switches to using gtk notebook, which should be available for
a long time.
Now we can edit the glade files with a more modern GLADE editor.
We now load glade files as we need them, so loading is faster.
Many improvments and updates - the biggest is now we build PID stepper configs.
Hopefully broke it up in a way that allows others a lower bar to step in and help.
eg HAL and INI building is separate files from the data collecting.
2014-09-26 23:12:29 -07:00
Jeff Epler
4d120e84b2 python: fix exception in set_translation_domain
The value from the earlier MultiFileBuilder.set_translation_domain call
was not being passed down to the actual builder object.  Instead, an
exception occurred.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2014-08-13 17:35:27 -06:00
Jeff Epler
ebc07853ac stepconf: Try to work better with duplicate IDs
This makes it safe to build one screen from multiple
unfortunately, we still can't detect until runtime that a duplicated
name is referred to from the Python code.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2014-08-04 20:44:38 -06:00