Commit graph

3919 commits

Author SHA1 Message Date
Eric Le Lay
2b235ce5ed add info message with downloaded url 2018-11-10 17:17:28 +01:00
Eric Le Lay
4c9b5b0c0b fix cancel,download buttons enable/disable on tab switch 2018-11-10 16:55:04 +01:00
Eric Le Lay
5bab63a552 simplify: treeview always hasattre is_rubber_banding_active 2018-11-10 16:53:59 +01:00
Eric Le Lay
6fcc647c73 replace deprecated config with new one 2018-11-10 16:52:12 +01:00
Eric Le Lay
73413700fc remove dead method for_each_episode_set_task_status 2018-11-10 16:51:32 +01:00
Eric Le Lay
ca9505faa5 export to local folder: checkbox as extra widget 2018-10-14 21:57:03 +02:00
Eric Le Lay
d6d969ce31 fix export to local folder: 1st filename not selected 2018-10-14 21:54:38 +02:00
Eric Le Lay
2f67507a4c fix default extensions disabled when (de)activating any other extension 2018-10-14 17:34:50 +02:00
Eric Le Lay
97db9c97d2 fix #243 add sync command to gpo 2018-10-14 16:10:45 +02:00
Eric Le Lay
d34c814909 Merge pull request #545 from Septolum/patch-1
Update gtk_statusicon.py for gtk3
2018-10-13 18:38:43 +02:00
Eric Le Lay
da8b37ce99 fix import order 2018-10-13 18:38:27 +02:00
Eric Le Lay
f2e73b1a16 Merge branch 'patch-1' of https://github.com/Septolum/gpodder into Septolum-patch-1 2018-10-13 18:23:57 +02:00
Eric Le Lay
cdbeb04eb5 fix #374 export to local folder filename customizable again
with a checkbox to export all remaining episodes to same folder.
This restores the ability to choose the filename for each episode,
while keeping export of a large number of episodes convenient (click export remaining...)
2018-10-13 18:18:25 +02:00
Eric Le Lay
fe0b5c2052 mpris-listener: fix typo introduced when fixing lint errors 2018-10-13 17:42:46 +02:00
Eric Le Lay
4936869979
Merge pull request #546 from MarkusHackspacher/linelenght1
fix linter warning
2018-10-13 17:41:52 +02:00
Eric Le Lay
4534e3624c make mpris-listener compatible with other players than VLC
tested with SMPlayer: not so great because SMPlayer has empty
xesam:url Metadata entry, so no way to know which episode is playing
2018-10-08 19:20:00 +02:00
Eric Le Lay
8ddf7363c1 fix linter warning 2018-10-08 19:19:48 +02:00
Eric Le Lay
4d8954e3ab
Merge pull request #557 from bohegeek/patch-1
correction for issue #556 err
2018-10-08 19:15:39 +02:00
bohegeek
2b4fb285eb
correction for issue #556
the update is not working because the jpg file is not opened as a binary file.
The fix is tested on both OS X and Linux
2018-10-07 14:31:48 -04:00
Eric Le Lay
459410ddda mark episode finished after streaming completion 2018-10-06 16:17:25 +02:00
MarkusHackspacher
4fa86ba0b7 fix linter warning
set linelenght for check to 142
2018-09-15 20:11:18 +02:00
Septolum
09a4850a4e
Update gtk_statusicon.py
Edit the plugin so it works again (with the deprecated methods)
2018-09-15 17:51:35 +01:00
Eric Le Lay
56ab5a7890 3.10.5 revbump 2018-09-15 12:27:12 +02:00
Eric Le Lay
4e777ca432 make messages 2018-09-15 12:26:31 +02:00
Eric Le Lay
7c40d4589c fix linter warning 2018-09-15 12:20:49 +02:00
Eric Le Lay
e6fde4adb8 fully fix rename_download extension
closes #540
2018-09-15 12:16:40 +02:00
Eric Le Lay
f44942424d fix broken rename_after_download extension
see #540
2018-09-12 20:12:12 +02:00
Eric Le Lay
ed30e8b9d1
Merge pull request #538 from MarkusHackspacher/linelenght
fix E501 line too long
2018-09-09 21:38:26 +02:00
Eric Le Lay
b393d448ec add release script 2018-09-09 21:08:29 +02:00
Eric Le Lay
daf73c87d4 fix release-from-linux macOS bundle python version 2018-09-08 19:13:20 +02:00
Eric Le Lay
1fd7dd6481 fix missing import in notification-win32 2018-09-08 18:55:47 +02:00
Eric Le Lay
5b176a60c2 3.10.4 revbump 2018-09-08 18:20:28 +02:00
Eric Le Lay
80bed75ad3 update macOS base 2018-09-08 18:15:16 +02:00
MarkusHackspacher
4baaa75ee4 fix E501 line too long
in lines with more than 145 characters
2018-09-07 06:52:32 +02:00
Eric Le Lay
1407f22478 windows: update python deps 2018-09-05 21:19:28 +02:00
Eric Le Lay
a44b92446b Merge pull request #537 from Ironlenny:master
Update ubuntu_appindicator.py to use AppIndicator3
2018-09-05 21:13:46 +02:00
Eric Le Lay
b9a5b73036 remove extra empty lines 2018-09-05 21:12:32 +02:00
Jacob Riddle
4a07a40cbb Sort imports
Sort imports to make Travis happy.
2018-09-04 19:49:46 -07:00
Jacob Riddle
7f2700c4fa Update ubuntu_appindicator.py to use AppIndicator3
ubuntu_appindicator.py was using the old appindicator module. Updated to use the
AppIndicator3 module as provided by the PyGObject library.
2018-09-04 19:08:13 -07:00
Eric Le Lay
53d194ca3a
Merge pull request #533 from bpranava/master
audio_converter.py can now convert to opus
2018-09-03 19:15:59 +02:00
Pranava B
17237842b0 Rectified linting errors 2018-09-02 12:12:01 +05:30
bpranava
67798147e8
Update audio_converter.py 2018-09-01 10:36:22 +05:30
Eric Le Lay
86cec843bb
Merge pull request #529 from MarkusHackspacher/stylee12x-2
fix E127 continuation line over-indented for visual indent
2018-08-28 21:08:42 +02:00
MarkusHackspacher
f4c075c334 fix E127 continuation line over-indented for visual indent 2018-08-25 09:42:10 +02:00
Eric Le Lay
ba7f349bb0
Merge pull request #527 from TZocker/patch-1
Update de.po
2018-08-20 20:55:22 +02:00
TZocker
6a33cd322c
Update de.po 2018-08-20 07:51:52 +02:00
Eric Le Lay
7e8b1d1a5f remove stray nl.mo file 2018-08-19 17:40:03 +02:00
Eric Le Lay
a668a83ba0 format de.po translation with 80 char line width 2018-08-19 17:34:40 +02:00
Eric Le Lay
74d0dd4591
Merge pull request #522 from MarkusHackspacher/stylee12x-1
fix E127 continuation line over-indented for visual indent
2018-08-19 17:08:32 +02:00
MarkusHackspacher
9a45b04c23 fix E128 continuation line under-indented for visual indent 2018-08-18 12:27:24 +02:00