Results 17 issues of Yotam Bar-On

First thing: should make sure this is indeed at all possible. Currently, the indicator only handles the CLIPBOARD selection. The indicator should be able to manage the PRIMARY selection as...

Based on #286 with backward-compat fixes. This PR still has multiple issues that need to be resolved: https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator/pull/286#issuecomment-1011438370

From @justperfection : 1. Please remove all .po and .pot files: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 2. Lang is a deprecated module. Please remove it for the next version: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#general-advice Learn how to remove...

Up for grabs

Implement a new button in the actions-bar that enables the user to pre-select the video quality. Show all possible qualities, and if the currently-playing item does not support the selected...

enhancement

Currently, dragging the volume knob (to increase/decrease volume) doesn't work on touch devices. You can still click on a certain position and the volume would be adjusted, but the smooth...

bug
ui

See #12 for info on the feature implementation. Add the following shortcuts: - _Ctrl + PageUp_: One Panel Left - _Ctrl + PageDown_: One Panel Right - _m_: Toggle Mute...

enhancement
ui
services

Add a service that will handle last.fm API requests. API reference: http://www.last.fm/api The service should expose the following API methods: - [track.getInfo](http://www.last.fm/api/show/track.getInfo) - [track.getSimilar](http://www.last.fm/api/show/track.getSimilar) - [artist.getInfo](http://www.last.fm/api/show/artist.getInfo) - [artist.getSimilar](http://www.last.fm/api/show/artist.getSimilar)

feature
services

Need to write tests for every service/directive/filter for regressions and stuff.

feature
infrastructure

A bar with playlist-related actions should be implemented, with options enabling the user to save the currently selected list of tracks, for later loading. _This issue only refers to saving...

feature
ui

If a user starts the app with an existing playlist, cue the first track automatically, so when the user hits 'play', the YouTube API is already loaded and ready. This...

enhancement
services