summaryrefslogtreecommitdiffstats
path: root/pyanaconda/gui.py
Commit message (Expand)AuthorAgeFilesLines
* Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)Radek Vykydal2011-10-061-2/+0
* Don't reboot when closing the live installer via the window decoration.Chris Lumens2011-09-161-2/+1
* isolate localeInfo and expandLangs() from langauges.py into a separate module.Ales Kozumplik2011-09-071-1/+0
* gui: translate custom_icon to stock icon name in detailedMessageWindow()Ales Kozumplik2011-08-051-1/+10
* Remove dogtail support. No one uses it anyway.Chris Lumens2011-07-281-4/+0
* changes needed to have per-connection ifcfg files for wifi connectionsVratislav Podzimek2011-07-181-3/+1
* dispatch: fix remaining places using the old dispatch interface.Ales Kozumplik2011-05-191-1/+1
* dispatch: remove "upgradeswapsuggestion" and "addswap" steps.Ales Kozumplik2011-05-191-1/+0
* Cleanup how an installer interface can declare steps it does not implement.Ales Kozumplik2011-05-191-3/+0
* remove references to "zfcpconfig".Ales Kozumplik2011-05-041-1/+0
* nuke: InstallControlWindow.busyCursor*()Ales Kozumplik2011-04-271-6/+0
* Get rid of interface's entryWindow() and EntryWindow.Ales Kozumplik2011-04-271-32/+0
* Most viewers of tty1 do not care about xrandr stderr output.Ales Kozumplik2011-04-211-1/+2
* Set mainWindow size request to current res reported by xrandr (#694760)David Cantrell2011-04-181-1/+16
* gui.py: nuke createRepoWindow()Ales Kozumplik2011-03-221-6/+0
* gui.py: nuke titleBar*()Ales Kozumplik2011-03-221-31/+0
* Implement a general version of InstallInterfaceBase.methodstrRepoWindow().Ales Kozumplik2011-03-221-1/+9
* Collect LUKS passphrases to avoid making users enter them repeatedly.David Lehman2011-03-141-4/+1
* Remove the last of the xutils module.Chris Lumens2011-03-111-1/+0
* Dynamic strings make gettext translations fail.Ales Kozumplik2011-03-031-1/+1
* remove InstallerControllerWindow.setup_theme()Ales Kozumplik2011-02-211-5/+0
* Make the dispatcher call the shots.Ales Kozumplik2011-02-211-33/+36
* icw._doExit is now icw.close()Ales Kozumplik2011-02-211-5/+4
* remove trailing whitespace from gui.py and installclass.pyAles Kozumplik2011-02-211-24/+24
* gui: remove ics.setScreenNext() and ics.getScreenNext().Ales Kozumplik2011-02-211-6/+0
* Clean up a bunch of exception handling code.David Lehman2011-02-161-8/+10
* gui: remove an unneeded parameter from questionInitializeDisk()Ales Kozumplik2011-02-101-4/+3
* Remove width and height parameters from gui.readImageFromFile()David Cantrell2011-02-031-8/+1
* Bold the warning for GPT on non-EFI (#614585)Brian C. Lane2011-01-131-0/+1
* Adjust main window size based on install type (#667566)Brian C. Lane2011-01-061-16/+13
* Change the device reinitialization dialogMartin Gracik2010-12-201-0/+60
* Fix traceback after Delete in nm-c-e (#642370)Radek Vykydal2010-10-141-5/+8
* Attempt to bring the network up before saving a bug report (#635821).Chris Lumens2010-10-121-0/+15
* No one likes the welcome step anymore, so remove it.Chris Lumens2010-10-121-1/+0
* logging: be smarter logging UI module import errors.Ales Kozumplik2010-10-111-1/+4
* Preset default config for immediate Close in nm-c-e enablement (#636526)Radek Vykydal2010-10-081-0/+2
* Fix non-dhcp network enablement in stage 2 (#640951)Radek Vykydal2010-10-081-2/+1
* Improve logging of ifcfg stuff.Radek Vykydal2010-09-271-2/+4
* Refactor DNS resolver reset.Radek Vykydal2010-09-271-0/+6
* Limit progress bar amount to 1.0Brian C. Lane2010-09-241-0/+2
* Run anaconda in fullscreen mode.Chris Lumens2010-09-091-2/+2
* There's still no instdata on master (#613075).Chris Lumens2010-07-091-1/+1
* Control all devs by NM by default + filtering (iSCSI, FCoE) (#606745)Radek Vykydal2010-06-301-7/+12
* modules: changes to the import statements directly under pyanaconda/Ales Kozumplik2010-06-231-4/+4
* modules: pyanaconda.textw and pyanaconda.iw are now regular modules.Ales Kozumplik2010-06-231-4/+5
* Use method from isys for wireless devs checking (#473803)Radek Vykydal2010-06-151-2/+1
* Wait only for activation of devices controlled by NM (#598432)Radek Vykydal2010-06-151-1/+1
* fix: the po path has to be bound for gtk.glade too.Ales Kozumplik2010-06-101-0/+1
* fix error saving screenshots during package install (#594826).Ales Kozumplik2010-06-101-25/+22
* removal: gui.InstallKeyWindow.Ales Kozumplik2010-06-101-56/+0