Commit graph

10889 commits

Author SHA1 Message Date
Fran Dieguez
c6ab28be46 Updated Galician translations 2011-09-14 23:11:26 +02:00
Luca Ferretti
4a9026bd0c l10n: Updated Italian translation 2011-09-14 23:02:52 +02: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
Alexander Shopov
9c23989a11 Updated Bulgarian translation 2011-09-14 07:28:58 +03: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
Ivaylo Valkov
d60f681280 Updated Bulgarian translation 2011-09-14 06:54:32 +03:00
Piotr Drąg
174dc8adb8 Updated Polish translation 2011-09-14 00:49:51 +02:00
Bastien Nocera
d0601dd417 online-accounts: Remove code duplicated from .ui 2011-09-13 23:34:57 +01:00
Luca Ferretti
8166408d36 l10n: Updated Italian translation 2011-09-13 23:13:37 +02:00
Aurimas Černius
11c1f60564 Updated Lithuanian translation 2011-09-13 20:44:20 +03:00
Dr.T.Vasudevan
0090adcc86 updated Tamil translation 2011-09-13 14:54:18 +05:30
Seong-ho, Cho
23c34b7f9d Added Korean help translation 2011-09-13 12:13:04 +09:00
Changwoo Ryu
59fc42f122 Updated Korean translation 2011-09-13 10:25:42 +09:00
Bastien Nocera
a5bbebcf8e build: Bump GTK+ deps 2011-09-12 23:15:40 +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
Aurimas Černius
54dc667ff9 Updated Lithuanian translation 2011-09-12 21:54:31 +03:00
Daniel Nylander
2ed79ae5a5 Updated Swedish translation 2011-09-12 19:35:15 +02: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
Jorge González
b4a96d0f7c Updated Spanish translation 2011-09-11 11:01:37 +02:00
Jorge González
fc1292de3f Updated Spanish translation, fixes bug #658719 2011-09-11 04:41:24 +02:00
Daniel Mustieles
4c145e42c0 Updated Spanish translation 2011-09-10 10:59:24 +02: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
ee323d823e media: Remove some left-overs
Since the code was moved to info
2011-09-09 15:48:00 +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
Piotr Drąg
20f8b037bb Updated Polish translation 2011-09-08 21:48:26 +02: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
Bastien Nocera
181b313ba8 screen: Fix resulting top-padding
When hiding the brightness bar, don't leave unsightly bits of
frame lying around.

https://bugzilla.gnome.org/show_bug.cgi?id=657606
2011-09-08 17:03:16 +01:00
Bastien Nocera
68982a76dd screen: Don't fill up the space
When the brightness slider is hidden, we're smaller than the
minimum panel size, so don't fill that up.
2011-09-08 17:00:59 +01:00
Bastien Nocera
a7fc3352c6 shell: Replace window sizing code
We want a sensible minimum height and a maximum height, as
mentioned in the design pages.

This simplifies the code greatly, and will hopefully make
the window positioning work better as well.

https://bugzilla.gnome.org/show_bug.cgi?id=658068
2011-09-08 17:00:59 +01:00
Bastien Nocera
d592244514 sound: Allow switching tabs from the command-line 2011-09-08 17:00:59 +01:00
Bastien Nocera
72b9db71c8 network: Fix memleak when argv changes 2011-09-08 17:00:59 +01:00
Bastien Nocera
eeffc8e385 sound: Remove unused variable 2011-09-08 17:00:58 +01:00
Xandru Armesto
747ce358af Updated asturian translation 2011-09-08 16:21:05 +02:00
Sweta Kothari
5591e91f1f Updated Gujarati Translations 2011-09-08 12:48:47 +05:30
Fran Dieguez
932aed9fa9 Updated galician translations 2011-09-08 00:13:51 +02:00