Commit graph

1662 commits

Author SHA1 Message Date
Marek Kasik
0d86715c01 Printers: Show that no printer was found
Notify user that no local/network printer was found after search (#659725).
2011-09-23 14:53:04 +02:00
Bastien Nocera
c01531a27c universal-access: Remove colons from frame headings 2011-09-21 19:19:53 +01:00
Bastien Nocera
8e6378ef9f universal-access: Disable zoom options for now
The UI really isn't quite finished.
2011-09-21 19:19:06 +01:00
Bastien Nocera
ff394b08a1 universal-access: Simplify colour reading code
Using GdkRGBA directly, and making our own #rrggbb colour.
2011-09-21 19:09:14 +01:00
Bastien Nocera
6bc75e2ec1 universal-access: Fix 4-char tabs
Either you use spaces, or 8-char tabs, never 4-char tabs.
2011-09-21 19:04:08 +01:00
Bastien Nocera
5b47678f46 universal-access: Simplify WID() macro 2011-09-21 18:55:02 +01:00
Bastien Nocera
16690064d2 universal-access: Fix style of comments 2011-09-21 18:54:42 +01:00
Bastien Nocera
810f3a97d0 universal-access: Fix compile-time warning 2011-09-21 18:54:08 +01:00
Joseph Scheuhammer
f7fa758b2b Universal access: add dialog for zoom options
Added UI and code to spawn a zoom options preferences dialog to
modify various magnifier settings.  Modified the 'Seeing'
section of the universal access panel to enable the 'Options...'
button.

https://bugzilla.gnome.org/show_bug.cgi?id=643086
2011-09-21 18:49:42 +01:00
Ryan Lortie
20fa921090 info: continue on filesystem query info
When calculating the total size of all filesystems, failure to query a
single filesystem results in the iteration being cancelled and a
"Calculating..." message being left on the UI.  Instead, just ignore the
filesystem that failed and move on to the next.

https://bugzilla.gnome.org/show_bug.cgi?id=654563
2011-09-21 12:07:50 -04:00
Rodrigo Moya
82a9cdb2ed Disable remove button if no printer is selected
https://bugzilla.gnome.org/show_bug.cgi?id=659724
2011-09-21 16:49:44 +02:00
Colin Walters
f708c36fc3 datetime: Use GnomeWallClock instead of periodic timeout
We don't actually use the ::clock property string here - this
is just making it so we don't need to wake up once a second.

https://bugzilla.gnome.org/show_bug.cgi?id=658011
2011-09-21 00:45:41 +02:00
Bastien Nocera
4ef431c34f wacom: Show "stand-by" page when Wacom not available
https://bugzilla.gnome.org/show_bug.cgi?id=657424
2011-09-20 09:53:32 +01:00
Bastien Nocera
429b0b47be info: Don't warn if PackageKit isn't around
https://bugzilla.gnome.org/show_bug.cgi?id=659367
2011-09-20 02:38:01 +01:00
Bastien Nocera
32106ffbe6 info: Don't crash when systemd isn't used
It's possible to have systemd installed, including hostnamed,
but have it not be the init system, in which case it will fail
to auto-start. Handle that case instead of crashing.

https://bugzilla.gnome.org/show_bug.cgi?id=659367
2011-09-20 02:38:01 +01:00
Rodrigo Moya
c008829c5e network: Bind HTTP host entry to the 'host' setting in GSettings 2011-09-19 16:05:21 +02:00
Marek Kasik
ffff7a7deb Printers: Match lower-case properly
The lower-cased string needs to be checked against a lower-case
string, or it's never going to match (found by Bastien Nocera in
gnome-settings-daemon).
2011-09-19 14:00:10 +02:00
Bastien Nocera
2442c44015 info: Add some debug output
Before setting the hostname properties.
2011-09-18 14:15:09 +01:00
Bastien Nocera
1ce23f44d5 info: Split the hostname setting
Into a separate function.
2011-09-18 14:14:59 +01:00
Bastien Nocera
97af2049fd info: Do fallback correctly when reading hostnames
We need to read the hostname when the pretty hostname is
undefined, as it would be on default installations.
2011-09-18 13:19:53 +01:00
Bastien Nocera
5377825ade info: Don't warn when the hostname is empty 2011-09-18 13:19:53 +01:00
Matthias Clasen
88a2721159 region: Only offer to copy settings if they are different
We should not offer to copy the settings if they are identical
to the system-wide settings anyway.
2011-09-16 22:58:13 -04:00
Matthias Clasen
43dfc5418c Region: fix display of layouts on the system tab
G_N_ELEMENTS only works on explicitly declared arrays.
2011-09-16 22:35:04 -04:00
Cosimo Cecchi
08cf1f6f94 color: pack the left and right button groups into two GtkBox containers
So that we can link each of the two button groups separately, and apply
rounded corners properly to both.

https://bugzilla.gnome.org/show_bug.cgi?id=659273
2011-09-16 13:50:44 -04:00
Bastien Nocera
16454c97a6 universal-access: Use links to settings
Rather than buttons.

https://bugzilla.gnome.org/show_bug.cgi?id=659248
2011-09-16 18:19:30 +01:00
Matthias Clasen
bf5239d240 Region: Add a translator comment
'Display language' is not necessarily obvious, so explain
that it relates to displaying translated messages.
2011-09-15 19:32:49 -04:00
Richard Hughes
104aadaca9 color: Escape profile titles that have markup in the titles
This ensures we can show profiles with '<', '>' and '&' in the title.

Resolves https://bugzilla.gnome.org/show_bug.cgi?id=659127
2011-09-15 09:30:56 +01:00
Cosimo Cecchi
2621a965c5 online-accounts: don't use a GtkTable to arrange widgets
Use simple GtkBox widgets instead.
GtkTable does not support nth-child() constructs for CSS, so the theme
is not able to match the inline toolbar with selectors like

.inline-toolabr.toolbar:nth-child(last) {
}

which are used to change the rounded corners/top border width.

https://bugzilla.gnome.org/show_bug.cgi?id=658964
2011-09-14 13:33:58 -04:00
Rodrigo Moya
e09892b905 color: Disable 'View details' button if gcm-viewer is not installed 2011-09-14 14:01:46 +02:00
Richard Hughes
240a13f110 color: Do not allow the user to set default a profile they cannot access 2011-09-14 11:12:43 +01:00
Richard Hughes
c49b22027c color: Do not allow the user to choose profiles owned by other users
If there are multiple users in a system, don't show profiles we can't access.
2011-09-14 11:12:43 +01:00
Michael Terry
ba0d27aa2b universal-access: Set contrast combo on startup
https://bugzilla.gnome.org/show_bug.cgi?id=658990
2011-09-14 10:39:56 +01:00
Matthias Clasen
6506fdd08a color: Fix spawning of gcm-viewer
argv arrays passed to g_spawn need to be NULL-terminated.
2011-09-13 23:56:55 -04:00
Bastien Nocera
d0601dd417 online-accounts: Remove code duplicated from .ui 2011-09-13 23:34:57 +01:00
Bastien Nocera
c93bf71405 info: Use new GtkAppChooserButton API
gtk_app_chooser_button_set_show_default_item() was
added so that we could show the default application
for the content-type at the top, and selected, without
hacks.

https://bugzilla.gnome.org/show_bug.cgi?id=658693
2011-09-12 23:04:28 +01:00
Bastien Nocera
cb224b9cd8 universal-access: Add context for text sizes
https://bugzilla.gnome.org/show_bug.cgi?id=645729
2011-09-12 12:05:41 +01:00
Bastien Nocera
5a5a037d09 display: Add context for the rotation labels 2011-09-12 12:05:33 +01:00
Bastien Nocera
71d01174d5 display: Remove duplicate/unused translations
"Normal" was translated 3 times when it only needed one,
and the translation in the .ui file weren't used at all.
2011-09-12 12:05:29 +01:00
Richard Hughes
21c11833b5 color: Don't assert if the user double clicks the delete profile button 2011-09-11 15:10:00 +01:00
Alban Browaeys
961fe7b496 network: a segfault was introduced when assigning to args.
Instead of assign a potential null to args it was assigned to **args
(which is uninitialized at this point).

Fix commit 72b9db71c8

https://bugzilla.gnome.org/show_bug.cgi?id=658670
2011-09-09 19:11:43 +01:00
Bastien Nocera
1bd60f5835 user-accounts: Hide old message when enrolling
When you've enrolled your fingerprints and we show "Done!", hide
the label that asked us to swipe/press our finger on the fingerprint
reader, it's too late.
2011-09-09 15:10:19 +01:00
Bastien Nocera
9b817795bb info: Merge media panel into info panel
https://bugzilla.gnome.org/show_bug.cgi?id=657859
2011-09-09 11:04:02 +01:00
Bastien Nocera
0a6c431978 screen: Update "turn screen off" label
https://bugzilla.gnome.org/show_bug.cgi?id=657921
2011-09-09 10:08:11 +01:00
Bastien Nocera
c051fbf76f power: Removed unused variable 2011-09-09 10:07:39 +01:00
Bastien Nocera
1ed6f51d8e user-accounts: Correct initial focus in password dialogue
The password dialogue needs to have the "Current password" field
focused by default if we're changing the password.

https://bugzilla.gnome.org/show_bug.cgi?id=658521
2011-09-09 09:57:35 +01:00
Bastien Nocera
34bf1d6076 universal-access: Error when metacity not installed 2011-09-09 00:10:30 +01:00
Bastien Nocera
ebd4414ac9 universal-access: Fix sensitivity of keyboard a11y
Whether or not we have things like Sticky Keys, or Slow Keys
enabled, we still need to be able to turn them on/off from
the keyboard.

https://bugzilla.gnome.org/show_bug.cgi?id=649452
2011-09-09 00:10:29 +01:00
Bastien Nocera
2201807524 keyboard: Link directly to the layouts page
In the region panel, now that it supports switching pages.
2011-09-08 17:23:22 +01:00
Bastien Nocera
d8b9fc9c5d region: Add ability to switch pages 2011-09-08 17:23:10 +01:00
Bastien Nocera
34594d0dc0 screen: Remove indent on "Turn off..." label
When we remove the brightness slider and heading.
2011-09-08 17:03:22 +01:00