Piotr Drąg
cfc183f52e
Updated POTFILES.in
2013-05-17 19:20:41 +02:00
Emanuele Aina
4e42a36133
shell: Fix warnings for the GVariant-encoded parameters
...
This fixes a spurious warning about ignored parameters due to the
variant not being NULL since it now contains the flags dictionary.
https://bugzilla.gnome.org/show_bug.cgi?id=700530
2013-05-17 17:01:28 +01:00
Joaquim Rocha
d78bc9772a
wacom: Re-write gui_gtk in Clutter to introduce animations
...
The name of the file was also changed to calibratorgui.c/h to avoid
it being inconsistent, this way it is no longer dependent on the
the technology.
https://bugzilla.gnome.org/show_bug.cgi?id=667797
2013-05-17 16:36:59 +02:00
Chris Cummins
11382d241a
user-accounts: Disallow whitespace-only names
...
This prevents users from creating an account with a full name consisting
solely of whitespace, e.g., space and tab characters. Having "invisible"
real names can cause confusion on the login screen.
https://bugzilla.gnome.org/show_bug.cgi?id=699940
2013-05-17 16:34:13 +02:00
Chris Cummins
6d11023f33
user-accounts: Validate real name on change
...
This prevents users from setting invalid real names for accounts by
editing the name from the user panel. This applies the same check as is
done when first adding the account.
https://bugzilla.gnome.org/show_bug.cgi?id=699940
2013-05-17 16:24:19 +02:00
Joaquim Rocha
3cf0addbfe
wacom: Do not unref variant consumed by GSettings
...
This avoids a critical warning.
https://bugzilla.gnome.org/show_bug.cgi?id=700511
2013-05-17 16:18:43 +02:00
Rafael Ferreira
3c718fed5f
Updated Brazilian Portuguese translation
2013-05-17 05:22:33 -03:00
Bastien Nocera
3968797027
wacom: Update from gnome-settings-daemon
2013-05-17 09:39:18 +02:00
Przemo Firszt
16c0a66acf
wacom: Add basic OLED handling for Intuos4
...
This sets the OLED to the keyboard shortcut when a
custom keyboard shortcut is used.
https://bugzilla.gnome.org/show_bug.cgi?id=671072
2013-05-17 09:38:30 +02:00
Adel Gadllah
90f49a4d5d
rfkill-glib: Don't use g_assert_not_reached in type_to_string
...
New kernel versions can add new RFKILL types, we should now crash here,
just say that we don't know what the switch is.
2013-05-16 15:49:55 +02:00
Joaquim Rocha
2b34736ea8
wacom: Set the last-calibrated-resolution key after calibrating
...
So g-s-d will know if calibration is needed when the monitor resolution
changes.
This is related to https://bugzilla.gnome.org/show_bug.cgi?id=677095
2013-05-16 11:26:29 +02:00
Lionel Landwerlin
f9000c6f5e
network: vpn: disconnect signals from NM's objects
...
https://bugzilla.gnome.org/show_bug.cgi?id=700379
2013-05-15 14:33:56 +01:00
Lionel Landwerlin
94ce9bb9bc
network: update on/off switch button when vpn becomes active/inactive
...
https://bugzilla.gnome.org/show_bug.cgi?id=699275
2013-05-15 14:33:49 +01:00
Marek Kasik
8e1bfc521e
printers: Replace deprecated function
...
Use gtk_container_add() instead of deprecated
gtk_scrolled_window_add_with_viewport().
https://bugzilla.gnome.org/show_bug.cgi?id=696766
2013-05-15 13:11:27 +02:00
Marek Kasik
8586d99a88
printers: Don't show CUPS deprecation warnings
...
Hide CUPS deprecation warnings by definition of
_PPD_DEPRECATED="".
https://bugzilla.gnome.org/show_bug.cgi?id=696766
2013-05-15 13:11:26 +02:00
Lionel Landwerlin
d1bbe95143
network: prevent ethernet device to switch back to 'on' state
...
Calling nm_client_deactivate_connection() stops a connection and set
it back to auto-activation. In the case of ethernet, that means the
ipconfig scripts start again and the ethernet device becomes 'on'
again, even though the user clicked 'off' in the control center panel.
https://bugzilla.gnome.org/show_bug.cgi?id=700300
2013-05-15 12:06:55 +01:00
Daniel Korostil
baec81d357
small fix in Ukranian
2013-05-14 20:54:30 +03:00
Shankar Prasad
841028c93a
updated kn translations
2013-05-14 15:39:06 +05:30
Giovanni Campagna
d59a1b068f
network: properly namespace wireless security boxed types
...
These types appear with the same name in libnm-gtk, but they're
not shared because they come from different code, so they
need namespacing.
This prevents a crash that happens if you open a wifi property
dialog and then click "Connect to hidden network"
https://bugzilla.gnome.org/show_bug.cgi?id=700137
2013-05-13 21:42:09 +02:00
Rui Matos
7262670c7a
region: Rate limit the input chooser filtering
...
Acting on every keystroke makes the UI sluggish given the number of
widgets we have so let's rate limit this to a reasonable frequency
that still feels responsive.
https://bugzilla.gnome.org/show_bug.cgi?id=695466
2013-05-13 17:02:57 +02:00
Rui Matos
561c68674b
region: Stop focusing the input chooser entry if already focused
...
Since doing so selects the entry's text and thus is prone to cause
accidental deletion.
https://bugzilla.gnome.org/show_bug.cgi?id=695466
2013-05-13 17:02:55 +02:00
Rui Matos
0b7479572e
Revert "Revert "Use a common definition for modifier-only keybindings array""
...
This reverts commit 34906dba27
.
2013-05-13 16:26:01 +02:00
Rui Matos
6a523d096b
Revert "Revert "Add the input-source-switcher to the shortcuts""
...
This reverts commit 971e6a81ae
.
2013-05-13 16:25:54 +02:00
Rui Matos
7d5eed0404
Revert "wip"
...
This reverts commit 0a14e8216a
.
2013-05-13 16:25:45 +02:00
Rui Matos
0d064f1b01
Revert "wip remove input-sources-switcher label"
...
This reverts commit 8a76727604
.
2013-05-13 16:25:39 +02:00
Rui Matos
017fbbc0e6
region: Don't crash if the user disabled IS switch keybindings
...
A 0 length string for a keybinding means it is disabled so the whole
adding <Shift> magic to the backward accelerator string is pointless
anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=700176
2013-05-13 16:22:07 +02:00
Rui Matos
8a76727604
wip remove input-sources-switcher label
2013-05-13 16:22:00 +02:00
Rui Matos
0a14e8216a
wip
2013-05-13 16:22:00 +02:00
Rui Matos
971e6a81ae
Revert "Add the input-source-switcher to the shortcuts"
...
This reverts commit 77b7569c3d
.
2013-05-13 16:22:00 +02:00
Rui Matos
34906dba27
Revert "Use a common definition for modifier-only keybindings array"
...
This reverts commit ae3014ba3e
.
2013-05-13 16:22:00 +02:00
Kjartan Maraas
590a480700
Updated Norwegian bokmål translation
2013-05-13 15:25:47 +02:00
Aurimas Černius
4bb32eab2f
Updated Lithuanian translation
2013-05-11 00:03:48 +03:00
Ask H. Larsen
fb708a9faa
Updated Danish translation
2013-05-10 17:29:46 +02:00
Thomas Wood
17be761a41
user-accounts: ellipsize long user names in the password dialog
...
Ellipsize long user names in the password dialog by using the same
properties as the main panel.
https://bugzilla.gnome.org/show_bug.cgi?id=698965
2013-05-10 12:00:37 +01:00
ManojKumar Giri
c8a77a6629
Updated Odia Translation.
2013-05-09 22:42:50 +05:30
Krishnababu Krothapalli
6b935817fc
Updated Telugu Translations
2013-05-09 18:03:56 +05:30
Antoine Jacoutot
3db55d68e1
gcm_prefs_is_livecd() should be linux-only
...
/proc/cmdline only exists on Linux and in this case used to check
whether we are running out of a LiveCD.
Signed-off-by: Richard Hughes <richard@hughsie.com>
2013-05-08 12:44:49 +01:00
Alexander Larsson
79371feec6
display: Fix input for new gtk+ drawing model
...
The coordinates of the cairo_t in GtkWidget::draw() is always
based on the origin of the widget, i.e. the allocation, even
for drawing on subwindows or whatnot. So, we can delete
all the user_to_device() code.
This also fixed input when the new Gtk+ drawing model changes,
as that will change the device coordinates reported (but not the
user coordinates).
2013-05-07 16:06:47 +02:00
Stef Walter
c5b24e57f2
user-accounts: When enterprise account disabled, join as admin
...
When an enterprise login user account is disabled, or needs to have
its password change, just prompt for the administrator to do the join
to the domain. This is exactly the same fall through as if the user
does not have permission to join a machine to a domain.
https://bugzilla.gnome.org/show_bug.cgi?id=699293
2013-05-06 14:31:49 +02:00
Tim Lunn
6bfce1e06b
shell: Fix desktop_name memory leak
...
https://bugzilla.gnome.org/show_bug.cgi?id=699362
2013-05-06 18:11:04 +10:00
Matej Urbančič
063429fe80
Updated Slovenian translation
2013-05-04 21:35:25 +02:00
Matej Urbančič
ab39e7d9ec
Updated Slovenian translation
2013-05-02 22:33:20 +02:00
Ondrej Holy
59467033f1
mouse: Restore mouse and touchpad pointer speed
...
https://bugzilla.gnome.org/show_bug.cgi?id=699015
2013-05-02 16:28:51 +02:00
Kalev Lember
29498bb20a
common: Fix criticals when user language getting fails
...
Handle the error case when the call to the accountservice dbus proxy
object fails.
https://bugzilla.gnome.org/show_bug.cgi?id=699378
2013-05-01 15:25:36 +02:00
Bastien Nocera
8a7ee8afcb
shell: Fix compile-time warning
...
cc-window.c:561:12: warning: 'matches' may be used uninitialized in this function [-Wmaybe-uninitialized]
2013-04-29 14:35:17 +02:00
Ondrej Holy
b4b0ae8d89
user-accounts: Ellipsize long names
...
https://bugzilla.gnome.org/show_bug.cgi?id=693326
2013-04-26 17:28:36 +02:00
Ondrej Holy
de1fc65ab3
cc-editable-entry: Add width_chars, max_width_chars and ellipsize properties
...
https://bugzilla.gnome.org/show_bug.cgi?id=693326
2013-04-26 17:28:20 +02:00
Marek Černocký
9c03966e24
Updated Czech translation
2013-04-25 20:48:20 +02:00
Anish A
e9e9b4dbb3
Updated Malayalam Translation
2013-04-25 19:38:54 +05:30
Anish A
8232718237
Updated Malayalam Translation
2013-04-25 18:31:19 +05:30