Asier Sarasua Garmendia
a41cd3c19a
Update Basque translation
2020-08-10 07:06:33 +00:00
Anders Jonsson
fcbdeba8c5
Update Swedish translation
2020-08-01 23:10:54 +00:00
Piotr Drąg
116f074e3b
Update POTFILES.in
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/128
2020-08-01 14:38:05 +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
Efstathios Iosifidis
9a2d6d68ff
Update Greek translation
2020-07-13 21:42:11 +00:00
Fabio Tomat
bc49778100
Update Friulian translation
2020-07-12 16:10:38 +00:00
Florian Müllner
67d2e2f623
Bump version to 3.37.3
...
Update NEWS.
3.37.3
2020-07-07 18:47:17 +02:00
Florian Müllner
eff625fcb8
native-window-placement: Adjust to gnome-shell changes
...
The extension was affected pretty badly by the window picker overhaul;
adjust to all(?) the major and minor changes to get it to work again.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/124
2020-07-07 17:39:36 +02:00
Florian Müllner
3742f79d4b
window-list: Adjust to gnome-shell changes
...
The window picker saw a significant overhaul. Amazingly the adjustments
necessary are relatively small ...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/124
2020-07-07 17:31:52 +02:00
Florian Müllner
b6a3503f5e
window-list: Remove some dead code
...
Since PanelMenu.Button started to inherit from St.Widget, the custom
_allocate() function isn't called anymore.
Simply changing the function to vfunc_allocate() doesn't work as other
changes happened in the meantime, so for now just remove it altogether.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/124
2020-07-07 17:31:52 +02:00
Baurzhan Muftakhidinov
f449ab31c9
Update Kazakh translation
2020-07-02 06:40:14 +00:00
Baurzhan Muftakhidinov
920b925b12
Update Kazakh translation
...
(cherry picked from commit 9a8b5caca3 )
2020-06-25 05:18:54 +00:00
Boyuan Yang
ad5e70b03b
Update Chinese (China) translation
2020-06-23 21:15:19 +00:00
sicklylife
7beebc11f6
Update Japanese translation
2020-06-10 12:34:10 +00:00
sicklylife
1391acd71f
Update Japanese translation
2020-06-10 12:18:25 +00:00
Jordi Mas
761fdf1036
Update Catalan translation
2020-06-06 14:42:37 +02:00
Florian Müllner
7f2c39cdb2
Bump version to 3.37.2
...
Update NEWS.
3.37.2
2020-06-02 22:16:25 +02:00
Matej Urbančič
b5ff860118
Updated Slovenian translation
2020-06-01 22:08:36 +02:00
Florian Müllner
aeaba3f379
window-list: Replace removed Clutter.BoxLayout method
...
The method was deprecated for years and has finally been removed.
Just set appropriate expand/align properties on the children and
add them with the usual add_child() method.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/122
2020-05-28 02:46:06 +02:00
Florian Müllner
f96943a4dc
window-list: Replace allocation-changed signal
...
It has been removed in favor of notify::allocation.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/122
2020-05-28 02:46:06 +02:00
Florian Müllner
60ad2e37ff
window-list: Stop using obsolete StBin properties
...
Those properties were deprecated (and made no-ops) last cycle, and
have now been removed altogether.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/122
2020-05-28 02:46:06 +02:00
Florian Müllner
8c53fd9590
workspace-indicator: Stop using obsolete StBin properties
...
Those properties were deprecated (and made no-ops) last cycle, and
have now been removed altogether.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/122
2020-05-28 02:46:06 +02:00
Daniel Șerbănescu
867ace0b0a
Update Romanian translation
2020-05-22 09:14:46 +00:00
Danial Behzadi
a74862e745
Update Persian translation
2020-05-12 14:27:33 +00:00
Emin Tufan Çetin
c16f9828bd
Update Turkish translation
2020-05-05 14:34:53 +00:00
Daniel Mustieles
608a8b1639
Updated Spanish translation
2020-05-04 15:45:54 +02:00
Yuri Chornoivan
7bc9b282a2
Update Ukrainian translation
2020-05-03 19:20:15 +00:00
Florian Müllner
9db7b96f24
window-list: Modernize preference dialog a bit
...
The current widget uses UI patterns that are reminiscent of GNOME 2.
It doesn't take a lot to make it look more modern: Simply giving the
radio group a distinct background and border allows us to move the
whole UI to the center, making the dialog more balanced and visually
pleasing.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/121
2020-05-03 19:51:24 +02:00
Florian Müllner
c87cfc822a
auto-move: Overhaul preference dialog
...
auto-move uses the same outdated UI pattern as workspace-indicator did
until commit 90d3c5c51d , imposing the same problems for a future GTK4
port.
So replace treeview and toolbar with an editable list like we did for
the other extension.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/121
2020-05-03 19:51:24 +02:00
Cheng-Chia Tseng
ff94c5a143
Update Chinese (Taiwan) translation
2020-05-02 08:06:58 +00:00
Florian Müllner
81f999f761
Bump version to 3.37.1
...
Update NEWS.
3.37.1
2020-04-29 21:55:52 +02:00
Florian Müllner
17b5c0400a
Update sass submodule
2020-04-29 21:49:53 +02:00
Florian Müllner
ac937b9549
user-theme: Make rows non-selectable
...
A row has to be activated to select a theme, not merely selected.
The selection therefore doesn't do anything, so disable it.
2020-04-29 21:44:13 +02:00
Daniel Mustieles
0c223de045
Updated Spanish translation
2020-04-28 17:47:14 +02:00
Anders Jonsson
564235d44c
Update Swedish translation
2020-04-26 18:52:30 +00:00
Yuri Chornoivan
92a2361306
Update Ukrainian translation
2020-04-25 08:07:50 +00:00
Danial Behzadi
9f27654729
Update Persian translation
2020-04-24 20:13:04 +00:00
Dz Chen
f4013c7a5c
Update Chinese (China) translation
2020-04-18 09:59:29 +00:00
Kristjan SCHMIDT
9e7eff4a3e
Update Esperanto translation
...
(cherry picked from commit c5246b7415 )
2020-04-18 09:00:54 +00:00
Florian Müllner
5b2bdd138a
user-themes: Support session mode styles
...
Session mode stylesheets are installed in gnome-shell's theme
directory instead of a subdirectory of the global themes direc-
tory.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/118
2020-04-17 16:33:03 +00:00
Florian Müllner
90d3c5c51d
workspace-indicator: Overhaul prefs widget
...
Inline toolbars are an outdated UI pattern, and both the toolbar widget
and the inline styling have been removed from GTK4. Making sure the
extension doesn't get in the way of a future GTK4 port is a good excuse
for modernizing the UI, so do just that :-)
Replace treeview and toolbar with an editable list as outline in the HIG:
https://developer.gnome.org/hig/stable/lists.html.en
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/120
2020-04-17 17:54:15 +02:00
Milan Crha
b00e531626
window-list: Invalid current mode selected in Preferences
...
It seems that gtk+ resets the active radio whenever a new radio button
is added into the group, thus rather restore the current mode after
the group is fully populated.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/119
2020-04-17 09:37:13 +02:00
Florian Müllner
b1c1b01184
po: Update POTFILES.in
...
The user-themes extension actually never had translatable strings.
2020-04-12 04:41:53 +02:00
Florian Müllner
739b1e11a0
user-themes: Add preference widget
...
While we don't endorse or support 3rd party theming, the extension
exists and is actively used. However right now the most convenient
way of setting it up is by installing Tweak Tool; give users an
alternative by providing a simple settings dialog ourselves.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/117
2020-04-12 04:13:25 +02:00
Florian Müllner
a3541ff0d9
ci: Drop "regular" build job
...
We already do a meson build/install when exporting extension bundles, and
now that the syntax check is handled by the CI instead of `meson test`,
the job just duplicates work.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
2020-04-11 01:08:11 +02:00
Florian Müllner
8fb5476a1c
build: Drop syntax-checks from meson test
...
Those checks are just as well handled by the CI, and removing them
makes for a nice build system cleanup.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
2020-04-11 01:08:02 +02:00
Florian Müllner
fc8a46f15a
ci: Syntax-check js sources
...
This is currently done as part of `ninja test`, but doing the check
in a separate CI job means it can run in parallel with other review
jobs and fail before trying to build.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
2020-04-11 01:07:55 +02:00
Florian Müllner
2e21f7cf72
ci: Combine commit/source checks under 'review'
...
The current names are an artifact from when flatpak-ci used
review/stop_review jobs. 'review' is a much better name and
matches what gnome-shell itself uses.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
2020-04-11 01:07:45 +02:00
Florian Müllner
a317d79016
ci: Set a default image
...
All jobs but one use the same issue, so specify that globally instead
of for each job.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
2020-04-11 01:07:37 +02:00
Florian Müllner
4722b89cc3
cleanup: Don't linebreak before closing parentheses
...
Otherwise recent versions of eslint want "dangling" commas,
which is at least ugly considering that most functions don't
allow adding arguments at leisure.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/116
2020-04-11 01:03:38 +02:00