Commit graph

2062 commits

Author SHA1 Message Date
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
Thomas Vollstädt 10cde04af4 Added support for Hg Backend 2011-09-08 15:52:56 +02:00
Thomas Vollstädt 989e647ead Merge remote-tracking branch 'upstream/master' into issue10 2011-09-08 15:40: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
Thomas Vollstädt 3de082085b RegEx not needed anymore 2011-09-05 17:40:53 +02:00
Thomas Vollstädt 76f4a70f1f Fixed code intendation 2011-09-05 17:39:20 +02:00
Thomas Vollstädt fb03cd0940 Implemented Exclusion Rule methods for handling non-readable files. See issue #10 2011-09-05 17:36:03 +02:00
Thomas Vollstädt c80376a4b9 Check readabilty only for existing files; Remove Exclusions when file is readable again 2011-09-05 17:34:07 +02:00
Thomas Vollstädt feaef086f3 Skipping files which are unreadable by sparkleshare and added some methods for git's exclude file manipulation, see #10 2011-09-05 03:28:25 +02:00
Thomas Vollstädt 23e59615c9 Added a new helper function for getting a relative-to-repostory path 2011-09-05 03:02:15 +02:00
wimh d66656da08 Add ~* to ignored files
Fix crash when a conflict has been resolved already
2011-09-03 23:38:53 +02: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
wimh 8f6083a671 fix crash if file was renamed remote
see #8 (https://github.com/wimh/SparkleShare/issues/8)
2011-08-28 22:02:01 +02:00
Hylke Bons fcca840655 Use 'h' as hour-minute separator, as Windows doesn't allow ':' in file names 2011-08-28 21:56:25 +02:00
wimh cf62d23753 set PlatformTarget from AnyCPU to x86
CefSharp is win32 only:
https://github.com/chillitom/CefSharp/blob/master/CefSharp/CefSharp.vcproj#L11
2011-08-28 21:49:04 +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
Hylke Bons 7106f6baae Add nicer error reporting 2011-08-27 20:57:34 +02:00
Hylke Bons 38cb2499ea Fix whitespace for last commit 2011-08-27 17:53:17 +02:00
Hylke Bons 71f476e255 setup: Add progress indication when adding a new folder 2011-08-27 17:10:39 +02:00
Hylke Bons a0db35d877 Use 'h' as hour-minute separator, as Windows doesn't allow ':' in file names 2011-08-27 02:42:09 +02:00
Hylke Bons 4295c8b88f config: fix some whitespace 2011-08-27 01:11:53 +02:00
Hylke Bons 6917bd0ab7 fetcher git: don't prepend ssh:// when using git:// 2011-08-27 00:49:08 +02:00
Hylke Bons ce64d696b9 Create a new config.xml if it exists but is empty. Throw an error if the format is invalid. Fixes #315 2011-08-26 23:53:04 +02:00
Hylke Bons 9aeb848d33 Allow initial sync to be cancelled by adding a cancel button. Closes #307 2011-08-26 22:47:46 +02:00
Hylke Bons 1707de4e1c setup window: match sidebar background color with graphic 2011-08-26 21:57:16 +02:00
Hylke Bons 78c399157b Bring back descriptive commit message. Fixes #317 2011-08-26 21:00:22 +02:00
Nebojsa Jakovljevic c22fd74a92 Added Serbian translation from Transifex 2011-08-25 13:58:59 +02:00
Oleg Shmelyov eaa2669e65 Update Russian translation from Transifex 2011-08-25 13:51:40 +02:00
Jan-Christoph Borchardt c00e3d6bdf Update German translation from Transifex 2011-08-25 13:50:31 +02:00
Hylke Bons db35d0ab72 setup: add curly brackets to switch statement to prevent some crashes 2011-08-21 12:29:52 +02:00
l3iggs 0fdf6e825c Fix compile by using the string.Combine extension method where needed 2011-08-19 22:30:40 +02:00
Hylke Bons 5560bf43b6 Add String.Combine () extenstion method for long paths. Fixes #298 2011-08-16 14:31:06 +02:00
Hylke Bons 4236727079 Fix 302 2011-08-15 13:15:39 +02:00
Łukasz Jernaś d42bc65990 Update translations from Transifex
Only string location changes, no new strings in here
as far as I can tell.
2011-08-14 18:30:17 +02:00