Commit Graph

3677 Commits

Author SHA1 Message Date
Anton Nesterov
1a8a42a43d Add Russian translation (and make "Copy URL" translatable) 2014-06-29 03:11:04 +04:00
Micah Lee
96009048b3 updated readme, added link to https://onionshare.org/ for binaries 2014-06-27 21:26:11 -04:00
Micah Lee
9a2d5863cf better compression for windows installer, making it 13mb instead of 19mb 2014-06-27 19:07:20 -04:00
Micah Lee
91abbca21e Merge branch 'master' of github.com:micahflee/onionshare 2014-06-27 18:18:50 -04:00
Micah Lee
00261f1866 fixes windows packaging issue 2014-06-27 18:18:43 -04:00
Micah Lee
0be38a0898 Merge pull request #65 from cryptostone/master
Update Spanish strings
2014-06-26 21:34:01 -07:00
Michael Ball
a81ca4e8b8 Update strings.json 2014-06-26 19:44:26 -06:00
Michael Ball
9a8df2ae4a Update strings.json 2014-06-26 19:44:09 -06:00
Michael Ball
c005aba5c9 Update Spanish strings 2014-06-26 18:41:29 -06:00
Micah Lee
fc97e45295 Merge pull request #61 from joke2k/0.3/ita
update italian translation for 0.3
2014-06-26 16:05:49 -07:00
Micah Lee
126200c9c1 Merge pull request #62 from enotodden/master
Add new norwegian strings and  fix unicode issues.
2014-06-26 16:05:21 -07:00
Micah Lee
6503f2afa1 implemeted debug mode. fixes #50 2014-06-26 19:02:59 -04:00
Micah Lee
9bf8814a92 simplified windows build system, and only include .pyc and not .py in windows installer package 2014-06-26 18:57:28 -04:00
Espen Kåsa Notodden
4e5eb62dca Merge branch 'master' of https://github.com/micahflee/onionshare 2014-06-26 22:51:20 +02:00
Espen Kåsa Notodden
10f8600e54 use the translated() function in onionshare_gui 2014-06-26 22:37:25 +02:00
Espen Kåsa Notodden
eb69586b12 New norwegian translations. 2014-06-26 22:36:42 +02:00
Micah Lee
680b92e61d updated windows instructions more 2014-06-26 16:09:08 -04:00
Micah Lee
954697f1f4 updated windows instructions 2014-06-26 15:59:32 -04:00
Espen Kåsa Notodden
c52fd0915e add translated() to return encoded translated strings 2014-06-26 21:51:54 +02:00
joke2k
6882734c92 update italian translation for 0.3 2014-06-26 21:43:45 +02:00
Micah Lee
5f627dc9e4 passing webapp the debug flag (#50) 2014-06-26 14:56:29 -04:00
Espen Kåsa Notodden
4f35282511 encode all strings as utf-8 2014-06-26 20:46:29 +02:00
Micah Lee
d0d4cebbff fixed bug where hidden service still closed even if "close automatically" unchecked in GUI (#58) 2014-06-26 14:45:18 -04:00
Micah Lee
8fce3adeb5 made --stay-open work in GUI (#58) 2014-06-26 14:31:29 -04:00
Micah Lee
c74e259fb4 made --local-only work in GUI (#58) 2014-06-26 14:26:41 -04:00
Micah Lee
2b8be2781c adding argparse to GUI (#58, also #50) 2014-06-26 14:22:32 -04:00
Micah Lee
4e3c32cbff gave file argument a help description 2014-06-26 14:21:39 -04:00
Micah Lee
b0e03e4a37 added changelog 2014-06-26 13:59:04 -04:00
Micah Lee
bce8ecd4b0 fixed setup.py after ripping out windows and osx 2014-06-26 12:05:01 -04:00
Micah Lee
740ef0c84f created windows installer with NSIS (#35) 2014-06-25 22:21:56 -04:00
Micah Lee
3a22b28f5a wrote build_dmg.sh script, which creates a pretty dmg "drag-to-Applications" installer (#43) 2014-06-25 17:19:19 -07:00
Micah Lee
9db3ca59c8 made pyinstaller work for OSX (#43) 2014-06-25 14:42:39 -07:00
Micah Lee
8011472dee better windows .ico (#35) 2014-06-24 17:44:27 -04:00
Micah Lee
9379c91480 added LICENSE to windows binary (#35) 2014-06-24 17:42:56 -04:00
Micah Lee
27e269f646 removing windows code from setup.py, because building for windows uses pyinstaller now (#35) 2014-06-24 17:36:01 -04:00
Micah Lee
cf7d04099e made pyinstaller work for windows (#35) 2014-06-24 17:23:10 -04:00
Micah Lee
fc13ef5707 merging in relevant work from #59 2014-06-24 15:08:39 -04:00
Micah Lee
756fc99d3c build instructions style update 2014-06-24 14:37:13 -04:00
Micah Lee
f54dfaaf26 command line version automatically closes after download is compltee, unless --stay-open flag is being used (fixes #53) 2014-06-23 20:45:10 -04:00
Micah Lee
1b28a4be49 command line version displays download progress (#53), and hidden service page displays file size as human readable 2014-06-23 19:57:09 -04:00
Micah Lee
4cee9738b6 Merge pull request #54 from schoen/master
Added Portuguese translations
2014-06-23 15:20:15 -07:00
Seth Schoen
63df6fe727 Added Portuguese translations 2014-06-23 14:19:17 -07:00
Micah Lee
4ac7111011 switch random strings from hex-encoded to base32-encoded 2014-06-23 16:15:02 -04:00
Micah Lee
272092f877 can now run onionshare_gui.py without building (fixes #51) 2014-06-22 00:54:44 -04:00
Micah Lee
d8dbbcc42a made copy to clipboard work in windows. fixes #46 2014-06-21 20:29:26 -04:00
Micah Lee
8f9d43055c Merge branch 'master' of github.com:micahflee/onionshare 2014-06-21 15:21:40 -04:00
Micah Lee
98bb6c387a made logs display reverse chronological, so no need to autoscroll the log window 2014-06-21 15:20:10 -04:00
Micah Lee
9bc8248aa3 qtwebkit needs imageformats plugin for animated gifs to work. loader.gif works in OSX now (#47) 2014-06-20 18:48:17 -07:00
Micah Lee
ce15a79302 window icon works now. fixes #49 2014-06-20 21:15:46 -04:00
Micah Lee
ef1767f350 adding window icon (#49) 2014-06-20 20:57:32 -04:00