summaryrefslogtreecommitdiff
path: root/onionshare_gui/downloads.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-06Update color and style of progress barsMicah Lee
2017-05-31Remove debug dataMiguel Jacq
2017-05-31On a fresh share, delete any download progress bars of previous shares, and r...Miguel Jacq
2017-05-27Style a prettier progress barMiguel Jacq
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-12-22Hide downloads progress bars until download starts, and improve the look of p...Micah Lee
2016-08-02reorganize, add commentcholtz95
2016-08-02wrap progress barcholtz95
2016-04-12Move all resources (locale, images, html, version.txt) into central resources...Micah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-12Porting onionshare GUI from python2 to python3, and also from PyQt4 to PyQt5 ...Micah Lee
2016-02-12Added estimated time remaining strings to English locale fileMicah Lee
2015-12-23Add time elapsed for completed downloadsGarrett Robinson
2015-12-23Add estimated time remaining to progress indicatorGarrett Robinson
2015-11-15Add docstrings to all classes and methods (fix #198)Micah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2015-05-15specify types in all str.format() calls (fixes #169)Micah Lee
2014-11-18pep8: fix empty line countsThomas Waldmann
2014-09-22handles canceled downloads properly (fixes #81)Micah Lee
2014-09-18warns about sending large files in GUI (#123)Micah Lee
2014-09-16encode one way for CLI, encode another for GUI (#141)Micah Lee
2014-09-02add utf-8 encoding to all .py filesMicah Lee
2014-09-02added GPLv3 license to each source fileMicah Lee
2014-08-27added download progress bars to GUI, and made close automatically act as stop...Micah Lee
2014-08-27beginning Downloads layoutMicah Lee