summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Collapse)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-26Uninstantiated system variableMiguel Jacq
2018-02-26Hide the meek_lite options on macOS and Windows, as the obfs4proxy binary in ↵Miguel Jacq
TorBrowser is too old to support it
2018-02-25Merge branch 'cancel_share' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-cancel_share
2018-02-25Add ability to abort but not exit SettingsDialog/reconnect to Tor, on ↵Miguel Jacq
invalid settings. Do this for invalid bridges
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
have spaces in it, and the <img> src will break. Also, in Windows use backslashes for local resources instead of forward slashes
2018-02-24Rename in_progress_download to in_progress_downloads (plural) everywhere, to ↵Micah Lee
be consistent with completed_downloads
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
is canceled" This reverts commit 9da3e2d8b019ce0429fd5d3b98552b9815e16a6f.
2018-02-24Fix typo bug that is only triggered if obfs4proxy binary is not foundMicah Lee
2018-02-25Merge pull request #588 from micahflee/ux-updateMiguel Jacq
Major user experience update
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 ↵Miguel Jacq
screens
2018-02-23Change how FileSelection.update tells if items are selected to correctly ↵Micah Lee
show and hide the delete button
2018-02-23Merge branch '523_try_update_check_via_v3_onion' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-523_try_update_check_via_v3_onion
2018-02-23Fix get_num_files() to count the items in the QListWidget, not in the ↵Miguel Jacq
FileSelection QVBoxLayout widget
2018-02-23Remove our custom stylesheeting, and just trim long names, allowing them to ↵Miguel Jacq
untrim as the window resizes
2018-02-22Make the item-info boxes have an obvious styleMicah Lee
2018-02-22Stop trimming filenames, and instead create item info with a white backgroundMicah Lee
2018-02-22Force a scrollbar on the file list widget. Not pretty but avoids weird text ↵Miguel Jacq
disappearance on resize when scrollbar otherwise activates
2018-02-22Remove the item_name QLabel widget and just let the QListWidgetItem text() ↵Miguel Jacq
display as title. Trim super-long filenames
2018-02-21Instantiate empty filenames listMiguel Jacq
2018-02-21fix appending of filenames when checking that a file hasn't already been ↵Miguel Jacq
added to the list
2018-02-21Use the QListWidgetItems for building lists of filenames. Set, but avoid ↵Miguel Jacq
displaying, the QString from Qt.DisplayRole which is necessary for correct sorting in the list
2018-02-20Merge branch 'info_widget_visibility_fixes' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-info_widget_visibility_fixes
2018-02-20Make the appearance of the download status icons occur consistently with the ↵Miguel Jacq
file info label
2018-02-20Fix updating primary action and re-enabling drag-n-drop when a share is canceledMiguel Jacq
2018-02-20Take care of custom vanilla bridgesirykoon
Thank you @mig5 for pointing this out.
2018-02-19Merge branch 'develop' into mig5-info_widgets_download_infoMicah Lee
2018-02-19Merge branch 'info_widgets_download_info' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-info_widgets_download_info
2018-02-19Merge branch 'increase_file_list_minimum_height' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-increase_file_list_minimum_height
2018-02-20Adopt a more robust RE for custom obfs4 IPV6 bridgesirykoon
2018-02-20Adopt a more robust RE for custom obfs4 bridgesirykoon
2018-02-20Add meek_lite support for custom bridgesirykoon
2018-02-20merge ux-update in, and fix conflictMiguel Jacq
2018-02-19Add download status widgets to info barMiguel Jacq
2018-02-18Increase the MinimumHeight of the FileList widget to avoid disappearing iconsMiguel Jacq
2018-02-15Support meek_lite Pluggable Transportirykoon
Currently, meek/meek_lite is one of the few, if not only, mature pluggable transport that works in some heavily cenosored areas, for example, China. Therefore, this can be a nice feature to have.
2018-02-13Fix bug where persistent tooltips were not displayingMicah Lee
2018-02-13Merge branch 'url_label_tooltips' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-url_label_tooltips
2018-02-13Merge branch 'clear_messages_on_server_button_click' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-clear_messages_on_server_button_click
2018-02-13Merge branch 'copy_urls_moved_to_desktop_notifications' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-copy_urls_moved_to_desktop_notifications
2018-02-13Switch to 12 hour clockMicah Lee
2018-02-11Set URL label tooltipsMiguel Jacq
2018-02-11actually show those messages in the system tray, not still in the statusbar, ↵Miguel Jacq
and with the mandatory titles
2018-02-11Move the copy URL/HidServAuth notifications to desktop notifications instead ↵Miguel Jacq
of statusbar
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 ↵Miguel Jacq
squishing widgets. Add pluralisation of filemanager total file(s) Use 'timer expired' rather than 'timeout reached'
2018-02-11Merge branch 'ux-update' of https://github.com/micahflee/onionshare into ↵Miguel Jacq
ux_update_fix_shutdown_timer