summaryrefslogtreecommitdiff
path: root/onionshare_gui/server_status.py
AgeCommit message (Expand)Author
2019-04-18Update date formatMicah Lee
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-03-24Human-friendly autostart/autostop countdown timers on server button, tooltipsMiguel Jacq
2019-03-24Show the URL description label whenever we are showing the URL itselfMiguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-06Prevent a scheduled share from starting after the scheduled time has passed. ...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2018-10-17Fix call to Alert() when an autostop timer has run out before starting the shareMiguel Jacq
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah Lee
2018-10-10Final few tweaks to make this look perfect in macOSMicah Lee
2018-10-09Set min width and height so everything always looks good, and change onion ad...Micah Lee
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-27Pass --local-only down to the ServerStatus and Mode so that we can set shorte...Miguel Jacq
2018-09-16Fix conflictsMiguel Jacq
2018-08-28Only wrap the v3 onion if the window is too small to show it unwrappedMiguel Jacq
2018-08-21Introduce v3 onion supportMiguel Jacq
2018-07-21Expand 'public mode' (optional slugs) to be possible for sharing too, not jus...Miguel Jacq
2018-05-07Move all stylesheets definitions into Common, so now we no longer have blocks...Micah Lee
2018-05-04Make receive mode info widget show when server is stated, hide when it is not...Micah Lee
2018-04-29Add support for receive mode's "public mode", which doesn't use a slug. Still...Micah Lee
2018-04-28Work in progress commit, moving the timer_callback logic from ShareMode into ...Micah Lee
2018-04-27Change the URL description in receive modeMicah Lee
2018-04-26Instead of creating a Web object and passing it into OnionShareGui, now each ...Micah Lee
2018-04-25Split out customization of Mode into _custom() functions, and implement those...Micah Lee
2018-04-25Make different strings for start server button for different modesMicah Lee
2018-04-25Add ServerStatus to ReceiveMode, and update the server status indicator to ha...Micah Lee
2018-04-24Make ShareMode and ReceiveMode directories, and move ShareMode modules into i...Micah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-03-13Move settings into the Common object, so the settings are available to all ob...Micah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah 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