summaryrefslogtreecommitdiffstats
path: root/iw/mouse_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove mouse screens that haven't been used in 4 yearsJeremy Katz2008-03-261-280/+0
|
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-6/+12
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-1/+0
| | | | it.
* Remove help-related methods, classes, and variables since that stuff hasChris Lumens2006-05-161-1/+0
| | | | | been disabled for months and it's never coming back. Also remove this stuff from the glade file as well.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-27/+27
| | | | from Colin Walters.
* Use gui.readImageFromFile instead of deprecated ics methods.Chris Lumens2005-02-231-1/+1
|
* use new rhpl mouse stuff and go back to having translationsJeremy Katz2003-09-301-14/+15
|
* ugh -- this wasn't really very translation friendly. don't translate for ↵Jeremy Katz2003-03-301-2/+2
| | | | now until we clean this up (#87431)
* a few pychecker fixesJeremy Katz2003-01-031-3/+1
|
* handle case where mouse device is set to None because user selected "No - ↵Mike Fulbright2002-11-211-5/+20
| | | | Mouse". Yes yuck yuck yuck yuck.
* make widget padding consistentbfox2002-09-201-11/+8
|
* hack is back to make list/tree views to scroll_to correctlyMike Fulbright2002-07-221-0/+4
|
* new iter_next APIMatt Wilson2002-07-181-5/+4
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-4/+4
|
* add mnemonicsJeremy Katz2002-07-051-3/+5
|
* add title to network interface edit dialog, remove scroll_to hack since ↵Mike Fulbright2002-07-031-5/+0
| | | | gtk2+ is fixed now
* fun wiz bang idle handler to make scroll_to_cell work yay dont do this at ↵Mike Fulbright2002-06-251-0/+5
| | | | home kids
* implement bug #67020Mike Fulbright2002-06-191-7/+5
|
* fix for bug #66284Mike Fulbright2002-06-191-2/+3
|
* make things work with new pygtk2Jeremy Katz2002-06-171-6/+4
|
* switch to get_iter_first()Mike Fulbright2002-06-061-1/+1
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-1/+1
|
* rewrite the gui mouse dialog to use gtktreemodel/viewMatt Wilson2001-10-191-183/+210
| | | | | i18n mouse list remove debugging from gui.py accidently checked in
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-71/+58
|
* fix from 7-2-branch (#54030)Jeremy Katz2001-09-261-1/+5
|
* Add a reset button to mouse window and remove None-None from the list. ↵bfox2001-09-201-20/+29
| | | | Resolves bug #26769
* copyrightMatt Wilson2001-08-071-3/+14
|
* Remove all python use of Imlib; replace with gdk pixbufMatt Wilson2001-07-251-4/+2
|
* added set_usize to labels to get around premature word wrappingbfox2001-06-251-0/+1
|
* added string identical to text modebfox2001-06-251-1/+8
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-19/+19
|
* don't change the mouse type in test modeErik Troan2001-01-121-5/+7
|
* added comments to tell what tags correspond to what screensMike Fulbright2000-12-131-0/+1
|
* Changed the tree style to use triangle handles.bfox2000-10-301-0/+3
|
* added translatable stringsErik Troan2000-08-101-5/+5
|
* second pass at XFree86 4.0 supportMatt Wilson2000-04-271-18/+1
|
* xfree86 4.0, almost workingMatt Wilson2000-04-241-1/+5
|
* Fixups to make modules findable after text and gui file renamingMike Fulbright2000-04-201-2/+1
|
* Renamed account.py to account_gui.pyMike Fulbright2000-04-191-1/+4
|
* Moved mouse.py to mouse_gui.py to avoid namespace conflictsMike Fulbright2000-04-191-0/+224