Commit graph

2665 commits

Author SHA1 Message Date
Hylke Bons e224602f80 Fix compile warning 2012-02-08 14:08:24 +01:00
Hylke Bons 43b7a59106 Fix compile error 2012-02-08 14:03:53 +01:00
Hylke Bons 40ceaea61b Fix compile error 2012-02-08 13:57:27 +01:00
Hylke Bons 280683098b Fix some inconsistencies in cli output/help 2012-02-08 13:54:16 +01:00
Hylke Bons 2ac5594e30 Update Fedora build reqs 2012-02-08 13:34:37 +01:00
Hylke Bons 54e1210909 Remove outdated help/ and man/ 2012-02-08 13:30:46 +01:00
Hylke Bons f5c433f327 Merge branch 'disconnect'. Fixes #508
Conflicts:
	SparkleLib/SparkleListenerBase.cs
	SparkleLib/SparkleListenerTcp.cs
2012-02-08 02:24:02 +01:00
Hylke Bons 383d02aacf listener: detect when system has woken up from sleep. disconnect when that happens 2012-02-08 02:17:34 +01:00
Hylke Bons 6a19f3bb35 Fix ping on timeout. Fixes broken reconnect 2012-02-08 01:44:56 +01:00
Hylke Bons 40127b849a repo: change CheckForRemoteChanges method to HasRemoteChanges property 2012-02-06 15:02:41 +01:00
Hylke Bons e8b3ea2892 repo: set stricter access rights for members 2012-02-06 14:58:43 +01:00
Hylke Bons 13e8bab8c7 controller: remove obsolete event 2012-02-06 14:53:02 +01:00
Hylke Bons edacb8ca5d Remove SparkleBackend crap 2012-02-06 14:43:31 +01:00
Hylke Bons aa9b67ffa5 Clean up and remove unneeded references 2012-02-06 14:11:08 +01:00
Hylke Bons bdea5f5c25 remove unneeded file SparkleOptions.cs 2012-02-06 13:48:16 +01:00
Hylke Bons b09c66af65 listener: move classes to separate files 2012-02-06 13:45:20 +01:00
Hylke Bons 26bcf2a438 status icon: Fix var case 2012-02-06 13:33:44 +01:00
Hylke Bons a33a75939a listener factory: allow setting of a global notification service for all the folders 2012-02-06 13:33:00 +01:00
Hylke Bons 84d468652b listener: update comments 2012-02-06 12:54:04 +01:00
Hylke Bons 5784e2c37f listener: add some comments and cleanups 2012-02-05 23:05:47 +01:00
Hylke Bons f46abaa6f4 tcp listener: remove some unneeded references 2012-02-05 23:00:28 +01:00
Hylke Bons 795910223f Add some debug output 2012-02-05 22:28:06 +01:00
serras d76a7b524a 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 22d40fd3ea Merge branch 'master' into gettext-cs
Conflicts:
	SparkleLib/Git/SparkleRepoGit.cs
2012-02-05 18:54:32 +01:00
Hylke Bons e750f2e7b8 windows: don't show terminal window when running commands 2012-02-05 12:05:47 +01:00
Alejandro Serrano e1e97ef966 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 6ec2caa507 listener: fix potential endless loop 2012-02-01 22:17:48 +00:00
Hylke Bons 8c0d4e852d listener: Use ping mechanism through te socked, instead of an external one 2012-02-01 22:04:58 +00:00
Hylke Bons f539810677 listener: Rework disconnect algorithm 2012-02-01 16:28:57 +00:00
Hylke Bons 578d1147aa listener: more code cleanup 2012-01-31 23:27:13 +00:00
Hylke Bons 8e886d5c29 listener: more code cleanup 2012-01-31 23:23:52 +00:00
Hylke Bons 747eac768f listener: more code cleanup 2012-01-31 23:08:23 +00:00
Hylke Bons 62e53ca4bd listener: code cleanup 2012-01-31 22:39:09 +00:00
Hylke Bons 8af28f3b9f fetcher: move exclude rules to base class. Closes #564 2012-01-31 21:30:23 +00:00
Hylke Bons 26963319d6 statusicon: call update method after toggling Quit item 2012-01-29 23:40:07 +00:00
Hylke Bons ee5beecf59 statusicon Fix build 2012-01-29 23:20:20 +00:00
Hylke Bons 5d5712bcd0 Bump version to 0.8.1, update NEWS 2012-01-29 22:15:43 +00:00
Hylke Bons 63653cc9d3 statusicon: disable Quit item whilst syncing. Closes #542 2012-01-29 22:03:54 +00:00
Hylke Bons 71aab302d8 controller: fix error reporting on fetching 2012-01-29 21:32:00 +00:00
Hylke Bons cde35fb34d controller: Detect backend by path suffix 2012-01-29 21:26:26 +00:00
Hylke Bons 60b36a2e35 controller: cleanup 2012-01-29 20:37:39 +00:00
Hylke Bons 2fdad29e0e controller: fix repo loading 2012-01-29 20:33:12 +00:00
Izzy 3bb9dbea24 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 90699959c3 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 b8cf26d94a controller: dynamically load backend names 2012-01-29 18:45:33 +00:00
Hylke Bons 62c8a1fcb2 fetcher git: fix type. Closes #565 2012-01-29 18:12:43 +00:00
Alejandro Serrano 6f643bfc03 Merge pull request #5 from mkarau/patch-1
Update README.windows.md
2012-01-29 02:36:13 -08:00
Hylke Bons 4d89897267 event log: show repo url upon hovering of the folder name. Closes #544 2012-01-27 00:52:56 +00:00
Hylke Bons 307b7ef0ea Enhance bash path compatibility. Closes #559 2012-01-26 18:30:57 +00:00
Matt 88b178e7d3 Update README.windows.md 2012-01-26 18:35:19 +01:00