Commit graph

1343 commits

Author SHA1 Message Date
Hylke Bons 6a67ac8ec2 [controller] use Mono.Unix properly now instead of calling out to chmod 2011-03-07 00:23:33 +00:00
Hylke Bons ca3bc475d2 [controller] Do delete the config file afterwards 2011-03-06 17:59:52 +00:00
Hylke Bons dec21b1eae [controller] Call out to chmod for setting permissions on the SSH config file 2011-03-06 17:58:33 +00:00
Hylke Bons 6f0f8aa5b4 get rid of warning 2011-03-06 15:30:49 +00:00
Hylke Bons d58930feb4 [linux] Set .desktop permissions using Mono.Unix 2011-03-06 15:30:32 +00:00
Hylke Bons d5dced649b [repo] align regexes 2011-03-06 15:29:36 +00:00
Hylke Bons 1696c72b98 Set user read/write permissions on SSH config file 2011-03-06 15:27:04 +00:00
Paul Lange 9f31bc23e2 Add some error messages 2011-03-06 16:07:16 +01:00
Hylke Bons 4b86d9c72e Fix ssh config file not being removed if needed 2011-03-05 16:54:48 +00:00
Hylke Bons c67277c079 [listener] Use SparkleShare's dedicated notification server instead of irc.gnome.org 2011-03-04 18:31:02 +00:00
Hylke Bons bbd34fbd40 [controller] use a more personal file name for the pubkey 2011-03-04 17:55:42 +00:00
Hylke Bons 03db068505 Add some TODO's 2011-03-04 17:03:29 +00:00
Hylke Bons 0d867a8c30 [repo] Not everything is file dumping 2011-03-04 16:50:41 +00:00
Hylke Bons 5e84a9cfe0 Fix hang on commit logs > 4096 bytes 2011-03-04 15:57:22 +00:00
Hylke Bons 17d07bb2eb [repo] Replace gitsharp's AnyDifferences by own implementation 2011-03-04 14:01:29 +00:00
Hylke Bons 91f629b5d5 [fetcher] Ignore Omnigraffle autosave files 2011-03-04 05:30:11 -08:00
Hylke Bons 4e62d010e8 Remove NotifySsharp from solution 2011-03-04 09:05:15 +00:00
Hylke Bons 5757ceeab0 [controller] optimise GetLog 2011-03-04 01:30:05 +00:00
Hylke Bons a07820aa34 [statusicon] rename about label 2011-03-04 01:29:34 +00:00
Hylke Bons e7b7e551dc [statusicon] Make notification toggling the same as on Mac 2011-03-04 00:55:21 +00:00
Hylke Bons 49e2ab6e86 Fix OS detection for controller 2011-03-03 15:36:50 +00:00
Hylke Bons 5a055597d5 remove debug line 2011-03-03 12:08:50 +00:00
Hylke Bons 7431e49fc9 Support showing merge commits in logs (and fix crashes caused by them being missing) 2011-03-03 12:06:25 +00:00
Hylke Bons a9402a6e84 [lincontroller] refer to HTML files 2011-03-02 23:07:54 +00:00
Hylke Bons 9c5a38f352 [repo] fix crash caused by GetCommits(n) returning n-1 entries 2011-03-02 22:07:05 +00:00
Hylke Bons b22fabf5c6 [repo] also push changes the user makes whilst we're syncing 2011-03-02 21:20:25 +00:00
Jeremy Malcolm 274188e26d Corrected name of $SSH_AGENT_PID environment variable from $SSH_AUTH_PID. 2011-03-01 18:56:15 -08:00
Hylke Bons b6f466bcf3 Merge branch 'osx' 2011-03-02 00:24:47 +00:00
Hylke Bons a8b0fc1a3e remove some leftover debug messages 2011-03-02 00:24:18 +00:00
Hylke Bons 9375f2706c [repo] Fix NewCommit event not being fired 2011-03-01 23:42:00 +00:00
Hylke Bons dc521e4ffd [notifications] Reconnect to the IRC server after a disconnect 2011-03-01 23:13:43 +00:00
Hylke Bons a35b203406 Redo GetCommits method withoug GitSharp. hopefully solves memory problem 2011-02-27 18:50:42 +00:00
Hylke Bons c717d5efb1 change wording a bit 2011-02-27 01:01:13 +00:00
Hylke Bons 51c0de4d5c Tweak irc notifications 2011-02-27 00:53:14 +00:00
Hylke Bons a403637f7e rename graphic 2011-02-27 00:52:51 +00:00
Hylke Bons fa3997beff [repo] Make time from event to push 5x shorter by using folder size checking 2011-02-26 23:57:48 +00:00
Hylke Bons 1f18a8c984 [statusicon] remove 'Visit Website' item 2011-02-26 22:58:20 +00:00
Hylke Bons f4f00fd935 tweak Mac folder icons 2011-02-26 19:29:10 +00:00
Hylke Bons 8d5cf4ab5d [repo] only rely on exclude rules to add/ignore changes 2011-02-26 18:46:08 +00:00
Hylke Bons 53294eb351 [repo] massive cleanup, use GitSharp and SparkleGit 2011-02-26 14:20:32 +00:00
Hylke Bons de69954bc0 [listener] use a SHA-1 sum for the nick so no user info is shared 2011-02-24 01:43:06 +00:00
Hylke Bons 11589748c4 [repo] state is polling when checking for remote changes 2011-02-24 01:42:13 +00:00
Hylke Bons 44daf274a0 [controller] change variable names 2011-02-24 01:41:26 +00:00
J. Félix Ontañón 733a83e13a Set default size for event log, allowing users to shrink the window. 2011-02-23 23:19:53 +01:00
Hylke Bons 5ad2d09851 [repo] Fix compilation issue 2011-02-23 01:13:54 +00:00
Hylke Bons d2e8791d14 Add some Debian build deps instructions 2011-02-23 00:36:25 +00:00
Hylke Bons 0e0bc1c062 [repo] forgot to create commit message before rebasing 2011-02-23 00:21:30 +00:00
Hylke Bons d07d6c71cd [repo] Always commit before rebasing fetched changes in case something changed 2011-02-23 00:09:44 +00:00
Hylke Bons ad2c87356f [paths] look for git using whereis 2011-02-22 22:58:01 +00:00
Hylke Bons d7c49da1e6 Make a copy of the user's public key in ~/SparkleShare 2011-02-22 22:22:14 +00:00