Commit Graph

16 Commits

Author SHA1 Message Date
auouymous 41c312dd68 Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
Eric Le Lay b664e79129 taskbar_progress: add missing import ctypes 2022-01-09 18:05:06 +01:00
Eric Le Lay 623b505357 taskbar_progress: fix AttributeError: 'ApplicationWindow' object has no attribute 'window'
adapted from https://stackoverflow.com/a/27236258
2021-11-01 18:34:45 +01:00
Eric Le Lay c624800f08 isort --float-to-top is not a good option 2020-09-07 11:58:54 +02:00
auouymous 7e459c0101 Remove executable bit for files that shouldn't be executable. 2020-01-13 00:53:59 -07:00
MarkusHackspacher f4c075c334 fix E127 continuation line over-indented for visual indent 2018-08-25 09:42:10 +02:00
MarkusHackspacher 3ce9cd55e7 remove too many blank lines 2018-07-24 14:11:05 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
MarkusHackspacher a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
Thomas Perl 98ec45a712 Update copyright years (2018) 2018-01-28 19:39:53 +01:00
Thomas Perl 17112ee247 Update copyright years (2017) 2017-12-16 13:52:51 +01:00
Thomas Perl 36eefc8a30 Update copyright years (2016) 2016-01-15 15:22:52 +01:00
Thomas Perl aa72634950 Update copyright years (2015) 2015-05-24 19:33:39 +02:00
Thomas Perl 553e35f219 Update copyright years (2014) 2014-02-27 21:55:13 +01:00
Thomas Perl ba05a77cc8 Cleanup taskbar_progress extension for Windows
- Convert to Unix-style line endings
- Mark name and description translatable
- Remove trailing whitespace
2013-02-08 10:52:35 +01:00
Sean Munkel c59d42d94f Add an extension that displays download progress in the windows taskbar 2013-02-08 10:47:04 +01:00