summaryrefslogtreecommitdiffstats
path: root/iw/pixmapRadioButtonGroup_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-248/+0
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* Put less space between rows and allow text to be longer before wrapping.Chris Lumens2009-12-111-4/+4
|
* Use print() as a function.Peter Jones2008-09-081-1/+1
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+1
| | | | * po/sk.po: Typo fix.
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-6/+12
|
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-1/+1
| | | | #204564).
* * gui.py (handleRenderCallback): Sure would be nice if I could keepDavid Cantrell2006-05-191-2/+0
| | | | | | | | | | | | | indentation correct when modifying functions. Discontinue use of gtk.gdk.threads_init() and use gobject.threads_init() because of our use of callbacks. Remove threads_enter/leave wrapper around gtk.main() * iw/checklist.py: Remove threads_enter/leave wrapper around gtk.main() since we're using gobject.threads_init() now. * iw/datacombo.py: Likewise. * iw/ipwidget.py: Likewise. * iw/pixmapRadioButtonGroup.py: Likewise. * iw/release_notes.py: Likewise.
* * gui.py: Remove PYGTK_DISABLE_THREADS environment variable. CallDavid Cantrell2006-05-161-3/+3
| | | | | | | | | | | | gtk.gdk.threads_init() early on. Wrap gtk.main() in threads_enter and threads_leave calls. * htmlbuffer.py: Wrap gtk.main() in threads_enter and threads_leave calls. * iw/checklist.py: Likewise. * iw/datacombo.py: Likewise. * iw/ipwidget.py: Likewise. * iw/pixmapRadioButtonGroup_gui.py: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+2
| | | | | | | | | | * constants.py: Fix traceback * bootdisk/sparc/*: Remove out of date sparc files. * anaconda: Product name fixup * bootdisk/ppc/bootinfo.txt: Likewise. * loader2/linuxrc.s390: Likewise.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-25/+25
| | | | from Colin Walters.
* deprecated function fixup in test routinesJeremy Katz2004-08-261-1/+1
|
* remove some Red Hat-ismsBill Nottingham2003-12-161-4/+4
|
* markup for mnemonics and fix test modeMike Fulbright2003-04-211-2/+4
|
* we need to go ahead and change the labels so that we can do substitutionsJeremy Katz2003-02-071-2/+3
| | | | | (like for Red Hat Linux). this makes everything consistent about when and where we translate (#82725)
* add key for identifying entry which is different from the label we are ↵Mike Fulbright2002-12-111-2/+4
| | | | putting in the entry
* new widget for simple pretty checkbox lists like installtype screenMike Fulbright2002-12-111-0/+240