49 Commits

Author SHA1 Message Date
Micah Lee
6bb21b0687 Fix drag and drop by hiding DropHereWidget widget, and adjust location of DropCountLabel 2020-08-20 23:01:56 -04:00
Micah Lee
1363d4101c Receive mode and chat mode are also looking awesome 2020-08-20 17:44:49 -04:00
Micah Lee
2d21964660 Share mode and website mode are looking awesome 2020-08-20 17:16:47 -04:00
Micah Lee
b7ec7694c3 Merge branch 'chat' of https://github.com/SaptakS/onionshare into SaptakS-chat 2020-08-19 18:56:55 -04:00
Micah Lee
cb0096ef93 Merge pull request #1139 from micahflee/910_flatpak
Flatpak support
2020-07-05 21:54:29 -07:00
Micah Lee
627bdb9411 Merge pull request #1122 from mig5/fix_progress_bar_2GB_file_and_receive_mode_eta_progress
#1095 Fix crash for shares larger than 2GB. #1089 add ETA/bytes uploaded in progress bar of ReceiveMode items
2020-07-05 11:48:48 -07:00
Saptak S
7b16e03b00 Merge branch 'develop' of github.com:micahflee/onionshare into chat 2020-07-04 13:42:20 +05:30
Micah Lee
2d282a2efd Oops, should be return instead of break 2020-06-30 17:31:18 -07:00
Micah Lee
97b50f6752 When giving flatpak warning, break before setting the selected dir 2020-06-30 14:40:40 -07:00
Micah Lee
f34f4a1a2a Missing import 2020-06-30 14:29:33 -07:00
Micah Lee
6fafee1ce8 Force saving files inside ~/OnionShare if running in flatpak 2020-06-30 14:27:32 -07:00
Micah Lee
24798bf81a Merge branch 'develop' into 910_flatpak 2020-06-30 13:41:39 -07:00
Micah Lee
d6e6e9310d When setting the data_dir in the GUI, set it to the new directory that was just selected, not the one that was already there 2020-06-30 13:33:30 -07:00
Micah Lee
525fbdce64 Merge branch 'develop' into 910_flatpak 2020-06-30 10:56:25 -07:00
Miguel Jacq
abed9b7ab5 Set the maximum for the individual file history item to MB to avoid > 2GB crash 2020-06-30 13:40:26 +10:00
Micah Lee
6c1bec0ed6 Fix tests 2020-06-28 13:01:23 -07:00
Micah Lee
375ba12a36 Merge branch 'clear_all_file_selection_widget' of https://github.com/mig5/onionshare into mig5-clear_all_file_selection_widget 2020-06-28 12:36:13 -07:00
Miguel Jacq
8f1da24c0d Use 'Delete' rather than 'Clear' when talking about removing file items from the FileList, since we have a Delete button for individual files 2020-06-08 09:48:00 +10:00
Miguel Jacq
75bdd15048 #1095 Fix crash for shares larger than 2GB. #1089 add ETA/bytes uploaded in progress bar of ReceiveMode items 2020-05-28 14:15:11 +10:00
Miguel Jacq
6012e21899 Hide the Clear All button on server start, show it again when stopped 2020-05-28 13:02:16 +10:00
Miguel Jacq
890e194bb7 Change code doc from 'Delete All' to 'Clear All' and remove whitespace in test 2020-05-27 12:59:13 +10:00
Miguel Jacq
54b70aef82 #1116 Add a Clear All button in the File List area for share modes 2020-05-27 12:56:33 +10:00
Micah Lee
80b1246df8 Open files in linux with xdg-open instead of nautilus 2020-04-06 20:29:02 -07:00
Miguel Jacq
be89606ae0 Fix logic that checks if auto-start timer setting is enabled, so that it checks real settings and not widget instantiation. Ensure the auto-start and auto-stop widgets show their datetime widget on start-up if the setting was already enabled. 2020-04-06 15:29:33 +10:00
Saptak S
bc3df3319a Create GUI for onionshare chat mode with the tab workflow 2020-03-09 17:44:00 +05:30
Micah Lee
5b6d986951 After you start a server in a tab, you can't change legacy/client auth settings, because this would require changing the saved onion key 2019-12-08 10:29:00 -08:00
Miguel Jacq
981220d1ce Fix the autostop sharing - a mere history item count of > 0 should not be interpreted as an in-progress download when the timer runs out 2019-11-29 16:52:00 +11:00
Micah Lee
5cd2fc8ff7 Fix typos in comments 2019-11-28 19:30:48 -08:00
Micah Lee
6f830f1206 Add test_autostart_and_autostop_timer_mismatch, and make it pass 2019-11-08 19:59:20 +08:00
Micah Lee
35add6cca6 Take public mode checkbox outside advanced settings so it's always shown 2019-11-08 18:09:10 +08:00
Micah Lee
accb5c4e07 When disabling persistence, or closing a persistent tab, delete the mode settings file for that tab 2019-11-02 23:06:26 -07:00
Micah Lee
b4e70bed57 Make it so when you open the GUI, all of the persistent tabs automatically open as well 2019-11-02 22:55:22 -07:00
Micah Lee
960322a363 Starting to make persistent tabs persistent 2019-11-02 21:45:55 -07:00
Micah Lee
e93857ac06 Move autostart and autostop timer widgets into the mode settings widget 2019-11-02 19:03:37 -07:00
Micah Lee
ff01c3485d Move mode settings widget into the primary action layout, and tweak window size 2019-11-02 18:29:24 -07:00
Micah Lee
7b33e74312 Show and hide autostart/autostop timer widgets when the mode settings are toggled 2019-11-02 18:08:14 -07:00
Micah Lee
764e404ff2 Refactor ServerStatus to use mode settings 2019-11-02 17:39:27 -07:00
Micah Lee
30df0c4bd8 Make the Web object load from mode settings instead of global settings 2019-11-02 14:35:51 -07:00
Micah Lee
1b635b1646 Rename mode_settings_widget to be more clear, and fix one place that was still using tab_settings 2019-11-02 11:43:05 -07:00
Micah Lee
61dc04a105 Make a new ModeSettings class in onionshare, and use this instead of tab_settings 2019-11-02 10:43:20 -07:00
Micah Lee
c42c11648c Get/set tab settings using a getter and setter function 2019-11-02 10:24:12 -07:00
Micah Lee
bfd8c4aae6 When any setting is changed, update the tab settings dict 2019-11-02 10:15:18 -07:00
Micah Lee
bfcb28a327 Make checking the persistent checkbox update the mode_settings dict, so closing tabs will catch that it's persistent 2019-10-27 18:48:25 -07:00
Micah Lee
55840b0038 Make the persistent button an image label instead, and only show it whne the persistent checkbox is checked 2019-10-27 18:41:24 -07:00
Micah Lee
b2bba929bf Show mode settings above the columns in each mode, instead of as part of the main column 2019-10-27 18:21:04 -07:00
Micah Lee
f00df6356c Show settings at the top of each mode, both mode-specific settings and setting that exist for all mode types 2019-10-27 18:16:48 -07:00
Micah Lee
cc7c463e80 Add purple headers to each mode 2019-10-27 15:21:46 -07:00
Micah Lee
ed25b44e84 Add a single tab, and fix several issues with moving all the tab code into its own object 2019-10-26 21:14:47 -07:00
Micah Lee
1d903efeb2 Move all of the normal onionshare logic into Tab, and make a new placeholder GUI for the main window 2019-10-20 22:08:47 -07:00