]> git.lizzy.rs Git - torbrowser-launcher.git/log
torbrowser-launcher.git
11 years agoadded icon to exit button for errors
Micah Lee [Mon, 18 Feb 2013 03:26:58 +0000 (19:26 -0800)]
added icon to exit button for errors

11 years agomade it so error messages still launch even though they don't have any tasks
Micah Lee [Mon, 18 Feb 2013 03:25:38 +0000 (19:25 -0800)]
made it so error messages still launch even though they don't have any tasks

11 years agowindow starts out centered
Micah Lee [Mon, 18 Feb 2013 02:52:06 +0000 (18:52 -0800)]
window starts out centered

11 years agoadded icons to buttons
Micah Lee [Mon, 18 Feb 2013 02:25:25 +0000 (18:25 -0800)]
added icons to buttons

11 years agomade it actually download from torproject.org instead of localhost
Micah Lee [Mon, 18 Feb 2013 02:01:18 +0000 (18:01 -0800)]
made it actually download from torproject.org instead of localhost

11 years agoif verification fails, it can try the download over again
Micah Lee [Mon, 18 Feb 2013 02:00:49 +0000 (18:00 -0800)]
if verification fails, it can try the download over again

11 years agofinished pulsing the progressbar during verification and extracting
Micah Lee [Mon, 18 Feb 2013 01:39:58 +0000 (17:39 -0800)]
finished pulsing the progressbar during verification and extracting

11 years agostarting to make progress bar show progress during non-download steps
Micah Lee [Mon, 18 Feb 2013 01:01:54 +0000 (17:01 -0800)]
starting to make progress bar show progress during non-download steps

11 years agogot verification to work when sig is valid
Micah Lee [Sun, 17 Feb 2013 23:52:42 +0000 (15:52 -0800)]
got verification to work when sig is valid

11 years agowrote a verify.sh script to verify signatures, moved files around some, and implement...
Micah Lee [Fri, 15 Feb 2013 22:24:12 +0000 (14:24 -0800)]
wrote a verify.sh script to verify signatures, moved files around some, and implemented verify function

11 years agoadded Erinn Clark's gpg, who signs the TBB tarballs -- more info https://www.torproje...
Micah Lee [Fri, 15 Feb 2013 21:55:11 +0000 (13:55 -0800)]
added Erinn Clark's gpg, who signs the TBB tarballs -- more info https://www.torproject.org/docs/signing-keys.html.en

11 years agoextracting and running work now. all that's left is verifying the signature, and...
Micah Lee [Fri, 15 Feb 2013 19:48:46 +0000 (11:48 -0800)]
extracting and running work now. all that's left is verifying the signature, and tested each code path.

11 years agogot all the tasks running in order
Micah Lee [Fri, 15 Feb 2013 19:37:01 +0000 (11:37 -0800)]
got all the tasks running in order

11 years agogot downloads working, but tasks don't quite run in order
Micah Lee [Fri, 15 Feb 2013 18:10:21 +0000 (10:10 -0800)]
got downloads working, but tasks don't quite run in order

11 years agoI was running gtk.main() twice
Micah Lee [Fri, 15 Feb 2013 17:22:46 +0000 (09:22 -0800)]
I was running gtk.main() twice

11 years agoported much of the logic from javascript into python
Micah Lee [Fri, 15 Feb 2013 03:00:52 +0000 (19:00 -0800)]
ported much of the logic from javascript into python

11 years agostill a mess of python, but at least it runs
Micah Lee [Fri, 15 Feb 2013 02:26:58 +0000 (18:26 -0800)]
still a mess of python, but at least it runs

11 years agoupdated README to use version number 0.1
Micah Lee [Fri, 15 Feb 2013 02:20:36 +0000 (18:20 -0800)]
updated README to use version number 0.1

11 years agoback to python
Micah Lee [Fri, 15 Feb 2013 02:18:17 +0000 (18:18 -0800)]
back to python

11 years agogot it to finally save data to disk, but it's way too slow an inefficient. sadly...
Micah Lee [Fri, 15 Feb 2013 02:03:44 +0000 (18:03 -0800)]
got it to finally save data to disk, but it's way too slow an inefficient. sadly, I might need to port it back to python.

11 years agostarted making file downloads actually save file to disk
Micah Lee [Wed, 13 Feb 2013 19:22:04 +0000 (11:22 -0800)]
started making file downloads actually save file to disk

11 years agofixed a bunch of small bugs
Micah Lee [Wed, 13 Feb 2013 08:25:25 +0000 (00:25 -0800)]
fixed a bunch of small bugs

11 years agogot tasks to run in series
Micah Lee [Wed, 13 Feb 2013 08:08:38 +0000 (00:08 -0800)]
got tasks to run in series

11 years agoimplemented version file reading and writing
Micah Lee [Wed, 13 Feb 2013 07:22:21 +0000 (23:22 -0800)]
implemented version file reading and writing

11 years agoas per gnome best practices, I'm using let instead of var
Micah Lee [Wed, 13 Feb 2013 04:13:01 +0000 (20:13 -0800)]
as per gnome best practices, I'm using let instead of var

11 years agocleaned up the code a lot, made it launch tbb if it's installed, and fixed _read_vers...
Micah Lee [Wed, 13 Feb 2013 04:09:56 +0000 (20:09 -0800)]
cleaned up the code a lot, made it launch tbb if it's installed, and fixed _read_version_file bug

11 years agomoved everything into the TorBrowserLauncher class, and added a lot of logic
Micah Lee [Wed, 13 Feb 2013 03:38:09 +0000 (19:38 -0800)]
moved everything into the TorBrowserLauncher class, and added a lot of logic

11 years agogot progress bar working, downloading file in chunks
Micah Lee [Mon, 11 Feb 2013 19:08:45 +0000 (11:08 -0800)]
got progress bar working, downloading file in chunks

11 years agostarted download and progressbar code
Micah Lee [Mon, 11 Feb 2013 06:30:09 +0000 (22:30 -0800)]
started download and progressbar code

11 years agothe .desktop now includes Tor Browser icon
Micah Lee [Sun, 10 Feb 2013 21:59:07 +0000 (13:59 -0800)]
the .desktop now includes Tor Browser icon

11 years agogetting the icons working with the Makefile
Micah Lee [Sun, 10 Feb 2013 21:56:33 +0000 (13:56 -0800)]
getting the icons working with the Makefile

11 years agoadded torbrowser-launcher.desktop to gitignore, since we only need to track torbrowse...
Micah Lee [Sun, 10 Feb 2013 21:46:20 +0000 (13:46 -0800)]
added torbrowser-launcher.desktop to gitignore, since we only need to track torbrowser-launcher.desktop.in

11 years agotesting to switch from python gtk to javascript gtk
Micah Lee [Sun, 10 Feb 2013 21:45:18 +0000 (13:45 -0800)]
testing to switch from python gtk to javascript gtk

11 years agofixed some timer stuff
Micah Lee [Sun, 10 Feb 2013 21:37:51 +0000 (13:37 -0800)]
fixed some timer stuff

11 years agoit now saves the tbb tarball to file
Micah Lee [Sat, 9 Feb 2013 02:29:14 +0000 (18:29 -0800)]
it now saves the tbb tarball to file

11 years agodisables the download button
Micah Lee [Sat, 9 Feb 2013 02:22:30 +0000 (18:22 -0800)]
disables the download button

11 years agogot the download progress bar working
Micah Lee [Sat, 9 Feb 2013 02:11:39 +0000 (18:11 -0800)]
got the download progress bar working

11 years agowrote code to figure out which language out of available languages to use, and create...
Micah Lee [Thu, 7 Feb 2013 18:10:12 +0000 (10:10 -0800)]
wrote code to figure out which language out of available languages to use, and creates local ~/.torbrowser directory structure

11 years agotypo in readme
Micah Lee [Thu, 7 Feb 2013 08:15:43 +0000 (00:15 -0800)]
typo in readme

11 years agoadded package building instructions and a build script
Micah Lee [Thu, 7 Feb 2013 08:14:05 +0000 (00:14 -0800)]
added package building instructions and a build script

11 years agoChanged version scheme to TBB_VERSION-1. If there's another Tor Browser Launcher...
Micah Lee [Thu, 7 Feb 2013 08:13:30 +0000 (00:13 -0800)]
Changed version scheme to TBB_VERSION-1. If there's another Tor Browser Launcher version, it will be TBB_VERSION-2.

11 years agomaking changes so building into a deb works better
Micah Lee [Thu, 7 Feb 2013 07:33:20 +0000 (23:33 -0800)]
making changes so building into a deb works better

11 years agodetected language and architecture
Micah Lee [Thu, 7 Feb 2013 05:28:50 +0000 (21:28 -0800)]
detected language and architecture

11 years agowrote more metadata and added details to README
Micah Lee [Thu, 7 Feb 2013 05:16:26 +0000 (21:16 -0800)]
wrote more metadata and added details to README

11 years agoMade a basic python package
Micah Lee [Thu, 7 Feb 2013 04:51:54 +0000 (20:51 -0800)]
Made a basic python package

11 years agoInitial commit
Micah Lee [Thu, 7 Feb 2013 04:31:03 +0000 (20:31 -0800)]
Initial commit