summaryrefslogtreecommitdiff
path: root/onionshare_gui/onionshare_gui.py
AgeCommit message (Expand)Author
2019-01-20Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2019-01-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
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-10Raise minimumHeight again to account for overlap issues on MacOS caused by Ma...Miguel Jacq
2018-10-09Actually, the window needs to be tallerMicah Lee
2018-10-09Set min width and height so everything always looks good, and change onion ad...Micah Lee
2018-10-07Rip out all of the adjust size logic and let Qt just handle itMicah Lee
2018-10-07adjust widget sizes when switching modeMiguel Jacq
2018-10-07Move ShareMode and ReceiveMode into Mode moduleMicah Lee
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt us...Micah Lee
2018-09-29Increase minimum window with to 460, and store it in a variable to stop repea...Micah Lee
2018-09-29Fix crash when clicking Help from the systrayMicah Lee
2018-09-28Process Qt events once more, to prevent weird size issues before adjusting sizeMicah Lee
2018-09-28Refactor receive mode into using an info widget tooMicah Lee
2018-09-28Modes now get to choose a new minimum window width when resizingMicah Lee
2018-09-28OnionShareGui.adjust_size now recursively runs adjustSize() on all widgetsMicah Lee
2018-09-28Toggle showing uploads and downloads for both share and receive modesMicah Lee
2018-09-28Hide the uploads and downloads by default, and make the mode switcher hide be...Micah Lee
2018-09-27Pass --local-only down to the ServerStatus and Mode so that we can set shorte...Miguel Jacq
2018-09-19Remove adjustSize that was causing issuesMicah Lee
2018-09-19Set minimum width for whole applicationMicah Lee
2018-09-16Fix suppressing the shutdown_slug messageMicah Lee
2018-09-16Don't show the Flash shutdown slug route in the status bar as if it were an u...Miguel Jacq
2018-09-02Merge branch 'fix_spelling_grammar_receiver_mode' of https://github.com/mig5/...Micah Lee
2018-09-02Merge branch '707_fix_receive_mode_on_tor_disconnect' of https://github.com/m...Micah Lee
2018-07-14Fix minor spelling/grammar issuesMiguel Jacq
2018-07-14#707 Hide/show the primary action in Receive Mode when tor connection is lost...Miguel Jacq
2018-07-13Remove duplicate lineMiguel Jacq
2018-05-20Remove REQUEST_UPLOAD_NEW_FILE_STARTED event, because it's not actually neededMicah Lee
2018-05-20Only show other_page_loaded message on actual 404sMicah Lee
2018-05-19Allow file uploads to finish, and improve uploads stylingMicah Lee
2018-05-19Move downloads_dir validation into the /upload request in Web, and display an...Micah Lee
2018-05-07Start making Web events actually put Upload objects into UploadsMicah Lee
2018-05-07Renamed Mode.handle_request_download to handle_request_startedMicah Lee
2018-05-07Make receive mode events just like share mode, and rename REQUEST_DOWNLOAD to...Micah Lee
2018-05-07Move all stylesheets definitions into Common, so now we no longer have blocks...Micah Lee
2018-05-03Make clicking the mode switcher buttons properly adjust the size of the windowMicah Lee
2018-04-29Display desktop notification to the user when the receiver closes the server,...Micah Lee
2018-04-28Make the quit warning work in receive mode, and use a different warning stringMicah Lee
2018-04-28Remove a log line that prints each timer_callback that I missedMicah Lee
2018-04-28Work in progress commit, moving the timer_callback logic from ShareMode into ...Micah Lee
2018-04-27Connect the right signals and slots for recieve mode, and now the receive mod...Micah Lee
2018-04-27Fix server status indicatorMicah Lee
2018-04-26Make OnionShareGui use the proper web objectMicah Lee