3457 Commits

Author SHA1 Message Date
Micah Lee
b42a8ea638 Manually make close tab buttons in macOS, because PySide2 is not showing the button on its own 2020-11-04 16:08:11 -08:00
Micah Lee
9fe4f9a3bd Make OnionShare briefcase work in macOS 2020-11-04 15:57:14 -08:00
Micah Lee
61db0b6eae Find the proper tor binary in onionshare-cli for macOS 2020-11-04 15:22:27 -08:00
Micah Lee
2fecbc5745 Change snap to strict mode, and update readme 2020-11-03 22:53:54 -08:00
Micah Lee
e9b5bad905 Fix snap so it does not have so many warnings when running GUI 2020-11-03 22:33:26 -08:00
Micah Lee
bbf42fa927 Make snapcraft packaging work with briefcase refactor 2020-11-03 21:48:22 -08:00
Micah Lee
4877773b61 Merge branch '1111_snap' into briefcase-snap 2020-11-03 19:37:05 -08:00
Micah Lee
7965e674cf Correct the path to pyproject.toml 2020-11-02 10:54:36 -08:00
Micah Lee
0065278539 Remove toml dep from setup.py 2020-11-02 10:51:14 -08:00
Micah Lee
e5ce4a1b1d Add setup.py for Flatpak package building 2020-11-02 10:32:54 -08:00
Micah Lee
f15ee5e8bf Install new dependencies so CircleCI tests run, and fix a pytest warning 2020-11-01 11:50:11 -08:00
Micah Lee
fcb7601976 Missing import 2020-11-01 11:04:33 -08:00
Micah Lee
9a4c9c73eb Escape backslashes in ASCII-art 2020-11-01 11:04:12 -08:00
Micah Lee
d760f55fd1 Add desktop documentation about building CLI wheel, and make CircleCI tests build CLI wheel first as well 2020-11-01 10:13:58 -08:00
Micah Lee
ab886e911b Put tor binaries in desktop app resources, not cli resources, and fix Windows packaging 2020-10-15 19:09:46 -07:00
Micah Lee
8340b4aae7 Make onionshare_cli an actual dependency of the GUI version 2020-10-15 16:30:30 -07:00
Micah Lee
06acb905b3 Make it work in Windows 2020-10-14 22:36:31 -07:00
Micah Lee
398a1be844 Fix yaml spacing 2020-10-14 20:44:21 -07:00
Micah Lee
d5b4ad46cd Change CircleCI to run CLI tests, then GUI tests 2020-10-14 20:42:20 -07:00
Micah Lee
efb821f374 PySide2 datetimes use .toPython instead of .toPyDateTime 2020-10-14 20:25:49 -07:00
Micah Lee
e877855827 Load onionshare_cli from source tree instead of pip dependency, and start making tests work with PySide2 2020-10-14 20:17:08 -07:00
Micah Lee
0f1b155bb7 Change version back to 2.3.dev1 2020-10-14 20:15:58 -07:00
Micah Lee
b6be9989d8 Fix extremely obnoxious bug related to differences in QTabWidget between PyQt5 and PySlide2 2020-10-14 19:22:39 -07:00
Micah Lee
bf45ff54d5 PySide2 does not use QVariant 2020-10-14 14:00:02 -07:00
Micah Lee
decf703cd9 Port from PyQt5 to PySide2 2020-10-13 22:28:21 -07:00
Micah Lee
5eb2bb6353 Move docs back to root, move onionshare_gui into briefcase app, and make modifications so briefcase app will work 2020-10-13 17:28:54 -07:00
Micah Lee
a54f99adf6 Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase 2020-10-12 22:40:55 -07:00
Micah Lee
93e90c89ae Get Tor binary from Tor Browser 10.0 2020-10-12 19:24:55 -07:00
Micah Lee
cc7601c76e Only include dependencies we really need 2020-10-12 19:24:17 -07:00
Micah Lee
c0422760f2 Add PyInstaller and Windows SDK paths to the PyInstaller paths 2020-10-11 15:57:55 -07:00
Hosted Weblate
a7997e5034 Translated using Weblate (Lithuanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/lt/

Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

Translated using Weblate (Swedish)

Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

Translated using Weblate (Polish)

Currently translated at 2.5% (1 of 40 strings)

Translated using Weblate (Polish)

Currently translated at 2.9% (1 of 34 strings)

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

Co-authored-by: Atrate <Atrate@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Lucas Nunes <lucasnunesguimaraes@gmail.com>
Co-authored-by: Moo <hazap@hotmail.com>
Co-authored-by: Raymond Li <hi@raymond.li>
Co-authored-by: emma peel <emma.peel@riseup.net>
Co-authored-by: scootergrisen <scootergrisen@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sv/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Sphinx
2020-10-05 04:28:31 +02:00
Micah Lee
fb51208214 Fix PyQt5 path in Windows build instructions 2020-10-04 19:26:37 -07:00
Micah Lee
abda4ae487 Remove installing VC++ Redistributable Package from Windows build instructions 2020-10-04 10:07:30 -07:00
Hosted Weblate
4322dd4259 Translated using Weblate (Swedish)
Currently translated at 50.0% (1 of 2 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

Translated using Weblate (Polish)

Currently translated at 2.5% (1 of 40 strings)

Translated using Weblate (Polish)

Currently translated at 2.9% (1 of 34 strings)

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

Co-authored-by: Atrate <Atrate@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Raymond Li <hi@raymond.li>
Co-authored-by: emma peel <emma.peel@riseup.net>
Co-authored-by: scootergrisen <scootergrisen@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/pl/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sv/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Sphinx
2020-10-02 17:41:01 +02:00
Micah Lee
db316e5ebf Add pywin32 dependency for windows 2020-09-30 08:44:45 -07:00
Micah Lee
a5f435a445 Merge branch 'develop' into release-changes 2020-09-28 16:02:36 -07:00
Hosted Weblate
0bca9c9716 Translated using Weblate (Afrikaans)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/af/

Translated using Weblate (Serbian (latin))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sr_Latn/

Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/

Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

Translated using Weblate (Bulgarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bg/

Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/

Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/

Translated using Weblate (Persian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fa/

Translated using Weblate (Irish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ga/

Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/

Translated using Weblate (Hungarian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hu/

Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/

Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/

Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/

Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Localisation Lab <ao@localizationlab.org>
Co-authored-by: Raymond Li <hi@raymond.li>
Co-authored-by: scootergrisen <scootergrisen@gmail.com>
2020-09-27 21:09:46 +02:00
emma peel
f1d3d1a48d Merge branch 'develop' of https://github.com/weblate/onionshare-weblate into develop 2020-09-25 06:21:07 +00:00
Hosted Weblate
7e6d8a8785 Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/

Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/

Translated using Weblate (Portuguese (Portugal))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_PT/

Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/

Translated using Weblate (Romanian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ro/

Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/

Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/

Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/

Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/

Translated using Weblate (Spanish)

Currently translated at 100.0% (34 of 34 strings)

Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Zuhualime Akoochimoya <zakooch@protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translation: OnionShare/Doc - Advanced
2020-09-24 15:55:16 +02:00
Allan Nordhøy
196f46a62b Advanced Usage documentation reworked 2020-09-23 10:14:57 +00:00
Allan Nordhøy
03634a2936 Developing OnionShare documentation reworked 2020-09-23 10:01:28 +00:00
Allan Nordhøy
3acb5ac173 Features documentation reworked 2020-09-23 09:42:24 +00:00
Allan Nordhøy
266a651f28 Help documentation reworked 2020-09-23 08:47:33 +00:00
Allan Nordhøy
b8d11c7927 Install documentation reworked 2020-09-23 08:41:03 +00:00
Allan Nordhøy
abe06a12bf Security design documentation reworked 2020-09-23 08:22:14 +00:00
Hosted Weblate
f79ae4eab8 Translated using Weblate (Spanish)
Currently translated at 100.0% (34 of 34 strings)

Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Zuhualime Akoochimoya <zakooch@protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/es/
Translation: OnionShare/Doc - Advanced
2020-09-22 15:39:52 +02:00
Allan Nordhøy
aeae4287f8 Spelling: "Tor authentication settings" 2020-09-22 08:30:58 +00:00
Allan Nordhøy
b546a2bc3d Spelling: "Tor authentication settings" 2020-09-22 08:28:53 +00:00
Allan Nordhøy
c90bba57e9 Spelling: "Tor authentication settings" 2020-09-22 08:28:09 +00:00
Allan Nordhøy
80059bbe96 Spelling: "Test Connection to Tor" 2020-09-22 08:27:20 +00:00