Marco Trevisan (Treviño)
d9ae9a023a
New upstream version 40.1
2021-05-30 17:53:15 +02:00
Florian Müllner
b33a62f2dc
Update sass submodule
2021-05-13 16:50:34 +02:00
Florian Müllner
3e8bbb07ea
classic: Disable welcome dialog
...
The Tour focuses on new overview features, which aren't relevant
for gnome-classic where the overview is disabled altogether.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4026
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/169 >
2021-04-05 20:32:19 +02:00
Florian Müllner
db853d9023
Update sass submodule
2021-03-15 16:29:55 +01:00
Florian Müllner
3603bc7c6a
Update sass submodule
2021-02-24 01:50:31 +01:00
Florian Müllner
b92295ad2c
Update sass submodule
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/159 >
2021-02-12 02:20:20 +01:00
Florian Müllner
8fcbed6481
classic: Remove arrow-override
...
No need to hide what is no longer there.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3567
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/156 >
2021-01-26 17:00:24 +01:00
Jonas Dreßler
505a7f4ac9
classic: Fixup panel styling after gnome-shell changes
...
We don't want a transparent panel in the classic session (this is
already taken care of by the existing panel background-color overrides),
and we want to avoid the new pill-shaped hover/focus indicators in the
classic session.
For the gnome-shell changes, see
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1397 .
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/153 >
2021-01-14 00:25:47 +01:00
Florian Müllner
e8acfb2b51
Update sass submodule
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/153 >
2021-01-14 00:25:47 +01:00
Florian Müllner
669e7c32a2
classic: Pre-generate stylesheet
...
We follow the rule of not putting generated files under version
control, but that means drawing in additional build-time dependencies.
We can reduce those when building from a released tarball by
generating the stylesheets at dist time though, so do that.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/150 >
2020-12-29 00:27:07 +01:00
Florian Müllner
294eb0feb5
data: Update list of theme dependencies
...
The scss sources were split up in gnome-shell last cycle, catch
up with that change.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/150 >
2020-12-29 00:16:16 +01:00
Simon McVittie
9f25047e24
New upstream version 3.38.2
2020-12-03 10:11:14 +00:00
Florian Müllner
365fa6abc9
Update sass submodule
2020-12-03 00:14:49 +01:00
Florian Müllner
aad96bb1c4
Update sass submodule
2020-12-02 20:33:56 +01:00
Jeremy Bicha
41664b152c
New upstream version 3.38.1
2020-10-06 17:36:33 -04:00
Florian Müllner
369801dbeb
Update sass submodule
2020-10-05 20:42:16 +02:00
Marco Trevisan (Treviño)
8b9be8f120
New upstream version 3.37.91
2020-08-27 08:18:07 +02:00
Florian Müllner
bf1f129854
Update sass submodule
2020-08-24 18:07:44 +02:00
Florian Müllner
80030687d9
Update sass submodule
2020-08-11 17:30:02 +02:00
Florian Müllner
9a78c7e4f4
classic: Drop separate gnome-session definition
...
Originally the classic session replaced `gnome-shell.desktop` with
`gnome-shell-classic.desktop` (to add the --mode=classic parameter)
and added `nautilus-classic.desktop` (to force on desktop icons).
Neither is the case anymore (and hasn't been for years): Nowadays the
only expected difference is the GNOME_SHELL_SESSION_MODE variable and
the DesktopNames field, which are both set from the session .desktop
file rather than the gnome-session session definition.
Any difference in the latter - like not starting the USBProtection
plugin and missing systemd user session support - are bugs. The
easiest way to avoid those in the future is by removing the obsolete
duplication that enables them, so do just that.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/126
2020-07-31 08:52:51 +00:00
Laurent Bigonville
d3b687df8b
New upstream version 3.36.2
2020-05-03 10:01:14 +02:00
Florian Müllner
62af36ebfa
Update sass submodule
2020-04-29 22:44:25 +02:00
Florian Müllner
17b5c0400a
Update sass submodule
2020-04-29 21:49:53 +02:00
Simon McVittie
a4987d03b8
New upstream version 3.36.1
2020-04-02 10:14:07 +01:00
Florian Müllner
3428bebb67
Update sass submodule
2020-03-31 00:57:31 +02:00
Iain Lane
ac33058086
New upstream version 3.36.0
2020-03-16 12:13:26 +00:00
Florian Müllner
cd16995503
Update sass submodule
2020-03-07 23:00:47 +01:00
Florian Müllner
9f6b83eece
Update sass submodule
2020-03-01 02:22:02 +01:00
Marco Trevisan (Treviño)
c7a08aaf74
New upstream version 3.35.91
2020-02-24 14:48:45 +01:00
Florian Müllner
f61e2f5f5c
Update sass submodule
2020-02-18 00:35:32 +01:00
Florian Müllner
cb53d0b85c
Update sass submodule
2020-02-06 21:51:09 +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
f2315d28f9
Update sass submodule
2020-01-09 18:29:44 +01:00
Florian Müllner
47a2fd36e1
Update sass submodule
2020-01-05 13:23:09 +01:00
Jeremy Bicha
c95d197c5c
New upstream version 3.34.1
2019-10-08 22:45:42 -04:00
Florian Müllner
1b2c0a4b6c
Update sass submodule
2019-10-09 03:04:32 +02:00
Xiaoguang Wang
05bcd981cd
data: Adjust to g-s-d's plugin removals
...
Remove "org.gnome.SettingsDaemon.Clipboard" and
"org.gnome.SettingsDaemon.Mouse", now the function is moved to
gnome-shell/mutter.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/94
2019-09-17 09:09:22 +08:00
Marco Trevisan (Treviño)
f047cb0baf
New upstream version 3.33.90
2019-08-13 04:25:54 +02:00
Florian Müllner
f486dfa112
Update sass submodule
2019-08-10 00:40:11 +02:00
Florian Müllner
0469fc6aa9
Update sass submodule (again)
2019-07-18 12:32:15 +02:00
Florian Müllner
1f6f22010e
Update sass submodule
2019-07-18 12:24:15 +02:00
Jakub Steiner
3fa750ce17
classic: No special casing of notifications
...
The default already handles light variant.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/82
2019-07-16 11:17:10 +02:00
Jakub Steiner
56e2a570e3
classic: hover state for panel buttons
...
- prelight before active
- lighten up slightly, similar to what the default does (inverted)
Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/169
2019-07-15 23:45:03 +02:00
Florian Müllner
82d2011061
classic: Disable overview
...
The overview is one of the defining features of GNOME 3, and thus
almost by definition at odds with the classic session, which
emulates a traditional GNOME 2 desktop.
Even with the less prominent placement inside the application menu
it never quite fit in - it doesn't help that besides the different
UI paradigma, the overview keeps its "normal" styling which differs
greatly with classic's normal mode.
So besides removing the "Activities" button via the session mode
definition, now that the apps-menu extension doesn't replace it anymore,
disable the overview completely in the classic session.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/69
2019-06-28 20:55:28 +00:00
Jakub Steiner
b138e218bb
classic: fix a broken build
...
- redesign of the default theme nuked some local variables
breaking the build.
2019-06-24 20:28:03 +02:00
Florian Müllner
829440f546
Update sass submodule
2019-06-24 20:02:18 +02:00
Florian Müllner
ce10ad64c4
Update sass submodule
2019-04-17 22:06:50 +02:00
Iain Lane
28494941e1
New upstream version 3.32.0
2019-03-12 16:33:30 +00:00
Florian Müllner
dd53fb8eb7
Update sass submodule
2019-03-12 00:01:26 +01:00
Iain Lane
b70059ac4d
New upstream version 3.31.92
2019-03-06 15:39:47 +00:00