Commit Graph

54 Commits

Author SHA1 Message Date
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
craig.p.drummond
4b64fa30fc Remove double semi-colons... 2012-06-10 14:44:29 +00:00
craig.p.drummond
a2a5842ccb Initial windows port. 2012-05-30 17:34:58 +00:00
craig
b79dcfbfb3 Fake a useragent ID for network requests ... 2012-02-18 23:22:01 +00:00
craig
0265baad35 SAve settings 2012-02-03 21:25:16 +00:00
craig
73bc659d43 Cleanup 2012-01-04 19:19:13 +00:00
craig
7dad99ec88 Update copyright statements. 2012-01-04 19:15:55 +00:00
craig
e23cc29c0c Add info page, to show wikipedia info. 2011-12-20 22:17:05 +00:00
craig
6f26be6a79 Fix some string capitalisation 2011-12-05 19:35:41 +00:00
craig
aaa9217553 Update copyright 2011-12-05 19:32:25 +00:00
craig
f40983a602 Add copyright 2011-12-04 10:48:50 +00:00
craig
1d0fcf6d36 More code re-org 2011-12-03 20:17:23 +00:00