Commit graph

9390 commits

Author SHA1 Message Date
Cosimo Cecchi
281d37713e i18n: update POTFILES for media panel 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
4985ac36b2 media: whitespace fixes 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
23d0dac079 media: don't support running uninstalled, it's not possible now. 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
6d968179c3 media: use a struct to associate GtkBuilder names and content types 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
c18b77f75f media: define an enum for combobox positions 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
8b87acc6cf media: don't use eel prefix for functions 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
9cef81b809 media: use GPtrArray to add/remove elements from strv 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
5f0d760712 media: make the "Add application" dialog modal
To get the sticky effect from gnome-shell (if it's running). It makes
sense for that dialog to be modal anyway, as choosing more than one
default application at the same time is just confusing.
2010-11-23 15:25:01 +01:00
Cosimo Cecchi
25e932c7c4 media: credit original author of the code, and some cosmetic changes 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
d074821db8 media: hook up the open with dialog in the autorun panel 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
230edc2f12 media: copy-paste NautilusOpenWithDialog here 2010-11-23 15:25:01 +01:00
Cosimo Cecchi
5f6c1d2b50 media: use GIcons instead of rendering pixbufs ourselves
This simplifies the code a bit, and avoid unnecesary work.
2010-11-23 15:25:01 +01:00
Cosimo Cecchi
b70172e707 media: initial port of Nautilus capplet code. 2010-11-23 15:25:01 +01:00
William Jon McCann
f490da1cb5 display: use a better color shading
So the displays don't look black when off.  We should avoid using
black since that is used for the top bar.
2010-11-23 08:29:59 -05:00
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