summaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Another attempt at fixing the squished screen bug (#849211).Chris Lumens2012-10-101-0/+1
* Update widget-specific TODO list.Chris Lumens2012-09-201-4/+1
* Don't use grey for the status text of a SpokeSelector (#855638).Chris Lumens2012-09-201-2/+15
* Use slightly less confusing labels for the various back buttons.Chris Lumens2012-09-131-1/+1
* Add a property to SpokeWindow for setting the single button's label.Chris Lumens2012-09-131-5/+55
* Rename the SpokeWindow's back button to just button.Chris Lumens2012-09-132-27/+31
* Mark/unmark some strings for translation, as appropriate.Chris Lumens2012-08-153-5/+5
* Save the distro label into the right variable for retranslation.Chris Lumens2012-08-151-1/+1
* Allow clicking on the InfoBar to emit a signal.Chris Lumens2012-07-232-2/+55
* Fix a typo in a SpokeWindow comment.Chris Lumens2012-07-171-1/+1
* Finally, port the hand cursor to DiskOverviews as well.Chris Lumens2012-06-211-0/+20
* Add the hand cursor to MountpointSelectors, too.Chris Lumens2012-06-191-0/+20
* Giving a MountpointSelector focus should cause it to be displayed.Chris Lumens2012-06-072-0/+50
* Add a little right pointing arrow to the active mountpoint selector.Chris Lumens2012-06-071-6/+49
* Set the default mountpoint in a MountpointSelector to empty.Chris Lumens2012-06-061-2/+2
* Change cursor shape when the pointer is over SpokeSelector iconMartin Sivak2012-05-291-0/+18
* Fix the alignment of text in the MountpointSelector.Chris Lumens2012-05-241-2/+4
* Make TimezoneMap suitable for testingVratislav Podzimek2012-05-244-13/+38
* Add an override for MountpointSelector so it works like SpokeSelector.Chris Lumens2012-05-231-0/+16
* Add a new MountpointSelector widget.Chris Lumens2012-05-214-1/+308
* Make spoke status messages always grey.Chris Lumens2012-05-151-2/+2
* Don't let any single spoke's status line get too large (msivak).Chris Lumens2012-05-111-0/+2
* You're not always going back to the summary, so make the text more generic.Chris Lumens2012-03-301-1/+1
* Add TimezoneMap to glade catalogVratislav Podzimek2012-03-281-0/+10
* Add data used by TimezoneMap widgetVratislav Podzimek2012-03-2848-2/+168
* Add TimezoneMap widget to AnacondaWidgetsVratislav Podzimek2012-03-285-4/+1217
* Don't show a resize grip on a lightbox window.Chris Lumens2012-01-241-0/+1
* Allow selecting DiskOverviews via the keyboard.Chris Lumens2012-01-243-44/+57
* Update TODO lists.Chris Lumens2012-01-151-8/+4
* Add support to some widgets for retranslating the UI on language change.Chris Lumens2012-01-134-8/+89
* Allow hubs to expand more vertically so they don't need a scroll bar.Chris Lumens2012-01-131-1/+1
* Add style info to DiskOverview so rounded corners on selection work.Chris Lumens2012-01-091-0/+14
* Make DiskOverviews take up less vertical space and give them a border.Chris Lumens2012-01-091-0/+2
* Make the DiskOverview icon quite a bit smaller.Chris Lumens2012-01-091-3/+5
* Mark more strings for translation.Chris Lumens2012-01-094-8/+9
* Show user-specified disk size.David Lehman2012-01-061-1/+1
* Break GTK_STATE_FLAG_SELECTED setting out into its own function.Chris Lumens2011-12-211-6/+8
* More work on making things larger and clearer.Chris Lumens2011-12-212-9/+20
* Remove some unused code I never should have pushed in the first place.Chris Lumens2011-12-201-16/+0
* Allow keyboard navigation of the SpokeSelectors on a hub.Chris Lumens2011-12-201-0/+39
* Update TODO list.Chris Lumens2011-12-191-1/+0
* Tweak spacing and margins on UI screens.Chris Lumens2011-12-192-3/+7
* Set different values for the alignment on hubs and spokes.Chris Lumens2011-12-193-5/+18
* Add a general purpose info bar to the bottom of the BaseWindow.Chris Lumens2011-12-192-6/+70
* Rework the base window class to include a top-level vbox and alignment.Chris Lumens2011-12-197-39/+111
* Set a default action_area spacing so each screen doesn't have to set it.Chris Lumens2011-12-141-0/+1
* Add a warning icon if a spoke is incomplete.Chris Lumens2011-12-132-5/+9
* Add an alignment into the HubWindow so we can control its screen size.Chris Lumens2011-12-131-1/+5
* No longer use the deprecated Gtk{H,V}Box and GtkHButtonBox constructors.Chris Lumens2011-12-083-3/+3
* Add the lightbox code (akozumpl).Chris Lumens2011-11-304-2/+175