summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)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
2018-02-25Merge branch 'cancel_share' of https://github.com/mig5/onionshare into mig5-c...Micah Lee
2018-02-25Add ability to abort but not exit SettingsDialog/reconnect to Tor, on invalid...Miguel Jacq
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-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
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-23Change how FileSelection.update tells if items are selected to correctly show...Micah Lee
2018-02-23Merge branch '523_try_update_check_via_v3_onion' of https://github.com/mig5/o...Micah Lee
2018-02-23Fix get_num_files() to count the items in the QListWidget, not in the FileSel...Miguel Jacq
2018-02-23Remove our custom stylesheeting, and just trim long names, allowing them to u...Miguel Jacq
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 d...Miguel Jacq
2018-02-22Remove the item_name QLabel widget and just let the QListWidgetItem text() di...Miguel Jacq
2018-02-21Instantiate empty filenames listMiguel Jacq
2018-02-21fix appending of filenames when checking that a file hasn't already been adde...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-20Take care of custom vanilla bridgesirykoon
2018-02-19Merge branch 'develop' into mig5-info_widgets_download_infoMicah Lee
2018-02-19Merge branch 'info_widgets_download_info' of https://github.com/mig5/onionsha...Micah Lee
2018-02-19Merge branch 'increase_file_list_minimum_height' of https://github.com/mig5/o...Micah Lee
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
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
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-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
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