d868e6bfaf
st: Add high dpi support
...
Add a scale_factor property to StThemeContext that can
be used to enable (integer) scaling of pixel values.
https://bugzilla.gnome.org/show_bug.cgi?id=705410
2014-02-12 19:45:47 +01:00
9f3499a7c3
make NetworkManager optional
...
NetworkManager is only available on Linux.
https://bugzilla.gnome.org/show_bug.cgi?id=669495
2014-02-11 18:04:44 -05:00
ccec7732a7
calendar server: fix _LDFLAGS vs _LDADD mixup
...
_LDFLAGS is for flags. _LDADD is for LIBS.
https://bugzilla.gnome.org/show_bug.cgi?id=724184
2014-02-11 17:46:44 -05:00
3b980a173f
Updated Assamese translation
2014-02-11 13:07:53 +00:00
246139f90b
Updated Ukranian
2014-02-09 23:08:26 +02:00
4e85fb7d8d
Updated German translation
2014-02-09 20:17:24 +00:00
ab32411b0c
Updated Norwegian bokmål translation
2014-02-09 19:46:37 +01:00
477f28a6bd
LayoutManager: untrack actors that are destroyed
...
If an actor is destroyed, calling get_transformed_size()/position()
can return bogus values and trigger JS exceptions.
This can happen if a tracked actor comes from an extension
(such as classic mode's window-list) and that extension is
deactivated.
https://bugzilla.gnome.org/show_bug.cgi?id=723661
2014-02-09 19:30:02 +01:00
96ef0a178d
autogen.sh: use #!/bin/sh instead of #!/bin/bash
...
We don't have any bashisms in this file, so we may as well use sh.
https://bugzilla.gnome.org/show_bug.cgi?id=722342
2014-02-09 11:00:04 -05:00
ab603e7ef7
Updated Aragonese translation
2014-02-09 13:25:09 +01:00
d52104a62a
Updated Kazakh translation
2014-02-09 04:11:08 +00:00
8d8d1cfdd6
Magnifier: Restore crosshairs
...
This patch is to restore broken crosshairs so they may be used
once more
https://bugzilla.gnome.org/show_bug.cgi?id=723709
magnifier.js
2014-02-08 23:47:40 +00:00
5451751513
Updated Czech translation
2014-02-08 11:22:36 +01:00
92ae26bb9f
Fix username shadows in Lock/Loginscreen
...
https://bugzilla.gnome.org/show_bug.cgi?id=723833
2014-02-07 16:20:14 +00:00
3c8ee0c8cb
Updated Spanish translation
2014-02-07 14:47:46 +01:00
20f76b8118
Tajik translation updated
2014-02-07 09:59:45 +05:00
d8eeeead18
Updated Galician translations
2014-02-07 00:59:18 +01:00
5452162bc3
Updated Brazilian Portuguese translation
2014-02-06 18:53:18 +00:00
a4adcba405
Revert "network: Use NMDevice.get_available_connections(); for NMWirelessDialog"
...
This reverts commit a36bfced47
.
get_available_connections() returns the connections that are
available right now, ie, with the currently visible APs, but
that might change while the dialog is open, so we can't use it.
https://bugzilla.gnome.org/show_bug.cgi?id=709128
2014-02-06 19:45:24 +01:00
66da594382
Updated Hebrew translation
2014-02-06 20:30:25 +02:00
aa426842f2
BluetoothMenu: show the submenu when active but not connected
...
Following the updated designs for system status, show the submenu
but not the indicator when bluetooth radio is on but no device
is connected.
https://bugzilla.gnome.org/show_bug.cgi?id=709353
2014-02-06 19:07:48 +01:00
ed53a45228
NetworkMenu: show the device name instead of Bluetooth
...
To distinguish the bluetooth network menu from the bluetooth
menu proper, use the device name as the label.
Also, replace Connect with "Use as Internet connection"
https://bugzilla.gnome.org/show_bug.cgi?id=709353
2014-02-06 19:07:47 +01:00
2ddbcb2369
Updated Brazilian Portuguese translation
2014-02-06 17:35:33 +00:00
61a58ff3c9
Fix regression after mutter commit 254afc50223a707c3afa7c9f638681199f41809e
...
The "old and unused API" was not so unused after all :)
2014-02-06 18:15:36 +01:00
638aee65c0
Update Arabic translation
2014-02-06 15:32:37 +02:00
f21c49f8da
Slider: put imports in order
...
Bug https://bugzilla.gnome.org/show_bug.cgi?id=712649
2014-02-05 19:36:50 +00:00
583d2cb4e4
Magnifier: take x,y from center of focused widget
...
bug https://bugzilla.gnome.org/show_bug.cgi?id=720951
2014-02-05 18:21:42 +00:00
aa70dcfc8f
Updated Spanish translation
2014-02-05 13:48:04 +01:00
ffb61c425b
Tajik translation updated
2014-02-05 10:59:16 +05:00
858cf5e0c9
Bump version to 3.11.5
...
Update NEWS.
3.11.5
2014-02-05 00:17:32 +01:00
881dd4666e
Updated Hebrew translation
...
Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org >
2014-02-05 00:32:33 +02:00
c4aeaf7fe8
NetworkMenu: use the carrier state to the decide if wired should be shown
...
The design says "when a network cable is connected", not
"When a network cable is connected and the link is up and we
have an IP etc. etc." (which is what ACTIVATED would imply).
https://bugzilla.gnome.org/show_bug.cgi?id=723570
2014-02-04 22:25:11 +01:00
ea1f5a8fc6
NMWirelessDialog: show an informative message when airplane mode is on
...
Rather than just showing "No networks", inform the user if airplane
mode is on or if wifi is off, and allow the user to change that
from the dialog (if possible).
https://bugzilla.gnome.org/show_bug.cgi?id=709128
2014-02-04 22:25:06 +01:00
7f1e420a0a
NMWirelessDialog: request a scan when there are no visible access points
...
Ideally, we should keep scanning while the dialog is open, and
stop (or reduce the frequency) when it's closed. Forcing a new
scan when the dialog is opened empty is a close approximation
and increases the probability that the user will find the AP
he needs.
https://bugzilla.gnome.org/show_bug.cgi?id=709128
2014-02-04 22:24:01 +01:00
1272eaf07f
NMWirelessDialog: fix removing access points
...
We must destroy the actor, not the item, because the latter doesn't
have a destroy() method.
https://bugzilla.gnome.org/show_bug.cgi?id=709128
2014-02-04 22:24:00 +01:00
2fe760cc4b
rfkill: split out the dbus handling parts from the indicator
...
status.network wants to watch for airplane mode too, we can
share the code with a manager singleton.
https://bugzilla.gnome.org/show_bug.cgi?id=709128
2014-02-04 22:24:00 +01:00
df3a50bae8
AirplaneMode: don't show a "Turn off" item if HW enabled
...
If airplane mode is enabled with an HW switch, we can't turn it
off from the menu, so make the menu item insensitive and
replace it with a helpful tip.
https://bugzilla.gnome.org/show_bug.cgi?id=709685
2014-02-04 22:24:00 +01:00
0db3605f33
Magnifier: Disable unredirect when active
...
The unredirect feature does not apply to the magnifier and it
prevents users from gaming whilst it is on so disable when magnifier
is active and allow magnifier users to game!
Bug https://bugzilla.gnome.org/show_bug.cgi?id=708985
2014-02-04 16:58:25 +01:00
173fa92116
Updated Indonesian translation
2014-02-04 14:16:26 +00:00
02ca58c1eb
Updated Hebrew translation.
2014-02-03 16:30:03 +02:00
4a22fe58bf
updated kn.po
2014-02-03 16:51:29 +05:30
3fc478a14b
overview: don't add a null desktop clone
...
If there is no desktop window, getDesktopClone() returns null.
In that case, we know that no animation is needed.
Fixes a regression from b97f3a9ecf
https://bugzilla.gnome.org/show_bug.cgi?id=723523
2014-02-03 11:55:50 +01:00
203bc674fe
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2014-02-02 20:36:23 +08:00
a4a9f0a04c
Updated Kazakh translation
2014-02-01 15:12:11 +00:00
918e7fffeb
Updated Tajik translation
2014-02-01 12:55:49 +00:00
e1648de661
Updated Brazilian Portuguese translation
2014-02-01 10:05:14 +00:00
f7c94e6343
Updated Greek translation
2014-02-01 08:16:19 +02:00
2fba8e29e0
shell-app: Rename internal function as suggested in review
...
Ooops, this was meant to be squashed with commit d44f40d105
.
2014-01-31 13:59:30 +01:00
de1bb4e203
window-tracker: Remove is_window_interesting()
...
It is now unused, so kill it.
https://bugzilla.gnome.org/show_bug.cgi?id=723308
2014-01-31 13:49:07 +01:00
b4680a5c25
Use meta_window_is_skip_taskbar() directly
...
Rather than going through ShellWindowTracker, we can just clean up
the code to use the underlying MetaWindow property directly.
https://bugzilla.gnome.org/show_bug.cgi?id=723308
2014-01-31 13:49:07 +01:00