summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make build with GtkStyleContextgtk-style-contextMatthias Clasen2010-11-152-16/+53
| | | | Very preliminary port from gtk_paint_ to gtk_render_.
* display: Add some keywords to the desktop fileMatthias Clasen2010-11-151-0/+1
| | | | | | This is mainly to demonstrate how keyword search operates. After this patch, typing "xrandr" in the search entry will find the display panel.
* shell: Add keyword searchMatthias Clasen2010-11-153-2/+29
| | | | | | | This commit makes search look at the X-GNOME-Keywords key. The key is expected to hold a list of strings, and is translatable. http://bugzilla.gnome.org/show_bug.cgi?id=634926
* shell: Don't change casedness when displaying matchesMatthias Clasen2010-11-151-4/+8
| | | | | | | | While we do want to match case-insensitively, we don't want to display the search result in all-lowercase. This patch is probably not quite utf8-ly correct. http://bugzilla.gnome.org/show_bug.cgi?id=634923
* Reinstate popup arrowsMatthias Clasen2010-11-152-14/+8
|
* Fix packing of the language dialogMatthias Clasen2010-11-151-2/+4
|
* Don't show parental controls for nowMatthias Clasen2010-11-151-3/+3
| | | | | This is not wired up, and will not be in place for 3.0, so hide it for now.
* Fix a little annoyance with combo boxesMatthias Clasen2010-11-151-0/+1
| | | | | Pop up the menu right away, instead of requiring the user to click again after the button turned into a combobox.
* Listen for permission changesMatthias Clasen2010-11-152-22/+24
| | | | | | Since the lockbutton doesn't have a changed signal, connecting to it doesn't help... directly listen for changes of the permission object instead.
* Update to GTK+ api changesMatthias Clasen2010-11-152-16/+16
| | | | | Implement get_preferred_width/height instead of size_request. Also, don't pretend that we have a changed signal when we don't.
* Fix conflictsRodrigo Moya2010-11-151-209/+206
|
* datetime: Add missing libraries to libdate_time_la_LIBADDRodrigo Moya2010-11-151-1/+1
|
* Some build fixesRodrigo Moya2010-11-158-7/+10
|
* default applications: Remove web browsers and mail readers from XML fileRodrigo Moya2010-11-151-229/+0
| | | | We use g_app_info API to retrieve those now
* region: Link against libxklavier alsoDidier Roche2010-11-152-5/+3
|
* Fix conflictsRodrigo Moya2010-11-151-206/+209
|
* all: Fix build for latest gnome-desktop changesAndreas Proschofsky2010-11-147-10/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=634859
* display: remove the primary display checkboxWilliam Jon McCann2010-11-142-57/+42
| | | | We'll add a graphical representation instead.
* display: make layout not jump around when selecting monitorsWilliam Jon McCann2010-11-141-102/+125
| | | | Add a bit of spacing for breathing room as well.
* display: remove unhelpful Monitor: labelWilliam Jon McCann2010-11-141-1/+1
| | | | | It is somewhat redundant, misleading for projectors, and adds noise. Remove it.
* display: indicate the selected display using an outside strokeWilliam Jon McCann2010-11-141-9/+20
| | | | | | And use the selection color from the widget style. This helps uncrowd the inner part of the box and will allow more room to fit a primary display selector.
* display: don't list the resolution in the arrangement boxWilliam Jon McCann2010-11-141-6/+2
| | | | | | It doesn't directly relate to the monitor arrangement and significantly clutters the view. We have designs to add a primary display arrangement and this unnecessarily complicates things.
* display: remove refresh rate settingWilliam Jon McCann2010-11-142-113/+10
| | | | | | This setting isn't really something that the user has enough information to set appropriately. And something the system should be able to figure out on its own.
* mouse: don't force wrapping the label at 180pxWilliam Jon McCann2010-11-141-1/+0
|
* mouse: use a smiley face instead of old ugly lightbulb to test clickWilliam Jon McCann2010-11-145-182/+9
|
* Added UG translationGheyret T.Kenji2010-11-131-2624/+3498
|
* Update Simplified Chinese translation.Aron Xu2010-11-141-2337/+1690
|
* shell: subtract a hacky constant from the screen height for dialog heightWilliam Jon McCann2010-11-131-1/+1
| | | | | Since the window also has a titlebar and toolbar. Should probably try to get the size of those somehow.
* Updated Galician translationsFran Diéguez2010-11-131-361/+280
|
* Updated Spanish translationJorge González2010-11-111-378/+291
|
* Updated Hebrew translationYaron Shahrabani2010-11-111-572/+1514
|
* sound: Explicit link to libxmlYanko Kaneti2010-11-101-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=634467
* background: one last old gnome_bg remnantYanko Kaneti2010-11-101-1/+1
|
* [screen] Add screen brightness and lock panelWilliam Jon McCann2010-11-098-0/+666
| | | | Not yet wired up.
* Release 2.91.2GNOME_CONTROL_CENTER_2_91_2Rodrigo Moya2010-11-092-1/+108
|
* Add missing translatable filesRodrigo Moya2010-11-091-9/+15
|
* Remove non-existing files from translationsRodrigo Moya2010-11-091-6/+0
|
* display: Use C comments, not C++Rodrigo Moya2010-11-091-1/+1
|
* shell: Actually set the shell variable when switching panelsBastien Nocera2010-11-091-2/+4
|
* user-accounts: Require newer polkit for GPermission supportBastien Nocera2010-11-091-1/+1
|
* user-accounts: Fix compile-time warningBastien Nocera2010-11-091-1/+1
|
* display: Show aspect ratios with resolutionsKees Cook2010-11-091-1/+39
|
* region: keyboard_dialog -> region_dialogYanko Kaneti2010-11-0911-19/+16
| | | | | gnome-keyboard-properties -> gnome-region-panel has-separator is gone
* Prepare for size_request removal in GTK3Matthias Clasen2010-11-083-39/+61
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=633321
* background: Last bits of new gnome_bg API portingTomas Bzatek2010-11-082-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=625899
* Updated Slovenian translationMatej Urbančič2010-11-051-2802/+3110
|
* datetime: Link test program against common libsRodrigo Moya2010-11-051-1/+1
|
* Add a get_toplevel accessor to CcShellGerd Kohlberger2010-11-053-13/+47
| | | | | Can be used to parent dialogs in CcPanel implementations. https://bugzilla.gnome.org/show_bug.cgi?id=621940
* [displays] Change panel name to DisplaysWilliam Jon McCann2010-11-041-2/+2
| | | | | Monitors aren't the only use of this panel. Projectors and tablet screens don't involve monitors at all.
* network: Spin buttons are not GtkRange'sRodrigo Moya2010-11-031-3/+3
|