aboutsummaryrefslogtreecommitdiff
path: root/desktop/src/onionshare/gui_common.py
AgeCommit message (Collapse)Author
2021-04-30GUI displays "Read Message" button when a receive mode submission includes a ↵Micah Lee
message
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-03-05Fix the filename of the obfs4proxy binary on macOSMiguel Jacq
2021-02-22Update copyright year to 2021Micah Lee
2021-02-01Merge pull request #1268 from SaptakS/macos-darkMicah Lee
MacOS dark mode implementations
2021-01-24Makes copy button and other server url buttons default OS button styleSaptak S
2021-01-24Sets text color and images based on the mac system color modeSaptak S
2021-01-18Fixes macOS layout while maintaining similar layout in linuxSaptak S
In macOS, in share and website mode, the text gets cut off unless it is full screen. This is mostly because of margin being applied by css. Here I have tried to implement a similar layout using qt instead of CSS so it behaves reasonably everywhere.
2020-12-13Adjusts height of title based on length of textSaptak S
2020-11-29All Tor-related that get thrown from the onionshare_cli.Onion object now get ↵Micah Lee
translated in the GUI
2020-11-11Makes button style similar to main page buttonsSaptak S
2020-11-11Resolve #878 UX: Enhance URL copyingmarigalicer
- Style Copy Address as high contrast button - Make .onion URL text selectable co-authored-by: aguestuser<aguestuser@riseup.net>
2020-11-08Fix get_resource_path to work with python eggs, move appdata xml file to src ↵Micah Lee
so flatpak can see it, reduce python dependencies, and update release docs
2020-11-04Make OnionShare briefcase work in macOSMicah Lee
2020-11-01Missing importMicah Lee
2020-10-15Put tor binaries in desktop app resources, not cli resources, and fix ↵Micah Lee
Windows packaging
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make ↵Micah Lee
modifications so briefcase app will work