summaryrefslogtreecommitdiff
path: root/desktop/src
AgeCommit message (Expand)Author
2020-11-09Merge branch 'develop' into briefcasev2.3.dev2Micah Lee
2020-11-09Only close web thread on cleanup if web thread exists, and sleep 1 second whe...Micah Lee
2020-11-09End web thread successfully when cleaning up after a tab, which prevents cras...Micah Lee
2020-11-08Version bump to 2.3.dev2, and update Linux installation in docsMicah Lee
2020-11-08Merge branch 'develop' into briefcaseMicah Lee
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ...Micah Lee
2020-11-04Manually make close tab buttons in macOS, because PySide2 is not showing the ...Micah Lee
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-03Make snapcraft packaging work with briefcase refactorMicah Lee
2020-11-02Correct the path to pyproject.tomlMicah Lee
2020-11-02Remove toml dep from setup.pyMicah Lee
2020-11-02Add setup.py for Flatpak package buildingMicah Lee
2020-11-01Install new dependencies so CircleCI tests run, and fix a pytest warningMicah Lee
2020-11-01Missing importMicah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix Windows...Micah Lee
2020-10-15Make onionshare_cli an actual dependency of the GUI versionMicah Lee
2020-10-14PySide2 datetimes use .toPython instead of .toPyDateTimeMicah Lee
2020-10-14Load onionshare_cli from source tree instead of pip dependency, and start mak...Micah Lee
2020-10-14Fix extremely obnoxious bug related to differences in QTabWidget between PyQt...Micah Lee
2020-10-14PySide2 does not use QVariantMicah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee