Commit Graph

11569 Commits

Author SHA1 Message Date
6914f8fb32 Update French translation 2017-09-02 09:09:49 +00:00
24a8b12e8b Update Korean translation 2017-09-02 03:55:12 +00:00
5b39afc32f Update Belarusian translation 2017-09-01 14:54:18 +00:00
fa60c95639 Updated Dutch translation Master 3.26 2017-09-01 10:29:59 +02:00
f9e632e99b Update Italian translation 2017-09-01 07:31:26 +00:00
bb89c04611 appFavorites: Add Empathy to rename list
GUADEC beer to whomever gets a rename field into the desktop entry spec.

https://bugzilla.gnome.org/show_bug.cgi?id=786783
2017-08-30 21:16:16 -05:00
729a17bd2d Update German translation 2017-08-30 14:56:37 +00:00
9dcffda3df Update Brazilian Portuguese translation 2017-08-29 22:41:59 +00:00
1e4e33a183 Update Serbian Latin translation 2017-08-29 19:01:27 +00:00
82013d59ec Update Serbian translation 2017-08-29 18:58:40 +00:00
d3e95735ec Update Finnish translation 2017-08-29 08:25:22 +00:00
d8b6f2294a Updated Slovenian translation 2017-08-28 19:41:13 +02:00
8af1d195d3 Update Hungarian translation 2017-08-28 17:03:25 +00:00
d82d862547 Update Latvian translation 2017-08-28 10:24:11 +03:00
9cc143aaee Update Chinese (Taiwan) translation 2017-08-27 05:39:24 +00:00
9912d22901 Update Chinese (Taiwan) translation 2017-08-27 04:08:34 +00:00
62bb4f4db6 Update Chinese (Taiwan) translation 2017-08-27 03:29:13 +00:00
921b2a9c21 Update Chinese (Taiwan) translation 2017-08-27 03:25:24 +00:00
d40af89df6 Updated Danish translation 2017-08-26 19:17:22 +02:00
29d37d4fd5 Update Turkish translation 2017-08-24 07:00:59 +00:00
68854f6d0a Fix Icon in Nepali translation 2017-08-24 02:09:50 +02:00
7031d021f4 Update Slovak translation 2017-08-23 17:48:37 +00:00
a02399eea4 workspace: Align window previews with the pixel grid
Now that full-sized window previews are allowed again it makes sense to
align the window previews with the pixel grid to prevent unscaled
windows from looking blurry in the overview.
2017-08-23 18:12:09 +02:00
accad67e1f Update Croatian translation 2017-08-23 15:36:05 +00:00
d9631fe109 Update Friulian translation 2017-08-23 15:02:45 +00:00
df8d797bc4 Update Catalan translation 2017-08-23 10:00:58 +02:00
23b3476105 Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2017-08-23 07:18:53 +07:00
ddbdfa82f2 Update Polish translation 2017-08-23 00:08:22 +02:00
88cd943c3d Updated Lithuanian translation 2017-08-22 23:13:53 +03:00
e717779651 Update Indonesian translation 2017-08-22 17:04:24 +00:00
f7d6d1db72 Updated Czech translation 2017-08-22 18:57:46 +02:00
06a758f903 Update Kazakh translation 2017-08-22 14:23:36 +00:00
3b81465d32 layout: actually hide keyboard when hiding keyboard
Right now we just tuck it off screen, which may leak onto another
screen.  This commit actually hides it.

https://bugzilla.gnome.org/show_bug.cgi?id=786332
2017-08-22 09:44:15 -04:00
75574fbd6a Update Galician translation 2017-08-22 13:09:36 +00:00
fdaa01a00c Update Spanish translation 2017-08-22 11:40:03 +00:00
d78d754d01 Bump version to 3.25.91
Update NEWS.
3.25.91
2017-08-22 13:02:58 +02:00
52f604757c appDisplay: Include system actions in search results
The way system actions are displayed in the search
results is by appending them at the end of the list
returned by the ApplicationProvider.

https://bugzilla.gnome.org/show_bug.cgi?id=691900
2017-08-22 13:02:58 +02:00
595065b420 systemActions: Make actions searchable
Every action has specific associated terms that
identify that action and show it in the search
results. Methods to match the actions as well
as getting properties of specific actions are
needed in order to provide a way of using the
actions.

https://bugzilla.gnome.org/show_bug.cgi?id=691900
2017-08-22 12:42:32 +02:00
b4b1caf5a3 systemActions: Store properties in a map
We want to be able to search for available system actions, so
rather than tracking each action in a separate property, store
them in a single map that can be searched in a generic and clean
way.

https://bugzilla.gnome.org/show_bug.cgi?id=691900
2017-08-22 12:26:51 +02:00
9c3b3320f8 system: Split out system actions to its own module
In anticipation of showing the system actions in
the search results, it is fit to move action
specific code to its own module in order to
reuse it.

https://bugzilla.gnome.org/show_bug.cgi?id=691900
2017-08-22 12:09:04 +02:00
7d95275076 system: Don't leave overview when activating most items
The current behavior wasn't designed, but was introduced in commit
84efaac52b to work around technical limitations when we were still
using external tools like gnome-screensaver or gnome-session-quit
to handle the actions. Those limitations are long gone, so it makes
sense to make the actions consistent with the corresponding keyboard
shortcuts: Leave the overview when launching an application, and leave
it alone otherwise.

https://bugzilla.gnome.org/show_bug.cgi?id=691900
2017-08-22 12:09:04 +02:00
e8a2c06e4e inhibitShortcuts: Whitelist OS components
Users already have to trust their OS, so asking whether an OS component
should be allowed to perform an OS operation is odd at best, if not
confusing. Account for this by allowing system components that require a
keyboard grab to work - namely Setting's keyboard shortcuts panel - to
do so without triggering the permissions dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=786146
2017-08-22 12:09:04 +02:00
b35dfc8914 windowManager: Add a switcher for mutter's switch-monitor keybinding
https://bugzilla.gnome.org/show_bug.cgi?id=783550
2017-08-22 10:50:56 +02:00
c899453800 switcherPopup: Add support for modifier-less keybinding navigation
This drops the requirement that SwitcherPopups need a modifier based
keybinding to work.

The existing behavior for modifier based keybindings is kept but if
the popup is triggered from a no modifiers keybinding, instead of
finishing when the modifier is released, we use a timer that
automatically finishes the popup. The timer is reset on every key
release to allow navigation to happen.

https://bugzilla.gnome.org/show_bug.cgi?id=783550
2017-08-22 10:50:56 +02:00
2339351499 dateMenu: Use non-capitalized forecasts where appropriate
GWeather now provides us with API to request strings that don't
use sentence capitalization, so we can use it for summaries that
don't start a sentence to make for more natural phrases.

https://bugzilla.gnome.org/show_bug.cgi?id=779873
2017-08-21 15:43:34 +02:00
63bd6efae4 Update Catalan translation 2017-08-21 15:21:07 +02:00
f2a9467f91 network: Simplify and fix VPN settings menu item
As in commit b2b2f65 and furthermore it doesn't make much sense to
change the menu item according to the number of connections since all
connections here are of the same type.

https://bugzilla.gnome.org/show_bug.cgi?id=786520
2017-08-21 12:12:52 +02:00
0ad9c51d9b Update Croatian translation 2017-08-20 20:32:30 +00:00
b2b2f65214 network: Launch the appropriate settings panels
The new control-center shell split wifi configuration from the network
panel, and moved all other devices into a flat list. So instead of
manually spawning the app with the 'show-device' subcommand, we can
now simply launch the appropriate settings panel.

https://bugzilla.gnome.org/show_bug.cgi?id=786520
2017-08-20 18:03:32 +02:00
b5d3c4e165 shell-tray-manager: Disconnect theme_widget signals on finalize
The theme widget passed to shell_tray_manager_manager_screen() is simply
a means to receive style information. There is nothing which ties the two
object's life cycles together, so it is entirely possible for the tray to
be finalized with the widget still around - we shouldn't try to update the
stale object on widget style changes, so make sure we properly disconnect
the signal handler.

https://bugzilla.gnome.org/show_bug.cgi?id=786526
2017-08-20 18:03:32 +02:00