Nilamdyuti Goswami
4cefdb4262
Assamese translation updated
2013-01-25 13:42:17 +05:30
Luca Ferretti
968696a18d
Updated Italian translation
2013-01-25 00:53:56 +01:00
Luca Ferretti
7a67acefca
color: Avoid to mark numbers as translatable and add a context to adjectives
...
close bug 692476
2013-01-25 00:52:48 +01:00
Luca Ferretti
4d9c6f3766
Updated Italian translation
2013-01-24 21:59:45 +01:00
Piotr Drąg
953c12aacb
Updated POTFILES.in
2013-01-24 18:31:27 +01:00
Richard Hughes
98fde07657
color: Allow the user to remove automatically added profiles
...
You need to be running colord from git master for this feature to work.
2013-01-24 16:47:54 +00:00
Cheng-Chia Tseng
2a72a7b955
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2013-01-24 07:19:53 +08:00
Richard Hughes
4c9a96260f
color: Show a summary page when running on a LiveCD
...
This matches the mockups from jimmac. You need colord (specifially, the D-Bus
activated helper) from git master to make this work.
You can test this on non-live media by setting CC_COLOR_PANEL_IS_LIVECD=1
before running gnome-control-center.
2013-01-23 20:36:43 +00:00
Richard Hughes
bb77d525bd
color: Do not cancel the calibration if the window is unfocussed
...
We can recover in the session helper to some extent by repeating patches, so
don't quit at the first sign of trouble.
2013-01-23 17:53:03 +00:00
Thomas Wood
d29d75210d
sharing: fix the sensitivity of the "share with trusted devices" switch
...
Allow the GSettings binding to set the sensitivity of the switch and use a
box to allow the sharing panel to set the sensitivity of the switch and
label without conflicting with the GSettings binding.
https://bugzilla.gnome.org/show_bug.cgi?id=692220
2013-01-23 16:09:51 +00:00
Richard Hughes
80ec65b2ef
color: Use a EggListBox for the main device display to match the new mockups
...
This matches the new mockups as specified by Allan in
https://raw.github.com/gnome-design-team/gnome-mockups/master/system-settings/color/panel.png
The CcColorDevice and CcColorProfile widgets are lines in the EggListBox and are
smart by watching for changes in each colord device.
To use this new functionality you need colord from git master, and for the
'Laptop' devices to be recognised as internal, you also need to be _running_
gnome-settings-daemon from git, although this is not strictly required.
2013-01-23 15:45:17 +00:00
Debarshi Ray
6b0ec0038c
online-accounts: #include the resource header
...
This is a fallout from 0653773ed8
.
2013-01-23 15:12:28 +01:00
Richard Hughes
6950948142
color: Set the target gamma when calibrating
2013-01-23 13:48:20 +00:00
Richard Hughes
7e6ca7f520
color: Get the target whitepoint from the colord schema
2013-01-23 13:48:10 +00:00
Richard Hughes
8a353753e0
color: Use colord-session to calibrate the display
...
This allows us to match the new mockups from Allan.
2013-01-23 13:47:47 +00:00
Matthias Clasen
4a5484ba6d
power: Add brightness-related keywords
...
Copy the keywords that used to belong to the screen panel.
For the geeks, add 'DPMS' and 'Idle', too.
The lock-related keywords are already in the privacy panel
desktop file.
https://bugzilla.gnome.org/show_bug.cgi?id=692351
2013-01-23 08:13:14 -05:00
Matthias Clasen
3472c225f9
Fix the build
2013-01-23 07:44:51 -05:00
Thomas Wood
1d7bd99750
sharing: only set the "set-from-dbus" flag if the switch state changes
2013-01-23 12:03:32 +00:00
Matthias Clasen
fcce4dcbe7
color: disconnect signals when the panel goes away
...
The CdClient object is a singleton, thus it could conceivable
survive the panel, even though we drop our reference in dispose.
In that case, the signal handlers have stale user_data, and
bad things might happen when they trigger.
This patch is a guess at the cause for the stacktrace in
https://bugzilla.redhat.com/show_bug.cgi?id=893914
https://bugzilla.gnome.org/show_bug.cgi?id=692354
2013-01-23 06:46:07 -05:00
Thomas Wood
542db2bb3b
sharing: add a "show password" check button to the screen sharing dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=691915
2013-01-23 10:30:22 +00:00
Nilamdyuti Goswami
5540e20996
Assamese translation updated
2013-01-23 13:14:35 +05:30
Jeremy Bicha
ed9099a74d
notifications: add mnemonic_widget property for better accessibility
...
https://bugzilla.gnome.org/show_bug.cgi?id=692256
2013-01-22 23:21:04 -05:00
Matthias Clasen
94a5cfd695
Revert "power: Improve keyboard navigation"
...
This reverts commit 501056eb01
.
Pushed by accident.
2013-01-22 23:04:16 -05:00
Matthias Clasen
d8e790a1f0
Update to latest egg-list-box
2013-01-22 22:19:14 -05:00
Matthias Clasen
501056eb01
power: Improve keyboard navigation
...
This commit 'links' the arrow navigation between the list boxes
in the power page, so that it becomes possible to arrow down all
the way from the battery section to automatic suspend. We also
set up the focus adjustment so that the focus row gets scrolled
into view.
This requires the egg-list-box module to have
commit 98b0a39efe7b1892570ece53748ab153a91b9cbc.
https://bugzilla.gnome.org/show_bug.cgi?id=692171
2013-01-22 22:16:53 -05:00
Aurimas Černius
f22f9b0a7f
Updated Lithuanian translation
2013-01-22 23:23:25 +02:00
Nilamdyuti Goswami
6d043d8325
Assamese translation updated
2013-01-22 21:22:50 +05:30
Cosimo Cecchi
0a083ca973
sound: set has-origin = FALSE for the balance bar scale
...
The scale here is used for Left<->Right, so it doesn't have an origin.
https://bugzilla.gnome.org/show_bug.cgi?id=692238
2013-01-22 10:01:41 -05:00
Cosimo Cecchi
9b0a509966
sound: remove old GTK2 styling code
...
gtk_rc_parse_string() doesn't do anything these days, and we don't need
a name on the widget anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=692238
2013-01-22 10:01:40 -05:00
Matthias Clasen
fe442d3f03
Rebase to latest egg-list-box
2013-01-22 06:38:21 -05:00
Jeremy Bicha
c1dd4a74cd
bluetooth: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2013-01-22 00:45:45 -05:00
Jeremy Bicha
817afb6399
sharing: add mnemonic_widget relations for better accessibility
...
https://bugzilla.gnome.org/show_bug.cgi?id=692200
2013-01-21 11:39:50 -05:00
Rui Matos
ac359b1d62
shell: Export our main window XID in an environment variable
...
This allows external tools to know that they are being called from
gnome-control-center and look like attached modal dialogs as per
design.
https://bugzilla.gnome.org/show_bug.cgi?id=691854
2013-01-21 15:37:46 +01:00
Thomas Wood
0dec96490c
sharing: address padding and alignment issues in the dialogs
...
Increase the padding around the dialog content, fix the alignment
between the close button and content and add padding between labels and
their controls. Also ensure the dialogs are not resizable.
https://bugzilla.gnome.org/show_bug.cgi?id=691916
2013-01-21 11:10:56 +00:00
Thomas Wood
d27a83330f
sharing: allow the list box to be focused
...
https://bugzilla.gnome.org/show_bug.cgi?id=692172
2013-01-21 10:25:25 +00:00
William Jon McCann
1feae4a5fb
sharing: Move sharing panel to System category
...
https://bugzilla.gnome.org/show_bug.cgi?id=692086
2013-01-21 08:41:36 +01:00
Cosimo Cecchi
073fc07712
power: don't set content-view style class
...
It's not needed, and it gives the panel a different background color.
https://bugzilla.gnome.org/show_bug.cgi?id=692093
2013-01-21 08:40:05 +01:00
William Jon McCann
a98e81e1c3
shell: Activate items on single click
...
https://bugzilla.gnome.org/show_bug.cgi?id=692150
2013-01-21 08:32:18 +01:00
Kjartan Maraas
0b4c630e47
Updated Norwegian bokmål translation
2013-01-20 15:12:02 +01:00
Ihar Hrachyshka
b2edf511fa
Updated Belarusian translation.
2013-01-19 14:54:46 +03:00
Piotr Drąg
23f631b94a
Updated POTFILES.in
2013-01-19 04:36:48 +01:00
Gheyret Kenji
564714588e
Updated Uyghur translation
...
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-01-19 12:11:59 +09:00
Thomas Wood
0999c4a0e6
sharing: add helper application to enable or disable remote login
...
Add a helper application and PolicyKit action to enable and disable the
remote login service.
https://bugzilla.gnome.org/show_bug.cgi?id=691962
2013-01-18 18:23:51 +00:00
Jeremy Bicha
da2a8bd62e
shell: Rename bash completion file so that it's recognized
...
Bash completion needs the file to be named gnome-control-center
https://bugzilla.gnome.org/show_bug.cgi?id=691924
2013-01-17 14:14:07 +01:00
Bastien Nocera
04f993a66a
shell: Add "static" to the libgd config
...
https://bugzilla.gnome.org/show_bug.cgi?id=691914
2013-01-17 11:24:02 +01:00
Bastien Nocera
cca93d0fc5
power: Add idle-delay configuration
...
https://bugzilla.gnome.org/show_bug.cgi?id=691582
2013-01-17 11:06:03 +01:00
Jeremy Bicha
e1c0d8e629
sharing: use preferences-system-sharing as icon name
...
This matches the new icon in gnome-icon-theme
https://bugzilla.gnome.org/show_bug.cgi?id=691922
2013-01-17 11:06:03 +01:00
Bastien Nocera
e959951c7d
power: Update idle-dim setting for g-s-d changes
2013-01-17 11:06:02 +01:00
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