summaryrefslogtreecommitdiffstats
path: root/data/ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old UI's glade files.Chris Lumens2012-07-1920-7569/+0
| | | | | Without gui.py and iw/, they're not useful anymore except as examples of what not to do on newui.
* Add auto_vlan option for fcoe devices in UI (#735857)Radek Vykydal2012-05-041-0/+14
| | | | Resolves: rhbz#735857
* iscsi: add Configure Network to advanced storage GUI (#500273)Radek Vykydal2012-03-071-0/+107
| | | | | | | Useful for bringing up second interface for iscsi (e.g. for iface bound and multipathed target) Related: rhbz#500273
* iscsi: add iface binding support to discovery and setup GUI (#500273)Radek Vykydal2012-03-071-0/+33
| | | | | | | Resolves: rhbz#500273 In this initial support all used nodes will be either iface bound using default iface.
* Move the fedora logo to the left.Ales Kozumplik2011-10-041-0/+4
| | | | Resolves: rhbz#739861
* i18n: Do not include newlines in the reinit dialog's label.Ales Kozumplik2011-08-181-5/+3
| | | | | | | | The translators don't know how to what to do about them: if they omit them the dialog stretches wildly because wrapping wasn't set. If they include them in the translation the text might look awkwardly formatted. Resolves: rhbz#730879
* Implement an option that lets anaconda name mpath devices by the wwid.Ales Kozumplik2011-06-172-0/+103
| | | | | | | | | | | Adds a new option dialog to the filtering screen, with a checkbox. If user unchecks this, /etc/multipath.conf is generated with user_friendly_names set to "no". This will give all mpath devices names in the /dev/mapper/<wwid> format, partitions are /dev/mapper<wwid>p1. The setting defaults to using the friendly names. Resolves: rhbz#709653
* Allow autopart without lvm.David Lehman2011-06-081-5/+44
| | | | Use LVM by default.
* Add a shortcut for Configure Network (#705022)Martin Gracik2011-05-191-1/+1
|
* iscsi: disable the 'Login' button with no nodes selected.Ales Kozumplik2011-04-281-1/+1
| | | | Resolves: rhbz#700085
* Collect LUKS passphrases to avoid making users enter them repeatedly.David Lehman2011-03-141-18/+0
| | | | | | | | This pretty much makes us behave like plymouth: We try every passphrase we know until one works. If we have none, or none works, we prompt for a passphrase. If that passphrase works, we add it to our list. Resolves: rhbz#588942
* fix mnemonics in the 'Add Repository' dialogAles Kozumplik2011-03-091-1/+2
| | | | Resolves: rhbz#679058
* typo: missing dot in the reinitialization dialog glade file.Ales Kozumplik2011-02-101-1/+1
|
* Set default resolution of anaconda.glade to 800x600David Cantrell2011-02-031-1/+3
| | | | | | | | The default resolution of mainWindow is used for sessions that run anaconda over ssh X forwarding. For normal graphical installs and VNC sessions, we take the default resolution offered by the server. Related: rhbz#663411
* Those missing mnemonicks will not stand.Ales Kozumplik2011-01-191-2/+2
|
* Change the device reinitialization dialogMartin Gracik2010-12-201-0/+257
| | | | Resolves: rhbz#657376
* Remove obsolete networking code.Radek Vykydal2010-11-031-538/+0
|
* gui: remove "swapped" attribute from anaconda.gladeAles Kozumplik2010-10-291-7/+7
| | | | Doesn't do anything but libglade warnings on tty1.
* iscsi, cosmetic: fix grammar in the iscsi dialogs.Ales Kozumplik2010-10-121-2/+2
|
* gui: hide text in the proxy password field (#611825).Ales Kozumplik2010-10-111-1/+1
|
* iscsi: discovery and node login wizard.Ales Kozumplik2010-09-152-456/+568
| | | | | | | | | | For GUI this should allow the user to use different credentials for discovery and login. Also, the discovery and login dialogs won't display the complex authentication options by default, so they look less scary and make it clear that CHAP is not always required. Related: rhbz#469382 Related: rhbz#607827
* Run anaconda in fullscreen mode.Chris Lumens2010-09-091-268/+153
| | | | | | | This involved updating the main glade file, and I did so in glade-3 which makes the commit look much more involved than it needs to be. I also removed some container widgets that have basically been unused since we got rid of the release notes viewer and the help panel.
* ui: a couple of storage mnemonics.Ales Kozumplik2010-09-081-1/+1
| | | | So one can speed through the filtering UI real quick.
* ui: C_reate mnemonics in Create Storage dialog.Ales Kozumplik2010-07-021-1/+2
|
* Add iSCSI radio button to button group (#603726)David Cantrell2010-06-161-0/+1
| | | | | The iSCSI, FCoE, and zFCP radio buttons all need to be part of the same radio button group for set_active() to work correctly.
* translations: don't say context=yes if you don't mean it.Ales Kozumplik2010-06-108-27/+27
| | | | Related: rhbz#598413
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-3119-0/+7568
a real Python package. Also updates the build and autotools stuff to work with the new structure