summaryrefslogtreecommitdiffstats
path: root/src/library/dlgtagfetcher.cpp
AgeCommit message (Expand)Author
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-14Create DlgTrackInfo and DlgTagFetcher only on demandUwe Klotz
2020-04-13DlgTrackInfo: rename changeTrack to loadTrackInternalHarshit Maurya
2020-04-12Merge branch 'master' into context-menuHarshit Maurya
2020-04-12WTrackMenu: make info and tag dialogs independentHarshit Maurya
2020-04-10WTrackMenu: make menu functions genericHarshit Maurya
2020-03-24Prevent re-import of metadata from file tags after MusicBrainz lookupUwe Klotz
2020-03-23Fix disconnect/connect when loading new tracks for lookupUwe Klotz
2020-03-04Avoid unnecessary conversionUwe Klotz
2020-03-04Fix placement of curly bracesUwe Klotz
2020-03-04Pass-through MusicBrainz data type over signal/slot connectionUwe Klotz
2020-03-04Rename function to join track number stringsUwe Klotz
2020-02-27Use web task framework and fetch additional MusicBrainz metadataUwe Klotz
2020-02-16Track->TrackDAO: Simplify changed/clean/dirty signalsUwe Klotz
2019-11-21Fix naming conflict(?) and minor issues in DlgTagFetcherUwe Klotz
2019-01-17use function pointer based connectionsDaniel Schürmann
2019-01-13show error code and message in tag fetcher GUIDaniel Schürmann
2019-01-13path message and code to the error dialog to allow a better debugging in case...Daniel Schürmann
2018-01-23Delete obsolete initializationsUwe Klotz
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-05-08Accept instead of close in DlgTagFetcher.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-01-24Tidy up the dialog mess in src/.RJ Ryan