Commit graph

7 commits

Author SHA1 Message Date
Rene Hopf
4fe346f7f2 wip: gtk3 port of pncconf 2020-05-09 01:42:28 +02:00
Rene Hopf
ac66fe3eb0 python3 compatibility in lib/python 2020-04-26 22:56:52 +02:00
Lubomir Rintel
a63ec765cb all: update FSF address in GPL 2.0 notices
If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].

  [1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2017-09-15 13:06:22 +02:00
Chris Morley
f22876f08b 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>
2014-12-30 01:52:42 -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