aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/tab/tab.py
AgeCommit message (Expand)Author
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee
2020-09-14Fix deb packagingMicah Lee
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-20Show chat mode server status widgets in the tab bar as wellMicah Lee
2020-08-20Beautify new tab pageMicah Lee
2020-07-04Merge branch 'develop' of github.com:micahflee/onionshare into chatSaptak S
2020-06-29Merge pull request #1133 from mig5/website_mode_autostart_scheduled_statusMicah Lee
2020-06-07Set the server status indicator to 'Scheduled' when in Website Mode and autos...Miguel Jacq
2020-05-10Keep save button disabled if changed username invalidSaptak S
2020-04-06Fix logic that checks if auto-start timer setting is enabled, so that it chec...Miguel Jacq
2020-03-09Create GUI for onionshare chat mode with the tab workflowSaptak S
2019-11-28When settings change, only start the timer if a mode has been selectedMicah Lee
2019-11-28Only reload settings if a mode has been selectedMicah Lee
2019-11-28Stop using set_server_active, because all it was used for was to hide the but...Micah Lee
2019-11-28Cleanup tabs on cleanupMicah Lee
2019-11-28When Tor settings change, make sure the tabs knowMicah Lee
2019-11-10Start refactoring Onion to allow for managing a separate onion service for ea...Micah Lee
2019-11-08Fix bug when handling a broken tor connectionMicah Lee
2019-11-07Start writing tab tests, and figure out how to test the modal dialogsMicah Lee
2019-11-03Start writing tabs testsMicah 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-11-02Change size of persistent image to 20x20Micah Lee
2019-11-02Rename mode_settings_widget to be more clear, and fix one place that was stil...Micah Lee
2019-11-02Make a new ModeSettings class in onionshare, and use this instead of tab_sett...Micah Lee
2019-11-02Get/set tab settings using a getter and setter functionMicah Lee
2019-11-02When any setting is changed, update the tab settings dictMicah Lee
2019-10-27Make the persistent button an image label instead, and only show it whne the ...Micah 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 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 warning about closing a persistent tabMicah Lee
2019-10-27Add persistent pinMicah Lee
2019-10-27Add settings button to the status barMicah Lee
2019-10-27Add purple headers to each modeMicah 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-27Make new tab button login in the QTabWidget instead of QTabBarMicah 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