summaryrefslogtreecommitdiffstats
path: root/iw/checklist.py
Commit message (Collapse)AuthorAgeFilesLines
* Add per-row control over sensitive property for CheckList and WideCheckList.David Lehman2009-12-091-4/+22
| | | | | | This is optional. To enable it, add a boolean column as the last column of the TreeStore you pass in and specify 'sensitivity=True' when instantiating WideCheckBox or CheckBox.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-8/+14
|
* 2007-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-211-2/+20
| | | | | | | * iw/network_gui.py (NetworkWindow.setupDevices): More things could be reasonable tooltips * iw/checklist.py (CheckList._tipQuery): Do per-row tooltips correctly
* * iw/network_gui.py: Call append_row function with extra tooltipjgranado2007-08-171-2/+4
| | | | | | | argument (#125312) * iw/checklist.py: Append_row function with argument that defines tooltip for each row.
* * 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-0/+2
| | | | | | | | | | | | 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.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-6/+6
| | | | from Colin Walters.
* don't do fixed width (#117368)Jeremy Katz2004-03-031-2/+2
|
* make checklists wider, add test program (#114495)Jeremy Katz2004-01-291-1/+21
|
* fix up test for storeMatt Wilson2002-07-181-6/+4
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* fix up more gtk changesMatt Wilson2002-05-081-4/+4
|
* move parition_gui to use checklist (dropping clist) and tweaked checklist to ↵Mike Fulbright2002-01-291-14/+25
| | | | be more sane (but needs a better fix than I made)
* changed column width to look betterbfox2002-01-111-1/+1
|
* use a TreeStore instead of a ListStore to work around silly sort refresh bugJeremy Katz2002-01-091-2/+2
|
* more functionality for package selection screenJeremy Katz2002-01-021-3/+50
|
* commit new GtkTreeView based checklist.py -- currently doesn't handle moreJeremy Katz2001-12-141-111/+66
| | | | | | | than two text columns update firewall_gui and language_support_gui to take advantage of nifty new checklist
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-10/+9
|
* copyrightMatt Wilson2001-08-071-0/+16
|
* pychecker fixMatt Wilson2001-06-231-3/+0
|
* Checkboxes now use checkmarks instead of "X"s. Looks better.bfox2000-11-011-2/+15
|
* Replaced GnomeIconList with Clist for a new package selection screen.bfox2000-10-051-0/+125