Commit graph

3866 commits

Author SHA1 Message Date
MarkusHackspacher
d724b81218 fix E127 continuation line over-indented for visual indent
see #393
2018-08-14 23:26:38 +02:00
Eric Le Lay
7b2e440d60
Merge pull request #515 from MarkusHackspacher/isort3
add isort settings
2018-08-11 16:00:41 +02:00
Eric Le Lay
ee38f098ea
Merge pull request #512 from TZocker/patch-1
Update de.po
2018-08-11 15:54:20 +02:00
Eric Le Lay
bbc312c0aa
Merge pull request #517 from Vistaus/master
Updated Dutch translation
2018-08-11 15:51:31 +02:00
Heimen Stoffels
a1727adde2 Updated Dutch translation 2018-08-11 13:48:16 +02:00
MarkusHackspacher
293858c94e add isort settings 2018-08-11 06:54:26 +02:00
MarkusHackspacher
0ef54d2284 add isort settings 2018-08-11 06:48:23 +02:00
MarkusHackspacher
0523d18226 aad isort settings 2018-08-11 00:23:34 +02:00
TZocker
a088e9e62e
Update de.po
wrong msgid from #510
2018-08-04 16:21:17 +02:00
Eric Le Lay
ea9f0e5765 update Command on Download description for every language 2018-08-04 15:44:59 +02:00
Eric Le Lay
cbcf73c542
Merge pull request #510 from TZocker/patch-1
Change Run Command on Download description
2018-08-04 15:43:49 +02:00
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