Stef Walter
4e67ecc456
user-accounts: Cleanup GVariant usage
...
* Don't call g_variant_ref_sink() unnecessarily.
* Don't call g_variant_new_variant() unnecessarily.
https://bugzilla.gnome.org/show_bug.cgi?id=680892
2012-08-08 14:24:19 +02:00
Nilamdyuti Goswami
f28736ce17
Assamese translation updated
2012-08-08 12:52:08 +05:30
Мирослав Николић
fe25e2302e
Updated Serbian translation
2012-08-08 07:20:46 +02:00
Matthias Clasen
478c6af97d
network: Make only the list background white
2012-08-08 01:14:58 -04:00
Matthias Clasen
96682e1368
network: Put the ssid in the detail page header
2012-08-08 00:32:34 -04:00
Matthias Clasen
901ad8c941
network: Cosmetic fixes
...
Mark a few strings as translatable, and rename 'Options' to
'Settings' to match the mockups.
2012-08-08 00:20:04 -04:00
Matthias Clasen
61a5c180ec
network: Don't make the options button insensitive
...
We always want to be able to go there.
2012-08-08 00:18:15 -04:00
Matthias Clasen
0e70a56f9e
Trivial: Add a missing space
2012-08-07 23:44:22 -04:00
Matthias Clasen
e76472c548
network: Improve the hotspot dialog
...
Change the hotspot dialog to match the mockups more closely.
2012-08-07 23:40:47 -04:00
Matthias Clasen
637bd5183b
info: change 'other media action' mnemonic
...
Use the A instead of the o. There are no conflicts, and using
the first character as mnemonic is better.
https://bugzilla.gnome.org/show_bug.cgi?id=681211
2012-08-07 21:56:07 -04:00
Matthias Clasen
5fc4b1809b
info: Fix mnemonic activation for 'other media action'
...
The mnemonic was pointing at a box, which is not activatable.
https://bugzilla.gnome.org/show_bug.cgi?id=681211
2012-08-07 21:56:06 -04:00
Matthias Clasen
34caef89ef
info: replace one GtkTable instance by GtkGrid
...
https://bugzilla.gnome.org/show_bug.cgi?id=681211
2012-08-07 21:56:05 -04:00
Matthias Clasen
a8662e4261
info: Use GtkBox instead of GtkHBox/GtkVBox
...
https://bugzilla.gnome.org/show_bug.cgi?id=681211
2012-08-07 21:56:03 -04:00
Piotr Drąg
d06f19b903
Updated POTFILES.in
2012-08-07 23:45:02 +02:00
Мирослав Николић
b5e0cc29e9
Updated Serbian translation
2012-08-07 23:32:33 +02:00
Andika Triwidada
96d58bf995
Updated Indonesian translation
2012-08-08 03:59:22 +07:00
Daniel Mustieles
6a068261a6
Updated Spanish translation
2012-08-07 21:02:46 +02:00
Cyrus Lien
15bcc03b40
display: Do not add preferred mode to drop down in clone mode.
...
Use preferred resolution to switch to mirror mode will popup error
messages if preferred resolution is not a common resolution.
https://bugzilla.gnome.org/show_bug.cgi?id=680969
2012-08-07 15:37:23 +01:00
Matthias Clasen
c3e71b4927
network: Don't show shared connections in the wifi list
...
A shared connection is the leftover of an inactive hotspot.
We don't want to show these in the list.
2012-08-07 10:19:18 -04:00
Matthias Clasen
9db6b3c5f5
Trivial: fix a typo
2012-08-07 09:58:29 -04:00
Marek Kasik
c6d8b9c825
printers: Place jobs to separate dialog
...
This commit places list of jobs to separate dialog. The dialog
is updated through calling of pp_jobs_dialog_update()
from "Printers" panel because the panel is already subscribed
to cups notifications.
2012-08-07 14:09:33 +02:00
Marek Kasik
439b75fcea
printers: Return accidentally removed code
...
Return implementation of get_help_uri() which was accidentally removed.
2012-08-07 12:28:05 +02:00
Richard Hughes
ed1c9becf7
network: If a hotspot is already connected at startup then don't show the AP list
2012-08-07 11:13:03 +01:00
Marek Kasik
a6b2db1e17
printers: Cancel async operations properly
...
Don't call callbacks of async functions called
from Printers panel if they were cancelled.
User data are not valid in that case (rhbz#845496).
2012-08-07 11:54:11 +02:00
Nilamdyuti Goswami
aa867311c2
Assamese translation updated
2012-08-07 14:55:15 +05:30
Chao-Hsiung Liao
3fa35643fa
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2012-08-07 15:10:48 +08:00
Colin Walters
fdad89f852
build: Add --disable-documentation option
...
For embedded systems, it's pointless to build the docs if they're not
going to be used/shown.
Also, for gnome-ostree right now I don't have the Docbook
infrastructure set up.
2012-08-06 18:19:24 -04:00
Matthias Clasen
576d6ba04d
screen: Keep 'show notifications' sensitive
...
Even when automatic screen locking is disabled, the user can
still manually lock the screen, and may want to control whether
notifications show up in that case or not.
2012-08-06 14:34:51 -04:00
Stef Walter
1f4aeb1d05
user-panel: Update to new DBus interface for realmd 0.6
...
* In particular support of different credential methods and better
hints for different owners of those credentials, so we can prompt
more cleanly.
* Less abstraction in the realmd interfaces
https://bugzilla.gnome.org/show_bug.cgi?id=680892
2012-08-06 19:13:34 +02:00
Мирослав Николић
6ee1e694df
Updated Serbian translation
2012-08-05 12:18:44 +02:00
Matthias Clasen
dfede07800
Add a man page
...
The main purpose of this man page is to document which options
can be given to individual panels.
https://bugzilla.gnome.org/show_bug.cgi?id=680547
2012-08-04 12:54:49 -04:00
Cheng Lu
45bd60108f
Update Chinese simplified translation for ui
2012-08-04 14:54:05 +08:00
Marek Kasik
c272aa5eb5
printers: Don't restrict PPD list
...
Don't restrict PPD list to PPDs with DeviceIDs only.
Extend dictionary of manufacturers names.
2012-08-02 11:47:39 +02:00
Stef Walter
1cffa8e206
user-panel: Fix memory leak of UmRealmManager
...
https://bugzilla.gnome.org/show_bug.cgi?id=680890
2012-08-02 10:29:47 +02:00
Stef Walter
fb6833e57a
user-panel: Strip remote dbus error before showing error
...
* GDBus transfers dbus error codes in the error->message so strip that
out before display
https://bugzilla.gnome.org/show_bug.cgi?id=680889
2012-08-02 10:06:19 +02:00
Fran Diéguez
e707b83dc5
Updated Galician translations
2012-07-31 01:46:02 +02:00
Daniel Mustieles
4386dcadfa
Updated Spanish translation
2012-07-30 16:53:22 +02:00
Daniel Mustieles
68405bcf37
Updated Spanish translation
2012-07-30 12:48:16 +02:00
Richard Hughes
d282d37e92
network: Fix a Gtk warning introduced recently due to a mnemonic widget name
2012-07-30 10:05:41 +01:00
Richard Hughes
c0d771c277
network: Don't show a blank name server label in the IP overview
2012-07-30 10:03:04 +01:00
Richard Hughes
763788894c
network: Don't show the NULL address in the IP overview
2012-07-30 09:59:13 +01:00
Richard Hughes
ae5acbe421
network: Show hotspot details in a new sub-frame to match the mockup
2012-07-30 09:53:38 +01:00
Richard Hughes
14011dac11
network: Cleanup coding style to match the rest of the file
2012-07-30 09:49:40 +01:00
Richard Hughes
240e3b0598
network: Do not show the start hotspot button if the user has no permissions
2012-07-30 09:45:44 +01:00
Richard Hughes
5b35fb719c
network: Re-enable the hidden network functionality
2012-07-30 08:57:55 +01:00
Richard Hughes
f7af831ff6
network: Make the hidden network UI match the new mockups
2012-07-30 08:53:43 +01:00
Fran Diéguez
26432f180f
Updated Galician translations
2012-07-30 02:09:41 +02:00
Matthias Clasen
051766d482
network: Remove nonexisting widget from size group
...
This was causing warnings.
2012-07-29 12:20:06 +02:00
Cosimo Cecchi
5b1491ba0c
network: don't set 'dim-label' in the <packing> section
...
It should be set among the normal properties.
https://bugzilla.gnome.org/show_bug.cgi?id=680773
2012-07-29 11:42:57 +02:00
Cosimo Cecchi
2ad1d5461a
network: add a shadow to the wireless scrolled window
...
https://bugzilla.gnome.org/show_bug.cgi?id=680773
2012-07-29 11:42:56 +02:00