summaryrefslogtreecommitdiffstats
path: root/iw/ipwidget.py
Commit message (Collapse)AuthorAgeFilesLines
* Move from IPEditors to gtk.Entrys. This will help when people can enterChris Lumens2006-06-071-150/+0
| | | | IPv6 addresses so we don't have a thousand little boxes on the screen.
* * 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-1/+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-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-271-1/+11
| | | | | | | | * iutil.py (writeRpmPlatform): patch from Joe Pruett to improve rpmarch= support (#101971) * iw/ipwidget.py (IPEditor.dehydrate): Make sure people get decimal IP addrs. (#122038)
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-3/+3
| | | | from Colin Walters.
* deprecated function fixup in test routinesJeremy Katz2004-08-261-1/+1
|
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-15/+3
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* add getFocusableWidget to ipwidget to avoid tracebacksJeremy Katz2002-07-081-0/+3
|
* clarify error message; can't have first octet be zero (I asked bryce) (#67042)Jeremy Katz2002-06-201-12/+8
|
* added IPMissing expection if the ip entry is emptyMike Fulbright2002-05-311-0/+14
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* rework of network screen, fixing several bugsMike Fulbright2002-05-131-32/+32
|
* widget to smartly handle IPsMike Fulbright2002-05-091-0/+139