summaryrefslogtreecommitdiff
path: root/onionshare_gui/onionshare_gui.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-25Merge branch 'cancel_share' of https://github.com/mig5/onionshare into mig5-c...Micah Lee
2018-02-25Add ability to cancel a shareMiguel Jacq
2018-02-24When using <img>, put the src in quotes. Otherwise the filename is likely to ...Micah Lee
2018-02-24Rename in_progress_download to in_progress_downloads (plural) everywhere, to ...Micah Lee
2018-02-25Revert the cancel feature that causes issues at least on macOS (#637)Miguel Jacq
2018-02-25Revert "Fix updating primary action and re-enabling drag-n-drop when a share ...Miguel Jacq
2018-02-24Give settings button a fixed width to avoid it getting squished in macOSMicah Lee
2018-02-24Re-work the UI widgets to make it smaller on Macbook Pro and other smaller sc...Miguel Jacq
2018-02-21Use the QListWidgetItems for building lists of filenames. Set, but avoid disp...Miguel Jacq
2018-02-20Merge branch 'info_widget_visibility_fixes' of https://github.com/mig5/onions...Micah Lee
2018-02-20Make the appearance of the download status icons occur consistently with the ...Miguel Jacq
2018-02-20Fix updating primary action and re-enabling drag-n-drop when a share is canceledMiguel Jacq
2018-02-19Merge branch 'info_widgets_download_info' of https://github.com/mig5/onionsha...Micah Lee
2018-02-20merge ux-update in, and fix conflictMiguel Jacq
2018-02-19Add download status widgets to info barMiguel Jacq
2018-02-13Merge branch 'clear_messages_on_server_button_click' of https://github.com/mi...Micah Lee
2018-02-13Merge branch 'copy_urls_moved_to_desktop_notifications' of https://github.com...Micah Lee
2018-02-11actually show those messages in the system tray, not still in the statusbar, ...Miguel Jacq
2018-02-11Move the copy URL/HidServAuth notifications to desktop notifications instead ...Miguel Jacq
2018-02-11Clear statusBar messages when the server button is clickedMiguel Jacq
2018-02-11Adjust width of window to fit status bar messages, unwrapped, to avoid squish...Miguel Jacq
2018-02-11Merge branch 'ux-update' of https://github.com/micahflee/onionshare into ux_u...Miguel Jacq
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-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-08Make status bar styling consistentMiguel 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-07Call update_primary_action when server is stopped. Because it runs adjustSize...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-05Increase minimum window widthMicah Lee
2018-02-05Resize the window when adding new filesMicah 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-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-14Add a 'persistent URL' label when re-using a private keyMiguel Jacq
2018-01-13Create the timer before the TorConnectionDialog dialog, but start it after. T...Micah Lee
2018-01-13Don't start the check_for_requests timer until after connected to Tor, and re...Micah Lee
2018-01-13Merge branch '493_500_detect_broken_tor_connection' of https://github.com/mig...Micah Lee