summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2017-05-22Remove the extra instances of the Settings object, and only use OnionShareGui...Micah Lee
2017-05-22Reload Settings whenever the settings get saved in SettingsDialogMicah Lee
2017-05-22Merge branch 'fix_stay_open' of https://github.com/mig5/onionshare into mig5-...Micah Lee
2017-05-22Merge branch 'add_help_button' of https://github.com/mig5/onionshare into mig...Micah Lee
2017-05-22Add a grayscale OnionShare logo for the systray icon in macOSMicah Lee
2017-05-22Make systray exit action call OnionShareGui.close() instead of sys.exit(), to...Micah Lee
2017-05-23get settings from self rather than instantiate a new Settings objectMiguel Jacq
2017-05-22Merge branch '285_systray_notifications' of https://github.com/mig5/onionshar...Micah Lee
2017-05-22Use non-native QFileDialog for file selection as well as directory selection,...Micah Lee
2017-05-22Merge branch 'select_multiple_folders' of https://github.com/mig5/onionshare ...Micah Lee
2017-05-23Refactor help button to use QDesktopServices.openUrl()Miguel Jacq
2017-05-22Merge branch 'fix_double_slash_in_update_checker_url' of https://github.com/m...Micah Lee
2017-05-22Add desktop notification messages on download events (via systray)Miguel Jacq
2017-05-21Make it possible to select multiple folders by using non-native QFileDialogMiguel Jacq
2017-05-20Send stay_open variable in the right place, so that it really does stay open ...Miguel Jacq
2017-05-20move the help button to the leftMiguel Jacq
2017-05-20Add help button to settings dialog, which takes user to the wikiMiguel Jacq
2017-05-19Fix double slash in URL of UpdateChecker debug messageMiguel Jacq
2017-05-18Move the readable file check from FileSelection to FileList, so files you dra...Micah Lee
2017-05-18Merge branch '345_file_readability_fix' of https://github.com/mig5/onionshare...Micah Lee
2017-05-18#345 - validate the readability of files before adding themMiguel Jacq
2017-05-18#386 - put the connection radio buttons into their own group, which by defaul...Miguel Jacq
2017-05-17Display tor connection percent when testing bundled tor in settingsMicah Lee
2017-05-17Fix bug with displaying error messageMicah Lee
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