Commit graph

2765 commits

Author SHA1 Message Date
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
Thomas Perl 9c147cf980 Extensions: Various fixes and clean-ups from review 2012-03-22 14:53:24 +01:00
Thomas Perl e787bef4e3 Extensions: New environment variables 2012-03-22 14:53:24 +01:00
Bernd Schlapsi bca9751b75 Add default extensions (ported from hooks) 2012-03-22 14:53:24 +01:00
Bernd Schlapsi 9a896b7472 Extensions: Testing support, defaults
save default_value of an extension when loading them for the first time;
add option to start the ExtensionManager with only one file (used in the
extensions tests)
2012-03-22 14:53:24 +01:00
Thomas Perl bab6d78abf Gtk: Remove title from description in episode list 2012-03-22 12:00:29 +01:00
Thomas Perl add8ced755 Gtk: Allow tab cycling via Ctrl+Tab (bug 1580) 2012-03-22 11:23:26 +01:00
Thomas Perl 6c2d6b0220 QML UI: Claim gPodder's D-Bus name (bug 1477)
Right now, this does not expose the /gui or /podcasts
objects, but ideally this should be added in the future.

Based on a patch by Neal Walfield.
2012-03-08 11:09:01 +01:00
Thomas Perl 4b6910537e Gtk UI: Check for new episodes button change 2012-03-08 10:59:33 +01:00
Thomas Perl fee813ba18 Gtk UI: Welcome window and directory improvements 2012-03-08 10:52:21 +01:00
Thomas Perl 8a97b1c629 Cover art: Add support for GIF 2012-03-08 10:49:58 +01:00
Thomas Perl ba8cfa7137 Gtk UI: Use normal font size for descriptions (bug 1573) 2012-03-08 09:34:59 +01:00
Thomas Perl 59fcee1d1c CLI: Fix Python 2.6 encoding issue (bug 1574) 2012-03-06 18:47:17 +01:00
Thomas Perl 670e439145 Soundcloud: Fix bug with empty/null descriptions 2012-03-05 11:23:41 +01:00
Thomas Perl c9d5e7208d Cover art: Unified download manager (bug 1288) 2012-03-05 10:44:19 +01:00
Thomas Perl 2ef72dddff Logging: Fix issue of warning message 2012-03-05 10:23:03 +01:00
Eric Le Lay 6157e8f159 OS X integration: Switch to gtk_osxapplication (bug 1482) 2012-03-04 15:38:38 +01:00
Thomas Perl d6e2431ed6 Windows: Download folder selection (bug 1269) 2012-03-04 09:42:40 +01:00
Thomas Perl 2939c62e7d Win32 launcher: Look for Python in HKLM (bug 1480) 2012-03-03 21:35:25 +01:00