summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Collapse)Author
2018-12-21Merge pull request #853 from micahflee/847_fix_mac_cssMicah Lee
Make settings dialog checkboxes line up in macOS
2018-12-20Merge branch 'develop' of https://github.com/irykoon/onionshare into ↵Micah Lee
irykoon-develop
2018-12-20Make settings dialog checkboxes line up in macOSMicah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-05Update settings dialog tests to use an OnionStub instead of an Onion, and ↵Micah Lee
test different states of tor (authenticate and not, supports v3 and not)
2018-12-05Don't actually check the 'Use legacy addresses' checkbox when it's hiddenMicah Lee
2018-12-05Require tor 0.4.0.0 for v3 onion services (will change in the future). And ↵Micah Lee
update settings dialog so if the connected version of tor doesn't support v3 onions, then always show legacy options. If it does support v3 onions, allow 'Use legacy addresses'
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-12-05Merge pull request #752 from ↵Micah Lee
mig5/receiver-mode-gui-hold-timeout-share-open-til-upload-finished Hold a share open if its timer has expired but a file is still uploading.
2018-12-05Keep the upload running in the GUI if the timer has run outMiguel Jacq
2018-11-27In macOS, split "Add" button into "Add Files" and "Add Folder" buttonsMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
Open folder containing uploads with the file selected, in macOS and Windows
2018-11-27Remove obsolete Download/Upload code that crept back in via an earlier mergeMiguel Jacq
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder ↵Micah Lee
button opens the file manager to the correct directory
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-16Merge pull request #810 from mig5/fix_timer_alertMicah Lee
Fix call to Alert() when an autostop timer has run out before starting the share
2018-10-17Fix call to Alert() when an autostop timer has run out before starting the shareMiguel Jacq
2018-10-15Remove second arg from two calls to strings()Miguel Jacq
2018-10-11Fix conflictsMiguel Jacq
2018-10-10Fix various bugs so local GUI tests pass again after mergesMicah Lee
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah Lee
2018-10-10Merge branch 'develop' into 690_language_dropdownMicah Lee
2018-10-10Final few tweaks to make this look perfect in macOSMicah Lee
2018-10-10Remove commented out obsolete codeMiguel Jacq
2018-10-10Raise minimumHeight again to account for overlap issues on MacOS caused by ↵Miguel Jacq
Mac's Qt widget padding
2018-10-09Add "download started" date/time to download history progress barsMicah Lee
2018-10-09Merge in developMicah Lee
2018-10-09Stop hiding the share mode info label when tor breaksMicah Lee
2018-10-09Actually, the window needs to be tallerMicah Lee
2018-10-09Set min width and height so everything always looks good, and change onion ↵Micah Lee
address to monospace font
2018-10-07Remove one more reference to resize_windowMicah Lee
2018-10-07Rip out all of the adjust size logic and let Qt just handle itMicah Lee
2018-10-07Missing importsMicah Lee
2018-10-07adjust widget sizes when switching modeMiguel Jacq
2018-10-07Properly close items inside the item list, instead of just hiding themMicah Lee
2018-10-07Remove obsolete ReceiveModeInfo fileMicah Lee
2018-10-07Update ReceiveMode to use History directly, and now all GUI tests passMicah Lee
2018-10-07The History header is now only shown if there are items again, and the clear ↵Micah Lee
history button resets everything. Also, reset hides individual items because, for some reason, they still show up otherwise.
2018-10-07Delete Info widget, and move completed and in progress widgets into the ↵Micah Lee
header of history
2018-10-07Make ShareMode just use a History object directly, instead of defining its ↵Micah Lee
own Downloads class
2018-10-07In ShareMode, remove the ShareModeInfo widget and replace with a customized ↵Micah Lee
ToggleHistory widget
2018-10-07Move ShareMode and ReceiveMode into Mode moduleMicah Lee
2018-10-07Move Mode module into its own folderMicah Lee
2018-10-01Fix logic for handling an upload still in progress when timer runs out. Show ↵Miguel Jacq
thankyou page for last uploader post-timer expiry
2018-10-01Merge develop in and fix upload/timer functionality so that it works as ↵Miguel Jacq
described. Still needs fixing to not throw a connection error to the lucky last uploader after their upload completes and server stops due to expiry having passed
2018-10-01Load default settings before parsing for any alternate config. Reload ↵Miguel Jacq
strings if an alternate config was passed in after
2018-10-01Move Alert dialog about restart into the conditional that fires only if ↵Miguel Jacq
locale was changed
2018-10-01Explicitly set true/false values for settings that need itMiguel Jacq
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the ↵Micah Lee
place