Micah Lee
|
444f50868d
|
Remove the extra instances of the Settings object, and only use OnionShareGui.settings
|
2017-05-22 17:11:41 -07:00 |
|
Micah Lee
|
5846b06478
|
Reload Settings whenever the settings get saved in SettingsDialog
|
2017-05-22 17:08:05 -07:00 |
|
Micah Lee
|
e626a410f3
|
Merge branch 'fix_stay_open' of https://github.com/mig5/onionshare into mig5-fix_stay_open
|
2017-05-22 17:03:01 -07:00 |
|
Micah Lee
|
e97d1e6ce3
|
Merge branch 'add_help_button' of https://github.com/mig5/onionshare into mig5-add_help_button
|
2017-05-22 16:44:10 -07:00 |
|
Micah Lee
|
63e491bddf
|
Add a grayscale OnionShare logo for the systray icon in macOS
|
2017-05-22 16:23:19 -07:00 |
|
Micah Lee
|
65894e2e44
|
Make systray exit action call OnionShareGui.close() instead of sys.exit(), to give OnionShare a chance to warn users of open servers, and to gracefully shut down
|
2017-05-22 16:19:44 -07:00 |
|
Miguel Jacq
|
13a2ad2147
|
get settings from self rather than instantiate a new Settings object
|
2017-05-23 09:15:52 +10:00 |
|
Micah Lee
|
02216f246b
|
Merge branch '285_systray_notifications' of https://github.com/mig5/onionshare into mig5-285_systray_notifications
|
2017-05-22 16:15:06 -07:00 |
|
Micah Lee
|
e828b2f9cd
|
Use non-native QFileDialog for file selection as well as directory selection, to have a consistent UI
|
2017-05-22 16:10:55 -07:00 |
|
Micah Lee
|
9385487c10
|
Merge branch 'select_multiple_folders' of https://github.com/mig5/onionshare into mig5-select_multiple_folders
|
2017-05-22 16:04:56 -07:00 |
|
Miguel Jacq
|
8bc280ff7a
|
Refactor help button to use QDesktopServices.openUrl()
|
2017-05-23 08:30:24 +10:00 |
|
Micah Lee
|
0ab5b8b366
|
Merge branch 'fix_double_slash_in_update_checker_url' of https://github.com/mig5/onionshare into mig5-fix_double_slash_in_update_checker_url
|
2017-05-22 14:00:50 -07:00 |
|
Miguel Jacq
|
3766a6048d
|
Add desktop notification messages on download events (via systray)
|
2017-05-22 16:47:23 +10:00 |
|
Miguel Jacq
|
b35e3b76d5
|
Make it possible to select multiple folders by using non-native QFileDialog
|
2017-05-21 16:14:32 +10:00 |
|
Miguel Jacq
|
f446f6630d
|
Send stay_open variable in the right place, so that it really does stay open if we said so
|
2017-05-20 16:59:13 +10:00 |
|
Miguel Jacq
|
aa7e609e14
|
move the help button to the left
|
2017-05-20 14:04:52 +10:00 |
|
Miguel Jacq
|
2846798858
|
Add help button to settings dialog, which takes user to the wiki
|
2017-05-20 13:56:20 +10:00 |
|
Miguel Jacq
|
5a976a7aed
|
Fix double slash in URL of UpdateChecker debug message
|
2017-05-19 10:33:55 +10:00 |
|
Micah Lee
|
c4ad835322
|
Move the readable file check from FileSelection to FileList, so files you drag-and-drop into OnionShare get checked as well
|
2017-05-18 10:55:10 -07:00 |
|
Micah Lee
|
959f637b49
|
Merge branch '345_file_readability_fix' of https://github.com/mig5/onionshare into mig5-345_file_readability_fix
|
2017-05-18 10:43:29 -07:00 |
|
Miguel Jacq
|
8a1fad7a79
|
#345 - validate the readability of files before adding them
|
2017-05-18 18:09:49 +10:00 |
|
Miguel Jacq
|
f5ba307276
|
#386 - put the connection radio buttons into their own group, which by default forces autoExclusive, thus preventing them from being all unset
|
2017-05-18 17:10:47 +10:00 |
|
Micah Lee
|
f6eb178f7b
|
Display tor connection percent when testing bundled tor in settings
|
2017-05-17 12:09:56 -07:00 |
|
Micah Lee
|
22c13fc7bf
|
Fix bug with displaying error message
|
2017-05-17 11:36:32 -07:00 |
|
Micah Lee
|
66a012bf81
|
Make settings button flat
|
2017-05-16 17:36:53 -07:00 |
|
Micah Lee
|
8a8c2bd34b
|
Oops, set the TorConnectionDialog window title back
|
2017-05-16 17:30:54 -07:00 |
|
Micah Lee
|
24ccb3995f
|
Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an update reminder
|
2017-05-16 17:29:02 -07:00 |
|
Micah Lee
|
ea745e63f3
|
Split SettingsDialog into two columns, because the layout didn't fit on my Mac
|
2017-05-16 17:02:00 -07:00 |
|
Micah Lee
|
010bddb066
|
When saving settings, if Tor settings changed or if Tor isn't connected, reboot the Onion object, so that it's always connected to Tor when using the app
|
2017-05-16 16:50:33 -07:00 |
|
Micah Lee
|
eb708973c8
|
Disable settings while an OnionShare server is active
|
2017-05-16 15:41:35 -07:00 |
|
Micah Lee
|
3e3d669a49
|
Remove the menu bar, and replace it with a settings button owned by the OnionShareGui object
|
2017-05-16 15:24:14 -07:00 |
|
Micah Lee
|
22fb34d50d
|
Fixed signal/slot/thread issue in TorConnectionDialog and TorConnectionThread, and updated the language of bundled Tor error messages
|
2017-05-16 13:09:27 -07:00 |
|
Micah Lee
|
4242097d7d
|
Fixed typo in signal name, error_connecting_to_tor instead of error_connection_to_tor
|
2017-05-16 11:50:13 -07:00 |
|
Micah Lee
|
388202e1ea
|
Move connecting to Tor into its own separate thread
|
2017-05-16 11:44:34 -07:00 |
|
Micah Lee
|
f90d49fa4b
|
Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, and Alert objects
|
2017-05-16 11:31:52 -07:00 |
|
Micah Lee
|
7003349873
|
Add log() method to onionshare.common, which logs to stdout if in debug mode
|
2017-05-16 11:12:55 -07:00 |
|
Micah Lee
|
1591888863
|
Renamed onionshare.helpers module to onionshare.common
|
2017-05-16 11:05:48 -07:00 |
|
Micah Lee
|
219c4351e1
|
Pass debug into the Onion and OnionShareGUI objects
|
2017-05-16 10:57:59 -07:00 |
|
Micah Lee
|
a9e822b222
|
Make UpdateChecker use the shared Onion object instead of creating a new one
|
2017-05-14 19:54:12 -07:00 |
|
Micah Lee
|
58f70b1d9b
|
Now when you cancel connecting to Tor, it prompts you if you want to quit or open settings
|
2017-05-14 19:21:33 -07:00 |
|
Micah Lee
|
ad2c5e94b4
|
OnionShare connects fine when connection_type isn't bundled_tor, and it now displays errors and opens Settings when it can't connect to Tor
|
2017-05-14 18:46:54 -07:00 |
|
Micah Lee
|
4d522e1e85
|
Fix Settings dialog, make it so testing Tor with bundled_tor settings works
|
2017-05-14 18:36:31 -07:00 |
|
Micah Lee
|
2ca92c52db
|
Move owernship of the TorConnetionDialog objection from __init__.py into the OnionShareGUI class, and make it so when the Tor connection gets canceled, OnionShare quits
|
2017-05-14 18:30:45 -07:00 |
|
Micah Lee
|
d112b35414
|
Make the Settings dialog's 'Test Tor Settings' button work again, with changes to the Onion object
|
2017-05-14 17:35:35 -07:00 |
|
Micah Lee
|
80af01e82d
|
Set the size of the TorConnectionDialog to avoid it resizing the window as elements are drawn
|
2017-05-14 17:27:05 -07:00 |
|
Micah Lee
|
dc23946fe8
|
Fixed various issues introduced by creating an singleton Onion object and passing it into the OnionShare object
|
2017-05-14 17:21:13 -07:00 |
|
Micah Lee
|
22485f7933
|
Import socks module included in the onionshare module, instead of the global one
|
2017-04-19 09:06:01 -07:00 |
|
Micah Lee
|
bcf2e518de
|
Made clicking Exit in the TorConnectionDialog exit the app
|
2017-04-17 20:49:50 -07:00 |
|
Micah Lee
|
71dc65edee
|
Began making a TorConnectionDialog, which handles connecting to the Tor network
|
2017-04-17 20:26:35 -07:00 |
|
Micah Lee
|
1519f3693d
|
Capitalize comments
|
2017-04-17 19:38:42 -07:00 |
|