Commit graph

157 commits

Author SHA1 Message Date
Hylke Bons f60b64dce2 [commit] remove unneeded member 2011-03-20 16:26:56 +00:00
Hylke Bons e2e51624c9 [log] remove 'IsFileDump' workaround and move message code to controller 2011-03-20 14:59:35 +00:00
Hylke Bons dbf5d1158a New thread + spinner instead of freeze when opening big logs 2011-03-16 15:13:14 +00:00
Hylke Bons ec4785eec6 Show menu item icons on Fedora too 2011-03-16 00:01:37 +00:00
Hylke Bons 52a7d746fd [watcher] ignore files in .git/ 2011-03-13 22:26:01 +00:00
Hylke Bons b947908a46 Fix notifications 2011-03-13 02:07:47 +00:00
Hylke Bons 3bf278ffe2 [statusicon] update icons and add icons for pressed state syncing animation 2011-03-13 01:21:49 +00:00
Hylke Bons 3404ff774e [osx] Pop up a warning when the backend (git) isn't found. 2011-03-13 00:15:19 +00:00
Hylke Bons 34254d9ca5 Fix cloning problem and better debuginfo 2011-03-12 19:39:42 +00:00
Hylke Bons 393e0e6b06 [repo] add todo 2011-03-12 18:58:04 +00:00
Hylke Bons 05fe993b89 Use SparkleLib.IsRepo for folder checking 2011-03-12 18:36:03 +00:00
Hylke Bons be79dfdb06 Merge branch 'fetcher-fix'
Conflicts:
	SparkleLib/SparkleFetcher.cs
2011-03-12 17:58:53 +00:00
Hylke Bons 5da5926407 [fetcher] Fix InstallConfiguration method 2011-03-12 17:53:49 +00:00
Hylke Bons 714a55b32a [fetcher] no need to keep error message in memory 2011-03-12 16:18:36 +00:00
Hylke Bons 73bf910896 Merge branch 'master' of https://github.com/palango/SparkleShare into palango-master 2011-03-12 16:10:24 +00:00
Hylke Bons 8071a1331d [fetcher] set core.ignorecase to false for each folder 2011-03-12 15:38:49 +00:00
Hylke Bons 1f6304d205 [repo] quick fix to re-push changes after encountering a non fast-forward to origin master 2011-03-09 06:23:24 -08:00
Hylke Bons 5d8717d354 Add SparkleAbout to .csproj 2011-03-08 23:55:21 +00:00
Hylke Bons fd90f69da2 [repo] align regexes 2011-03-06 15:29:36 +00:00
Paul Lange 8a2694feaa Add some error messages 2011-03-06 16:07:16 +01:00
Hylke Bons 83572cf649 [listener] Use SparkleShare's dedicated notification server instead of irc.gnome.org 2011-03-04 18:31:02 +00:00
Hylke Bons 203334a6a2 Add some TODO's 2011-03-04 17:03:29 +00:00
Hylke Bons d523f13eac [repo] Not everything is file dumping 2011-03-04 16:50:41 +00:00
Hylke Bons 6153d40f89 Fix hang on commit logs > 4096 bytes 2011-03-04 15:57:22 +00:00
Hylke Bons 0005a76388 [repo] Replace gitsharp's AnyDifferences by own implementation 2011-03-04 14:01:29 +00:00
Hylke Bons 0911117e31 [fetcher] Ignore Omnigraffle autosave files 2011-03-04 05:30:11 -08:00
Hylke Bons 767b933cd5 Remove NotifySsharp from solution 2011-03-04 09:05:15 +00:00
Hylke Bons ac36a5cabc remove debug line 2011-03-03 12:08:50 +00:00
Hylke Bons 3061844ee7 Support showing merge commits in logs (and fix crashes caused by them being missing) 2011-03-03 12:06:25 +00:00
Hylke Bons 515d637182 [repo] fix crash caused by GetCommits(n) returning n-1 entries 2011-03-02 22:07:05 +00:00
Hylke Bons 1f52f24910 [repo] also push changes the user makes whilst we're syncing 2011-03-02 21:20:25 +00:00
Hylke Bons ab37a53f18 remove some leftover debug messages 2011-03-02 00:24:18 +00:00
Hylke Bons a1ba6f1b36 [repo] Fix NewCommit event not being fired 2011-03-01 23:42:00 +00:00
Hylke Bons bb5229d4d3 [notifications] Reconnect to the IRC server after a disconnect 2011-03-01 23:13:43 +00:00
Hylke Bons 60ffb7450d Redo GetCommits method withoug GitSharp. hopefully solves memory problem 2011-02-27 18:50:42 +00:00
Hylke Bons e333a759ae change wording a bit 2011-02-27 01:01:13 +00:00
Hylke Bons 28d06b4eeb Tweak irc notifications 2011-02-27 00:53:14 +00:00
Hylke Bons d8fb3493b9 [repo] Make time from event to push 5x shorter by using folder size checking 2011-02-26 23:57:48 +00:00
Hylke Bons 060811c428 [repo] only rely on exclude rules to add/ignore changes 2011-02-26 18:46:08 +00:00
Hylke Bons b2ef131d92 [repo] massive cleanup, use GitSharp and SparkleGit 2011-02-26 14:20:32 +00:00
Hylke Bons 444fceeb7e [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 590ca49dbe [repo] state is polling when checking for remote changes 2011-02-24 01:42:13 +00:00
Hylke Bons 919ec8eea9 [repo] Fix compilation issue 2011-02-23 01:13:54 +00:00
Hylke Bons cd130483fc [repo] forgot to create commit message before rebasing 2011-02-23 00:21:30 +00:00
Hylke Bons 60b77c5fa1 [repo] Always commit before rebasing fetched changes in case something changed 2011-02-23 00:09:44 +00:00
Hylke Bons 43290d387e [paths] look for git using whereis 2011-02-22 22:58:01 +00:00
Hylke Bons 1a327ea0ad [repo] Fix pushing bug 2011-02-13 00:02:07 +00:00
Hylke Bons b51681c662 [log] Add a default buddy icon and prettify the event log 2011-02-13 00:02:06 +00:00
Hylke Bons 7ed60cc0a7 [repo] Run 'git gc' about every 10 commits 2011-02-13 00:02:06 +00:00
Hylke Bons da057026c7 [fetcher] Add more handy exclude rules 2011-02-12 23:55:27 +00:00