aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/main_window.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-03-22Clean up watchdog thread when quitting, which avoids segfaultsMicah Lee
2019-12-08Pass the correct args to UpdateCheckerMicah Lee
2019-11-28Cleanup tabs on cleanupMicah Lee
2019-11-28When Tor settings change, make sure the tabs knowMicah Lee
2019-11-28Support handling events by monitoring an events folder for changesMicah Lee
2019-11-08Test closing windowMicah Lee
2019-11-02Starting to make persistent tabs persistentMicah Lee
2019-11-02Move mode settings widget into the primary action layout, and tweak window sizeMicah Lee
2019-10-27Show settings at the top of each mode, both mode-specific settings and settin...Micah Lee
2019-10-27Fix a few issues related to opening settings and quittingMicah Lee
2019-10-27Show warning when quitting while any tabs are activeMicah Lee
2019-10-27Add persistent pinMicah Lee
2019-10-27Add settings button to the status barMicah Lee
2019-10-27Open a new tab to begin with, and open a new tab when the last tab is closedMicah Lee
2019-10-27Make new tab button login in the QTabWidget instead of QTabBarMicah Lee
2019-10-26One attempt at making a new tab buttonMicah Lee
2019-10-26Tabs start out with new tab options, and remove the mode switcher from tabsMicah Lee
2019-10-26Add a single tab, and fix several issues with moving all the tab code into it...Micah Lee
2019-10-20Move all of the normal onionshare logic into Tab, and make a new placeholder ...Micah Lee
2019-10-20Move more logic into GuiCommon and out of MainWindowMicah Lee
2019-10-20Move Onion and OnionShare app objects into the main windowMicah Lee
2019-10-20Move MODE_SHARE, MODE_RECEIVE, and MODE_WEBSITE into GuiCommonMicah Lee
2019-10-20Make a new onionshare_gui.GuiCommon object, and move css from onionshare.Comm...Micah Lee
2019-10-20Rename OnionShareGui to MainWindowMicah Lee