Commit Graph

69 Commits

Author SHA1 Message Date
Craig Drummond
b2ce9ff016 Various devel changes
- Use time_t to store MPD DB version, as that is what MPD sends anyway
- Initial changes for an (experimental) webapp
2015-06-01 21:53:55 +01:00
craig.p.drummond
8c3aef525c And fix build - should really check patches first!!!! 2015-03-28 14:22:48 +00:00
craig.p.drummond
7e6823a43e Fix build with proxy config and Qt5
BUG: 656
2015-03-28 10:39:24 +00:00
craig.p.drummond
4f6b3ccff5 Set User-Agent header on all HTTP requests. Some Podcasts fail without this.
BUG: 546
2014-09-24 11:17:05 +00:00
craig.p.drummond
9721381271 Log if convert https -> http 2014-07-07 19:07:52 +00:00
craig.p.drummond
293113e5ff Use QSslSocket to determine if https is available 2014-07-07 19:07:19 +00:00
craig.p.drummond
a5587785b0 Use postFormData() 2014-06-17 16:57:32 +00:00
craig.p.drummond
83c4b21d06 More debug 2014-06-17 16:57:17 +00:00
craig.p.drummond
0c3cefc0a2 If networkAccess is disable, disable formPut 2014-05-19 18:30:37 +00:00
craig.p.drummond
984cfe5eb2 Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +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
b6fd0973ce No need for settings class in touch builds 2014-04-16 17:48:51 +00:00
craig.p.drummond
b80ecc6712 Crash fix 2014-03-18 19:45:54 +00:00
craig.p.drummond
7bcb40d159 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
d66042fe8c When song is updated in context view, abort any current network jobs.
BUG: 442
2014-03-17 19:48:11 +00:00
craig.p.drummond
9029248314 Use style to create Gtk3-like spinboxes. 2014-01-07 21:25:00 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
ac48847880 Disconnect correct signal! 2013-12-05 19:43:53 +00:00
craig.p.drummond
945794d3d9 Fix potential crash on exit
BUG: 342
2013-12-04 19:40:07 +00:00
craig.p.drummond
43871839ef Better redirect logging (inidcate current url) 2013-11-27 19:37:24 +00:00
craig.p.drummond
f5b3c7bed5 Add debug loggin of network connections 2013-11-26 19:57:36 +00:00
craig.p.drummond
e354c7d49a Fix build with proxy config dialog.
BUG: 336
2013-11-24 15:58:24 +00:00
craig.p.drummond
988b084bd2 Instantiate network proxy factory when network access manager is constructed. 2013-11-21 18:16:18 +00:00
craig.p.drummond
6f1d635bf9 Tidy code a little 2013-10-17 17:23:42 +00:00
craig.p.drummond
a677da81f8 Set URL for blocked requests 2013-10-10 20:23:18 +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
180c8e9c2a Add a config item to disable all network access.
BUG: 311
2013-10-06 18:11:54 +00:00
craig.p.drummond
e3373cf322 Layout 2013-10-06 15:45:39 +00:00
craig.p.drummond
9ee4eed36d Store original url before any redirects 2013-10-02 20:16:35 +00:00
craig.p.drummond
b57c6b2eb8 Initial import of podcast downloading.
NOTE: This has NOT been teted and is NOT complete!!!!
2013-09-30 21:49:24 +00:00
craig.p.drummond
087f0f03bd Forward more QNetworkReply SIGNALs
BUG: 297
2013-09-22 14:59:31 +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
d7740e7733 Initial podcast support
NOTE: This is NOT fully implemented, or functional!!!
2013-09-17 16:25:58 +00:00
craig.p.drummond
98c9720df5 Dont use KIO - its not thread safe, and leads to segfault on exit if its used in a non-gui thread!!! 2013-07-16 18:31:55 +00:00
craig.p.drummond
14cc230f1f Cleanup 2013-06-26 16:20:14 +00:00
craig.p.drummond
227ff9db1b Copy Qt5 Linux system proxy code for Qt4 builds. 2013-06-26 16:19:57 +00:00
craig.p.drummond
32d6afe279 Dont build proxy config dialog by default, proxy config should really be a system thing - and not a feature you would expect in a music player! 2013-06-24 18:47:53 +00:00
craig.p.drummond
38bbbca498 Qt5 seems to use env vars for system proxies, so no need for Cantata to do this for Qt5 builds. 2013-06-24 18:47:02 +00:00
craig.p.drummond
71fad6d41c Simpler proxy settings 2013-06-17 18:35:23 +00:00
craig.p.drummond
cfc44d5c29 Remove 'windowTitle' property from widgets 2013-04-08 17:14:57 +00:00
craig.p.drummond
9bb73c4fce Remove stray comma 2013-03-06 16:43:00 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
c2947690c9 Use BuddyLabels... 2013-01-16 19:36:20 +00:00
craig.p.drummond
04067dd520 Import initial cover download dialog. This is so that trunk actually compiles!
THIS IS NOT FINISHED, NOT EVEN SLIGHTLY!!!
2012-12-15 12:39:45 +00:00
craig.p.drummond@gmail.com
0be948a649 Add colon after Username/Password in proxy settings. 2012-10-26 11:20:48 +00:00
craig.p.drummond@gmail.com
f7f02057de Cleanup network classes... 2012-10-08 17:24:26 +00:00
craig.p.drummond@gmail.com
c325a9ed28 Move cacheDir/configDir helpers into Utils 2012-10-08 11:35:29 +00:00
craig.p.drummond@gmail.com
67e6bac8d9 Move most of Utils into support lib 2012-10-08 11:22:54 +00:00
craig.p.drummond@gmail.com
ee479a3493 Add a custom spinbox to closer match Gtk3's large button spinbox style. Only for linux builds NOT run under KDE, and using QGtkStyle. 2012-09-21 11:08:09 +00:00