Commit graph

1065 commits

Author SHA1 Message Date
Hylke Bons
36bdc5b122 [repo][ui] Add fetchingfailed events 2010-10-07 22:46:11 +01:00
Hylke Bons
3c73e22a0f [repo][log] Add an infobar message for when fetching fails 2010-10-07 22:31:48 +01:00
Hylke Bons
c080367a92 [statusicon] new icon by lapo and improve error state handling 2010-10-07 22:08:13 +01:00
Hylke Bons
5008371219 [log] update when pushing has finished and fetch/push on a reconnect 2010-10-07 20:40:23 +01:00
Hylke Bons
67f7d66a80 [log][repo][statusicon] add notices and icons when there are unpushed changes 2010-10-07 00:54:42 +01:00
Hylke Bons
a7f2aaa6fb [repo] look for remote changes immediately after irc is dropped and [listener] tweak timeout values 2010-10-04 10:21:20 +01:00
Hylke Bons
a8a07a8fb6 update README and [listener] extend retry intervals 2010-10-03 22:15:51 +01:00
Hylke Bons
eb2b518117 [repo] Fix issue where file names with spaces and special chars break the commit command 2010-10-03 21:49:49 +01:00
Hylke Bons
3644136dd3 [repo] try to reconnect after connection is lost 2010-10-03 11:43:39 +01:00
Hylke Bons
c4b6d37fec [fetcher] don't fetch complete history by default 2010-10-03 11:01:49 +01:00
Hylke Bons
c860b26870 [listener] Fall back to polling if IRC connection is dropped 2010-10-02 18:11:03 +01:00
Hylke Bons
7d07201dce fix insanely stupid mistake 2010-09-20 19:53:49 +01:00
Hylke Bons
0a302c9c40 edited ‘SparkleShare/SparkleUI.cs’ and 4 more 2010-09-14 20:11:55 +01:00
Hylke Bons
574bde91d4 [listener] oops, wrong server address 2010-09-12 23:31:35 +01:00
Hylke Bons
7f298e7886 [listener] Don't crash on connection error 2010-09-12 23:29:26 +01:00
Hylke Bons
93e8f157cf [repo] fix timestamps 2010-09-12 21:31:22 +01:00
Hylke Bons
04e375a0ae [ui] Fix Quit method 2010-09-12 18:46:00 +01:00
Hylke Bons
33319dba88 [repo][listener] look for changes on startup 2010-09-12 18:15:24 +01:00
Hylke Bons
3fd33fd4fa [listener] Add an IRC connection and listen to updates. hardcoded testing channel for now 2010-09-12 14:00:07 +01:00
Hylke Bons
0aca0ebfe1 tmp 2010-09-11 19:11:47 +01:00
Bertrand Lorentz
f8a7e8fcd0 [build] Fix handling of the SmartIrc4net assembly
Pass the proper configure options to SmartIrc4net for bundling.
The SmartIrc4net assembly is now copied into bin/ during compilation,
and installed into the same folder as the other assemblies.
2010-09-11 19:58:59 +02:00
Hylke Bons
ba42f460c8 add listener 2010-09-11 17:50:30 +01:00
Hylke Bons
552797d3e0 tmpcommit 2010-09-11 17:03:33 +01:00
Bertrand Lorentz
3297b308fe Include SmartIrc4net library as a git submodule
This follows the recommendation from SmartIrc4net's author, and avoids
any dependency issues.
2010-09-11 17:48:56 +02:00
Bertrand Lorentz
09fdeff28d [build] Reference the SmartIrc4net library in SparkleLib.csproj 2010-09-11 15:25:58 +02:00
Hylke Bons
7991f9a7d4 [repo] set syncing state before firing event, [statusicon] update state after populating list and change some strings 2010-09-11 10:52:34 +01:00
Hylke Bons
b580d3b9a8 [statusicon] do the statusicon syncing/idle switching smarter, less bugs 2010-09-11 10:52:34 +01:00
Hylke Bons
65b96a56f3 [repo] fix timestamp 2010-09-08 14:33:27 +01:00
Hylke Bons
85c448d5a9 [repo] adjust previous commit to use the user's timezone instead of the tz of the commiter 2010-09-08 14:23:25 +01:00
Hylke Bons
021b54de67 [repo] adjust time to user's timezone 2010-09-08 12:45:28 +01:00
Hylke Bons
89fc109aa8 [log][repo] move the git log query to SparkleLib so that the front end doesn't depend on git 2010-09-04 16:23:20 +01:00
Hylke Bons
12891ec53d [helpers] split up helpers to gui and non gui parts. 2010-09-04 13:27:06 +01:00
Hylke Bons
7794b5eb51 [events] remove unneeded references 2010-09-04 13:26:12 +01:00
Hylke Bons
c2243fa9b5 [repo] ignore file ending with a tilde 2010-08-30 18:20:47 +01:00
Hylke Bons
267d1fef6f [repo][log] code cleanup 2010-08-29 22:47:58 +01:00
Hylke Bons
ae071f5c66 [repo] remove TODO's 2010-08-29 13:22:04 +01:00
Hylke Bons
7f2db95c88 [log] detect moves/renames and present them nicer than an remove+add in the recent events 2010-08-29 13:04:44 +01:00
Hylke Bons
b42eec9748 [repo] redo commit message formatting 2010-08-29 11:38:34 +01:00
Hylke Bons
11c844ac42 [repo] Add an error state icon and [repo] don't commit empty change sets 2010-08-28 19:56:19 +01:00
Hylke Bons
67a6d55be9 [repo] keep trying to push after failed push and update statusicon 2010-08-28 19:07:57 +01:00
Hylke Bons
0add921dad [log] hurray for clicable links 2010-08-26 09:52:49 +01:00
Hylke Bons
c5faa4abb8 [repo] don't fetch when there's no network connection 2010-08-23 09:42:34 +01:00
Hylke Bons
aa9f653f5b [repo] return remote timer interval to 60 seconds 2010-08-22 14:30:17 +01:00
Hylke Bons
fafb1be834 [repo] only fetch/rebase if there are changes on the server 2010-08-22 14:28:04 +01:00
Hylke Bons
1330ca66cb [ui] Add a button to bubbles with 'Show Events' 2010-08-19 21:13:45 +01:00
Łukasz Jernaś
9876089a10 Synced naming with project guidelines
Also a micro cleanup to get rid of a warning
2010-08-18 21:37:19 +02:00
Łukasz Jernaś
9e3aeda6af Port command line argument handling to Mono.Options 2010-08-18 20:36:47 +02:00
Hylke Bons
9296bb1859 [invitation] add cloning capability, [ui] don't get user data when not there 2010-08-16 12:12:20 +01:00
Hylke Bons
03beec74b8 [invitation] pop up a dialog when an invitation is saved into the SparkleShare folder 2010-08-15 15:41:47 +01:00
Hylke Bons
60847e28a2 [repo] add a description property and use it as a tooltip in [statusicon] 2010-08-14 21:06:38 +01:00