summaryrefslogtreecommitdiffstats
path: root/widgets/src/MountpointSelector.c
Commit message (Collapse)AuthorAgeFilesLines
* Create/clarify some documentation in the custom widgets.Chris Lumens2013-01-291-1/+1
|
* Condense string formatting in a couple custom widgets.Chris Lumens2013-01-291-20/+30
| | | | No reason to have this kind of stuff in two different places.
* Correct colors for selected items in mountpoint selector widget (mizmo).Chris Lumens2012-11-141-7/+10
| | | | | | | | This patch adjusts the coloring for selected mountpoints in the mountpoint selector widget. Previously, some of the text labels appeared grey or black on the blue selected background, making it harder to read them. This patch adjusts those so they go white when selected, and black or gray (depending on the label) when not selected.
* Adjust right margin for MountpointSelector (mizmo).Chris Lumens2012-11-121-1/+1
| | | | | | | | | | | The mountpoint selector has a problem where all mountpoints except the selected one are flush with 0 margin against the right wall of the box they're in, and the selected mountpoint gets 6 px of margin between it and the wall. This patch makes that margin more consistent, so both selected and unselected mountpoints in the mountpoint selector list on the left hand side of the custom partitioning spoke get a consistent 12 px margin.
* Toggle chosen property on focus change (MountpointSelector)Vratislav Podzimek2012-10-251-0/+2
| | | | Resolves: rhbz#869388
* Mark/unmark some strings for translation, as appropriate.Chris Lumens2012-08-151-2/+2
|
* Add the hand cursor to MountpointSelectors, too.Chris Lumens2012-06-191-0/+20
| | | | | This is largely just copy & paste from what msivak did elsewhere. Thanks.
* Giving a MountpointSelector focus should cause it to be displayed.Chris Lumens2012-06-071-0/+47
| | | | | | | | | | | | This means that when you press up and down with the keyboard to navigate the accordion, whatever MS you hit will be the one displayed on the right, and whatever one you were previously on will have its changes saved. This is different from how DiskOverviews and SpokeSelectors work, but I think it makes sense. When you keyboard to a DO, you are choosing to do include it in the install. We don't want people doing that by accident. When you keyboard to a SS, it would jump you into the spoke and that wouldn't work at all. The MS, however, just changes what's displayed on part of the screen.
* 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
| | | | Also, don't translate it. That doesn't make any sense.
* Fix the alignment of text in the MountpointSelector.Chris Lumens2012-05-241-2/+4
| | | | | | A side effect of this is that the whole left hand side is now wider, but I think that can be fixed by adjusting the stuff that goes in the right hand side.
* Add a new MountpointSelector widget.Chris Lumens2012-05-211-0/+237
This is the thing on the left hand side of the custom partitioning interface, allowing you to select a mount point and do some configuration on it.