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

Add "Last Played" column to library #2670

Closed
wants to merge 27 commits into from
Closed

Commits on Apr 16, 2020

  1. last-played-datetime: initial work to create a sortable column for la…

    …st played time for every track.
    
    https://bugs.launchpad.net/mixxx/+bug/1490818
    
    This initial version doesn't respond to changes in the playlist,
    but it does do the initial population at startup.
    ywwg committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6e5acb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a920568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a0e54 View commit details
    Browse the repository at this point in the history
  4. last played: tiny optimization

    ywwg committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    95446b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f4ed6 View commit details
    Browse the repository at this point in the history
  6. 3 Configuration menu
    Copy the full SHA
    ff8a303 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. last played: fix bindvalue uses

    VIEWs can't use params.
    ywwg committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    a7960e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd7eaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a8236 View commit details
    Browse the repository at this point in the history
  4. last played: address notes

    ywwg committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    8b42a7c View commit details
    Browse the repository at this point in the history
  5. last played: make const extern

    ywwg committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    a013e9e View commit details
    Browse the repository at this point in the history
  6. last played: fix naming

    ywwg committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    cbbff3f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. last played: persist and reuse QSqlQuery

    Split lastplayed helpers into two separate objects, one to
    create the table and the other to read from it.  They are used
    by different parts of the code and need access to different things.
    ywwg committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    9fe8ba0 View commit details
    Browse the repository at this point in the history
  2. last played: check for not-found

    ywwg committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    9d50d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7ec07d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

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

Commits on Apr 27, 2020

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

Commits on May 9, 2020

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

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    eb3c64f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d5350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8734cf8 View commit details
    Browse the repository at this point in the history
  4. Last Played: minor cleanup

    ywwg committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b6b4ed4 View commit details
    Browse the repository at this point in the history
  5. Last Played: line wrap

    ywwg committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a8576f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

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

Commits on Sep 11, 2020

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

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    c718c15 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    ywwg committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    bd27ffb View commit details
    Browse the repository at this point in the history