https://bugs.gpodder.org/show_bug.cgi?id=1576
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |IN_PROGRESS Version|Git "two" branch (old 2.x) |Git "master" branch --- Comment #7 from Thomas Perl <[email protected]> 2012-06-23 14:18:59 BST --- I've merged the current work-in-progress patch of Bernd to the "flattr" branch in our Git repo. Some feedback: - Add a "Cancel" button to the sign-in dialog - Rename the config option "flattr.autoflattr" to "flattr.flattr_on_play" - Use a normal GtkButton with the Flattr icon in the episode dialog - Remove the flattr icon from the episode list + model (makes things too slow) (this includes C_VIEW_FLATTR and C_ICON_FLATTR) - In the database schema, call the URL "payment_url", not Flattr-URL. We might want to support other payment providers in the future. - In the feed parsing code, save all Payment URLs in the database - In the model, flattr_exists() should be renamed has_payment_url() -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
