Commit graph

2708 commits

Author SHA1 Message Date
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
serras ba7049c818 Solved issues when compiling in Windows latest version
Change executable output to Windows so no command line is shown
Remove version from SparkleShare setup name
2012-02-05 19:50:38 +01:00
serras d096c39e5d Merge branch 'master' into gettext-cs
Conflicts:
	SparkleLib/Git/SparkleRepoGit.cs
2012-02-05 18:54:32 +01:00
Hylke Bons d8bc1c5163 windows: don't show terminal window when running commands 2012-02-05 12:05:47 +01:00
Alejandro Serrano bef133a484 Merge pull request #7 from izzy84075/gettext-cs
Look in data/icons for icon, fix initial setup forms
2012-02-04 03:42:14 -08: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
Izzy ef5a5c04b3 Aha! There was no Click() event on buttonNext in Windows/SparkleSetup.Designer.cs ! Now I can make it through the initial setup. 2012-01-29 11:18:37 -08:00
Izzy c9c40b0482 Make it look for the icon in the correct place, so we don't have multiple copies of it floating around. 2012-01-29 10:53:10 -08: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
Alejandro Serrano 66c5e46673 Merge pull request #5 from mkarau/patch-1
Update README.windows.md
2012-01-29 02:36:13 -08: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
Matt b62d32ba1e Update README.windows.md 2012-01-26 18:35:19 +01: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