Commit graph

1591 commits

Author SHA1 Message Date
Hylke Bons bafdb2ca47 Fix date and whitespace 2011-06-06 13:16:32 -07:00
Hylke Bons 4244c81ca8 update NEWS 2011-06-06 21:00:06 +01:00
Hylke Bons 9ad7abd06e Re-add smartirc to Mac csproj file 2011-06-06 21:00:06 +01:00
Hylke Bons 50dd9b1a95 config: never let username be empty 2011-06-06 21:00:06 +01:00
Bertrand Lorentz 0a76b3225c build: Fix stupid typo in my previous commit 2011-06-06 20:39:32 +02:00
Bertrand Lorentz 1c98367ad1 build: Fix error during configure if gnome-doc-utils is not installed
Always set the ENABLE_SK conditional, so that it is defined even if
GNOME_DOC_INIT is not called. Fixes issue #198.
2011-06-06 20:35:05 +02:00
Hylke Bons 903691f990 log: fix webview scrolling issues 2011-06-06 02:09:14 +01:00
Hylke Bons 54db46c9b7 intro: disable progressbar after a failed or successful fetch 2011-06-05 23:43:12 +01:00
Hylke Bons 5d0ed0a32b intro: fix possible freeze by not calling a window manager action in the main thread 2011-06-05 23:18:55 +01:00
Hylke Bons 1a389059d3 mac: fix watcher with new Initialize controller method 2011-06-05 23:08:41 +01:00
Hylke Bons 33338c2c0c listener irc: adjust ping interval and timeout 2011-06-05 23:08:17 +01:00
Hylke Bons 9df0fd6440 Detect the correct .shh path on Windows 2011-06-05 19:59:48 +01:00
Hylke Bons 3cde6d5b2b mac: initial code for adding the SparkleShare folder to the Finder sidebar. Waiting for NSMutableArray/Dictionary support in MonoMac 2011-06-05 19:36:20 +01:00
Hylke Bons 80e5343908 fetcher base: check if thread exists before disposing it 2011-06-05 17:35:22 +01:00
Hylke Bons 91bd2bff63 config: get default username depending on platform 2011-06-05 17:22:40 +01:00
Hylke Bons b3fb85c305 Move OS detection code to the backend 2011-06-05 17:07:33 +01:00
Hylke Bons 6a89bfe961 Fix compile error 2011-06-05 16:41:15 +01:00
Hylke Bons b977b22410 controller lin: do autostart path creation nicer 2011-06-05 16:38:32 +01:00
Hylke Bons aa9c5a17ff mac: add About entry to status menu 2011-06-05 16:05:57 +01:00
Hylke Bons efb2d2c878 Don't check for root user on non-unix systems. 2011-06-05 01:47:45 +01:00
Hylke Bons 6b94709bfe Move default solution file to SparkleShare/ 2011-06-04 18:26:23 +01:00
Hylke Bons f1d914bfb0 Merge branch 'master' of ssh://github.com/hbons/SparkleShare 2011-06-04 18:23:09 +01:00
Hylke Bons f6dac691ca controller: add a Initialize () method, instead of doing everything in the constructor 2011-06-04 18:16:00 +01:00
Hylke Bons 37732bbb7b Edited README via GitHub 2011-06-04 08:50:48 -07:00
Hylke Bons 0458cf826d paths: Use more the more crossplatform Environment.SpecialFolder enumeration to determine used paths. 2011-06-04 15:16:32 +01:00
Hylke Bons 07d3e45de4 controller: remove SparkleKeysPath; it's the same as SparkleConfigPath 2011-06-04 15:15:58 +01:00
Hylke Bons 2b0f53e1f3 mac: dispose watcher thread on quit 2011-06-03 13:41:52 +01:00
Hylke Bons 4d972c66d1 repo base: only emit NewChangeSet event when SyncDown was successful 2011-06-03 01:33:41 +01:00
Hylke Bons 2d980d0c53 mac: use NSCaution icon instead of NSFolder in the status menu when the folder is unsynced 2011-06-03 01:11:19 +01:00
Hylke Bons 85be7121ab Code cleanup 2011-06-03 00:35:51 +01:00
Hylke Bons e0b622b8ef mac statusicon: add an icon for the error state 2011-06-03 00:34:51 +01:00
Hylke Bons dbdcf5d469 mac watcher: leave top level subfolder changes to the SparkleRepo watcher 2011-06-02 21:18:22 +01:00
Hylke Bons a12373ea58 Remove SmartIrc4Net reference from UI project 2011-06-02 00:21:36 +01:00
Hylke Bons 04d63c0a27 Update out of date SparkleShare tagline 2011-06-02 00:08:05 +01:00
Hylke Bons 503b02e85f listener irc: only join a channel once 2011-06-01 23:59:18 +01:00
Hylke Bons d320b160dc Add SparkleMacWatcher to .csproj file 2011-06-01 23:56:00 +01:00
Hylke Bons 1e91f40569 Use custom folder watcher on Mac 2011-05-31 21:02:08 +01:00
Hylke Bons 6dfab204e7 fetcher git: fix url construction 2011-05-31 18:30:28 +01:00
Hylke Bons 00eadede74 fix compile errors on linux 2011-05-31 13:51:01 +01:00
Hylke Bons 71b43d530a Move url forming logic to the fetcher 2011-05-31 02:28:23 +01:00
Hylke Bons ae580ff731 Revert using the mono managed watcher, cpu usage is unacceptable 2011-05-30 18:08:49 +01:00
Hylke Bons 9abd9689dd statusicon: fix style 2011-05-30 17:45:38 +01:00
Łukasz Jernaś 929b02a738 Update translations from Transifex 2011-05-30 18:08:14 +02:00
Hylke Bons bda1bc3bc4 comment out debug rule 2011-05-30 16:22:09 +01:00
Hylke Bons a941bd3b80 repo git: only disable emable watching once 2011-05-30 16:20:25 +01:00
Hylke Bons 39394de3bc listener: get announcement server url from the config file 2011-05-30 02:19:58 +01:00
Hylke Bons 4e84774cb1 mac: also use growl for conflict bubble 2011-05-29 23:36:01 +01:00
Hylke Bons 09fc1bc4cf mac: Add support for Growl notifications 2011-05-29 23:22:12 +01:00
Hylke Bons e2d75a57fb listener: add Dispose method 2011-05-29 20:01:56 +01:00
Hylke Bons adb6e4ba3c mac: bundle Growl framework 2011-05-29 19:57:26 +01:00