aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/gui_common.py
AgeCommit message (Expand)Author
2020-09-14Merge pull request #1176 from SaptakS/expand-urlMicah Lee
2020-09-07Adds UI/UX enhancements in different sections of tab layoutsSaptak S
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-08-20Receive mode and chat mode are also looking awesomeMicah Lee
2020-08-20Share mode and website mode are looking awesomeMicah Lee
2020-08-20Beautify new tab pageMicah Lee
2020-08-19Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chatMicah Lee
2020-07-04Merge branch 'develop' of github.com:micahflee/onionshare into chatSaptak S
2020-06-30Simplify flatpak detectionMicah Lee
2020-06-30Add flatpak detectionMicah Lee
2020-06-30Merge branch 'develop' into 910_flatpakMicah Lee
2020-06-08Use 'Delete' rather than 'Clear' when talking about removing file items from ...Miguel Jacq
2020-05-27#1116 Add a Clear All button in the File List area for share modesMiguel Jacq
2020-04-06Remove psutil dependency, and start using a lock file insteadMicah Lee
2020-03-09Create GUI for onionshare chat mode with the tab workflowSaptak S
2019-11-28Support handling events by monitoring an events folder for changesMicah Lee
2019-11-02Remove custom config from GUI CLI args, because GUI users can configure Onion...Micah Lee
2019-10-27Show settings at the top of each mode, both mode-specific settings and settin...Micah Lee
2019-10-27Add settings button to the status barMicah Lee
2019-10-27Add purple headers to each modeMicah 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-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 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