Diff
Differences From Artifact [0b23e6b513]:
- File uikit.py — part of check-in [c02e9a3ec0] at 2015-04-24 21:54:58 on branch trunk — Add spacing for config dialog options (indented per plugin). Narrower labels, icons now show up. Undo newline-removal for Gtk3 tooltips (work with preformatted text instead). (user: mario, size: 25284) [annotate] [blame] [check-ins using]
To Artifact [09bab8deb1]:
- File uikit.py — part of check-in [363dce5eb9] at 2015-04-26 15:35:21 on branch trunk — Cover most catched exceptions with log messages. (user: mario, size: 25328) [annotate] [blame] [check-ins using]
664 665 666 667 668 669 670 | 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 | - + + | pass elif p < 1.0: progressbar.set_fraction(p) progressbar.set_property("text", msg) while gtk.events_pending(): gtk.main_iteration(False) else: progresswin.hide() |