Commit graph

111 commits

Author SHA1 Message Date
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
Hylke Bons 584312f88b [controller] Disable SSH host key checking temporarily for cloning 2011-02-06 01:10:15 +00:00
Hylke Bons 4c72883e28 Merge branch 'master' of https://github.com/kristi/SparkleShare into integration 2011-02-05 16:35:47 +00:00
Hylke Bons 4f883f4d87 [fetcher] adjust gitignore that is to be added adter cloning 2011-02-05 16:22:38 +00:00
Kristi adb8a5cbf4 Start processes after adding delegates to avoid duplicate pull messages. 2011-02-01 23:39:50 -08:00
Kristi be286b7672 Fix whitespace 2011-02-01 01:38:56 -08:00
Kristi 2dea155085 Fix bug when syncing a empty repository with no commits 2011-02-01 01:20:30 -08:00
Hylke Bons 5ae4ba3638 [osx] Hook things up 2010-12-18 01:01:43 +01:00
Łukasz Jernaś b6b481d738 Get data root dif info from configure
Also fixes the path to the about dialog pixmap.
2010-12-02 22:31:35 +01:00
Hylke Bons 71017990a9 [paths] Add a SparklePath for git 2010-11-27 21:24:34 +00:00
Hylke Bons 62a9afbb70 [repo] Combine paths properly 2010-11-27 21:24:34 +00:00
Hylke Bons 7a497997b5 [controller] Make OpenSparkleShareFolder abstract and implement a linux version 2010-11-27 21:24:34 +00:00
Hylke Bons 2e6ece3667 [repo] clean up comment a bit 2010-11-27 21:24:34 +00:00
wimh abd338b5c4 fix SparkleRepo.FormatCommitMessage () 2010-11-27 21:24:34 +00:00
Hylke Bons b0f3ae4dc2 [repo][controller] Abstract GetCommits method 2010-11-27 21:24:34 +00:00
Hylke Bons f15bba90e4 Remove double space type crime in license headers 2010-11-27 21:24:33 +00:00
Hylke Bons dd9c1db9f6 [listener] Prevent irc nick from becoming null 2010-11-27 21:24:33 +00:00
Hylke Bons 842c8683a8 [listener] Fix nick not being set 2010-11-27 21:24:32 +00:00
Hylke Bons fd6d489ce5 Move more logic from [intro] to [controller] 2010-11-27 21:24:31 +00:00
Hylke Bons 8f6a6f0710 Create a working Mac solution file and add some temporary workarounds 2010-11-27 21:24:31 +00:00
Hylke Bons 438d8e55d0 Create a working Mac solution file and add some temporary workarounds 2010-11-27 21:24:30 +00:00
Hylke Bons 6f58758bd0 [listener] Fix crash due to empty username 2010-11-16 00:56:21 +00:00
Hylke Bons 1625d2df31 [build] Make SS build and run on OSX 2010-11-13 22:30:00 +00:00
Hylke Bons 27f687ff23 [log] pass avatars to the new webkit view 2010-11-07 23:59:07 +01:00
Hylke Bons ad3b78b911 [notifications] restructure and make commit messages translatable 2010-11-02 10:45:37 +00:00
Hylke Bons bda9d834de [fetcher] allow spaces in folders and urls by adding quotes 2010-11-02 10:45:37 +00:00
Bertrand Lorentz 5cd5cbb921 [build] Fix handling of additional dependencies of GitSharp
The bundled assemblies are in srcdir, so we need to get them from there.
2010-10-21 21:31:07 +02:00
Bertrand Lorentz 0d8740a757 [build] Fix build and installation of GitSharp assemblies
Improve the GitSharp autotools stuff and move it to its own file,
included in the top-level Makefile.

A system-installed nant is now required to build GitSharp, instead of
using the in-tree copy.

All the files we really need to build GitSharp are now included in the
tarball, including the binary deps. I see weeping packagers...
But "make distcheck" doesn't work, mostly because GitSharp insists on
writing to the source dir during compilation. As distcheck builds with a
read-only source tree, this fails horribly.
2010-10-21 20:51:03 +02:00
Hylke Bons 9516f53b70 Restructure to be more MVC like 2010-10-16 23:48:50 +01:00
Hylke Bons c4784d8714 [fetcher] fix comments 2010-10-10 23:07:07 +01:00
Hylke Bons 6d0c03d788 [repo] port some more lines to git# and clean up 2010-10-10 23:04:08 +01:00
Hylke Bons 6b6f8ddde7 [repo] port GetCommits to git# 2010-10-10 22:39:00 +01:00
Hylke Bons 784370c31f [repo] do the timezone offsetting in a less hacky way 2010-10-10 20:33:43 +01:00
Hylke Bons 96b71fa955 [repo] port CurrentHash to git# 2010-10-10 17:19:28 +01:00
Hylke Bons 40bf21d66c [repo] port RemoteOriginUrl to git# 2010-10-10 17:13:51 +01:00
Hylke Bons 2237c93bd8 [repo] port FormatCommitMessage method to git# 2010-10-10 17:11:01 +01:00
Hylke Bons 55012889e7 [repo] port ls-remote (but not yet implemented) 2010-10-10 16:43:54 +01:00
Hylke Bons ae22ea641d [repo] port UserEmail and UserName properties to use GitSharp 2010-10-10 16:12:01 +01:00
Hylke Bons e94a8e710f [repo] port Commit method to use GitSharp 2010-10-10 15:57:12 +01:00
Bertrand Lorentz 319c313b49 [build] Integrate GitSharp into the solution 2010-10-10 15:12:01 +02:00
Bertrand Lorentz 40de679081 [build] Update sln and csproj files 2010-10-10 15:01:47 +02:00
Hylke Bons bda3e45958 [repo] include unsynced changes check in the remote timer 2010-10-09 17:36:51 +01:00
Hylke Bons 9843f30c54 [repo] add TODO 2010-10-08 17:52:03 +01:00
Hylke Bons 9867dcbac6 [repo][ui] Add fetchingfailed events 2010-10-07 22:46:11 +01:00
Hylke Bons a24d2dc0b7 [repo][log] Add an infobar message for when fetching fails 2010-10-07 22:31:48 +01:00
Hylke Bons d8aaded856 [statusicon] new icon by lapo and improve error state handling 2010-10-07 22:08:13 +01:00
Hylke Bons 0402a1d719 [log] update when pushing has finished and fetch/push on a reconnect 2010-10-07 20:40:23 +01:00