Commit graph

2933 commits

Author SHA1 Message Date
Bernd Schlapsi
beaf1a6d69 Flattr integration (bug 1576) 2012-07-13 13:00:39 +02:00
Thomas Perl
dd125dac39 CLI: Show more of the title when updating feeds 2012-07-12 21:28:22 +02:00
Thomas Perl
c1dae9e9f6 Gtk UI: Initial hack for embedded shownotes display
Add configuration option to embed shownotes in main window.
2012-07-12 21:14:53 +02:00
Thomas Perl
5e205ecb7c QML UI: Scroll episode list when opening last item 2012-07-10 19:57:13 +02:00
Thomas Perl
1c5b2b6fd5 QML UI: Set title bar text for multi-select sheet 2012-07-10 18:53:33 +02:00
Thomas Perl
dc06483bbd Threading: Use util.run_in_background to spawn threads
This makes it easier to check where threading is used
and will allow us to better handle creation of threads.
2012-07-10 13:52:34 +02:00
Thomas Perl
f2f187549d Feedcore: Successful updates should return value 2012-07-10 11:57:59 +02:00
Thomas Perl
972c045ad9 Merged and cleaned-up the device sync code (bug 1579) 2012-07-09 21:17:13 +02:00
Joseph Wickremasinghe
5b949efba2 Updates as per Thomas' comments Jul 3rd 2012 2012-07-09 20:25:37 +02:00
Joseph Wickremasinghe
2774142f8f Added device sync using 'Downloads' tab to show progress 2012-07-09 20:25:37 +02:00
Thomas Perl
f9c6a74fb6 Ubuntu PPA packaging: Add new releases 2012-07-09 20:09:57 +02:00
Thomas Perl
d383e67ec6 Merge pull request #6 from nastevens/channel_context
Add "on_channel_context_menu" callback
2012-07-03 10:32:54 -07:00
Thomas Perl
d1a2afd6a6 Updated Italian translation
by Maurice <xmaurizio.13@hotmail.com>
2012-07-02 08:34:10 +02:00
Nick Stevens
f08e0b13c2 Add "on_channel_context_menu" callback
Add an extension callback for reacting to a user activating the context
menu on a channel. Allows the extension developer to add menu items to
the channel context menu if desired.
2012-06-25 09:07:17 -05:00
Thomas Perl
eb645a0b70 Fixed typo in es_MX translation (bug 1595) 2012-06-13 20:27:57 +02:00
Thomas Perl
ed0086895b Updated Spanish (MX) translation (bug 1595) 2012-06-07 18:22:21 +02:00
Thomas Perl
11814c6fd8 Update translations from Transifex 2012-06-03 12:48:55 +02:00
Thomas Perl
e27564d4a6 QML UI: Show cover art in "All episodes" (bug 1602) 2012-06-03 12:38:51 +02:00
Thomas Perl
6153734faf Icons: Fix install location 2012-05-31 15:56:29 +02:00
Thomas Perl
7e3b652c02 gPodder 3.1.2 "Capture the Moon" released
Updated credits.txt, manpages and release info.
2012-05-28 22:31:54 +02:00
Thomas Perl
b5d1089e9c Updated German translation 2012-05-28 22:28:45 +02:00
Thomas Perl
f68762abef Update translation templates from source 2012-05-28 22:26:53 +02:00
Thomas Perl
e3e15281fd setup.py: Allow "--help install" on command line 2012-05-28 15:58:25 +02:00
Thomas Perl
694a44cea3 QML UI: Make episode list tool button wider
This avoids text overflow issues for languages
with longer text than the english default.
2012-05-28 15:28:50 +02:00
Thomas Perl
adff9bc8cf Harmattan: Option to hide podcasts in Music app
Add a configuration option and helper class to add
or remove the gPodder downloads directory to the
Tracker miner configuration, so that users can opt
to hide all downloads from the built-in Music app.
2012-05-27 21:37:14 +02:00
Eugene Nikolsky
78da431a0f gpo: Fix line length calculation for byte strings (bug 1598)
gpo incorrectly calculates the length of podcasts containing non-ASCII
characters (e.g. Russian ones), which results in the "[DONE]" label
being closer to the message and not aligned with other "[DONE]" labels.
This patch fixes it by converting byte strings to unicode before
calculating the string length, resulting in properly aligned output.
2012-05-20 22:46:31 +02:00
Thomas Perl
8864908bd8 Update translations from Transifex 2012-05-14 01:24:04 +02:00
Thomas Perl
43fd6cef38 tools/i18n: Fix merging from Transifex 2012-05-14 01:23:49 +02:00
Thomas Perl
67fac2b649 New translations: Catalan, Spanish MX, Indonesian
Merged from Transifex.
2012-05-13 16:47:51 +02:00
Thomas Perl
f7a9a4f6bd tools/i18n: Fix merge-from-transifex.sh script
Make sure the validate script can be found even
after changing directories.
2012-05-13 16:47:18 +02:00
Thomas Perl
b1702b730c Web UI: Streaming audio using HTML5 <audio> 2012-05-08 15:22:11 -07:00
Thomas Perl
ab9c6bae9e Web UI: Add Episode details page 2012-05-08 14:17:26 -07:00
Thomas Perl
eb14b69479 Web UI: Trying out JQuery Mobile 2012-05-08 10:39:19 -07:00
Thomas Perl
5a3c9566b4 setup.py: Manual page install path option
FreeBSD installs manpages to $PREFIX/man by default.
Add support for an environment variable to do that.
2012-05-02 12:43:03 +02:00
Thomas Perl
75e4b56903 QML UI Bugfixes for the 3.1.1 N9 release 2012-04-29 21:49:50 +02:00
Thomas Perl
824e9c010f gPodder 3.1.1 "The Preachification of Convincing John" released 2012-04-29 21:09:08 +02:00
Thomas Perl
a8e8b20c64 German translation 2012-04-29 21:02:42 +02:00
Thomas Perl
8b4842f5a5 Update translations from source 2012-04-29 21:01:44 +02:00
Thomas Perl
27fd572b19 QML UI: Selection menu for multi-selector (bug 1463)
The episode multi-action sheet now has got a context
menu that will allow selecting all episodes or just
downloaded episodes. This can be useful for quickly
creating a playlist of e.g. all downloaded episodes
of a podcast.
2012-04-29 20:50:40 +02:00
Thomas Perl
581a954ee5 QML UI: Implement multi-episode selection (bug 1594)
Multi-episode actions: Play, Delete, Download
2012-04-29 20:39:56 +02:00
Thomas Perl
8805b0dc94 JSON Config: Convert float to int (bug 1590)
If th
2012-04-29 18:08:44 +02:00
Thomas Perl
8973c1e21f CLI: Fix error handling bug with strerror 2012-04-29 18:00:50 +02:00
Thomas Perl
b35e1c1987 Fix 'gPodderDownloadHTTPError' object has no attribute 'errcode' 2012-04-09 15:23:02 +02:00
Thomas Perl
1d90311736 Gtk UI: Reintroduce "Open Download Folder" menu item 2012-04-01 18:28:28 +02:00
Thomas Perl
d3a9640228 gPodder 3.1.0 "The Discipline of D.E." released
Updated credits, manpages and release info.
2012-03-27 02:04:13 +02:00
Thomas Perl
43feb69291 Updated translations from source (+German translation) 2012-03-27 01:51:29 +02:00
Thomas Perl
181d38dd76 Various extension-related fixes 2012-03-27 01:32:20 +02:00
Bernd Schlapsi
b85d95f73a correct some small errors in the extensions 2012-03-22 14:53:24 +01:00
Bernd Schlapsi
5a2c5e358b corrected two small errors and removed two extensions 2012-03-22 14:53:24 +01:00
Thomas Perl
140fdeda57 Extensions: Error reporting on load
Report errors if required commands are not
found or if modules cannot be imported.
2012-03-22 14:53:24 +01:00