wimh / SparkleShare

SparkleShare is a file sharing and collaboration tool inspired by Dropbox.
http://www.sparkleshare.org/
GNU General Public License v3.0
39 stars 6 forks source link

Build.cmd, ssh-agent process, setup-page modifications #13

Closed kvaggelakos closed 12 years ago

kvaggelakos commented 12 years ago

Hey wimh,

Since you haven't pulled my stuff yet I thought that I create a pull request!

Three things have been done:

  1. NameEntry and EmailEntry are reacting when you type. Before this, you were not able to press the next button
  2. Updated the build.cmd file to use git and get the necessary submodules, which gives a smooth first build procedure.
  3. Edited the handling of ssh-agent process. If the process is running that one is used and is also not killed. But if the process does not exist it is created and killed on application exit.

That's it for this time! Hope everything is okey, please let me know if I did some stupid :)

Cheers, Kozze89

wimh commented 12 years ago

I have merged the changes to SparkleSetup (9e85b4b5 - Added informatio popup for the own server address field. Also change...)

But I have some remarks about the other commits...