Laurent Bigonville
100651a74c
Update upstream source from tag 'upstream/3.36.2'
...
Update to upstream version '3.36.2'
with Debian dir 76e64ae93a
2020-05-03 10:01:15 +02:00
Laurent Bigonville
d3b687df8b
New upstream version 3.36.2
upstream/3.36.2
2020-05-03 10:01:14 +02:00
Florian Müllner
df463177e7
Bump version to 3.36.2
...
Update NEWS.
3.36.2
2020-04-29 22:45:40 +02:00
Florian Müllner
62af36ebfa
Update sass submodule
2020-04-29 22:44:25 +02:00
Kristjan SCHMIDT
c5246b7415
Update Esperanto translation
2020-04-18 09:00:46 +00:00
Xiaoguang Wang
d39c1fd685
windowPicker: Wrong signal ID _nWorkspacesNotifyId
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/106
(cherry picked from commit f9aaa732b2 )
2020-04-10 14:31:24 +00:00
Florian Müllner
665a7fbbcb
ci: Update URL check
...
Gitlab started inserting a /-/ in its URLs, account for that.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/113
(cherry picked from commit 7b82c5e12b )
2020-04-10 14:30:49 +00:00
Simon McVittie
5138e30a2a
Release to unstable
debian/3.36.1-1
2020-04-10 15:13:18 +01:00
Simon McVittie
a69fa591da
New upstream release
2020-04-02 10:14:08 +01:00
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
Yosef Or Boczko
c477f10bfb
Update Hebrew translation
2020-04-01 15:22:37 +00: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