aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/tab_widget.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-20Make macOS tabs left-aligned, and manually add close buttonMicah Lee
2020-06-30Merge branch 'develop' into 910_flatpakMicah Lee
2020-06-07#1126 update the status bar each time the active tab is changedMiguel Jacq
2020-04-06Fix linux tor paths, make event handler properly quit threadMicah Lee
2020-04-06Remove watchdog, replace with a simple background threadMicah Lee
2020-03-22Clean up watchdog thread when quitting, which avoids segfaultsMicah Lee
2019-11-28Fix typos in commentsMicah Lee
2019-11-28When re-ordering tabs, save the correct order in settings so they open in the...Micah Lee
2019-11-28Support handling events by monitoring an events folder for changesMicah Lee
2019-11-02When disabling persistence, or closing a persistent tab, delete the mode sett...Micah Lee
2019-11-02Make it so when you open the GUI, all of the persistent tabs automatically op...Micah Lee
2019-11-02Starting to make persistent tabs persistentMicah Lee
2019-10-27Make the persistent button an image label instead, and only show it whne the ...Micah Lee
2019-10-27Fix a few issues related to opening settings and quittingMicah Lee
2019-10-27Show the server status in the tab as an iconMicah Lee
2019-10-27Show warning when quitting while any tabs are activeMicah Lee
2019-10-27Add persistent pinMicah Lee
2019-10-27Add purple headers to each modeMicah Lee
2019-10-27Open a new tab to begin with, and open a new tab when the last tab is closedMicah Lee
2019-10-27Allow closing tabs, and throw warning when trying to close tabs that contain ...Micah Lee
2019-10-27After choosing the tab type, the title of the tab changesMicah Lee
2019-10-27When you open a new tab, make that the current tabMicah Lee
2019-10-27Make new tab button login in the QTabWidget instead of QTabBarMicah Lee