summaryrefslogtreecommitdiffstats
path: root/src/library/dlgtagfetcher.h
AgeCommit message (Collapse)Author
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
Fixes a bunch of `-Wclazy-function-args-by-ref` warnings. See https://github.com/KDE/clazy/blob/master/docs/checks/README-function-args-by-ref.md for details. Most of these changes are automated, using the clazy fixit by setting the `CLAZY_EXPORT_FIXES` before compilation and then running: $ mkdir /tmp/patch $ find ../src -iname "*.yaml" -exec mv {} /tmp/patch \; $ clang-apply-replacements /tmp/patch
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-16add doxygen compatible documentationHarshit Maurya
2020-04-15DlgTrackInfo: create signal source specific slotsHarshit Maurya
2020-04-13DlgTrackInfo: rename changeTrack to loadTrackInternalHarshit Maurya
2020-04-12WTrackMenu: make info and tag dialogs independentHarshit Maurya
2020-04-10WTrackMenu: make menu functions genericHarshit Maurya
2020-03-04Avoid unnecessary conversionUwe Klotz
2020-03-04Pass-through MusicBrainz data type over signal/slot connectionUwe 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
AppVeyor build on Windows with VS 2017 failed.
2019-01-13path message and code to the error dialog to allow a better debugging in ↵Daniel Schürmann
case of issues.
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
At long last! Also move trackinfoobject.h/cpp to src/track/track.h/cpp.
2016-01-24Tidy up the dialog mess in src/.RJ Ryan