summaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2018-10-07The History header is now only shown if there are items again, and the clear ...Micah Lee
2018-10-07Delete Info widget, and move completed and in progress widgets into the heade...Micah Lee
2018-10-07Make ShareMode just use a History object directly, instead of defining its ow...Micah Lee
2018-10-07In ShareMode, remove the ShareModeInfo widget and replace with a customized T...Micah Lee
2018-10-07Move ShareMode and ReceiveMode into Mode moduleMicah Lee
2018-10-07Move Mode module into its own folderMicah Lee
2018-10-01Fix logic for handling an upload still in progress when timer runs out. Show ...Miguel Jacq
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
2018-10-01Load default settings before parsing for any alternate config. Reload strings...Miguel Jacq
2018-10-01Move Alert dialog about restart into the conditional that fires only if local...Miguel Jacq
2018-10-01Explicitly set true/false values for settings that need itMiguel Jacq
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt us...Micah Lee
2018-09-30Change how language selection setting looksMicah Lee
2018-09-30Allow switching locales from the settings dialogMicah Lee
2018-09-30Ignore attribute error when optimistically trying to cancel compression (we m...Miguel Jacq
2018-09-29Increase minimum window with to 460, and store it in a variable to stop repea...Micah Lee
2018-09-29Fix crash when clicking Help from the systrayMicah Lee
2018-09-29Fix indicator label display for receive modeMicah Lee
2018-09-29Got the indicator label to display in the correct location for share modeMicah Lee
2018-09-29Convert Uploads to a QScrollArea alsoMicah Lee
2018-09-29Fix Downloads scroll area so internal widget is always the right sizeMicah Lee
2018-09-29Switch Downloads from QListWidget to QScrollAreaMicah Lee
2018-09-29Use correct variable name for DownloadsMicah Lee
2018-09-28Starting to implement the new Uploads UI, but not doneMicah Lee
2018-09-28Added an indicator count for share modeMicah Lee
2018-09-28Slightly improve Downloads progress bar style, but still needs spacingMicah Lee
2018-09-28Refactor Downloads to use an internal QListWidget to list the progess barsMicah Lee
2018-09-28Got empty Downloads looking goodMicah Lee
2018-09-28Attempting to redesign DownloadsMicah Lee
2018-09-28Process Qt events once more, to prevent weird size issues before adjusting sizeMicah Lee
2018-09-28Refactor receive mode into using an info widget tooMicah Lee
2018-09-28Refactor share mode info widget into its own file and custom class, and run ....Micah Lee
2018-09-28Modes now get to choose a new minimum window width when resizingMicah Lee
2018-09-28OnionShareGui.adjust_size now recursively runs adjustSize() on all widgetsMicah Lee
2018-09-28Toggle showing uploads and downloads for both share and receive modesMicah Lee
2018-09-28Add a toggle downloads button to share mode, and add new toggle upload and do...Micah Lee
2018-09-28Hide the uploads and downloads by default, and make the mode switcher hide be...Micah Lee
2018-09-28Refactor how Mode layouts work, so the downstream Mode has more control over ...Micah Lee
2018-09-27Merge branch 'gui_tests' of https://github.com/mig5/onionshare into mig5-gui_...Micah Lee
2018-09-27Pass --local-only down to the ServerStatus and Mode so that we can set shorte...Miguel Jacq
2018-09-26Merge pull request #789 from mig5/show_v3_onion_supportMicah Lee
2018-09-25Show whether Tor version supports next-gen onion supportMiguel Jacq
2018-09-25Analyse the right file size to determine if the download has finished in the ...Miguel Jacq
2018-09-21Merge branch 'develop' into 663_zip_awayMicah Lee
2018-09-21Dynamically figure out the total size of the download based on the whether or...Micah Lee
2018-09-21If only sharing one file, compress it with gzip, and serve it with gzip compr...Micah Lee
2018-09-21Move more mode-specific logic out of the Web class and into the approprate mo...Micah Lee
2018-09-21Refactor web even more to all of the share and receive web logic into ShareMo...Micah Lee
2018-09-20Only add the download_filename to cleanup_filenames (which get deleted) if th...Micah Lee