Commit graph

1796 commits

Author SHA1 Message Date
Hylke Bons e5cc414b54 listener irc: Fix race condition joining channel when not connected 2011-06-08 01:30:01 +01:00
Travis Glenn Hansen 724d52a48a fixing upstream issue 200 2011-06-07 14:39:35 -06:00
Łukasz Jernaś 626700bcef Update translationf from Transifex 2011-06-07 09:25:15 +02:00
Hylke Bons 800efc70bf controller: remove double space before terabty sign 2011-06-06 23:38:15 +01:00
Hylke Bons d76b03f75a Fix date and whitespace 2011-06-06 13:16:32 -07:00
Hylke Bons dc957116d5 update NEWS 2011-06-06 21:00:06 +01:00
Hylke Bons 851dfe5698 Re-add smartirc to Mac csproj file 2011-06-06 21:00:06 +01:00
Hylke Bons 27b651696b config: never let username be empty 2011-06-06 21:00:06 +01:00
Bertrand Lorentz 38b6283e15 build: Fix stupid typo in my previous commit 2011-06-06 20:39:32 +02:00
Bertrand Lorentz ffa6928339 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 0cf20f17b3 log: fix webview scrolling issues 2011-06-06 02:09:14 +01:00
Hylke Bons 01ddc0ad16 intro: disable progressbar after a failed or successful fetch 2011-06-05 23:43:12 +01:00
Hylke Bons fc05e0fdf5 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 dbbc6e1737 mac: fix watcher with new Initialize controller method 2011-06-05 23:08:41 +01:00
Hylke Bons bd80631a1c listener irc: adjust ping interval and timeout 2011-06-05 23:08:17 +01:00
Hylke Bons 47225ed1d7 Detect the correct .shh path on Windows 2011-06-05 19:59:48 +01:00
Hylke Bons fcd7868633 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 cf7372a94c fetcher base: check if thread exists before disposing it 2011-06-05 17:35:22 +01:00
Hylke Bons 7b0a359005 config: get default username depending on platform 2011-06-05 17:22:40 +01:00
Hylke Bons f6ef625d16 Move OS detection code to the backend 2011-06-05 17:07:33 +01:00
Hylke Bons 7fb154c8a6 Fix compile error 2011-06-05 16:41:15 +01:00
Hylke Bons a8118e7025 controller lin: do autostart path creation nicer 2011-06-05 16:38:32 +01:00
Hylke Bons 6e5e057afd mac: add About entry to status menu 2011-06-05 16:05:57 +01:00
Hylke Bons 307a3d964e Don't check for root user on non-unix systems. 2011-06-05 01:47:45 +01:00
Hylke Bons 8ddf503135 Move default solution file to SparkleShare/ 2011-06-04 18:26:23 +01:00
Hylke Bons ea3ff02804 Merge branch 'master' of ssh://github.com/hbons/SparkleShare 2011-06-04 18:23:09 +01:00
Hylke Bons 0e7f1e5491 controller: add a Initialize () method, instead of doing everything in the constructor 2011-06-04 18:16:00 +01:00
Hylke Bons d58a04bafa Edited README via GitHub 2011-06-04 08:50:48 -07:00
Hylke Bons e63b1c64e2 paths: Use more the more crossplatform Environment.SpecialFolder enumeration to determine used paths. 2011-06-04 15:16:32 +01:00
Hylke Bons 971b18cd3c controller: remove SparkleKeysPath; it's the same as SparkleConfigPath 2011-06-04 15:15:58 +01:00
Hylke Bons 43d3c01a35 mac: dispose watcher thread on quit 2011-06-03 13:41:52 +01:00
Hylke Bons 209a30c0ab repo base: only emit NewChangeSet event when SyncDown was successful 2011-06-03 01:33:41 +01:00
Hylke Bons 6d58d5dd26 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 1dcecf13a6 Code cleanup 2011-06-03 00:35:51 +01:00
Hylke Bons 8439e6096f mac statusicon: add an icon for the error state 2011-06-03 00:34:51 +01:00
Hylke Bons 88c6a515be mac watcher: leave top level subfolder changes to the SparkleRepo watcher 2011-06-02 21:18:22 +01:00
Hylke Bons 27be7bddb4 Remove SmartIrc4Net reference from UI project 2011-06-02 00:21:36 +01:00
Hylke Bons 987127f5ec Update out of date SparkleShare tagline 2011-06-02 00:08:05 +01:00
Hylke Bons 79bdddc85c listener irc: only join a channel once 2011-06-01 23:59:18 +01:00
Hylke Bons e9554583b2 Add SparkleMacWatcher to .csproj file 2011-06-01 23:56:00 +01:00
Hylke Bons 8457204cc5 Use custom folder watcher on Mac 2011-05-31 21:02:08 +01:00
Hylke Bons e7da511b77 fetcher git: fix url construction 2011-05-31 18:30:28 +01:00
Hylke Bons 38be761bce fix compile errors on linux 2011-05-31 13:51:01 +01:00
Hylke Bons 21181c34e4 Move url forming logic to the fetcher 2011-05-31 02:28:23 +01:00
Hylke Bons c102e71ef5 Revert using the mono managed watcher, cpu usage is unacceptable 2011-05-30 18:08:49 +01:00
Hylke Bons 1c4f8ca268 statusicon: fix style 2011-05-30 17:45:38 +01:00
Łukasz Jernaś 842571b3a5 Update translations from Transifex 2011-05-30 18:08:14 +02:00
Hylke Bons 9d1058186b comment out debug rule 2011-05-30 16:22:09 +01:00
Hylke Bons 99cf47e45c repo git: only disable emable watching once 2011-05-30 16:20:25 +01:00
Hylke Bons db71ae2ce9 listener: get announcement server url from the config file 2011-05-30 02:19:58 +01:00