Commit graph

1771 commits

Author SHA1 Message Date
Hylke Bons 30dd767260 Adjust status menu 2011-06-10 02:50:41 +01:00
Hylke Bons d657edf783 add popupbutton and show most recent 2011-06-10 02:32:36 +01:00
Hylke Bons 06a7e26454 Assign colors to folders 2011-06-10 01:01:50 +01:00
Hylke Bons c16b2cb420 Save work 2011-06-10 00:01:45 +01:00
Hylke Bons a07e0a6b8d repo: don't poll every 10sec when disconnected 2011-06-09 23:59:56 +01:00
Hylke Bons 911a1f941a changeset: Add a Folder property 2011-06-09 21:25:36 +01:00
Hylke Bons 18ec890574 repo base: poll continously even when connected (but not as frequent) 2011-06-09 21:20:57 +01:00
Hylke Bons 5b9455b73e repo base: add some properties to be used for the manual polling 2011-06-09 18:53:36 +01:00
Travis Glenn Hansen 267987763c removing is_polling completely 2011-06-09 10:21:55 -06:00
Travis Glenn Hansen e937aa168f Merge branch 'master' of git://github.com/hbons/SparkleShare into fixes
Conflicts:
	SparkleLib/SparkleConfig.cs
2011-06-09 10:20:15 -06:00
Hylke Bons cc8a1d6860 about: fix compile error 2011-06-09 13:17:46 +01:00
Hylke Bons 5be306ce93 controller: prevent nullreference exceptions for checking the version 2011-06-09 02:10:50 +01:00
Hylke Bons 169b5dfd7a about: remove references to SparkleLib 2011-06-08 22:37:29 +01:00
Hylke Bons 1319a566f9 config: Only trim user name if it isn't null 2011-06-08 21:40:12 +01:00
Hylke Bons 4c9b18697e Merge pull request #202 from alexhudson/master
Separate SmartIrc4Net build
2011-06-08 13:18:00 -07:00
Alex Hudson e08ca676e8 Allow Sparkle to link against a system SmartIrc4Net library 2011-06-08 20:31:28 +01:00
Hylke Bons 4f291f5d8a Merge branch 'master' of ssh://github.com/hbons/SparkleShare 2011-06-08 15:17:49 +01:00
Hylke Bons 912de2fca2 update NEWS 2011-06-08 15:10:16 +01:00
Hylke Bons 3c7b1b0e34 Bump version to 0.2.1 2011-06-08 15:06:30 +01:00
Hylke Bons 6d1e9b1f9d translations: fix warning in ja.po 2011-06-08 14:43:18 +01:00
Hylke Bons 2a2916c1df build: add LICENSE to distcheck and ignore made tarballs 2011-06-08 14:40:28 +01:00
Hylke Bons 6a0a77d6de translations: ignore options file 2011-06-08 14:40:28 +01:00
Travis Glenn Hansen 1704d86b2f Merge branch 'master' of git://github.com/hbons/SparkleShare into fixes 2011-06-07 19:39:34 -06:00
Hylke Bons f658ea2b86 Work with repos on host names with a dash in them 2011-06-08 02:04:54 +01:00
Hylke Bons 60ffd9ef7a config: never let user name be null or empty 2011-06-08 01:30:01 +01:00
Hylke Bons ae8d03ebdc listener irc: Fix race condition joining channel when not connected 2011-06-08 01:30:01 +01:00
Travis Glenn Hansen b54ac8b259 fixing upstream issue 200 2011-06-07 14:39:35 -06:00
Łukasz Jernaś 5e243359ad Update translationf from Transifex 2011-06-07 09:25:15 +02:00
Hylke Bons 692086014c controller: remove double space before terabty sign 2011-06-06 23:38:15 +01:00
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