Commit graph

9089 commits

Author SHA1 Message Date
Bastien Nocera
968d421083 sound: Simplify check_rectangle() macro
As the x and y never change.
2010-11-18 16:06:53 +00:00
Bastien Nocera
adc34ac019 sound: Avoid second warning when no theme
When the freedesktop sound theme isn't installed, avoid warnings
on startup above and beyond the existing one.
2010-11-18 15:21:27 +00:00
Richard Hughes
1444735b6e Add the first cut of the UI of the power panel, based on a mockup by Alan Day 2010-11-18 14:46:33 +00:00
Richard Hughes
4d81619414 Connect up the screen dpms off combobox with the new keys in g-s-d 2010-11-18 14:46:33 +00:00
Bastien Nocera
c3926dbc03 sound: Remove dead code
The sound theme editor wasn't used, and wasn't going to be used.
2010-11-18 14:41:15 +00:00
Javier Jardón
9aa37efb15 gvc-level-bar: Replace size_request by get_preferred_width/height
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635117
2010-11-18 14:34:07 +00:00
Bastien Nocera
9b1176aefc network: Avoid run-time warnings
As the GPtrArray for the ignored_hosts is never actually created,
and a use-after-free as we didn't dup the strings into the array,
and freed the array.
2010-11-18 03:04:02 +00:00
Richard Hughes
3b8ae693d5 Connect up the brightness slider and the dim checkbox with gnome-power-manager 2010-11-17 16:56:09 +00:00
Bastien Nocera
032d6326d5 panels: Add keywords to all the panels we ship
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
Bastien Nocera
ad98fd751b display: Fix keywords
And add a translator comment.
2010-11-17 15:42:37 +00:00
Bastien Nocera
c1d3b1b49c po: Update for removed and added files 2010-11-17 15:40:32 +00:00
Bastien Nocera
4ff4204304 ua: Remove relation with inexistant widget
There's no labels for that widget, so it's not labelled by anything.
Fixes a run-time warning.
2010-11-16 23:01:13 +00:00
Bastien Nocera
f052f0ad16 sound: Don't allow long profile names to resize toplevel
When profile names were overly long, the whole panel was wider than
before. This allows us to clip the combobox when not popped up, but
show the full text when it is, thus avoiding problems with some
profile names looking the same because of the missing end.

https://bugzilla.gnome.org/show_bug.cgi?id=613040
2010-11-16 18:04:39 +00:00
William Jon McCann
368f348079 screen: improve label for dim checkbox 2010-11-16 12:23:56 -05:00
Thomas Wood
d4cabf4998 datetime: Implement 12/24 hour preferences for the gnome-shell clock
Implement the radio buttons that change the format of the clock displayed
in gnome-shell.
2010-11-16 14:04:47 +00:00
Bastien Nocera
4f95d63555 keyboard: Fix possible accel blocking
Use a constructor so that the "shell" property is already set.
This allows use to block accels from working when capturing a key,
as well as parent dialogues properly for the toplevel.
2010-11-16 12:13:01 +00:00
Bastien Nocera
ab72b37318 mouse: Remove dead a11y code
That code is broken, and wasn't used anyway, as all of this
should be available in the UA panel.
2010-11-16 11:06:02 +00:00
Matthias Clasen
07543ce008 display: Add some keywords to the desktop file
This is mainly to demonstrate how keyword search operates. After
this patch, typing "xrandr" in the search entry will find the
display panel.
2010-11-15 18:17:00 -05:00
Matthias Clasen
aef8513752 shell: Add keyword search
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
2010-11-15 18:04:57 -05:00
Matthias Clasen
b85950d807 shell: Don't change casedness when displaying matches
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
2010-11-15 17:55:26 -05:00
Matthias Clasen
24b5fb73c1 Reinstate popup arrows 2010-11-15 14:59:31 -05:00
Matthias Clasen
9d3811e670 Fix packing of the language dialog 2010-11-15 14:23:44 -05:00
Matthias Clasen
1786c5949f Don't show parental controls for now
This is not wired up, and will not be in place for 3.0, so hide
it for now.
2010-11-15 14:18:38 -05:00
Matthias Clasen
8cffbc0a4c Fix a little annoyance with combo boxes
Pop up the menu right away, instead of requiring the user to click
again after the button turned into a combobox.
2010-11-15 14:13:44 -05:00
Matthias Clasen
1607beaea2 Listen for permission changes
Since the lockbutton doesn't have a changed signal, connecting to
it doesn't help... directly listen for changes of the permission
object instead.
2010-11-15 14:04:14 -05:00
Matthias Clasen
bd7cd034a4 Update to GTK+ api changes
Implement get_preferred_width/height instead of size_request.
Also, don't pretend that we have a changed signal when we don't.
2010-11-15 14:04:11 -05:00
Rodrigo Moya
d14cc5c0b0 Fix conflicts 2010-11-15 11:28:01 +01:00
Rodrigo Moya
b844ac1e18 datetime: Add missing libraries to libdate_time_la_LIBADD 2010-11-15 10:35:49 +01:00
Rodrigo Moya
047f48e850 Some build fixes 2010-11-15 10:35:49 +01:00
Rodrigo Moya
89669e136b default applications: Remove web browsers and mail readers from XML file
We use g_app_info API to retrieve those now
2010-11-15 10:35:49 +01:00
Didier Roche
f6bf9efd67 region: Link against libxklavier also 2010-11-15 10:35:49 +01:00
Rodrigo Moya
7c87dce1dc Fix conflicts 2010-11-15 10:35:25 +01:00
Andreas Proschofsky
32f59e6df5 all: Fix build for latest gnome-desktop changes
https://bugzilla.gnome.org/show_bug.cgi?id=634859
2010-11-14 22:12:59 +00:00
William Jon McCann
16f45eb8a7 display: remove the primary display checkbox
We'll add a graphical representation instead.
2010-11-14 15:44:36 -05:00
William Jon McCann
ad13352fbc display: make layout not jump around when selecting monitors
Add a bit of spacing for breathing room as well.
2010-11-14 15:38:17 -05:00
William Jon McCann
25b198a814 display: remove unhelpful Monitor: label
It is somewhat redundant, misleading for projectors, and adds
noise.  Remove it.
2010-11-14 15:15:54 -05:00
William Jon McCann
ebf1ced0ae display: indicate the selected display using an outside stroke
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.
2010-11-14 14:56:07 -05:00
William Jon McCann
3cc5c70546 display: don't list the resolution in the arrangement box
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.
2010-11-14 14:10:15 -05:00
William Jon McCann
368849afe5 display: remove refresh rate setting
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.
2010-11-14 13:22:04 -05:00
William Jon McCann
b14cd82bf5 mouse: don't force wrapping the label at 180px 2010-11-14 12:52:35 -05:00
William Jon McCann
2f4e88b4a3 mouse: use a smiley face instead of old ugly lightbulb to test click 2010-11-14 12:38:35 -05:00
Gheyret T.Kenji
f00488476f Added UG translation 2010-11-13 22:14:17 +01:00
Aron Xu
cb44acd659 Update Simplified Chinese translation. 2010-11-14 04:05:33 +08:00
William Jon McCann
93f6035425 shell: subtract a hacky constant from the screen height for dialog height
Since the window also has a titlebar and toolbar.  Should probably
try to get the size of those somehow.
2010-11-13 11:46:41 -05:00
Fran Diéguez
e673c682f4 Updated Galician translations 2010-11-13 01:37:53 +01:00
Jorge González
b721dabdae Updated Spanish translation 2010-11-11 17:23:03 +01:00
Yaron Shahrabani
e5d7c6fc32 Updated Hebrew translation 2010-11-11 08:07:49 +02:00
Yanko Kaneti
4e0acb27ce sound: Explicit link to libxml
https://bugzilla.gnome.org/show_bug.cgi?id=634467
2010-11-10 10:59:54 +01:00
Yanko Kaneti
2deff133ff background: one last old gnome_bg remnant 2010-11-10 10:49:44 +01:00
William Jon McCann
a6e64f1aa3 [screen] Add screen brightness and lock panel
Not yet wired up.
2010-11-09 23:15:40 -05:00