summaryrefslogtreecommitdiff
path: root/panels/notifications/edit-dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* notifications: Give mnemonic to labelled widgetsJiro Matsuzawa2016-01-181-6/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=736606
* notifications: Place switches into GtkListBoxMarek Kasik2015-01-201-0/+352
Place panel switches into GtkListBox and change their behaviour so that: When "Notifications" switch is off, all other switches in the dialog are insensitive. "Notifications Banners" switch is off and insensitive when corresponding panel switch is off. "Show Message Content in Banners" switch is off and insensitive when switch above is off. "Lock Screen Notifications" switch is off and insensitive when corresponding panel switch is off. "Show Message Content on Lock Screen" switch is off and insensitive when switch above is off. https://bugzilla.gnome.org/show_bug.cgi?id=742521