Simon McVittie
7f2a3eb2ca
Update upstream source from tag 'upstream/3.36.1'
...
Update to upstream version '3.36.1'
with Debian dir 10076e8e1e
2020-04-02 10:14:08 +01:00
Simon McVittie
a4987d03b8
New upstream version 3.36.1
upstream/3.36.1
2020-04-02 10:14:07 +01:00
Florian Müllner
2ae0f368b9
Bump version to 3.36.1
...
Update NEWS.
3.36.1
2020-03-31 00:58:41 +02:00
Florian Müllner
3428bebb67
Update sass submodule
2020-03-31 00:57:31 +02:00
Iain Lane
e45cc8cdc0
Finalise changelog
debian/3.36.0-1
2020-03-16 12:39:05 +00:00
Iain Lane
3c8edd7b3a
New upstream release
2020-03-16 12:38:45 +00:00
Iain Lane
ac33058086
New upstream version 3.36.0
upstream/3.36.0
2020-03-16 12:13:26 +00:00
Iain Lane
855832d08b
Update upstream source from tag 'upstream/3.36.0'
...
Update to upstream version '3.36.0'
with Debian dir d3a51685f5
2020-03-16 12:13:26 +00:00
Daniel Korostil
73822dc5f5
Update Ukrainian translation
2020-03-10 20:46:17 +00:00
Florian Müllner
961757f717
Bump version to 3.36.0
...
Update NEWS.
3.36.0
2020-03-07 23:07:37 +01:00
Florian Müllner
7d5c985004
build: Switch to js68 for tests
...
It's what the cool kids use nowadays ...
2020-03-07 23:07:37 +01:00
Florian Müllner
cd16995503
Update sass submodule
2020-03-07 23:00:47 +01:00
Florian Müllner
3a3b5bac85
Bump version to 3.35.92
3.35.92
2020-03-01 02:22:25 +01:00
Florian Müllner
9f6b83eece
Update sass submodule
2020-03-01 02:22:02 +01:00
Iain Lane
9f07981fe5
Finalise changelog
debian/3.35.91-1
2020-02-24 18:29:30 +00:00
Marco Trevisan (Treviño)
a27d6d3c7e
New upstream release
2020-02-24 14:53:49 +01:00
Marco Trevisan (Treviño)
2a4da355f1
Update upstream source from tag 'upstream/3.35.91'
...
Update to upstream version '3.35.91'
with Debian dir 10862f27f4
2020-02-24 14:48:46 +01:00
Marco Trevisan (Treviño)
c7a08aaf74
New upstream version 3.35.91
upstream/3.35.91
2020-02-24 14:48:45 +01:00
Florian Müllner
4456b440d8
Bump version to 3.35.91
...
Update NEWS.
3.35.91
2020-02-18 00:36:15 +01:00
Florian Müllner
f61e2f5f5c
Update sass submodule
2020-02-18 00:35:32 +01:00
Zander Brown
a8eecac0ff
Update British English translation
2020-02-11 19:32:35 +00:00
Florian Müllner
9a6b4da33c
Bump version to 3.35.90
...
Update NEWS.
3.35.90
2020-02-06 21:54:51 +01:00
Florian Müllner
cb53d0b85c
Update sass submodule
2020-02-06 21:51:09 +01:00
Umarzuki Bin Mochlis Moktar
318b9b18af
Update Malay translation
2020-01-27 12:27:08 +00:00
Florian Müllner
cdf970d4b6
ci: Fix eslint job
...
eslint requires a file/directory, and will fail when the parameter
is not specified. Unfortunately it only indicates the failure by
printing its help output, but not via its return value, so our test
still completes successfully.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/105
2020-01-26 23:43:18 +01:00
Florian Müllner
1ee3803265
window-list: Fix typo
...
Whoops, missed a shift-press there. Another issues that sneaked
in thanks to the broken eslint check.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/105
2020-01-26 23:43:18 +01:00
Florian Müllner
b25c4d07a7
style: Avoid unnecessary parentheses
...
The eslint check in CI is broken, and some style nits weren't caught
as a consequence.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/105
2020-01-26 23:43:18 +01:00
Florian Müllner
330e7b312d
windowsNavigator: Adjust to deprecated API removal
...
The old raise/lower methods have been deprecated for years, and
mutter finally removed those APIs.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/104
2020-01-26 23:30:55 +01:00
Florian Müllner
01f921541f
windowsNavigator: Use normal inheritance for non-GObject class
...
More fallout from commit 63615cb657 .
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/104
2020-01-26 23:30:55 +01:00
Florian Müllner
cc52f4a260
windowsNavigator: Add missing imports
...
Commit 63615cb657 missed that, which is an easy mistake to make.
But how on earth did CI not catch this?!
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/104
2020-01-26 23:25:38 +01:00
sicklylife
eb71474c95
Update Japanese translation
2020-01-20 22:21:08 +00:00
sicklylife
69681cdc9a
Update Japanese translation
2020-01-20 22:13:20 +00:00
Florian Müllner
c958e2d0fd
window-list: Force single-line window titles
...
While window titles really really shouldn't contain newline characters,
they are under application control and therefore may very well do.
Force the corresponding labels to be single line, to prevent offending
applications from messing up the whole window list layout.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/202
2020-01-17 15:03:54 +01:00
Florian Müllner
9c964eaf1b
drive-menu: Stop using deprecated child properties
...
StBoxLayout's child properties were deprecated in favor of the generic
expand/align properties.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/102
2020-01-09 20:16:39 +01:00
Florian Müllner
0500480d75
window-list: Stop using deprecated child properties
...
StBoxLayout's child properties were deprecated in favor of the generic
expand/align properties.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/102
2020-01-09 20:15:52 +01:00
Florian Müllner
37a09b7be1
apps-menu: Stop using deprecated (child) properties
...
StBoxLayout's child properties were deprecated in favor of the generic
expand/align properties.
StBin now uses the same Clutter.Actor properties instead of its own.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/102
2020-01-09 20:13:11 +01:00
Florian Müllner
d8c734124d
classic: Add new import
...
The shell SCSS got reorganized, and we are now missing an import in
the classic style. Add it to get back a working classic style.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/101
2020-01-09 19:33:34 +01:00
Florian Müllner
25b6b562d9
windowPicker: Adjust to gnome-shell changes
...
WorkspacesDisplay now takes an adjustment for the workspace position,
provide that.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/100
2020-01-09 19:25:25 +01:00
Florian Müllner
f2315d28f9
Update sass submodule
2020-01-09 18:29:44 +01:00
Florian Müllner
9b93931de6
Bump version to 3.35.3
...
Update NEWS.
3.35.3
2020-01-05 13:23:09 +01:00
Florian Müllner
47a2fd36e1
Update sass submodule
2020-01-05 13:23:09 +01:00
Laurent Bigonville
ca47fbc16b
Release to unstable
debian/3.34.2-1
2019-12-30 00:51:17 +01:00
Laurent Bigonville
5a3c3de1a4
debian/control.in: Bump Standards-Version to 4.4.1 (no further changes)
2019-12-30 00:51:08 +01:00
Laurent Bigonville
ff9062ac17
New upstream release
2019-12-30 00:41:33 +01:00
Laurent Bigonville
9486fc3f98
Update upstream source from tag 'upstream/3.34.2'
...
Update to upstream version '3.34.2'
with Debian dir 38d5f5c015
2019-12-30 00:41:32 +01:00
Laurent Bigonville
8c1d6d88cf
New upstream version 3.34.2
upstream/3.34.2
2019-12-30 00:41:31 +01:00
Fran Dieguez
be19802f78
Update Galician translation
2019-12-25 14:29:08 +00:00
Florian Müllner
33b16681c6
Bump version to 3.34.2
...
Update NEWS.
3.34.2
2019-12-11 22:56:08 +01:00
Florian Müllner
35746251fd
Bump version to 3.35.2
...
Update NEWS.
3.35.2
2019-12-11 18:59:03 +01:00
Umarzuki Bin Mochlis Moktar
3c51716268
Update Malay translation
2019-12-09 11:59:58 +00:00