John Maguire
341dc7326f
Reformat all C++
2020-09-22 14:56:06 +01:00
Jim Broadus
84099f2491
Name all threads created by Application
...
In Application::MoveToNewThread, name the new thread after the object being
moved. Give those objects names as well.
The thread names display in gdb with "info threads".
2020-05-27 10:22:00 +01:00
John Maguire
21da802630
Merge pull request #6438 from jonaski/remove-extra-semicolon
...
Remove extra ';'
2019-11-10 00:53:37 +00:00
Jonas Kvinge
9519829d1f
Fix formatting
2019-11-10 00:31:37 +01:00
Jonas Kvinge
d09c27f719
Remove extra ';'
2019-11-10 00:30:18 +01:00
Jonas Kvinge
0da490a5e1
Replace QString::null with QString()
2019-11-09 23:45:28 +01:00
John Maguire
cb6cd7c485
Merge remote-tracking branch 'origin/master' into qt5
2019-10-04 16:51:43 +01:00
luz.paz
fb93ae4b02
Fix misc. source comment typos
...
Typos found via `codespell`
2019-08-21 23:43:16 -04:00
Jonas Kvinge
d8788d6a0d
Update qt5 branch
2019-01-27 01:00:36 +01:00
Jonas Kvinge
0e52bd9d63
Remove amazon cover provider ( #6265 )
2019-01-21 22:04:50 +00:00
Jonas Kvinge
9f946a2898
Improvements to makefiles and make components optional ( #6221 )
2018-11-29 21:32:12 +00:00
Jonas Kvinge
1d5783b846
Fix formatting
2018-11-21 10:31:17 +00:00
Jonas Kvinge
8c198a99a5
Qt 5 fixes
2018-11-21 10:31:17 +00:00
Jonas Kvinge
d4fab4a2ea
Merge remote-tracking branch 'upstream/master' into qt5-update
2018-11-11 22:46:07 +01:00
Amish Naidu
107e945872
Convert uses of QtAlgorithms to std:: algorithms
2018-10-09 19:17:54 +01:00
Chocobozzz
16b4f9a991
Merge remote-tracking branch 'upstream/master' into qt5
2018-05-14 08:25:27 +02:00
Jonas Kvinge
804168edc7
Bring back album cover fetching from discogs. ( #6028 )
...
* Bring back cover fetching from discogs.
2018-03-19 14:18:56 +00:00
Jonas Kvinge
c3a7920cb4
Don't use empty URL's from LastFM.
2018-03-12 07:55:59 -04:00
Jonas Kvinge
5966ff51cc
Fix bug in fetching album covers from Amazon ( #6007 )
...
* Fix bug where the http request is not sending anything else than the signature.
* Fix bug in fetching album covers from Amazon
2018-02-28 22:34:19 +00:00
droserasprout
0a59257dc3
Prevent thumbnailing nocover icon for MPRIS ( #5886 )
2017-10-18 01:53:45 +01:00
Chocobozzz
2096b1f268
Merge branch 'master' into qt5
2016-12-13 20:26:19 +01:00
John Maguire
5e7dd00024
Use a flickr group instead of a tag for kittens.
...
Fixes #5531
2016-11-14 12:55:24 +00:00
John Maguire
b20d0d87fd
Revert "Adding support for subsonic cover art download"
2016-03-29 21:12:54 +01:00
David Guillen Fandos
10bac1cd2d
Fixing issues in the pull request.
2016-03-12 19:44:32 +00:00
Chocobozzz
e6e189967d
Merge remote-tracking branch 'upstream/master' into qt5
2016-02-29 18:03:02 +01:00
David Guillen Fandos
e4efde900a
Adding support for subsonic cover art download
2016-02-26 23:29:13 +00:00
narunlifescience
b6bf54be6c
remove magic numbers
2016-02-11 04:41:37 -06:00
Arun Narayanankutty
29b8d308b3
Use icon loader for remaining icons
2016-01-14 06:10:54 -06:00
Chocobozzz
0938e81711
Avoid "QFSFileEngine::open: No file name specified" messages if we know
...
that the filename is empty
2015-04-17 10:38:38 +02:00
Chocobozzz
8b226c2171
Update non optionnals sources to qt5
2015-04-11 23:24:07 +02:00
John Maguire
1a01b825da
Remove Discogs support.
...
Fixes #4735
Downloading album covers now requires per-user access tokens.
2015-02-03 13:10:13 +01:00
Krzysztof Sobiecki
6c8826c3f8
Fix headers order in src/covers
2014-12-26 14:57:02 +01:00
Krzysztof Sobiecki
0ff2e33d55
Fix formating in src/covers
2014-12-26 13:44:40 +01:00
Krzysztof Sobiecki
fa9ea6ec5f
Fix compilation with moved files in internet/
2014-12-18 23:35:21 +01:00
David Sansome
0332bed3fc
Remove temporary cover-art from /tmp on exit. Fixes #4349
2014-05-15 16:21:19 +10:00
Andreas
95c4db25e0
Broken kittens repaired. Aww....
2014-02-22 22:21:00 +01:00
John Maguire
5146bcdebc
Some more NULL -> nullptr conversions.
2014-02-21 17:30:46 +01:00
John Maguire
192b60d965
Use nullptr as parent parameter default everywhere
2014-02-10 16:03:54 +01:00
John Maguire
3323c2d094
Convert all instances of foreach() to a C++11 for
...
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
2014-02-10 14:43:32 +01:00
John Maguire
bebd781fdf
Reformat all non-3rd-party C/C++/Objective-C++.
...
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
2014-02-07 16:34:20 +01:00
John Maguire
d309d4ab27
Use c++11 instead of boost where possible.
2014-02-06 16:51:39 +01:00
John Maguire
59cb17c08d
Change some API URLs to use https.
2014-01-28 12:57:27 +01:00
David Sansome
2c55688601
Make the GPL spotify code non-optional
2013-09-18 00:49:29 +10:00
Arnaud Bienner
02e51dad2f
Update Flickr API Key for Kittens
2013-09-11 23:54:41 +02:00
Andreas
4e2ded9178
- Finished album cover exporter from keirangtp's branch "export-covers".
...
- Updated export dialog layout.
- Added option to export downloaded and/or embedded covers.
- Auto. cover fetcher and exporter is now cancelable.
- Minor covermanager layout improvements.
- Covermanager shows count of total and missing covers.
Fixed issue 520.
2013-05-06 21:22:05 +02:00
David Sansome
4fff9c3ca5
Use a new Amazon access key
2012-12-31 21:46:06 +11:00
John Maguire
f6d2564bf5
Use std::mem_fun instead of boost::bind where it makes sense.
2012-10-25 16:32:19 +02:00
John Maguire
f8b08616e8
remove obsolete connect
2012-10-16 12:22:42 +02:00
John Maguire
e8f4496fea
Port last.fm cover provider to closures.
2012-10-12 13:49:09 +02:00
John Maguire
d6b2fc79f5
Port a few more things to closures.
2012-10-12 12:38:12 +02:00