Commit Graph

65 Commits

Author SHA1 Message Date
craig.p.drummond
d188eeabe4 Log if convert https -> http 2014-07-07 19:07:52 +00:00
craig.p.drummond
38df88841a Use QSslSocket to determine if https is available 2014-07-07 19:07:19 +00:00
craig.p.drummond
aea9abfd71 Use postFormData() 2014-06-17 16:57:32 +00:00
craig.p.drummond
d9a2a9cb44 More debug 2014-06-17 16:57:17 +00:00
craig.p.drummond
09929104be If networkAccess is disable, disable formPut 2014-05-19 18:30:37 +00:00
craig.p.drummond
9f45d6237f Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
d223e2d8f8 No need for settings class in touch builds 2014-04-16 17:48:51 +00:00
craig.p.drummond
45f22bdd0a Crash fix 2014-03-18 19:45:54 +00:00
craig.p.drummond
0f320b7631 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
bdf187ac41 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
0e60e3f9f5 Use style to create Gtk3-like spinboxes. 2014-01-07 21:25:00 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
d14f748690 Disconnect correct signal! 2013-12-05 19:43:53 +00:00
craig.p.drummond
73caaccf93 Fix potential crash on exit
BUG: 342
2013-12-04 19:40:07 +00:00
craig.p.drummond
c25f6a7981 Better redirect logging (inidcate current url) 2013-11-27 19:37:24 +00:00
craig.p.drummond
a20d84f234 Add debug loggin of network connections 2013-11-26 19:57:36 +00:00
craig.p.drummond
c6195bcf77 Fix build with proxy config dialog.
BUG: 336
2013-11-24 15:58:24 +00:00
craig.p.drummond
ca570f5312 Instantiate network proxy factory when network access manager is constructed. 2013-11-21 18:16:18 +00:00
craig.p.drummond
781ace48c3 Tidy code a little 2013-10-17 17:23:42 +00:00
craig.p.drummond
ad73e3c2df Set URL for blocked requests 2013-10-10 20:23:18 +00:00
craig.p.drummond
8e84cab3a8 - 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
042f8f9f79 Add a config item to disable all network access.
BUG: 311
2013-10-06 18:11:54 +00:00
craig.p.drummond
4fa8563ba6 Layout 2013-10-06 15:45:39 +00:00
craig.p.drummond
3a9eaf8993 Store original url before any redirects 2013-10-02 20:16:35 +00:00
craig.p.drummond
01a26ab5fc 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
65ad91d8a9 Forward more QNetworkReply SIGNALs
BUG: 297
2013-09-22 14:59:31 +00:00
craig.p.drummond
5683f7939b Use NetworkJob to automatically, and consistently, handle re-directs 2013-09-18 18:11:49 +00:00
craig.p.drummond
d5c0ab1bb6 Initial podcast support
NOTE: This is NOT fully implemented, or functional!!!
2013-09-17 16:25:58 +00:00
craig.p.drummond
3d3736c913 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
b10a033c52 Cleanup 2013-06-26 16:20:14 +00:00
craig.p.drummond
95307fee75 Copy Qt5 Linux system proxy code for Qt4 builds. 2013-06-26 16:19:57 +00:00
craig.p.drummond
d3cee2f516 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
e595692ff7 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
a1735f302e Simpler proxy settings 2013-06-17 18:35:23 +00:00
craig.p.drummond
aebf181b75 Remove 'windowTitle' property from widgets 2013-04-08 17:14:57 +00:00
craig.p.drummond
7f631e9c46 Remove stray comma 2013-03-06 16:43:00 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
df755f349f Use BuddyLabels... 2013-01-16 19:36:20 +00:00
craig.p.drummond
b79f87a377 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
1721d39b27 Add colon after Username/Password in proxy settings. 2012-10-26 11:20:48 +00:00
craig.p.drummond@gmail.com
9573e1deb0 Cleanup network classes... 2012-10-08 17:24:26 +00:00
craig.p.drummond@gmail.com
d697b4dc06 Move cacheDir/configDir helpers into Utils 2012-10-08 11:35:29 +00:00
craig.p.drummond@gmail.com
70b6f5d550 Move most of Utils into support lib 2012-10-08 11:22:54 +00:00
craig.p.drummond@gmail.com
068cbc931e 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
craig.p.drummond
f4adbaf6a4 Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-( 2012-08-30 19:43:32 +00:00
craig.p.drummond
0647610cb3 Android: Set config and cache locations 2012-06-20 17:36:35 +00:00
craig.p.drummond
d932e73071 More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
6859a15082 Use Q_OS_XXX not Q_WS_XXX 2012-06-12 20:41:08 +00:00