summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2017-05-16Make settings button flatMicah Lee
2017-05-16Oops, set the TorConnectionDialog window title backMicah Lee
2017-05-16Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an u...Micah Lee
2017-05-16Split SettingsDialog into two columns, because the layout didn't fit on my MacMicah Lee
2017-05-16When saving settings, if Tor settings changed or if Tor isn't connected, rebo...Micah Lee
2017-05-16Disable settings while an OnionShare server is activeMicah Lee
2017-05-16Remove the menu bar, and replace it with a settings button owned by the Onion...Micah Lee
2017-05-16Fixed signal/slot/thread issue in TorConnectionDialog and TorConnectionThread...Micah Lee
2017-05-16Fixed typo in signal name, error_connecting_to_tor instead of error_connectio...Micah Lee
2017-05-16Move connecting to Tor into its own separate threadMicah Lee
2017-05-16Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, an...Micah Lee
2017-05-16Add log() method to onionshare.common, which logs to stdout if in debug modeMicah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-05-16Pass debug into the Onion and OnionShareGUI objectsMicah Lee
2017-05-14Make UpdateChecker use the shared Onion object instead of creating a new oneMicah Lee
2017-05-14Now when you cancel connecting to Tor, it prompts you if you want to quit or ...Micah Lee
2017-05-14OnionShare connects fine when connection_type isn't bundled_tor, and it now d...Micah Lee
2017-05-14Fix Settings dialog, make it so testing Tor with bundled_tor settings worksMicah Lee
2017-05-14Move owernship of the TorConnetionDialog objection from __init__.py into the ...Micah Lee
2017-05-14Make the Settings dialog's 'Test Tor Settings' button work again, with change...Micah Lee
2017-05-14Set the size of the TorConnectionDialog to avoid it resizing the window as el...Micah Lee
2017-05-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-19Import socks module included in the onionshare module, instead of the global oneMicah Lee
2017-04-17Made clicking Exit in the TorConnectionDialog exit the appMicah Lee
2017-04-17Began making a TorConnectionDialog, which handles connecting to the Tor networkMicah Lee
2017-04-17Capitalize commentsMicah Lee
2017-04-17Move OnionShareGui into its own file, so __init__ is just GUI logicMicah Lee
2017-04-17Removed transparent_torification from the full app, and refactored OnionShare...Micah Lee
2017-04-17Made automatic check for update in a separate thread workMicah Lee
2017-04-17Make UpdateChecker use signals and slots to communicate tor status messages. ...Micah Lee
2017-04-15Added UpdateThread to update_checker module, which checks for updates in a se...Micah Lee
2017-04-15Refactor UpdateChecker into a class that's a QObject, and make it use signals...Micah Lee
2017-04-15Handle UpdateCheckerSOCKSHTTPError exception in the update_checker moduleMicah Lee
2017-04-15Created update_checker module, and logic to load http://elx57ue5uyfplgva.onio...Micah Lee
2017-04-15Added Tor SOCKS address and port settingsMicah Lee
2017-04-15Added autoupdate settings to Settings, and also to the settings dialogMicah Lee
2017-04-15Rearranged settings layout so that all Tor-related settings are inside of the...Micah Lee
2017-04-15Change color of tor_status label in settings dialog to not be red, because no...Micah Lee
2017-04-14Added onionshare logo as settings window iconMicah Lee
2017-04-14Connecting to Tor now times out of 10 secondsMicah Lee
2017-04-13Add Tor connection status to the main window status barMicah Lee
2017-04-13In the settings dialog, show Tor connection status when the connection type i...Micah Lee
2017-04-13Connecting to Tor in bundled mode now creates a temporary tor data dir, start...Micah Lee
2017-04-08Created a TorDialog class, and beginning to subprocess out to tor.exeMicah Lee
2017-04-08Started to implement Bundled Tor connection settingsMicah Lee
2017-04-08Add bundled Tor to Tor connection settings, and make it only work in Windows ...Micah Lee
2017-04-08Make onionshare respect settings that come from the Settings object, instead ...Micah Lee
2017-04-08Remove options from the main windowMicah Lee
2017-04-08Added close_after_first_download and use_stealth to settings, and also to the...Micah Lee
2017-02-22Catch Tor protocol error exceptions when starting an onion service (#344)Micah Lee