summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-25wrote build_dmg.sh script, which creates a pretty dmg "drag-to-Applications" ...Micah Lee
2014-06-25made pyinstaller work for OSX (#43)Micah Lee
2014-06-24better windows .ico (#35)Micah Lee
2014-06-24added LICENSE to windows binary (#35)Micah Lee
2014-06-24removing windows code from setup.py, because building for windows uses pyinst...Micah Lee
2014-06-24made pyinstaller work for windows (#35)Micah Lee
2014-06-24merging in relevant work from #59Micah Lee
2014-06-24build instructions style updateMicah Lee
2014-06-23command line version automatically closes after download is compltee, unless ...Micah Lee
2014-06-23command line version displays download progress (#53), and hidden service pag...Micah Lee
2014-06-23Merge pull request #54 from schoen/masterMicah Lee
2014-06-23Added Portuguese translationsSeth Schoen
2014-06-23switch random strings from hex-encoded to base32-encodedMicah Lee
2014-06-22can now run onionshare_gui.py without building (fixes #51)Micah Lee
2014-06-21made copy to clipboard work in windows. fixes #46Micah Lee
2014-06-21Merge branch 'master' of github.com:micahflee/onionshareMicah Lee
2014-06-21made logs display reverse chronological, so no need to autoscroll the log windowMicah Lee
2014-06-20qtwebkit needs imageformats plugin for animated gifs to work. loader.gif work...Micah Lee
2014-06-20window icon works now. fixes #49Micah Lee
2014-06-20adding window icon (#49)Micah Lee
2014-06-20randomize the name of hidden service directories (fixes #28)Micah Lee
2014-06-20updated readmeMicah Lee
2014-06-20updated readmes and screenshot to showcase new 0.3 featuresMicah Lee
2014-06-20updated tails to work with QtMicah Lee
2014-06-20updated OSX build instructionsMicah Lee
2014-06-20added homebrew/pip OSX build instructionsMicah Lee
2014-06-20Building a .exe now successfully works (#35)Micah Lee
2014-06-19better OSX icon (#43)Micah Lee
2014-06-19OSX version still needs a bit of work, but completely works now (#43)Micah Lee
2014-06-19make auto-close checkbox look better in ubuntuMicah Lee
2014-06-19start QApplication before doing other Qt stuffMicah Lee
2014-06-20fixing linux options in setup.pyMicah Lee
2014-06-20add file_list to setup.pyMicah Lee
2014-06-20remove pypi publishing stuffMicah Lee
2014-06-20changed gtk deps to qt4Micah Lee
2014-06-19set Qt.AA_X11InitThreads in Linux, to prevent horrible thread-related crashesMicah Lee
2014-06-19resort to static height, to put the scrollbar in the right placeMicah Lee
2014-06-19clean up onionshare_gui to be more Qt-ishMicah Lee
2014-06-19fixed css borderMicah Lee
2014-06-19css tweakMicah Lee
2014-06-19start the webapp thread in a QThread instead of using threadingMicah Lee
2014-06-19working on making the scrollbar appear in the right placeMicah Lee
2014-06-19set window title, resize window by defaultMicah Lee
2014-06-19changed css to fit any window sizeMicah Lee
2014-06-19added error logging into webappMicah Lee
2014-06-19ported alert to QtMicah Lee
2014-06-19ported select_file to QtMicah Lee
2014-06-19beginning to rip out gtk and replace with QtMicah Lee
2014-06-14absolute path to dpkg in tails install scriptMicah Lee
2014-06-13add note to BUILD.md about which versions of debian and ubuntu are supportedMicah Lee