summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2018-02-10Make the drop count adjust size based on its sizeHintMicah Lee
2018-02-10Designed file list items to look better, prevent scrolling horizintally, and ...Micah Lee
2018-02-11Use just one share status QLabel widget and update the text accordinglyMiguel Jacq
2018-02-10Added an info label to file selection, to show the total count and sizeMicah Lee
2018-02-10Instead of disabling the settings button when share is active, hide it, and s...Micah Lee
2018-02-10Merge branch 'persistent_url_label_tooltip' of https://github.com/mig5/onions...Micah Lee
2018-02-09Allow the user to cancel a share that is still starting upMiguel Jacq
2018-02-09Set the URL label to explicitly mention when persistent. Remove older Persist...Miguel Jacq
2018-02-08set MinimumSize on the word-wrapped QLabels in the SettingsDialog, which prev...Miguel Jacq
2018-02-08Make status bar styling consistentMiguel Jacq
2018-02-08Friendlier datetime format for the shutdown timerMiguel Jacq
2018-02-08Fix shutdown timer and insert larger messages as word-wrapped widgets into th...Miguel Jacq
2018-02-07Move auto-stop timer into settings, so its UI does not show up unless the use...Micah Lee
2018-02-07Fix bug when stopping serverMicah Lee
2018-02-07Refactor what happens to FileList when the server starts or stops, and also p...Micah Lee
2018-02-07Merge branch 'disable_delete_buttons_on_running_server' of https://github.com...Micah Lee
2018-02-07Fix comment to reflect what we're doing with the file list buttonsMiguel Jacq
2018-02-07Leave the FileList enabled, but hide the item buttons when the server is work...Miguel Jacq
2018-02-07Merge pull request #585 from torbsd/openbsd-port-patches-2Miguel Jacq
2018-02-07Set the File List widget to readonly while running, so items can't be deleted...Miguel Jacq
2018-02-07Call update_primary_action when server is stopped. Because it runs adjustSize...Miguel Jacq
2018-02-07allow word wrap of URL QLabels, and set MinimumHeight so they don't get shrun...Miguel Jacq
2018-02-06Move server status indicator to the status bar at the bottomMicah Lee
2018-02-06Move version label into settings dialogMicah Lee
2018-02-06Start with a narrower widthMicah Lee
2018-02-06Improve the UI of the quit warningMicah Lee
2018-02-06Update color and style of progress barsMicah Lee
2018-02-06Give server button rounded corners. Change style of persistent URL labelMicah Lee
2018-02-06Increase minimum width, and remove word wrap, to fix QLabel squishing problemMicah Lee
2018-02-06Make the server button and URL display much nicer, and replace string "URL" w...Micah Lee
2018-02-05Progressively hide shutdown timer-related UI, so only relevant widgets are sh...Micah Lee
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
2018-02-05Increase minimum window widthMicah Lee
2018-02-05Stylize the server buttonMicah Lee
2018-02-05Resize the window when adding new filesMicah Lee
2018-02-05Move autostop timer checkbox below the start sharing buttonMicah Lee
2018-02-05Show or hide primary action layout section the first time, in case filenames ...Micah Lee
2018-02-05Create a "primary action" layout, and only show it when there are files in th...Micah Lee
2018-02-04Add delete button back, but only show it when files are selectedMicah Lee
2018-02-04Remove delete button, use delete X's insteadMicah Lee
2018-02-04Only do the fake item hack if there are items in the listMicah Lee
2018-02-04Move DropHereLabel and DropCountLabel classes out of FileListMicah Lee
2018-02-04Give file items widgets, so they can soon contain working delete buttonsMicah Lee
2018-02-04When dragging files into the window, highlight the drop area in blue and show...Micah Lee
2018-02-04Update drag and drop look and instructionsMicah Lee
2018-01-30Merge branch '535_force_update_check_via_qthread' of https://github.com/mig5/...Micah Lee
2018-01-24#523 prioritise connecting to the v3 onionshare site when checking for update...Miguel Jacq
2018-01-23reinstate the emitted signals for invalid version/error checking for updatesMiguel Jacq
2018-01-23#535 do the forced update check via a (non-blocking) QThreadMiguel Jacq
2018-01-22stricter regex of IPv4 as well as IPv6 IPs in custom bridgesMiguel Jacq