Commit graph

1059 commits

Author SHA1 Message Date
Hylke Bons 7dcfa332b5 setup: select On My Own Server plugin by default 2011-10-05 01:21:39 +02:00
Hylke Bons ca8770374f setup: move logic for new Add dialolog to controller 2011-10-05 01:08:37 +02:00
Hylke Bons 8577a52e98 setup: use nice selection color for treeview 2011-10-04 16:18:20 +02:00
Hylke Bons e0f7ea5d08 plugins: continue populating plugins when a directory wasn't found 2011-10-02 00:19:31 +02:00
Hylke Bons 3f26071a29 setup: remember previous values correctly after a failed sync 2011-10-01 23:49:49 +02:00
Hylke Bons 5a9b7d4ba6 new Add Project dialog, powered by plugins 2011-10-01 23:16:25 +02:00
Hylke Bons 3666f8fc00 Fix startup script 2011-09-25 23:22:20 +02:00
Hylke Bons d661c184e2 Remove OS detection code, rely on an abstract base controller with similarly named custom controller subclasses for each OS instead. 2011-09-25 22:52:03 +02:00
Hylke Bons 427495fc74 statusicon: use em dash to separate status message and space used 2011-09-23 00:40:08 +01:00
Hylke Bons 1b7a47d61e setup: don't prefill fields when we added succesfully before 2011-09-22 20:57:48 +01:00
Hylke Bons c69e71989e Change some terminology: Sync Folder -> Add Project 2011-09-22 20:46:30 +01:00
Hylke Bons 138c55ba91 Some UI beauty fixes 2011-09-22 19:54:28 +01:00
Hylke Bons b1d84eff53 mac: Fix crash in watcher caused by the config not being there yet for the watcher. Fixes #305 2011-09-22 19:32:52 +01:00
Hylke Bons ee80e5dfef Only show the tutorial on first run 2011-09-22 17:17:26 +01:00
Hylke Bons fb4b14a6b3 mac: Add tutorial slides, fix progress bar. Closes #332 2011-09-22 17:14:37 +01:00
Hylke Bons 0bdaa01099 Merge branch 'tutorial' of ssh://github.com/hbons/SparkleShare 2011-09-22 13:05:14 +01:00
Hylke Bons 909a7dad6a Oops, wrong UI toolkit 2011-09-20 19:19:17 +01:00
Hylke Bons e5948745ee Move root user check to linux shell script 2011-09-20 18:46:36 +01:00
Hylke Bons 24840717bf kind of works on lion 2011-09-20 17:59:14 +01:00
Hylke Bons 40e5fd44c4 mac: play sound when initial sync has finished 2011-09-20 12:14:49 +01:00
Łukasz Jernaś 0a05d958bf Don't mark empty strings as translatable 2011-09-15 17:01:49 +02:00
Hylke Bons de2e09cc0a Use lowercase email for getting gravatars. Fixes #340 2011-09-14 17:14:57 +02:00
Hylke Bons 9144a6f52b setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
Hylke Bons f5fde15498 setup: fix page sequence error 2011-09-13 02:08:06 +02:00
Hylke Bons 6bc84a34cc setup: add tutorial pages 2011-09-13 02:05:45 +02:00
Hylke Bons b1f3ae32fa bubbles: catch exceptions from libnotify. Fixes #331 2011-09-08 13:13:14 +02:00
wimh af965500ed rename SparkleShare.SparkleShare to SparkleShare.Program
naming a class the same as the namespace causes problems
http://blogs.msdn.com/b/ericlippert/archive/2010/03/09/do-not-name-a-class-the-same-as-its-namespace-part-one.aspx
2011-09-03 22:23:45 +02:00
wimh b6d17da8ef avoid crash if remote folder is deleted by user.
When all files including the .git folder are removed from a remote folder, but that folder is not removed from the SparkleShare config, SparkleShare crashes at startup, and when showing the log for that folder. This commit should avoid a crash.
2011-09-03 22:09:55 +02:00
Hylke Bons 6497156f08 statusicon: hook up to controller on linux too 2011-08-27 23:45:32 +02:00
Hylke Bons 95866defea setup: fix typo 2011-08-27 21:10:05 +02:00
Hylke Bons 8d062a059f Add nicer error reporting 2011-08-27 20:57:34 +02:00
Hylke Bons f3b53db8ab Fix whitespace for last commit 2011-08-27 17:53:17 +02:00
Hylke Bons f3cb3e6e0f setup: Add progress indication when adding a new folder 2011-08-27 17:10:39 +02:00
Hylke Bons 79f3473467 Allow initial sync to be cancelled by adding a cancel button. Closes #307 2011-08-26 22:47:46 +02:00
Hylke Bons fd8b1697de setup window: match sidebar background color with graphic 2011-08-26 21:57:16 +02:00
Hylke Bons 3ce3c60911 setup: add curly brackets to switch statement to prevent some crashes 2011-08-21 12:29:52 +02:00
l3iggs 3fdc9c1328 Fix compile by using the string.Combine extension method where needed 2011-08-19 22:30:40 +02:00
Hylke Bons e0d900c8fe Add String.Combine () extenstion method for long paths. Fixes #298 2011-08-16 14:31:06 +02:00
Hylke Bons a7fa766d2e Fix 302 2011-08-15 13:15:39 +02:00
Hylke Bons 6fde5de6d9 setup: don't add newlines to translations. Closes #289 2011-07-29 20:51:34 +01:00
Hylke Bons a9ceb63280 Fix compiler error 2011-07-29 20:06:52 +01:00
Hylke Bons c34990a564 Fix build with mono < 2.8 (use Path.Combine (string [])) 2011-07-29 19:20:28 +01:00
Hylke Bons 50d07e5132 Fix make distcheck 2011-07-25 23:44:56 +01:00
Hylke Bons 21fe1abd90 event log: fix default avatars 2011-07-25 02:26:46 +01:00
Hylke Bons b326c85638 setup controller: fix wrong path being created 2011-07-25 02:26:46 +01:00
Hylke Bons 7fcd9c96f7 about: make raceyness less likely 2011-07-24 19:12:14 +01:00
Hylke Bons 3002efa8da bubbles: remove commented out code that we're not going to use 2011-07-24 16:26:08 +01:00
Hylke Bons e03377dc91 config: port linux UI to use new config 2011-07-24 15:48:30 +01:00
Hylke Bons 5afd3dc59f Refactor config and merge with Paths 2011-07-24 02:00:40 +01:00
Hylke Bons 69e13ae328 use User object in controller as well 2011-07-23 22:34:58 +01:00