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

5555555555 #8

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

5555555555 #8

wants to merge 549 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 14, 2013

  1. Add a temporary workaround for a device scrobbling error that was scr…

    …obbling thousands in one go. Always ask over 200. Discard whole lot if over 4000.
    eartle committed Jan 14, 2013
    Configuration menu
    Copy the full SHA
    a12b420 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from jstamp/include-fixes

    A couple of include fixes
    eartle committed Jan 14, 2013
    Configuration menu
    Copy the full SHA
    c170332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2fbfdb View commit details
    Browse the repository at this point in the history
  4. Update version to 2.1.30

    eartle committed Jan 14, 2013
    Configuration menu
    Copy the full SHA
    d8d2ba2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2013

  1. Include glib.h instead of glib/$something.h

    On some platforms, including a specific file from glib yields a compiler
    error, stating that only <glib.h> should be included directly
    Sven Over committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    76bbc62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b32b189 View commit details
    Browse the repository at this point in the history
  3. Use QDateTime::currentDateTime().toUTC() instead of currentDateTimeUtc()

    The latter was introduced in Qt 4.7. The former is equivalent and
    works with older versions of Qt.
    Sven Over committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    e58a3d0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from spacedentist/master

    Fix building on Ubuntu Quantal and with Qt 4.6
    eartle committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    ce5e4af View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2013

  1. We now auth the app in the proper desktop way. Removed the 'a bit too…

    … clever' local server that was pinged with the authenticated token.
    eartle committed Jan 17, 2013
    Configuration menu
    Copy the full SHA
    261e2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d105929 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2013

  1. Configuration menu
    Copy the full SHA
    5efd464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19edb7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2112088 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2013

  1. Update the version to 2.1.31.

    eartle committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    af74448 View commit details
    Browse the repository at this point in the history
  2. Look in both Program File locations for the media player to bootstrap…

    …. Also unset the bootstrapping if we failed to start the media player.
    eartle committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    20a76ac View commit details
    Browse the repository at this point in the history
  3. Make sure we close twiddly when the app is closed. This is probably c…

    …ausing update installation problems.
    eartle committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    e0cc278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    721728d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fea9e3 View commit details
    Browse the repository at this point in the history
  6. Add a beta update channel so there are some users we can give 'broken…

    … builds' to before everyone else.
    eartle committed Jan 21, 2013
    Configuration menu
    Copy the full SHA
    ea0b068 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ee5f8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b94774 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beab021 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. Improve the auth flow for people behind proxies. If we get a malforme…

    …d response from auth.getToken we assume it's because they haven't entered their proxy settings so bring up the dialog. We also make sure you don't get stuck on the first screen of the wizard if you go back.
    eartle committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    7ba837a View commit details
    Browse the repository at this point in the history
  2. Update version to 2.1.32.

    eartle committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    95e3229 View commit details
    Browse the repository at this point in the history
  3. Some Linux build fixes.

    eartle committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    ca7c6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24d4a63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e5151b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2013

  1. Configuration menu
    Copy the full SHA
    803f88f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30697f9 View commit details
    Browse the repository at this point in the history
  3. Detect if the current user is not authenticated and force them to go …

    …back through the first run wizard.
    eartle committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    461209e View commit details
    Browse the repository at this point in the history
  4. The iTunes plug-in should now run on Windows XP. We now just try agai…

    …n when the database is locked (like we do for busy).
    eartle committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    464b591 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e11c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7e17b2 View commit details
    Browse the repository at this point in the history
  7. Update the language files.

    eartle committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    95905d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55839eb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2013

  1. Don't show a confirmation for each plugin install when doing the upda…

    …te check as we show one at the end anyway.
    eartle committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    3ed1782 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. Build Windows Media Player Plugin with VS2010. Also, update the versi…

    …on to 2.1.0.8 as we were including version 2.1.0.6 in the 2.1.0.7 installer.
    eartle committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    5d76b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e207c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2013

  1. Configuration menu
    Copy the full SHA
    8262fff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a585845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3064af View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2013

  1. Fix a Mac build error.

    eartle committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    fe769e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8db5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b244aa2 View commit details
    Browse the repository at this point in the history
  4. Fix Mac build error.

    eartle committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    d36064f View commit details
    Browse the repository at this point in the history
  5. Fix the scrobble exclusion checker on 64-bit builds (At least it does…

    …n't work on Mac 64-bit).
    eartle committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    bd82d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. Make listener,logger,unicorn static libs on unix:!mac

    The only Linux app is the scrobbler, so there's no point in creating
    private shared libraries for it.  Now linux users don't need to
    fiddle with LD_LIBRARY_PATH.
    
    Yay.
    jstamp committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    a6d2225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5994b View commit details
    Browse the repository at this point in the history
  3. Add icons for the scrobbler

    jstamp committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    b154dcc View commit details
    Browse the repository at this point in the history
  4. Add a desktop file too

    jstamp committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    1e19ead View commit details
    Browse the repository at this point in the history
  5. 'make install' now works on linux

    e.g. qmake PREFIX=/usr/local; make install
    jstamp committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    dd83e28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55307f5 View commit details
    Browse the repository at this point in the history
  7. Ensure we only have one instance of the application open by ID instea…

    …d of application location. This means we should never get two of the same app open at once. Fingers crossed.
    eartle committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    2ae9403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d839222 View commit details
    Browse the repository at this point in the history
  9. Add more linux dependencies

    And general updates to readme. Needs someone with more knowledge to sort out installation on linux, whether all the linux deps are also windows ones, etc.
    Timmmm committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    0bdec35 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2013

  1. Merge pull request #16 from jstamp/install

    Install
    eartle committed Feb 2, 2013
    Configuration menu
    Copy the full SHA
    12bf7aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from Timmmm/patch-1

    Add more linux dependencies
    eartle committed Feb 2, 2013
    Configuration menu
    Copy the full SHA
    f1b8847 View commit details
    Browse the repository at this point in the history
  3. No legacy player listener for unix:!mac

    The linux client no longer listens on tcp 33367.
    The lastfm_scrobsub socket should work just as well.
    jstamp committed Feb 2, 2013
    Configuration menu
    Copy the full SHA
    3a04878 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2013

  1. Configuration menu
    Copy the full SHA
    4701606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11552b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4403b47 View commit details
    Browse the repository at this point in the history
  4. Update stylesheet / i18n paths on linux

    Forgot this when doing the 'make install' stuff
    jstamp committed Feb 5, 2013
    Configuration menu
    Copy the full SHA
    5f287b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2013

  1. Configuration menu
    Copy the full SHA
    7a15d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9282021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe51c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e48248 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc4a9e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a81d65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6f31b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ce0aa6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b65dcca View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

  1. Configuration menu
    Copy the full SHA
    0530ae2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from jstamp/install-paths

    Update stylesheet / i18n paths on linux
    eartle committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    bd2e78c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from jstamp/no-legacy-listener

    No legacy player listener for unix:!mac
    eartle committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    090bd42 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2013

  1. Have "notifications" as a configuration option. We can't build them i…

    …n release builds anyway.
    eartle committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    33b004f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bff4de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c26532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cfd866 View commit details
    Browse the repository at this point in the history
  5. The file exclusion widget should start at the drive level (not sure i…

    …f this works on mac).
    eartle committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    2df9e04 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2013

  1. Configuration menu
    Copy the full SHA
    28de95a View commit details
    Browse the repository at this point in the history
  2. Remove an unused define.

    eartle committed Feb 11, 2013
    Configuration menu
    Copy the full SHA
    28756f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2013

  1. Lots of changes (got a bit carried away)

    - [Windows] iPod scrobbling playcount db now uses Persistent ID (fixes a bug and possibly many more)
    - iPod scrobbling DBs are now common between Windows and Mac
    - Running twiddly from the diagnostics menu now runs through the device scrobbler class so we only ever run one
    - Moved plugin info class to uniorn so that they can be used in Twiddly app
    - Twiddly requires the latest version of the plugin or higher
    eartle committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    e786777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76a7f2 View commit details
    Browse the repository at this point in the history
  3. Tell the user that device scrobbling is disabled because they need to…

    … update their plugin.
    eartle committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    3478515 View commit details
    Browse the repository at this point in the history
  4. Get the playcount correctly in the iTunes plugin on Windows. Needed t…

    …o convert the id string with Moose::wStringToUtf8.
    eartle committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    90dee8b View commit details
    Browse the repository at this point in the history
  5. Tell the user if there was an error updating a plugin. Also, don't do…

    … a /SILENT plugin install when intiated from the file menu.
    eartle committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    4a3a98b View commit details
    Browse the repository at this point in the history
  6. Improve the diagnostics dialog

    - Always show the output from the log file
    - Say if the diff checker is already running
    eartle committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    0a197ba View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2013

  1. Configuration menu
    Copy the full SHA
    74c5687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b31342 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from jstamp/fix-rootdir

    This should fix i18n creating _bin above the toplevel source dir
    eartle committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    fd88602 View commit details
    Browse the repository at this point in the history
  4. Move the Mac iTunes plugin installer to unicorn and get Twiddly to ch…

    …eck the installed plugin at the start of Twiddly.
    eartle committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    8882b75 View commit details
    Browse the repository at this point in the history
  5. Linux build fix...

    eartle committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    1cd382f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6792bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c8e69b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2013

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

Commits on Feb 17, 2013

  1. And some more build fixes...

    jstamp committed Feb 17, 2013
    Configuration menu
    Copy the full SHA
    c18025e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from jstamp/build-fixes

    And some more build fixes...
    eartle committed Feb 17, 2013
    Configuration menu
    Copy the full SHA
    32ac911 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2013

  1. Update tracks in the scrobble list from user.getRecentTrack. Change t…

    …heir scrobble status to scrobbled (it was possible that tracks got stuck in cached) and update the loved status.
    eartle committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    f8d0996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b23b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6be47e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a335f57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f79c1b1 View commit details
    Browse the repository at this point in the history
  6. Add an MPRIS2 interface

    jstamp committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    70a776b View commit details
    Browse the repository at this point in the history
  7. Copy in a pre-made VLC plugins.dat cache file as part of the build pr…

    …ocess on Mac. This should fix binary diff updates.
    eartle committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    94703e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4050177 View commit details
    Browse the repository at this point in the history
  9. Binary delta updates should now work

    - Copy the plugins.dat file in on a clean build.
    - There's also a plugins.dat in the MacOS folder
    eartle committed Feb 18, 2013
    Configuration menu
    Copy the full SHA
    2439ab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2013

  1. Don't include the plugins.dat files. This didn't fix the binary delta…

    … updates. We will instead patch VLC so that it doesn't create a plugins cache.
    eartle committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    1d59dbf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

  1. You can now hide and show the dock icon without restarting. The menu …

    …bar doesn't show on boot yet though.
    eartle committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    7d12880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb7313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9faee1 View commit details
    Browse the repository at this point in the history
  4. build script changes

    - remove the last built app before moving the new built one in place
    - create the olde app update file
    - add the uploading of the main files back in.
    eartle committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    770cf6e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2013

  1. Compile with 10.6.

    eartle committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    9cc7079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7023e View commit details
    Browse the repository at this point in the history
  3. Updating copyright headers.

    eartle committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    c5cdb6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81899ab View commit details
    Browse the repository at this point in the history
  5. Move the get/set of settings to the settings class so that we shouldn…

    …'t misspell keys. Also, we always make sure the dock and icon settings are correct based on the old showWhere setting.
    eartle committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    0b12008 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

  1. Don't show the plugin list in the close apps dialog on mac. It will o…

    …nly ever say iTunes in it and we tell them to close iTunes in the description and title of the dialog anyway.
    eartle committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    c3706de View commit details
    Browse the repository at this point in the history
  2. Don't do a delta from 2.1.33

    eartle committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    be77f75 View commit details
    Browse the repository at this point in the history
  3. Some Windows build fixes.

    eartle committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    0c1fec9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe91fef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    852c275 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d49e897 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83f47fb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2013

  1. Configuration menu
    Copy the full SHA
    555e06a View commit details
    Browse the repository at this point in the history
  2. No more editing the build script for version numbers

    - The current build version is taken from the Standard.plist 
    - The binary deltas to create are taken from command line arguments
    eartle committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    421eeba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from jstamp/mpris

    Add an MPRIS2 interface
    eartle committed Feb 23, 2013
    Configuration menu
    Copy the full SHA
    5c8089f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2013

  1. Allow the user to install the shipped plugin from the out of date plu…

    …gin warning message.
    eartle committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    d8af12f View commit details
    Browse the repository at this point in the history
  2. Fix some bugs to do with 100% scrobble point

    - we assume a track within 1 second of completion got to 100% 
    - only allow the user to set scrobble point to 5% accuracy
    - don't do the thing with m_trackToScrobble (looks like old code that once made sense, but not anymore)
    - definitely don't scrobble the same track twice (extra check)
    - move scrobble point setting (and other related) to the user settings class
    eartle committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    bfcae92 View commit details
    Browse the repository at this point in the history
  3. Make the elapsed time of the stop watch more accurate, but sill only …

    …update the frame every half second.
    eartle committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    a24abc2 View commit details
    Browse the repository at this point in the history
  4. Add a setting to turn on and off the 4 minute max scrobble point. Also:

    - The scrobble point and 4 minute max now take affect on the current track
    - Scrobble settings dialog updated. Still looks a bit terrible though.
    eartle committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    ab56b8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ad66a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8854e39 View commit details
    Browse the repository at this point in the history
  7. Install the correct registry keys for qtsparkle and enable the option…

    … to have SSL on Windows installs.
    eartle committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    0af5ca9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

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

Commits on Feb 28, 2013

  1. Update the language files

    - New strings added between 2.1.33 and 2.1.34
    - Don't include source file locations in the .ts files. they are not used by the translators and they make things messy when updating the files.
    eartle committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    e852532 View commit details
    Browse the repository at this point in the history
  2. Ignore *.exe files.

    eartle committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    c895ff6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2013

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

Commits on Mar 3, 2013

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

Commits on Mar 5, 2013

  1. Configuration menu
    Copy the full SHA
    94852fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    266cc97 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Most of it is updated Linux instructions
    jstamp committed Mar 5, 2013
    Configuration menu
    Copy the full SHA
    81d287b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. Merge pull request #27 from jstamp/readme

    Update README.md
    eartle committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    9193e52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150850e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Was getting an odd crash at startup on Mac when a track in iTunes was…

    … already playing. This seems to have fixed it.
    eartle committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    5b0b8dc View commit details
    Browse the repository at this point in the history
  2. Remove the fingerprinter app!

    eartle committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    b02ee8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc664d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2013

  1. Fix compilation on Linux

    jstamp committed Mar 14, 2013
    Configuration menu
    Copy the full SHA
    ccbd52e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e5df45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4a636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56c1478 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2013

  1. Merge pull request #32 from jstamp/various

    Various
    eartle committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    29c28d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2013

  1. Configuration menu
    Copy the full SHA
    66c967f View commit details
    Browse the repository at this point in the history
  2. Fixing some memory leaks.

    eartle committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    778ab65 View commit details
    Browse the repository at this point in the history
  3. Make the scrobble service connections queued so that deleteLater will…

    … actual call delete for iTunesListener on Mac at least.
    eartle committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    7cd79ee View commit details
    Browse the repository at this point in the history
  4. The iTunes listener doesn't need to run in a different thread. I'm qu…

    …ite happy with this being *cooperative multitasking* in the main thread.
    eartle committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    a4393ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c76eac5 View commit details
    Browse the repository at this point in the history
  6. Fix a build break. Only the fingerprinter app should have a dependanc…

    …y on the fingerprinter library.
    eartle committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    aece5fd View commit details
    Browse the repository at this point in the history
  7. This isn't a thread anymore.

    eartle committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    1e11592 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37675a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2013

  1. Make username and filename mandatory arguments to the fingerprinter a…

    …pp. Title, album and artist are optional.
    eartle committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    deb8725 View commit details
    Browse the repository at this point in the history
  2. The device scrobbler should use a different id for manual scrobbles f…

    …rom the diagnostic dialog so that the db doesn't get replaced whenever the background scribbler gets run.
    eartle committed Mar 26, 2013
    Configuration menu
    Copy the full SHA
    b3efcc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18960d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7735d52 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2013

  1. Always request decoding to S16

    jstamp committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    ad41126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e21ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8354e View commit details
    Browse the repository at this point in the history
  4. Skip ahead by actually decoding to the target timestamp

    I can't reliably get av_seek_file to work, so doing this for now.
    jstamp committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    f4cee8f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2013

  1. Merge pull request #34 from jstamp/ffmpeg-fixes

    Ffmpeg fixes
    eartle committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    3c7d216 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2013

  1. Add a listener for MPRIS2 interfaces

    fixes #21
    jstamp committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    6f41adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    671e776 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. Merge pull request #35 from jstamp/mpris2-listener

    Mpris2 listener
    eartle committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    f4a67ae View commit details
    Browse the repository at this point in the history

Commits on May 23, 2013

  1. Always use unicorn::SlidingStackedWidget for sliding and remove redun…

    …dant layouts that did this.
    eartle committed May 23, 2013
    Configuration menu
    Copy the full SHA
    5b0830c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5662bf0 View commit details
    Browse the repository at this point in the history
  3. If a track starts and we can't fetch it through applescript then don'…

    …t tell anyone about it. It is most likely an iTunes Store preview which we don't want to scrobble anyway.
    eartle committed May 23, 2013
    Configuration menu
    Copy the full SHA
    218718e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Windows build fix.

    eartle committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    19c6088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e66aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9980cc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f6d9fc View commit details
    Browse the repository at this point in the history
  5. Show a warning in red when there are invalid iPod scrobbles in red in…

    … the scrobble confirmation dialog. Tell the user's that they can hover over these iPod scrobbles to find out why they are invalid.
    eartle committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    59ac5d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2013

  1. Configuration menu
    Copy the full SHA
    844d764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3475844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3288f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74d7479 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b59ad1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5071a59 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. Configuration menu
    Copy the full SHA
    f278d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2baa03d View commit details
    Browse the repository at this point in the history
  3. If the tour is skipped, the tray icon is set to an uninitialized icon…

    …. Check that it's not null before setting it.
    eartle committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    5e5e297 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2013

  1. Configuration menu
    Copy the full SHA
    64443f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75dce82 View commit details
    Browse the repository at this point in the history
  3. Update the translation files.

    eartle committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    784b8df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5589a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2013

  1. Fix missing Cast

    Spiek committed Dec 27, 2013
    Configuration menu
    Copy the full SHA
    192b979 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Merge pull request #44 from Spiek/master

    Fix missing Cast
    Hitobat authored Sep 5, 2017
    Configuration menu
    Copy the full SHA
    0e0fb9d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

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

Commits on Aug 22, 2019

  1. Merge pull request #64 from zloidemon/master

    Fix build issue
    ben-xo authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    1f4a3fb View commit details
    Browse the repository at this point in the history
  2. Updating Mac OSX build on EL Capitan:

    - Upgrading sparkle dependency
    - Removing references to radio, which is no longer supported
    - Removing VLC plugin
    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0b6e3c9 View commit details
    Browse the repository at this point in the history
  3. Removing unused radio related source files

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    70d95dd View commit details
    Browse the repository at this point in the history
  4. removing references to MediaKeys and the SPMediaKeyTap submodule

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    620df80 View commit details
    Browse the repository at this point in the history
  5. fixing codesigning on Mac OSX

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    66df1fb View commit details
    Browse the repository at this point in the history
  6. removing outdated parts of the readme

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    651aa6f View commit details
    Browse the repository at this point in the history
  7. changing update URLs to use https

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    b88d49a View commit details
    Browse the repository at this point in the history
  8. updating release version and deploy script

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    533fe1d View commit details
    Browse the repository at this point in the history
  9. updating README

    Jan Saganowski authored and maciekwilk committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    d53551a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a020d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

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

Commits on Sep 6, 2019

  1. Support Scrobbling on MacOS Catalina.

    Desktop client can detect the user's music player.
    sdooley-lfm committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    85805dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f887d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e727658 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. [CR] Revert QT plugins path as it breaks build.

    Error message - "On Mac OS X, you might be loading two sets of Qt binaries into the same process. Check that all plugins are compiled against the right Qt binaries."
    sdooley-lfm committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    00fcd90 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge pull request #69 from lastfm/feature/macos-catalina-scrobbling-…

    …support
    
    Support Scrobbling on MacOS Catalina
    ben-xo authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    4d36ab3 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'feature/upgrade-sparkle' for release 2.1.37

    This was actually released to the public on 22nd March 2016
    
    This is mainly a security update for OSX El Capitan to allow loading of all future updates over HTTPS.
    
    This update also removes some unused functions of the client.
    
    Bug Fixes: Some users were experiencing crashes on sleep/wake.
    ben-xo committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    95ac100 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    946042c View commit details
    Browse the repository at this point in the history
  2. No idea why it doesn't correctly input APPL for the application - let…

    …'s bypass qmake entirely and APPL this place up!
    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    3d514a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afa8ca3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a280d View commit details
    Browse the repository at this point in the history
  5. Beta version

    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    3fc6999 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95b0b21 View commit details
    Browse the repository at this point in the history
  7. Add changelog file as well.

    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    92fb650 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7633dea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a563953 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc998b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97a6764 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcc8f19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fcf9146 View commit details
    Browse the repository at this point in the history
  14. Went down the wrong path with AppleMusicPlugin. Now we enable buttons…

    … based on just using the Apple detection logic directly
    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    4fb89b8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3daf6c2 View commit details
    Browse the repository at this point in the history
  16. Styling for Apple Music button

    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    23330da View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    867181a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dfd0549 View commit details
    Browse the repository at this point in the history
  19. Fix typo in Application IDs

    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    24480ae View commit details
    Browse the repository at this point in the history
  20. Version bump for beta2

    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a495862 View commit details
    Browse the repository at this point in the history
  21. Undo some changes to minimise PR size (I don't think these are actual…

    …ly reachable, though)
    ben-xo committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a1aba82 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    b0bf68d View commit details
    Browse the repository at this point in the history
  2. Beta2 update to updates XML

    ben-xo committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    5b2f727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faed123 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c139a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from lastfm/feature/DATA-13140-fix-itunes-musi…

    …c-button
    
    Fix iTunes / Apple Music button
    stephen-dooley authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    9725fd7 View commit details
    Browse the repository at this point in the history
  6. Finalise 2.1.38

    ben-xo committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    8bd013e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. ITunes and Apple Music are really just variations on the same thing, …

    …but currently player ID is static. Make it runtime, just for ITunes/Apple Music on Mac.
    ben-xo committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    983c4ec View commit details
    Browse the repository at this point in the history
  2. Remove unused property

    ben-xo committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d8e7d38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #71 from lastfm/feature/fix-apple-music-now-playin…

    …g-text
    
    ITunes and Apple Music are really just variations on the same thing, …
    ben-xo authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ddf32a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c38645 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16236dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35249e7 View commit details
    Browse the repository at this point in the history
  7. Full update XML 2.1.39 on Mac

    ben-xo committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    434b41e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

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

Commits on Oct 3, 2019

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

Commits on Nov 25, 2020

  1. Update README.md

    Add link to Qt4
    johngeoffrey authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    f5962d1 View commit details
    Browse the repository at this point in the history