summaryrefslogtreecommitdiff
path: root/onionshare_gui/mode/history.py
AgeCommit message (Expand)Author
2019-10-12Format all code using blackMicah Lee
2019-09-09Fix the discrepancy between SendBaseModeWeb and Web objects' separate cur_his...Miguel Jacq
2019-09-08Make web requests indicator icon increment on web requestsMicah Lee
2019-09-08Rename images from share_ to history_, because they are used in all modesMicah Lee
2019-09-08Add web requests counter icon to history widgetMicah Lee
2019-09-08Remove method from IndividualFileHistoryItem, and only display these widgets ...Micah Lee
2019-09-03Make the IndividualFileHistoryItem widgets have colorMicah Lee
2019-09-03Rename download_count/download_id, upload_count/upload_id, and visit_count/vi...Micah Lee
2019-09-03Show IndividualFileHistoryItem widgets for directory listingsMicah Lee
2019-09-03Start making IndividualFileHistoryItem widgets appear in the history, and mak...Micah Lee
2019-09-02Register a history item when an individual file is viewed that does not match...Miguel Jacq
2019-05-08Clean code and fix UI bugshiro
2019-04-23Clean ui, add strings, fix web listing logichiro
2019-02-17Use constants for history item status, to be consistent with other parts of t...Miguel Jacq
2019-02-17Set status attribute for ShareHistoryItems as wellMiguel Jacq
2019-02-17Don't clear in-progress transfers from the History listMiguel Jacq
2019-01-21Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20Skip updating or canceling items that haven't been addedMicah Lee
2019-01-20When canceling a receive mode transfer, display date range in the UIMicah Lee
2019-01-20Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2019-01-19Fix bug in HistoryItem.get_finished_label_textMicah Lee
2019-01-19Rename images to remove upload/download references, and update more stringsMicah Lee
2019-01-19Updated language on key share/receive mode strings to remove the confusing up...Micah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-11Fix conflictsMiguel Jacq
2018-10-10Fix various bugs so local GUI tests pass again after mergesMicah Lee
2018-10-09Add "download started" date/time to download history progress barsMicah Lee
2018-10-07Remove one more reference to resize_windowMicah Lee
2018-10-07Missing importsMicah Lee
2018-10-07Properly close items inside the item list, instead of just hiding themMicah Lee
2018-10-07Update ReceiveMode to use History directly, and now all GUI tests passMicah Lee
2018-10-07The History header is now only shown if there are items again, and the clear ...Micah Lee
2018-10-07Delete Info widget, and move completed and in progress widgets into the heade...Micah Lee
2018-10-07Make ShareMode just use a History object directly, instead of defining its ow...Micah Lee