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
|
b41a2b5308
|
Revert "Try out C++11 strongly typed enums."
This reverts commit 4e74c7af2b .
|
2012-12-05 09:36:22 +00:00 |
John Maguire
|
4e74c7af2b
|
Try out C++11 strongly typed enums.
|
2012-12-04 16:22:09 +00:00 |
David Sansome
|
3e410021a5
|
Add an "Open OPML file" button to the Add Podcast dialog
|
2012-06-16 22:58:33 +01:00 |
David Sansome
|
40858d26c5
|
Add an "Add Podcast" menu item to the main Music menu, and always display new podcasts in the list when adding them
|
2012-03-12 14:11:24 +00:00 |
David Sansome
|
f16fc8867e
|
Allow podcasts to be added through the normal SongLoader mechanism (dragging to the playlist, on the commandline, "Add Stream", etc.)
|
2012-03-11 17:57:15 +00:00 |
David Sansome
|
c204dd31fb
|
Don't crash when double clicking in the Add Podcast dialog
|
2012-03-10 23:38:54 +00:00 |
David Sansome
|
d538b71809
|
Add buttons and menu items to open the Podcast settings page. Also route these requests through Application rather than InternetModel
|
2012-03-10 22:39:24 +00:00 |
David Sansome
|
3cafaf52ae
|
If there's a URL on the clipboard, fill in the textbox on the add by URL page automatically. Set focus on the query textbox when going to a page, and select the first podcast automatically when results arrive.
|
2012-03-09 19:12:45 +00:00 |
David Sansome
|
b9e08bbfe6
|
Update podcasts on a schedule and on demand. Update them immediately after subscribing, and make episodes appear in the tree.
|
2012-03-09 15:26:15 +00:00 |
David Sansome
|
80b95a357d
|
Add a BBC Podcasts page
|
2012-03-07 15:31:12 +00:00 |
David Sansome
|
d48177d630
|
Parse OPML documents
|
2012-03-07 15:11:56 +00:00 |
David Sansome
|
17dfc99462
|
Add an iTunes podcast search page
|
2012-03-07 12:27:44 +00:00 |
David Sansome
|
628820917d
|
Add an Unsubscribe button to the Add Podcast dialog
|
2012-03-07 11:22:55 +00:00 |
David Sansome
|
bbb661b82c
|
Add a gpodder.net search
|
2012-03-06 21:25:16 +00:00 |
David Sansome
|
f2885c0319
|
Return more useful aggregate information from the PodcastBackend, show something in the Internet service
|
2012-03-06 18:40:17 +00:00 |
David Sansome
|
e8a879372d
|
Show a Loading... indicator for the gpodder, lazy load images properly
|
2012-03-06 18:40:17 +00:00 |
David Sansome
|
3a88d8fcda
|
Fade between podcast info screens a bit more nicely
|
2012-03-06 18:40:17 +00:00 |
David Sansome
|
56cc4a9140
|
Make podcast discovery pages without any extra widgets nicer. Load gpodder.net podcasts within tags.
|
2012-03-06 18:39:39 +00:00 |
David Sansome
|
e54a2ff5c5
|
Get the most popular top-level tags from gpodder.net
|
2012-03-06 18:39:34 +00:00 |
David Sansome
|
c91acdb3f1
|
Add an Add Podcast dialog
|
2012-03-06 18:39:34 +00:00 |