Commit graph

1993 commits

Author SHA1 Message Date
Hylke Bons 6e0655edde Change some terminology: Sync Folder -> Add Project 2011-09-22 20:46:30 +01:00
Hylke Bons 54302d8d8f git: filling empty dirs: don't bother removing the .empty 2011-09-22 20:11:08 +01:00
Hylke Bons 1b8dd5c0ed Some UI beauty fixes 2011-09-22 19:54:28 +01:00
Hylke Bons 5e3d8c0f24 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 5490e722f0 Only show the tutorial on first run 2011-09-22 17:17:26 +01:00
Hylke Bons dcf417c4ef mac: Add tutorial slides, fix progress bar. Closes #332 2011-09-22 17:14:37 +01:00
Hylke Bons 7b81c37691 Merge branch 'tutorial' of ssh://github.com/hbons/SparkleShare 2011-09-22 13:05:14 +01:00
Hylke Bons a7a65a4fde config: catch IOException, FileException does not exist 2011-09-22 12:55:35 +01:00
Robin Jakobsson d89e8ff268 Update Swedish translation from Transifex 2011-09-22 10:46:44 +02:00
Hylke Bons c9d01027bc Oops, wrong UI toolkit 2011-09-20 19:19:17 +01:00
Hylke Bons 7a914a1d83 config: create initial config when exception happens 2011-09-20 19:09:43 +01:00
Hylke Bons 8a91783632 Move root user check to linux shell script 2011-09-20 18:46:36 +01:00
Hylke Bons c0f5d76f7a kind of works on lion 2011-09-20 17:59:14 +01:00
Hylke Bons efaaa8b538 mac: play sound when initial sync has finished 2011-09-20 12:14:49 +01:00
Nejc Saje 9b5e1586dd Add Slovenian translation from Transifex 2011-09-16 16:20:51 +02:00
Łukasz Jernaś 945d6cbdb1 Update POTFILES.in 2011-09-15 17:02:39 +02:00
Łukasz Jernaś 0a1e783b43 Don't mark empty strings as translatable 2011-09-15 17:01:49 +02:00
Łukasz Jernaś abbccc8280 Update translations from Transifex 2011-09-15 16:57:53 +02:00
Hylke Bons f2e3776be2 Close some streams immediately. Remove broken scp backend 2011-09-15 00:58:19 +02:00
Hylke Bons 068f1dd26c Fix memory leak 2011-09-14 20:18:15 +02:00
Hylke Bons 2f492c00f8 Remove .empty files when they are no longer needed 2011-09-14 20:12:56 +02:00
Hylke Bons 1c404cc82d Allow empty folders to be added by putting a hidden file in each of them before committing 2011-09-14 19:30:17 +02:00
Hylke Bons ec42dce430 git log: trim .empty off folder paths 2011-09-14 17:57:40 +02:00
Hylke Bons ca672a44ba Remove unneeded files in data/ 2011-09-14 17:37:29 +02:00
Hylke Bons 08f543d960 Use lowercase email for getting gravatars. Fixes #340 2011-09-14 17:14:57 +02:00
Hylke Bons 360dc1ab40 setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
Hylke Bons d4f294a22b setup: fix page sequence error 2011-09-13 02:08:06 +02:00
Hylke Bons aa72a80565 setup: add tutorial pages 2011-09-13 02:05:45 +02:00
Hylke Bons 325744e655 Edited SparkleLib/SparkleListenerIrc.cs via GitHub 2011-09-12 18:05:10 +03:00
Hylke Bons b6c8c3869a Edited SparkleLib/SparkleListenerIrc.cs via GitHub 2011-09-12 17:13:41 +03:00
Hylke Bons ae62e95c96 Merge pull request #338 from meebey/master
HTTP proxy support for the IRC connection
2011-09-12 07:04:22 -07:00
Mirco Bauer fd7be0a314 Added http_proxy support to SparkleListenerIrc 2011-09-12 15:59:17 +02:00
Hylke Bons 7c9c64a095 Fix ignore Firefox and Chromium temp download files 2011-09-11 23:58:19 +02:00
Hylke Bons c1b684dc2a Ignore Firefox and Chromium temp download files 2011-09-11 23:47:36 +02:00
Hylke Bons 19645f2182 fetcher git: default protocol is ssh:// 2011-09-11 22:15:23 +02:00
Hylke Bons b5a04b79aa Merge pull request #337 from meebey/master
Enhance user's privacy
2011-09-11 11:38:12 -07:00
Mirco Bauer 5f31d5f43d Enhance user's privacy of the IRC channels
Set the channel mode to +s so other users cannot "spy" watched channels using
the WHOIS or LIST IRC command.
2011-09-11 20:29:25 +02:00
Mirco Bauer 70d8b35cd9 Enhance user's privacy of the IRC connection
Use the invisible IRC usermode and random username instead of his
real username.
2011-09-11 20:24:17 +02:00
Hylke Bons 0734951b95 bubbles: catch exceptions from libnotify. Fixes #331 2011-09-08 13:13:14 +02:00
Hylke Bons f35a24164f Merge pull request #320 from wimh/pullreq2
miscellaneous changes
2011-09-07 10:31:59 -07:00
wimh f78d1c5394 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 79e96b3bf0 default path to git
avoid it stays null when not found in paths[]
2011-09-03 22:11:49 +02:00
wimh 1e32374e81 fix crash if file was renamed remote
see #8 (https://github.com/wimh/SparkleShare/issues/8)
2011-09-03 22:11:28 +02:00
wimh 60273631f3 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
Anders Hagen Jarmund 44f10217f6 Update Norwegian translation from Transifex 2011-08-28 19:20:52 +02:00
Łukasz Jernaś 4e06525fc9 Update Polish translation from Transifex 2011-08-28 19:18:07 +02:00
Anders Hagen Jarmund 374f9ac60f Add Norwegian Nynorsk translation from Transifex 2011-08-28 19:17:20 +02:00
Небојша Јаковљевић d445208489 Update Serbian translation from Transifex 2011-08-28 19:14:23 +02:00
Hylke Bons d7c4df1fba statusicon: hook up to controller on linux too 2011-08-27 23:45:32 +02:00
Hylke Bons 2af684bf4c setup: fix typo 2011-08-27 21:10:05 +02:00