Miguel Jacq
34b2caafaa
Use constants for history item status, to be consistent with other parts of the project
2019-02-17 17:42:25 +11:00
Miguel Jacq
81bd87c325
Set status attribute for ShareHistoryItems as well
2019-02-17 16:28:11 +11:00
Miguel Jacq
54f7e54c67
Don't clear in-progress transfers from the History list
2019-02-17 14:07:38 +11:00
Micah Lee
03e38b1fae
Merge branch 'develop' into 866_receive_mode_crash
2019-01-21 17:28:24 -08:00
Micah Lee
db07920aca
Skip updating or canceling items that haven't been added
2019-01-20 16:34:56 -08:00
Micah Lee
9fca77c423
When canceling a receive mode transfer, display date range in the UI
2019-01-20 15:49:08 -08:00
Micah Lee
9d6f9dd61a
Merge branch 'develop' into 866_receive_mode_crash
2019-01-20 15:42:09 -08:00
Micah Lee
053d0ed615
- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a thread-safe queue that communicates to both share and receive mode when the user stops the server. In share mode this still stops sending the file. In receive mode, if there's a transfer in progress, it cancels it in the middle, and doesn't end up saving that file
...
- In receive mode, make the receive mode dir right before saving a file (so if it doesn't complete, don't make an empty dir)
- Minor UX tweak: resizing the window stretches the History widget first
2019-01-20 15:25:36 -08:00
Micah Lee
1a1a247db9
Fix bug in HistoryItem.get_finished_label_text
2019-01-19 19:33:36 -08:00
Micah Lee
1f32ea6148
Rename images to remove upload/download references, and update more strings
2019-01-19 19:00:41 -08:00
Micah Lee
38732c5bb7
Updated language on key share/receive mode strings to remove the confusing upload and download words
2019-01-19 18:30:13 -08:00
Micah Lee
9e7c83cf6a
Merge pull request #763 from mig5/open_folder_uploads_macos_windows
...
Open folder containing uploads with the file selected, in macOS and Windows
2018-11-26 18:03:52 -08:00
Micah Lee
0bab7be444
Communicate the receive mode dir to the GUI, so clicking the open folder button opens the file manager to the correct directory
2018-10-25 21:38:20 -07:00
Miguel Jacq
826e1c2d51
Fix conflicts
2018-10-11 13:04:48 +11:00
Micah Lee
186a174e62
Fix various bugs so local GUI tests pass again after merges
2018-10-10 18:45:55 -07:00
Micah Lee
3cf36c4531
Add "download started" date/time to download history progress bars
2018-10-09 22:21:03 -07:00
Micah Lee
9eec5f82f4
Remove one more reference to resize_window
2018-10-07 22:09:57 -07:00
Micah Lee
8067662685
Missing imports
2018-10-07 21:57:45 -07:00
Micah Lee
bf56548e7e
Properly close items inside the item list, instead of just hiding them
2018-10-07 21:46:16 -07:00
Micah Lee
38e7738543
Update ReceiveMode to use History directly, and now all GUI tests pass
2018-10-07 21:14:20 -07:00
Micah Lee
c10d56e011
The History header is now only shown if there are items again, and the clear history button resets everything. Also, reset hides individual items because, for some reason, they still show up otherwise.
2018-10-07 18:20:32 -07:00
Micah Lee
d047f1261a
Delete Info widget, and move completed and in progress widgets into the header of history
2018-10-07 18:09:02 -07:00
Micah Lee
63b095086b
Make ShareMode just use a History object directly, instead of defining its own Downloads class
2018-10-07 17:35:15 -07:00