Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout Change: Queue View Widget #485

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

Commits on May 7, 2024

  1. Add ability to add to queue

    SO9010 authored and SO9010 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2295cef View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. add ability to take queued song to other playlists, TODO: make it so …

    …it passes the song so it can be displayed in the corner
    SO9010 authored and SO9010 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    856a70a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Add to queue rework - Now queues are held

    SO9010 authored and SO9010 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7f0bab4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix if switching contexts e.g: playing a different song from a differ…

    …ent album, retains added queue.
    SO9010 authored and SO9010 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ecd8546 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Change added_items to user_added_items, Lint using clippy.

    SO9010 authored and SO9010 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9a99249 View commit details
    Browse the repository at this point in the history
  2. Linting done with format

    SO9010 authored and SO9010 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8f13fdd View commit details
    Browse the repository at this point in the history
  3. Var name to user_items

    SO9010 authored and SO9010 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bc9791f View commit details
    Browse the repository at this point in the history
  4. Remove redundant comment

    SO9010 authored and SO9010 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    a00272b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. UI change starting

    SO9010 authored and SO9010 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4f5296a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/SO9010/psst

    SO9010 authored and SO9010 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6f27d9b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Queue view added (INCOMPLETE)

    SO9010 authored and SO9010 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    456a319 View commit details
    Browse the repository at this point in the history
  2. Clear up

    SO9010 authored and SO9010 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2ffb38a View commit details
    Browse the repository at this point in the history
  3. Remove from quieue buttom

    SO9010 authored and SO9010 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1b0d7c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Clean up and consistency...

    - Added pointer to clear icon
    jacksongoode committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b6fb954 View commit details
    Browse the repository at this point in the history
  2. Center queue

    jacksongoode committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    67a7536 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge remote-tracking branch 'upstream/master'

    so9010 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ecb5256 View commit details
    Browse the repository at this point in the history
  2. Align dividers

    so9010 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    abbc357 View commit details
    Browse the repository at this point in the history
  3. Add left and right dividers

    so9010 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b67267d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Dynamically resize left side bar

    SO9010 authored and SO9010 committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    98f1824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d56ffcc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Fix constraint causing issues

    SO9010 authored and SO9010 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6a1bf9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/SO9010/psst

    SO9010 authored and SO9010 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    81f23cd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Improved widget switching

    SO9010 authored and SO9010 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    a60f52b View commit details
    Browse the repository at this point in the history
  2. More function, but it needs improvment.

    SO9010 authored and SO9010 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    81d6ba0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Fix overlap, this also makes the change in size smoother

    SO9010 authored and SO9010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e58b263 View commit details
    Browse the repository at this point in the history
  2. Hide queue if there are no items.

    SO9010 authored and SO9010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5f59715 View commit details
    Browse the repository at this point in the history
  3. Lint

    SO9010 authored and SO9010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    faf93b7 View commit details
    Browse the repository at this point in the history
  4. aha oops wrong way round

    SO9010 authored and SO9010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    1c1e7bd View commit details
    Browse the repository at this point in the history
  5. Info alert added

    SO9010 authored and SO9010 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e9100c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Remove by index

    SO9010 authored and SO9010 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e976452 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Improved skipping method

    SO9010 authored and SO9010 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    708c14f View commit details
    Browse the repository at this point in the history
  2. Add option to settings

    SO9010 authored and SO9010 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    57bd9c5 View commit details
    Browse the repository at this point in the history
  3. Clear queue

    SO9010 authored and SO9010 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f383da8 View commit details
    Browse the repository at this point in the history
  4. Fix oopsie and introduce context menu

    SO9010 authored and SO9010 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b9977aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40d1b6d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    8c3b1ae View commit details
    Browse the repository at this point in the history
  2. Context menu update

    SO9010 authored and SO9010 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ceb9caa View commit details
    Browse the repository at this point in the history
  3. Lint

    SO9010 authored and SO9010 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9a62df4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Linting

    jacksongoode committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    17e60ba View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c091fa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13215a7 View commit details
    Browse the repository at this point in the history
  3. Fix remove from queue

    Samuel Oldham committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b308119 View commit details
    Browse the repository at this point in the history
  4. Fix skip to place in queue

    Samuel Oldham committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5137a34 View commit details
    Browse the repository at this point in the history
  5. Lint

    Samuel Oldham committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    13d4567 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fix queue repeats

    Samuel Oldham committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6e0e748 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    3f48cbf View commit details
    Browse the repository at this point in the history
  2. Fix dodgy playing

    SO9010 authored and SO9010 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2c4acfe View commit details
    Browse the repository at this point in the history
  3. Linty

    SO9010 authored and SO9010 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6ab7708 View commit details
    Browse the repository at this point in the history
  4. Fix mistake

    SO9010 authored and SO9010 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b42c7c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. start to fix problems

    so9010 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6f2d9b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. start making it play if theres nothing there

    so9010 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cddcee0 View commit details
    Browse the repository at this point in the history
  2. Play even when no playlist is playing

    so9010 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ba9cbdb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Improvement

    SO9010 authored and SO9010 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ed3702e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    4e35a6c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Lint!

    SO9010 authored and SO9010 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c7128f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    9c61420 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f69b626 View commit details
    Browse the repository at this point in the history
  2. neaten appstate

    Samuel Oldham committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5bf8a69 View commit details
    Browse the repository at this point in the history