summaryrefslogtreecommitdiff
path: root/onionshare_gui/server_status.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-25Add ability to cancel a shareMiguel Jacq
2018-02-25Revert the cancel feature that causes issues at least on macOS (#637)Miguel Jacq
2018-02-24Re-work the UI widgets to make it smaller on Macbook Pro and other smaller sc...Miguel Jacq
2018-02-20merge ux-update in, and fix conflictMiguel Jacq
2018-02-13Fix bug where persistent tooltips were not displayingMicah Lee
2018-02-13Merge branch 'url_label_tooltips' of https://github.com/mig5/onionshare into ...Micah Lee
2018-02-13Merge branch 'clear_messages_on_server_button_click' of https://github.com/mi...Micah Lee
2018-02-13Switch to 12 hour clockMicah Lee
2018-02-11Set URL label tooltipsMiguel Jacq
2018-02-11Clear statusBar messages when the server button is clickedMiguel Jacq
2018-02-11Adjust width of window to fit status bar messages, unwrapped, to avoid squish...Miguel Jacq
2018-02-11Merge branch 'ux-update' of https://github.com/micahflee/onionshare into ux_u...Miguel Jacq
2018-02-09Allow the user to cancel a share that is still starting upMiguel Jacq
2018-02-09Set the URL label to explicitly mention when persistent. Remove older Persist...Miguel Jacq
2018-02-08Friendlier datetime format for the shutdown timerMiguel Jacq
2018-02-08Fix shutdown timer and insert larger messages as word-wrapped widgets into th...Miguel Jacq
2018-02-07Move auto-stop timer into settings, so its UI does not show up unless the use...Micah Lee
2018-02-07allow word wrap of URL QLabels, and set MinimumHeight so they don't get shrun...Miguel Jacq
2018-02-06Move server status indicator to the status bar at the bottomMicah Lee
2018-02-06Give server button rounded corners. Change style of persistent URL labelMicah Lee
2018-02-06Increase minimum width, and remove word wrap, to fix QLabel squishing problemMicah Lee
2018-02-06Make the server button and URL display much nicer, and replace string "URL" w...Micah Lee
2018-02-05Progressively hide shutdown timer-related UI, so only relevant widgets are sh...Micah Lee
2018-02-05Stylize the server buttonMicah Lee
2018-02-05Move autostop timer checkbox below the start sharing buttonMicah Lee
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-14Add a 'persistent URL' label when re-using a private keyMiguel Jacq
2018-01-13Move the saving of private key into the SettingsDialog and Onion objects enti...Miguel Jacq
2017-12-09set the 'Save Private Key' button to enabled when showing it, but when it's n...Miguel Jacq
2017-12-09Save the HidServAuth string to settings when private key is also saved. Allow...Miguel Jacq
2017-12-07Optionally save the private key of a running share to settings for reuseMiguel Jacq
2017-12-06Actually still uncheck the timer when the server stops, but *only* when it stopsMiguel Jacq
2017-12-06Don't uncheck the auto-stop timer when the server stops (adding new files bef...Miguel Jacq
2017-12-04Update comment to reflect that we don't hide the timer checkbox when checked ...Miguel Jacq
2017-12-02Always show the shutdown timer checkbox, in case the user changes their mind ...Miguel Jacq
2017-11-09only prevent the share from starting when the timeout has expired, if the tim...Miguel Jacq
2017-11-09Various safety checks to prevent a share from starting after the timeout has ...Miguel Jacq
2017-11-09On subsequent shares, the default time should nudge 5 minutes ahead of the cu...Miguel Jacq
2017-11-09Calculate the time difference in a more appropriate spot (rather than on clic...Miguel Jacq
2017-11-09set the timeout default to 5 minutes into the future for convenienceMiguel Jacq
2017-11-09ensure the timeout checkbox is always shown if the server is stopped and it w...Miguel Jacq
2017-11-09more UI fixes - hide checkbox if server is working/started and it was not che...Miguel Jacq
2017-11-09ensure the shutdown timeout can't go backwards in timeMiguel Jacq
2017-11-09use QDateTimeEdit instead of a spinbox for selecting a future date/time to au...Miguel Jacq
2017-11-08Implements a shutdown timer to stop a share automatically (downloaded or not)...Miguel Jacq
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-12-22Added support for stealth onion services in the GUI versionMicah Lee
2016-04-12Move all resources (locale, images, html, version.txt) into central resources...Micah Lee