Commit graph

4055 commits

Author SHA1 Message Date
Eric Le Lay 3824adf93a
Merge pull request #511 from TZocker/patch-3
Update de.po
2018-08-04 15:42:54 +02:00
TZocker 9d7e79c195
Update command_on_download.py 2018-08-04 15:39:25 +02:00
TZocker c0afd93747
Update de.po
translation for fix #503
2018-08-04 11:19:17 +02:00
TZocker 4ac98437ff
Change desciption from Run Command on Download
Like 
https://gpodder.github.io/docs/extensions/commandondownload.html

I think is't better than to explain it with itself.

greetz
2018-08-04 11:15:18 +02:00
Eric Le Lay a769429039 fix #503 Missing translatable content 2018-08-02 22:42:42 +02:00
Eric Le Lay 3d2e7822be add missing require_version 2018-08-02 22:40:33 +02:00
Eric Le Lay 93375cee18
Merge pull request #507 from TZocker/patch-2
Update de.po
2018-08-02 22:18:44 +02:00
TZocker 831f2b8710
Update de.po 2018-08-01 22:20:22 +02:00
TZocker 7106aedc25
Update 2018-08-01 22:00:39 +02:00
Eric Le Lay 7b8235c82a temporary: verbose isort on travis to see if module is thirdparty, etc 2018-08-01 08:31:01 +02:00
Eric Le Lay 82c1ede7b7 fix missing formats in some translations in fr.po 2018-08-01 08:22:58 +02:00
Eric Le Lay 1f79f32119 fix #504 AttributeError: module 'gpodder' has no attribute 'log' 2018-07-30 19:34:54 +02:00
Eric Le Lay 8ebfa8b5c6
Merge pull request #502 from TZocker/patch-1
Update de.po
2018-07-30 08:05:54 +02:00
TZocker ef43a6dac2
Update de.po
Update to gPodder 3.10.3
2018-07-29 22:55:11 +02:00
Eric Le Lay 7e20eb1a50 Merge pull request #500 from MarkusHackspacher/isort
Sorting Import with isort
2018-07-29 16:49:10 +02:00
Eric Le Lay 6cf6c2121d fix isort on some extensions 2018-07-29 14:46:29 +02:00
Eric Le Lay e9ab9ceb46 run isort on make lint 2018-07-29 14:45:34 +02:00
Eric Le Lay a321db85e3 working windows notifications based on powershell
- fix powershell console briefly displayed on notifications
 - use win10 toast notification instead of balloon if available
 - win10 notifications show as gPodder if it's installed, as
   powershell otherwise (but with gPodder icon)
 - removing notifu from appveyor build since it won't be necessary

See #485
2018-07-29 12:54:36 +02:00
Eric Le Lay c133a27f9a win_installer: fetch and verify notifu using bash (unzip) 2018-07-28 22:35:17 +02:00
Eric Le Lay 27652811db win_installer: fetch and verify notifu using bash (also unzip) 2018-07-28 22:33:56 +02:00
Eric Le Lay 039c13bc8b win_installer: fetch and verify notifu using bash (fix typo) 2018-07-28 22:31:59 +02:00
Eric Le Lay ba3f4084b3 win_installer: fetch and verify using bash 2018-07-28 22:29:18 +02:00
Eric Le Lay 2e329e29cd win_installer: verify notifu.exe checksums (fix typo) 2018-07-28 22:18:52 +02:00
Eric Le Lay 42b0c387d9 win_installer: verify notifu.exe checksums 2018-07-28 22:17:09 +02:00
Eric Le Lay da847a8334 win_installer: need root python for create_launcher.py 2018-07-28 22:07:42 +02:00
Eric Le Lay c39c564f44 try building notifu for notification-win32 2018-07-28 22:06:56 +02:00
Eric Le Lay b2b42614f4 win_installer: use build_python to have correct python version
otherwise the launcher is wrongly linked with python3.6m on appveyor
2018-07-28 21:53:05 +02:00
Eric Le Lay 0c1a88a441 add icon for notification-win32 2018-07-28 21:20:19 +02:00
Eric Le Lay 403af81e85 use powershell script to implement windows notifications
the issue is that when running gpodder.exe, the powershell
window shows for a brief instant, because it's a console app.
There is no issue when running gpodder-cmd.exe
see #485.
2018-07-28 21:17:32 +02:00
Eric Le Lay 3aebdb18a4 use localized label to find menu
was broken in French po because it's translated without _
2018-07-28 21:04:25 +02:00
MarkusHackspacher 735ec25fb7 not sort import gi and add isort to travis 2018-07-28 17:04:41 +02:00
Eric Le Lay 4bb5a67e02 fix inconsistency between make lint and travis checks
now travis calls make lint
2018-07-28 14:29:48 +02:00
Eric Le Lay c445a52ab1 fix #478 python lib-dynload modules can load libraries from other apps
call SetDllDirectoryW(gpodder/bin) at startup to ensure windows looks
in gpodder/bin before c:\Windows where there can been outdated versions
of zlib1.ddl, libeay32.dll, ssleay32.dll.
2018-07-28 14:27:48 +02:00
Eric Le Lay fd7036c459 work around python 3.7.0 2to3 bug with win32ctypes
see https://github.com/enthought/pywin32-ctypes/issues/81
also remove byreference alias to ctypes.byref
2018-07-28 14:09:04 +02:00
Eric Le Lay dc69d861ee python 3.7 compatibility 2018-07-28 10:08:09 +02:00
MarkusHackspacher a4953777c5 change back bin/gpodder-migrate2tres 2018-07-24 14:59:54 +02:00
MarkusHackspacher d18bb7d092 remove too many blank lines 2018-07-24 14:14:49 +02:00
MarkusHackspacher 3ce9cd55e7 remove too many blank lines 2018-07-24 14:11:05 +02:00
MarkusHackspacher 46bb7b4987 check isort 2018-07-24 12:49:50 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
Eric Le Lay b77af81373
Merge pull request #499 from MarkusHackspacher/codestyle-bin
codestyle in bin dir
2018-07-23 18:32:44 +02:00
MarkusHackspacher 297387ecbd codestyle in bin dir 2018-07-23 15:56:36 +02:00
Eric Le Lay 8fe856df10
Merge pull request #498 from MarkusHackspacher/travis-1
fix codestyle
2018-07-23 12:43:33 +02:00
MarkusHackspacher 0e32494b94 fix codestyle
recognized by travis CI
2018-07-23 11:17:47 +02:00
Eric Le Lay e4334eafb4 gPodderShownotesText prefer description_html to show hyperlinks
fixes #414 comment
2018-07-21 22:01:38 +02:00
Eric Le Lay f8a06d025b gPodderShownotesText shows target and change cursor when mouse pointer is over an hyperlink 2018-07-21 21:58:32 +02:00
Eric Le Lay 499a330055 fix UI freeze when going from All Episodes to a channel with shownotes open 2018-07-21 21:34:24 +02:00
Eric Le Lay 17300d3672 config.device_sync.max_filename_length value migration
999 is bad for NTFS, ext{2-4} (255 limit), as well as eCryptFS.
Setting it to 120 to be consistent with PodcastEpisode.MAX_FILENAME_LENGTH
2018-07-21 11:40:13 +02:00
Eric Le Lay fc78c66f66 fix #484 windows context menu not translated 2018-07-20 17:42:10 +02:00
Eric Le Lay febee67a36 replace py27 buffer() with py3 memoryview() 2018-07-20 16:02:09 +02:00