Commit graph

2410 commits

Author SHA1 Message Date
Hylke Bons 3370a283ea Clean up SparkleLib API 2012-02-08 20:42:29 +01:00
Hylke Bons 7ad2dbf99a plugin: more cleanup 2012-02-08 14:56:37 +01:00
Hylke Bons 4eecf93bc8 plugin: cleanup 2012-02-08 14:51:07 +01:00
Hylke Bons db4a8decfe Remove last manpage line from makefile 2012-02-08 14:31:56 +01:00
Hylke Bons 5023107e40 Fix compile warning 2012-02-08 14:10:57 +01:00
Hylke Bons 249798f2b3 Fix compile warning 2012-02-08 14:08:24 +01:00
Hylke Bons 9eaa38e180 Fix compile error 2012-02-08 14:03:53 +01:00
Hylke Bons fde0def7c8 Fix compile error 2012-02-08 13:57:27 +01:00
Hylke Bons d664966d0b Fix some inconsistencies in cli output/help 2012-02-08 13:54:16 +01:00
Hylke Bons 3c526ac731 Update Fedora build reqs 2012-02-08 13:34:37 +01:00
Hylke Bons 6844d320fd Remove outdated help/ and man/ 2012-02-08 13:30:46 +01:00
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