Commit graph

9026 commits

Author SHA1 Message Date
William Jon McCann
49e0499e3b display: update primary when turning displays off 2010-11-23 08:02:19 -05:00
William Jon McCann
17a7b0d404 display: only set primary when dragging top bar 2010-11-22 22:01:30 -05:00
William Jon McCann
3f054a856e display: don't allow setting primary on off displays 2010-11-22 21:54:51 -05:00
William Jon McCann
9cd6ecac9f display: ensure primary display is set in config
https://bugzilla.gnome.org/show_bug.cgi?id=635455
2010-11-22 21:40:34 -05:00
Bastien Nocera
325747abcc sound: Fix copy/paste error
When setting the default output programmitically.
2010-11-22 13:34:57 +00:00
William Jon McCann
d5642cf221 background: load wallpapers in an idle
So we don't block the construction.
2010-11-21 22:06:26 -05:00
William Jon McCann
4c06652dfc sound: remove window and button sounds checkbox 2010-11-21 21:37:26 -05:00
William Jon McCann
d2bacbfa59 sound: remove theme selection
Like appearance themes this is something that should move to
a tweakers paradise app.
2010-11-21 21:36:46 -05:00
William Jon McCann
d51d16fddf various: use a consistent and slightly larger border width for panels 2010-11-21 19:33:34 -05:00
William Jon McCann
e658b6341b display: add some border padding 2010-11-21 18:48:10 -05:00
Yaron Shahrabani
ba0971fa6a Updated Hebrew translation. 2010-11-21 13:29:26 +02:00
Bastien Nocera
747f48beb4 user-accounts: Add "Disable icon" menu item
When the faces/ directory cannot be loaded.
2010-11-21 03:16:41 +00:00
William Jon McCann
e2c486f979 display: use a smaller top bar size 2010-11-20 21:29:12 -05:00
Bastien Nocera
254513f75d user-accounts: Don't allow opening non-images
We need to be able to load it, otherwise it's not something
we'll support, and can use.
2010-11-21 02:17:38 +00:00
William Jon McCann
7e5aecdf98 display: allow dragging top bar to set primary display 2010-11-20 20:38:04 -05:00
William Jon McCann
3337e01c00 display: identify primary display with a black top bar and clock 2010-11-20 19:38:20 -05:00
William Jon McCann
a4ac7717da display: clean up declarations 2010-11-20 18:36:44 -05:00
William Jon McCann
88df7df3a9 display: use consistent indentation and spacing 2010-11-20 18:30:40 -05:00
William Jon McCann
e9804b5adc display: Just say no to tabs and trailing whitespace 2010-11-20 18:28:55 -05:00
William Jon McCann
e3367c92f0 Don't assume that get_preferred_* arguments can't be NULL
Fixes a crash introduced by f5f5aac5c0
2010-11-20 13:33:19 -05:00
Thomas Wood
aac24399f8 shell: ensure the background and foreground colours are consistent
Modify the colours of the viewport and category view widgets so that
they are consistent with the icon view.
2010-11-20 17:13:29 +00:00
Kjartan Maraas
907b0904b4 Remove generated file 2010-11-20 17:45:28 +01:00
Kjartan Maraas
6f3e7a569d Fix this up a bit 2010-11-20 14:32:59 +01:00
Kjartan Maraas
096749a8d0 Updated Norwegian bokmål translation 2010-11-20 14:09:36 +01:00
Gheyret T.Kenji
ba7018331a Added UG translation 2010-11-20 11:33:24 +01:00
Fran Diéguez
4ab3d15e2a Updated Galician translations 2010-11-20 01:40:27 +01:00
Matthias Clasen
d7b2e3144d shell: start in the right size
When starting up with a single panel, we don't want to show the full-height
window initially.
2010-11-19 15:08:23 -05:00
Matthias Clasen
1865429130 sound: avoid initial resizing
The initial small size is due to a 'Connecting to sound system..."
label that is shown for a split second before the real UI comes in.
Better to just not do that, I think.
2010-11-19 14:08:35 -05:00
Javier Jardón
5c53a050f8 gvc-sound-theme-chooser: Replace size_request signal
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635117
2010-11-19 17:39:12 +00:00
Bastien Nocera
342112ad51 sound: Remove radio buttons
I hate them, and they made switching the default input or output
too complicated, and probably very unaccessible.
2010-11-19 17:37:27 +00:00
Matthias Clasen
f61bf9fa91 power: Fix sizing issues in the power panel 2010-11-19 11:34:03 -05:00
Bastien Nocera
e6fc259fb0 Add headset icon
Icon from Hylke Bons, and Andreas Nilsson:
https://bugzilla.gnome.org/show_bug.cgi?id=581917
2010-11-19 16:23:32 +00:00
Bastien Nocera
744871943a Show icons for devices
Show device icons in the stream treeviews. Use GIcon
to get automatic fallback.

https://bugzilla.gnome.org/show_bug.cgi?id=581917
2010-11-19 16:23:32 +00:00
Richard Hughes
06a5844bab --amend 2010-11-18 19:41:44 +00:00
Richard Hughes
0ce60e84cb Add a 'Power' panel that matches the mockups 2010-11-18 19:20:35 +00:00
Bastien Nocera
d08cfeae5c sound: Make the level bar draw correctly again
The patch in
http://git.gnome.org/browse/gnome-media/commit/?id=5b71e80a54faf7bc8172bddccd74e2688435e571
was broken, as it didn't remove the translation that used to be
necessary when using ->expose_event, but not with ->draw.
2010-11-18 16:09:26 +00:00
Bastien Nocera
799b499082 sound: Make level bar descend from GtkWidget
As there's no need for it to descend from GtkHBox (it doesn't
actually contain anything).
2010-11-18 16:08:09 +00:00
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