35 Commits

Author SHA1 Message Date
Micah Lee
93f8d2c848 Merge pull request #1239 from micahflee/1214_onion_error_translations
Translate Tor-related error messages
2020-12-01 22:21:25 -08:00
Micah Lee
6ffa9b62f8 All Tor-related that get thrown from the onionshare_cli.Onion object now get translated in the GUI 2020-11-29 12:25:09 -08:00
Micah Lee
d416abdf95 Make settings dialog use the correct get_tor_paths method 2020-11-29 11:18:03 -08:00
Micah Lee
ac853d435c Merge pull request #911 from mgalicer/878-enhance-url-copying
Resolve #878 UX: Enhance URL copying
2020-11-28 19:12:29 -08:00
Saptak Sengupta
43b341ba75 Merge pull request #1229 from micahflee/1228_chat_description
Fix URL description text for chat mode
2020-11-24 21:25:48 +05:30
Micah Lee
79ac54ac40 Add .desktop launchers in both snap and flatpack packages 2020-11-23 20:51:16 -08:00
Micah Lee
380c9801b8 Fix URL description text for chat mode 2020-11-23 13:12:06 -08:00
Micah Lee
a83539d036 Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2020-11-15 14:49:04 -08:00
Hosted Weblate
e8ac6b8917 Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

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

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

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Localisation Lab <ao@localizationlab.org>
Co-authored-by: Taro Tanaka <anon_japan@protonmail.com>
2020-11-14 15:28:49 +01:00
Saptak S
2e7fd4e793 Makes button style similar to main page buttons 2020-11-11 14:52:23 +05:30
marigalicer
95216693f3 Resolve #878 UX: Enhance URL copying
- Style Copy Address as high contrast button
- Make .onion URL text selectable

co-authored-by: aguestuser<aguestuser@riseup.net>
2020-11-11 14:52:08 +05:30
Micah Lee
31bf39c3f9 Remove confusingly-worded QR code label 2020-11-09 20:30:30 -08:00
Micah Lee
e38774d33e Merge branch 'develop' into briefcase 2020-11-09 20:17:14 -08:00
Micah Lee
12c84f03cd Only close web thread on cleanup if web thread exists, and sleep 1 second when cleaning up MainWindow so loose threads can finish 2020-11-09 20:09:56 -08:00
Micah Lee
64227a9445 End web thread successfully when cleaning up after a tab, which prevents crashes after running the tests; and fix msi_filename in Windows build script 2020-11-09 19:47:57 -08:00
Micah Lee
31bcff169d Version bump to 2.3.dev2, and update Linux installation in docs 2020-11-08 20:45:54 -08:00
Micah Lee
c5093d01c8 Merge branch 'develop' into briefcase 2020-11-08 15:13:45 -08:00
Micah Lee
0c23c7e5d6 Fix get_resource_path to work with python eggs, move appdata xml file to src so flatpak can see it, reduce python dependencies, and update release docs 2020-11-08 13:34:19 -08:00
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
bbf42fa927 Make snapcraft packaging work with briefcase refactor 2020-11-03 21:48:22 -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
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
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
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