summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-25Version bump to 1.3Miguel Jacq
2018-02-25Merge pull request #631 from micahflee/626_squished_status_barMiguel Jacq
Give settings button a fixed width to avoid it getting squished in macOS
2018-02-24Give settings button a fixed width to avoid it getting squished in macOSMicah Lee
2018-02-24Merge branch 'mig5-625_fix_size_of_app_for_mac_os' into ux-updateMicah Lee
2018-02-24Re-work the UI widgets to make it smaller on Macbook Pro and other smaller ↵Miguel Jacq
screens
2018-02-24Merge pull request #628 from micahflee/624_deselecting_deleteMiguel Jacq
Show and hide the delete button at the right times
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 'mig5-523_try_update_check_via_v3_onion' into developMicah Lee
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-22Merge branch 'mig5-fix_get_num_files' into ux-updateMicah Lee
2018-02-22Merge branch 'irykoon-develop' into developMicah Lee
2018-02-23Fix get_num_files() to count the items in the QListWidget, not in the ↵Miguel Jacq
FileSelection QVBoxLayout widget
2018-02-22Merge branch 'develop' of https://github.com/irykoon/onionshare into ↵Micah Lee
irykoon-develop
2018-02-22Merge branch 'mig5-604_fix_file_list_widgets_and_ordering' into ux-updateMicah Lee
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 'mig5-info_widget_visibility_fixes' into ux-updateMicah Lee
2018-02-20Merge branch 'info_widget_visibility_fixes' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-info_widget_visibility_fixes
2018-02-20Merge branch 'mig5-fix_cancel_and_primary_action' into ux-updateMicah Lee
2018-02-20Fix typoirykoon
Again, many thanks to the careful review by @mig5 !
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 'mig5-info_widgets_download_info' into ux-updateMicah Lee
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 'mig5-fix_simultaneous_downloads' into developMicah Lee
2018-02-19Merge branch 'fix_simultaneous_downloads' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-fix_simultaneous_downloads
2018-02-19Merge branch 'mig5-increase_file_list_minimum_height' into ux-updateMicah Lee
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-19Merge branch 'develop' of github.com:micahflee/onionshare into developMicah Lee
2018-02-19Merge branch 'cclauss-patch-1' into developMicah Lee
2018-02-19Merge pull request #586 from scootergrisen/patch-4Micah Lee
Add [da] translations
2018-02-19Merge branch 'mig5-sortable_tables' into ux-updateMicah Lee
2018-02-19Merge branch 'sortable_tables' of https://github.com/mig5/onionshare into ↵Micah Lee
mig5-sortable_tables
2018-02-19Merge branch 'mig5-ux_update_cancel_option' into ux-updateMicah Lee
2018-02-20merge ux-update in, and fix conflictMiguel Jacq
2018-02-19Adopt more user-friendly wordingirykoon
Thank you @mig5 for the great suggestion.
2018-02-19reset done to False if a download is still in progressMiguel 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