Simon McVittie
06ae867c2f
New upstream development release
2018-08-02 10:33:59 +01:00
Simon McVittie
77ebd3d202
Update upstream source from tag 'upstream/3.29.90'
...
Update to upstream version '3.29.90'
with Debian dir 556645e633
2018-08-02 10:32:11 +01:00
Simon McVittie
59bc054ef6
New upstream version 3.29.90
upstream/3.29.90
2018-08-02 10:32:10 +01:00
Florian Müllner
8b1bcc9fed
Bump version to 3.29.90
...
Update NEWS.
3.29.90
2018-08-01 03:47:30 +02:00
Florian Müllner
ebad80c64d
Update sass submodule
2018-08-01 03:46:05 +02:00
Simon McVittie
227f999001
3.29.3+really3.29.3-1
debian/3.29.3+really3.29.3-1
2018-07-27 23:58:30 +01:00
Simon McVittie
e37782c2ce
d/watch: Watch for development versions
2018-07-27 10:49:37 +01:00
Simon McVittie
f210be5ab4
3.29.3-1
debian/3.29.3-1
2018-07-27 09:37:49 +01:00
Simon McVittie
12b1a0639e
Set Rules-Requires-Root to no
2018-07-27 09:18:19 +01:00
Simon McVittie
34098b871b
Merge branch 'upstream/latest' into debian/master
2018-07-27 09:15:18 +01:00
Simon McVittie
57e9dfe722
Merge remote-tracking branch 'origin/upstream/latest' into upstream/latest
2018-07-27 09:14:56 +01:00
Simon McVittie
cc2ebff0e3
Bump Standards-Version to 4.1.5
2018-07-27 08:49:34 +01:00
Simon McVittie
7c21766dd5
New upstream release
2018-07-27 08:48:10 +01:00
Simon McVittie
965dfd2d39
Update upstream source from tag 'upstream/3.29.3'
...
Update to upstream version '3.29.3'
with Debian dir db66300472
2018-07-27 08:43:27 +01:00
Simon McVittie
f17a519c38
New upstream version 3.29.3
upstream/3.29.3
2018-07-27 08:43:26 +01:00
Florian Müllner
39caf951e0
data: Use override for default alt-tab keybindings
...
Per-desktop overrides aren't limited to keys in org.gnome.mutter, so
we can use them instead of the alternate-tab extension to default to
the window switcher in the classic session.
https://bugzilla.gnome.org/show_bug.cgi?id=786496
2018-07-09 19:18:54 +02:00
Florian Müllner
ecf28e13b4
window-list: Use correct settings schemas
...
Override schemas are gone (yay!), so we can now simply use the original
schema independent from the used session mode.
https://bugzilla.gnome.org/show_bug.cgi?id=786496
2018-07-09 19:18:54 +02:00
Florian Müllner
a01b44f7de
data: Replace override schema with per-desktop override
...
GSettings now recognizes per-desktop overrides that can be used
to change schemas' default values for classic mode, so use that
instead of the separate override schema we currently use with
mutter's custom override mechanism.
https://bugzilla.gnome.org/show_bug.cgi?id=786496
2018-07-09 19:18:54 +02:00
Florian Müllner
6b1926bab3
Bump version to 3.29.3
...
Update NEWS.
3.29.3
2018-07-09 19:09:13 +02:00
Florian Müllner
64986740e3
Update sass submodule
2018-07-09 19:08:15 +02:00
Jonas Ådahl
6583eae622
Remove usage of MetaScreen
...
As of the libmutter API version 3 MetaScreen does no longer exist.
Functionality that previously depended on MetaScreen has been moved
elsewhere (e.g. MetaDisplay or MetaWorkspaceManager etc).
https://bugzilla.gnome.org/show_bug.cgi?id=759538
2018-07-06 19:53:08 +02:00
Florian Müllner
9add688abf
Actually bump version number
...
Gah ...
3.29.2-real
2018-05-24 19:06:33 +02:00
Florian Müllner
a85764a0ab
Bump version to 3.29.2
...
Update NEWS.
3.29.2
2018-05-24 19:04:07 +02:00
Florian Müllner
eaa2c7857e
Update submodule URL
...
gnome-shell-sass was migrated to gitlab, so update to the correct URL
instead of relying on the redirect.
2018-05-24 19:04:07 +02:00
Florian Müllner
6e1b5bc346
Update sass submodule
2018-05-24 19:01:36 +02:00
Jeremy Bicha
49e598b4b7
releasing package gnome-shell-extensions version 3.28.1-1
debian/3.28.1-1
2018-05-14 21:54:28 -04:00
Jeremy Bicha
40f13f3afa
Bump Standards-Version to 4.1.4
2018-05-14 21:51:38 -04:00
Jeremy Bicha
356e2054fa
New upstream release
2018-05-14 21:50:59 -04:00
Jeremy Bicha
8223ca9739
New upstream version 3.28.1
upstream/3.28.1
2018-05-14 21:50:46 -04:00
Jeremy Bicha
dab22e927b
Update upstream source from tag 'upstream/3.28.1'
...
Update to upstream version '3.28.1'
with Debian dir a3ec8283f8
2018-05-14 21:50:46 -04:00
Florian Müllner
f59ab1272d
drive-menu: Disconnect volume monitor signals
...
The handler IDs were renamed at some point, resulting in the signals
not being disconnected on disable.
2018-05-10 18:56:23 +02:00
Florian Müllner
f25ffe6f63
build: Include translations in uploaded zip files
...
The meson port accidentally dropped translations from the generated
zip files for uploading to extensions.gnome.org, add them back.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/69
2018-05-07 12:00:19 +02:00
Florian Müllner
6746061898
Bump version to 3.28.1
...
Update NEWS.
3.28.1
2018-04-13 20:30:56 +02:00
Florian Müllner
3dc9f2e4ff
cleanup: Use Array.includes() to check for element existence
...
This is a relatively recent addition to the standard we can use where we
don't care about the actual position of an element inside the array.
(Array.includes() and Array.indexOf() do behave differently in edge cases,
for example in the handling of NaN, but those don't matter to us)
2018-04-12 11:05:41 +02:00
Florian Müllner
682d6a8fd1
window-list: Handle no overrides settings
...
We can only know about override settings that are provided by the
upstream GNOME or GNOME Classic sessions, but not any custom sessions
created by admins, users or distributions. Handle that case by falling
back to the original settings.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/62
2018-04-12 11:05:41 +02:00
Dz Chen
d3ea985e14
Update zh_CN translation
2018-03-21 19:21:17 +08:00
Jeremy Bicha
a1f60be674
releasing package gnome-shell-extensions version 3.28.0-2
debian/3.28.0-2
2018-03-19 18:21:11 -04:00
Jeremy Bicha
e0ec59d30b
Fix missing auto-move-windows, native-window-placement, & user-theme extns
2018-03-19 18:20:51 -04:00
Jeremy Bicha
abc1c9ef7e
releasing package gnome-shell-extensions version 3.28.0-1
debian/3.28.0-1
2018-03-18 20:17:31 -04:00
Jeremy Bicha
3e4a778978
New upstream release
2018-03-15 21:28:56 -04:00
Jeremy Bicha
ca85495a1c
Update upstream source from tag 'upstream/3.28.0'
...
Update to upstream version '3.28.0'
with Debian dir f3988d1137
2018-03-15 21:28:24 -04:00
Jeremy Bicha
fe20c27b60
New upstream version 3.28.0
upstream/3.28.0
2018-03-15 21:28:20 -04:00
Xiaoguang Wang
496ae16cf1
apps-menu: Duplicate destroy actor
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/59
2018-03-13 09:06:00 +08:00
Florian Müllner
0554e0deb9
Bump version to 3.28.0
...
Update NEWS.
3.28.0
2018-03-12 21:57:46 +01:00
Jeremy Bicha
41dc03222c
releasing package gnome-shell-extensions version 3.27.92-2
debian/3.27.92-2
2018-03-10 19:38:07 -05:00
Bruce Cowan
c0c938977c
Update British English translation
2018-03-10 18:05:48 +00:00
Aman Alam
8ee207d74d
Update Punjabi translation
2018-03-10 15:37:59 +00:00
Xiaoguang Wang
0e625bedba
data: Remove nautilus classic
...
nautilus doesn't support nautilus classic from version 3.27
2018-03-07 12:49:37 +08:00
Jeremy Bicha
3cf56d8270
releasing package gnome-shell-extensions version 3.27.92-1
debian/3.27.92-1
2018-03-05 21:02:11 -05:00
Jeremy Bicha
9436564a76
Drop explicit dependency on mutter's gir since gnome-shell already depends on it
...
It's a headache to remember to update the dependency every 6 months
and wonder why gnome-shell is stuck in Ubuntu -proposed.
2018-03-05 21:01:51 -05:00