Commit graph

2349 commits

Author SHA1 Message Date
Hylke Bons 9f55680a6a Merge branch 'disconnect'. Fixes #508
Conflicts:
	SparkleLib/SparkleListenerBase.cs
	SparkleLib/SparkleListenerTcp.cs
2012-02-08 02:24:02 +01:00
Hylke Bons bed669fd77 listener: detect when system has woken up from sleep. disconnect when that happens 2012-02-08 02:17:34 +01:00
Hylke Bons e9373b87d5 Fix ping on timeout. Fixes broken reconnect 2012-02-08 01:44:56 +01:00
Hylke Bons 7a0527b7a7 repo: change CheckForRemoteChanges method to HasRemoteChanges property 2012-02-06 15:02:41 +01:00
Hylke Bons e706079ed1 repo: set stricter access rights for members 2012-02-06 14:58:43 +01:00
Hylke Bons 0e3813c7ba controller: remove obsolete event 2012-02-06 14:53:02 +01:00
Hylke Bons e50ad79f92 Remove SparkleBackend crap 2012-02-06 14:43:31 +01:00
Hylke Bons 121bb3e320 Clean up and remove unneeded references 2012-02-06 14:11:08 +01:00
Hylke Bons f02e5e9e97 remove unneeded file SparkleOptions.cs 2012-02-06 13:48:16 +01:00
Hylke Bons fc09a1e6da listener: move classes to separate files 2012-02-06 13:45:20 +01:00
Hylke Bons 8684a2a431 status icon: Fix var case 2012-02-06 13:33:44 +01:00
Hylke Bons c43abafdab listener factory: allow setting of a global notification service for all the folders 2012-02-06 13:33:00 +01:00
Hylke Bons aa82b3441f listener: update comments 2012-02-06 12:54:04 +01:00
Hylke Bons 873f2deee8 listener: add some comments and cleanups 2012-02-05 23:05:47 +01:00
Hylke Bons d437b1a5a1 tcp listener: remove some unneeded references 2012-02-05 23:00:28 +01:00
Hylke Bons 19ba407129 Add some debug output 2012-02-05 22:28:06 +01:00
Hylke Bons d8bc1c5163 windows: don't show terminal window when running commands 2012-02-05 12:05:47 +01:00
Hylke Bons 2097daee79 listener: fix potential endless loop 2012-02-01 22:17:48 +00:00
Hylke Bons 68934067a9 listener: Use ping mechanism through te socked, instead of an external one 2012-02-01 22:04:58 +00:00
Hylke Bons 17fc8fa920 listener: Rework disconnect algorithm 2012-02-01 16:28:57 +00:00
Hylke Bons 31545c5f12 listener: more code cleanup 2012-01-31 23:27:13 +00:00
Hylke Bons c50f5c62a9 listener: more code cleanup 2012-01-31 23:23:52 +00:00
Hylke Bons 343fdba74b listener: more code cleanup 2012-01-31 23:08:23 +00:00
Hylke Bons 93f0bf3ee6 listener: code cleanup 2012-01-31 22:39:09 +00:00
Hylke Bons 5c32eb370f fetcher: move exclude rules to base class. Closes #564 2012-01-31 21:30:23 +00:00
Hylke Bons 284d712ac7 statusicon: call update method after toggling Quit item 2012-01-29 23:40:07 +00:00
Hylke Bons 0e7f5b45f1 statusicon Fix build 2012-01-29 23:20:20 +00:00
Hylke Bons 186c98f8bd Bump version to 0.8.1, update NEWS 2012-01-29 22:15:43 +00:00
Hylke Bons 61d1695fcb statusicon: disable Quit item whilst syncing. Closes #542 2012-01-29 22:03:54 +00:00
Hylke Bons b804645d6a controller: fix error reporting on fetching 2012-01-29 21:32:00 +00:00
Hylke Bons 217d827f02 controller: Detect backend by path suffix 2012-01-29 21:26:26 +00:00
Hylke Bons 083b93d310 controller: cleanup 2012-01-29 20:37:39 +00:00
Hylke Bons 8cc50596e9 controller: fix repo loading 2012-01-29 20:33:12 +00:00
Hylke Bons b99b4ac1a3 controller: dynamically load backend names 2012-01-29 18:45:33 +00:00
Hylke Bons 5fad84ed8e fetcher git: fix type. Closes #565 2012-01-29 18:12:43 +00:00
Hylke Bons 716f5b1f27 event log: show repo url upon hovering of the folder name. Closes #544 2012-01-27 00:52:56 +00:00
Hylke Bons 00208f2830 Enhance bash path compatibility. Closes #559 2012-01-26 18:30:57 +00:00
Hylke Bons aa589f7dcb html: style tweaks 2012-01-26 15:39:13 +00:00
Hylke Bons 8f9ac10a0c event log: fix compile error 2012-01-26 14:32:21 +00:00
Hylke Bons 82989fbd2a Fix #534 2012-01-25 21:21:44 +00:00
Hylke Bons a66a373c5b fix compile error 2012-01-25 20:33:30 +00:00
Hylke Bons deb8d6fb55 fix compile error 2012-01-25 20:32:47 +00:00
Hylke Bons f513fc637d fix compile error 2012-01-25 20:28:52 +00:00
Hylke Bons 20a308e914 fix compile error 2012-01-25 20:25:47 +00:00
Hylke Bons 17b2b59670 event log: don't depend on string value when checking for the selected row number 2012-01-25 20:12:39 +00:00
Hylke Bons 760fdb38c2 event log: add some debug rules 2012-01-25 19:49:56 +00:00
Hylke Bons 8695c6c0b7 git: always get the url to use from the config.xml. Closes #556 2012-01-25 18:30:57 +00:00
Hylke Bons 6bf061b089 Merge pull request #558 from shilga/master
fixing #298
2012-01-24 10:44:12 -08:00
Hylke Bons 879a8de3c5 Fix event log on Linux 2012-01-24 15:42:33 +00:00
praktikant 76360b1819 adapted coding style 2012-01-24 14:46:57 +01:00