47 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
059aceb95d Fix build issues due to previous change. #1727 2021-07-29 12:13:42 +01:00
Craig Drummond
31b8a6d9b9 Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0 Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
2021-07-28 19:44:57 +01:00
John Regan
cc0d116986 fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts 2021-07-19 15:00:32 -04:00
remipp
f6ce41f00e Replace — in wikipedia description 2021-02-27 15:38:35 +01:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98 Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
d3f04739e5 Replace – with -
Issue #984
2017-04-01 17:35:25 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
a7666ce60b Try to handle localised Special:Export paths. de and ru defined for now 2015-12-02 19:11:13 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
craig.p.drummond
110ca299c1 Show track info in context-view as well as artist and album info. Track info is stacked behind lyrics. 2014-06-09 18:43:49 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
aac26903a6 - Show action short-cuts in tooltips
- Move https->http conversion into NetworkAccessManager, so that it is consistent
- Place clear playqueue button back to its previous position
2013-10-09 17:07:14 +00:00
craig.p.drummond
b33851c46d Use HTTPS URLs for Last.fm, Wikipedia, SoundCloud, etc, for non-windows builds. 2013-09-24 18:42:52 +00:00
craig.p.drummond
556071c2a7 Use NetworkJob to automatically, and consistently, handle re-directs 2013-09-18 18:11:49 +00:00
craig.p.drummond
869484fce7 Dont use https for context view searches. 2013-08-19 17:53:47 +00:00
craig.p.drummond
eaeda40408 When looking for localised patterns, also look for the un-localised equivalents 2013-08-05 21:02:34 +00:00
craig.p.drummond
b5dc5f7847 Also check for singer, vocalist, or musician 2013-07-12 19:06:30 +00:00
craig.p.drummond
b374aba431 Add debug logging 2013-06-10 16:34:22 +00:00
craig.p.drummond
e98e303a4c Slightly better wiki parsing 2013-06-04 18:35:36 +00:00
craig.p.drummond
a6e9bdc1d1 Better debug 2013-06-04 18:29:35 +00:00
craig.p.drummond
f7ef7c74a3 Fall back to last.fm search if fail to find a wikipedia match 2013-05-28 19:11:31 +00:00
craig.p.drummond
5c79533c17 More query stings to match 2013-05-28 19:10:07 +00:00
craig.p.drummond
8c824b8643 Only use result if we find a match 2013-05-28 19:09:18 +00:00
craig.p.drummond
51439576fa Do URL fix in one place 2013-05-27 18:30:01 +00:00
craig.p.drummond
9769703f2c Improve wikipedia search porcessing 2013-05-27 18:24:36 +00:00
craig.p.drummond
8eed1a4c72 Fix links 2013-05-23 16:57:17 +00:00
craig.p.drummond
6ba3f09bc7 Add 'open in browser' links 2013-05-23 16:53:14 +00:00
craig.p.drummond
2785b8c8e5 Hide debug 2013-05-23 16:52:47 +00:00
craig.p.drummond
45d83bd3e4 Fix wikipedia links!!! 2013-05-22 16:49:24 +00:00
craig.p.drummond
9345aa6a9f Fix spacing to 'Read more' entry 2013-05-22 16:31:50 +00:00
craig.p.drummond
9e3a2f6deb Only show wikipedia intro text for artist/album - and have a link to the wiki page used to show more.
(This is controllable via config file)
2013-05-22 16:29:58 +00:00
craig.p.drummond
1712f6c7d5 Remove wikipedia tables - these dont display nicely! 2013-05-22 16:29:00 +00:00
craig.p.drummond
b740f5fee3 More context changes... 2013-05-22 16:28:38 +00:00
craig.p.drummond
766a9cab5c Actaully, just remove langlinks code... 2013-05-22 16:28:09 +00:00
craig.p.drummond
09e0e5f999 - Save wikipedia langs as prefix:urlPrefix
- Treid to use langlinks as per Amarok, but didnt like the results - so commented out!
2013-05-22 16:27:44 +00:00
craig.p.drummond
6114afbe5e - Search for artists/albums using wikipedia search API.
- Add configurable languages
2013-05-21 19:03:07 +00:00