Commit graph

13277 commits

Author SHA1 Message Date
Olivier Fourdan
1f42956437 wacom: small code clean-up
we already set a local variable so better use it, it helps with
code readability.

https://bugzilla.gnome.org/show_bug.cgi?id=689684
2013-01-17 11:06:02 +01:00
Bastien Nocera
66808c2b3f screen: Remove screen panel
It's been replaced by the updated Power panel and the new Privacy panel.
2013-01-17 11:06:02 +01:00
Matthias Clasen
18bac6db7c power: Add a dim screen switch
This switch controls whether we dim the screen when on battery.

https://bugzilla.gnome.org/show_bug.cgi?id=691582
2013-01-17 11:06:02 +01:00
Thomas Wood
8d338f66b3 privacy: use a GtkFrame for the border and background of the list box
Now that GtkFrame paints a background, use it to provide the border and
background of the list box.
2013-01-16 14:48:10 +00:00
Thomas Wood
b20bb8e31c egg-list-box: update to latest master 2013-01-16 14:08:23 +00:00
Thomas Wood
ef77e57571 sharing: prevent inactive white space below the list box
Now that GtkFrame paints a background, use it to provide the border and
background of the list box.

https://bugzilla.gnome.org/show_bug.cgi?id=691771
2013-01-16 14:08:23 +00:00
Bastien Nocera
9dee75e76a display: Use unicode characters directly
Instead of using their escape sequences.
2013-01-16 15:07:21 +01:00
Marek Kasik
22d8f1be60 printers: Have nicer icon for default printer
Change icon of default printer from emblem-default-symbolic
to object-select-symbolic. Make it follow the state of the cell
in which it is placed.

https://bugzilla.gnome.org/show_bug.cgi?id=690444
2013-01-16 12:44:21 +01:00
Marek Kasik
50a0f57533 printers: Attach toolbar controlling jobs to list of jobs
Use inline-toolbar style for the toolbar containing
buttons for controlling jobs. Set junctions so it
visually connects with the list of jobs.

https://bugzilla.gnome.org/show_bug.cgi?id=690421
2013-01-16 12:42:39 +01:00
Stéphane Graber
66576dfe24 display: Add support for 21:9 displays
https://bugzilla.gnome.org/show_bug.cgi?id=691803
2013-01-16 11:18:20 +01:00
Bastien Nocera
354310cfb4 sharing: Don't show Media sharing without rygel
If rygel isn't available, don't show the media sharing section.
2013-01-15 17:54:29 +01:00
Giovanni Campagna
c60221e0b4 Don't use glxinfo to access the graphic driver name
glxinfo is part of mesa-demos, and installing it pulls a lot of unnecessary
programs. We can get the same informations by querying the driver directly.

https://bugzilla.gnome.org/show_bug.cgi?id=691613
2013-01-15 17:47:15 +01:00
Bastien Nocera
7e94eca2fb 3.7.4 2013-01-15 16:16:28 +01:00
Bastien Nocera
d6df12fa25 shell: Fix distcheck
No overriding EXTRA_DIST please.
2013-01-15 16:16:28 +01:00
Bastien Nocera
1ed2fa3175 sharing: Fix distcheck
Missing the gresource.xml file in the dist
2013-01-15 16:12:10 +01:00
Bastien Nocera
70d0eba50c power: Disable Bluetooth switch for now
It's broken right now.
2013-01-15 15:49:56 +01:00
Rui Matos
6a3fec2521 shell: Fix a crash 2013-01-15 14:33:15 +01:00
Bastien Nocera
d2bfa254d3 Revert "shell: Remove unused gnome-menus helper files"
The files are used by gnome-shell to display the control-center
search resulst in the overview.

https://bugzilla.gnome.org/show_bug.cgi?id=690577

This reverts commit 10f292dc6b.

Conflicts:
	po/POTFILES.in
	shell/Makefile.am
2013-01-15 12:07:46 +01:00
Giovanni Campagna
eb3dfe9b77 shell: Use CcShellMode to do the panels filtering
https://bugzilla.gnome.org/show_bug.cgi?id=690577
2013-01-15 11:37:24 +01:00
Bastien Nocera
20826eb6e6 sharing: Add more keywords to desktop file
As were added to rygel-preferences in
https://bugzilla.gnome.org/show_bug.cgi?id=691176
2013-01-15 10:49:27 +01:00
Bastien Nocera
f549fc2501 privacy: Rename the show-full-name screensaver settings too
As the name was changed to match that of the unlocked shell case.
2013-01-15 09:45:23 +01:00
Bastien Nocera
bbbaff2e0a privacy: Remove use of gnome-shell schema
Use show-full-name-in-top-bar key from the privacy settings instead
of show-full-name in the shell's settings.

https://bugzilla.gnome.org/show_bug.cgi?id=689561
2013-01-15 09:35:29 +01:00
Bastien Nocera
39d7842ebe background: Don't access the panel object in _finish()
We shouldn't access the panel object as we don't know whether
the memory is still valid or the panel has gone away and was
freed.
2013-01-15 08:27:11 +01:00
Thomas Wood
83bb97bfd1 sharing: fix the keywords list in the desktop file 2013-01-14 18:26:57 +00:00
Thomas Wood
b30d0133b9 Add initial implementation of the new Sharing panel
https://bugzilla.gnome.org/show_bug.cgi?id=687772
2013-01-14 18:06:20 +00:00
Thomas Wood
f3a35fb573 Add CcHostnameEntry widget and use it in the info panel
https://bugzilla.gnome.org/show_bug.cgi?id=687772
2013-01-14 18:06:20 +00:00
Bastien Nocera
b577e6a679 shell: Add support for navigating use left/right arrows
https://bugzilla.gnome.org/show_bug.cgi?id=409230
2013-01-14 17:40:11 +01:00
Bastien Nocera
81385c6350 shell: Add support for the "Back" keyboard key and Alt+Up
https://bugzilla.gnome.org/show_bug.cgi?id=691601
2013-01-14 15:32:35 +01:00
Matthias Clasen
77b7569c3d Add the input-source-switcher to the shortcuts
This setting was relegated to gnome-tweak-tool in 3.6 for timing
reasons, but it really belongs in the keyboard panel.
https://bugzilla.gnome.org/show_bug.cgi?id=687910
2013-01-14 06:12:54 -05:00
Kjartan Maraas
e6501feaad Updated Norwegian bokmål translation 2013-01-14 11:11:36 +01:00
Gheyret Kenji
516beb04ec Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-01-12 13:54:32 +09:00
Bastien Nocera
ac4cefcd8b shell: Make search result descriptions dimmer
Using the dim-label class and libgd's styled text renderer

https://bugzilla.gnome.org/show_bug.cgi?id=676576
2013-01-11 16:21:26 +01:00
Bastien Nocera
5996ace846 build: Add libgd submodule 2013-01-11 16:20:53 +01:00
Bastien Nocera
082cd72df8 shell: Rename keynav-failed handler 2013-01-11 16:03:48 +01:00
Luca Ferretti
43d3066e42 l10n: updated Italian translation 2013-01-11 00:32:31 +01:00
Luca Ferretti
f8da2f48c9 l10n: updated Italian translation 2013-01-11 00:28:27 +01:00
Bastien Nocera
7c3d27f3a0 shell: Add --list command-line option
https://bugzilla.gnome.org/show_bug.cgi?id=655418
2013-01-10 17:15:56 +01:00
Bastien Nocera
1e85647bc5 man: Add new panels to the documentation 2013-01-10 17:15:56 +01:00
Rui Matos
4f38c42785 region: Add UI for the per-window input sources setting
https://bugzilla.gnome.org/show_bug.cgi?id=684210
2013-01-10 15:31:44 +01:00
Kjartan Maraas
a64021aa0d Updated Norwegian bokmål translation 2013-01-10 13:56:58 +01:00
Piotr Drąg
f03355a2c5 Updated POTFILES.in 2013-01-09 21:08:38 +01:00
Bastien Nocera
d372995634 TODO: Remove outdated TODO file
We use Bugzilla for all that now.
2013-01-09 17:50:17 +01:00
Lionel Landwerlin
174c05757e build: Fix gnome-settings-daemon req bump
7e8f97760c says it bumps the
necessary g-s-d version, but instead bumps the gnome-desktop
required version.

Revert the gnome-desktop bump, and really bump the g-s-d version.

https://bugzilla.gnome.org/show_bug.cgi?id=691420
2013-01-09 16:54:58 +01:00
Matthias Clasen
44152f3b79 network: fix a small memory leak 2013-01-09 08:43:50 -05:00
Marek Kasik
3482dd19c9 printers: Control acceptance of jobs with enable switch
Control acceptance of jobs by selected printer together
with switch which controls whether printer is enabled/disabled.

Use word "Stopped" instead of "Paused" for disabled printers.

Show state "Does not accept jobs" if printer is enabled but doesn't
accept jobs.

https://bugzilla.gnome.org/show_bug.cgi?id=678668
2013-01-09 14:25:15 +01:00
Allan Day
95eb8868ac printers: Reduce vertical and horizontal padding
There was too much space between rows and columns. Reduce the
padding a bit.

https://bugzilla.gnome.org/show_bug.cgi?id=690375
2013-01-09 14:17:32 +01:00
Ondrej Holy
324d1cef8a user-accounts: Add history dialog
https://bugzilla.gnome.org/show_bug.cgi?id=681772
2013-01-09 14:14:19 +01:00
Aron Xu
639b15529e Update Simplified Chinese translation 2013-01-09 06:16:35 +08:00
Cosimo Cecchi
747663e201 egg-list-box: update to latest master 2013-01-08 11:43:26 -05:00
Richard Hughes
c7e48eb16a color: Do not crash if no sensors are plugged in 2013-01-08 14:53:18 +00:00