Commit graph

2006 commits

Author SHA1 Message Date
Mirco Bauer ffbb5bce7b 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 b1f3ae32fa bubbles: catch exceptions from libnotify. Fixes #331 2011-09-08 13:13:14 +02:00
Hylke Bons 189acebbef Merge pull request #320 from wimh/pullreq2
miscellaneous changes
2011-09-07 10:31:59 -07: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 3d9d7bb246 default path to git
avoid it stays null when not found in paths[]
2011-09-03 22:11:49 +02:00
wimh 6f27b23719 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 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
Anders Hagen Jarmund 6e141f0f44 Update Norwegian translation from Transifex 2011-08-28 19:20:52 +02:00
Łukasz Jernaś ab2823dd00 Update Polish translation from Transifex 2011-08-28 19:18:07 +02:00
Anders Hagen Jarmund fe1f7693b7 Add Norwegian Nynorsk translation from Transifex 2011-08-28 19:17:20 +02:00
Небојша Јаковљевић 42983c34e7 Update Serbian translation from Transifex 2011-08-28 19:14:23 +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 824fd3392b Use 'h' as hour-minute separator, as Windows doesn't allow ':' in file names 2011-08-27 02:42:09 +02:00
Hylke Bons 36d7269974 config: fix some whitespace 2011-08-27 01:11:53 +02:00
Hylke Bons 4d42639fcb fetcher git: don't prepend ssh:// when using git:// 2011-08-27 00:49:08 +02:00
Hylke Bons 3a571c7baf 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 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 57a6d8dbf0 Bring back descriptive commit message. Fixes #317 2011-08-26 21:00:22 +02:00
Nebojsa Jakovljevic 1ed93ed1a1 Added Serbian translation from Transifex 2011-08-25 13:58:59 +02:00
Oleg Shmelyov a75e5a23e3 Update Russian translation from Transifex 2011-08-25 13:51:40 +02:00
Jan-Christoph Borchardt eba97a35ab Update German translation from Transifex 2011-08-25 13:50:31 +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
Łukasz Jernaś 0e58174817 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
Eduardo Silva f16814466c Update Brazilian translation from Transifex 2011-08-14 18:26:21 +02:00
Luca Delucchi 29510d5f4e Update Italian translation from Transifex 2011-08-14 18:24:09 +02:00
Yann Yann f914a1a7ca Update French translation from Transifex 2011-08-14 18:22:52 +02:00
Francisco Javier Melendo Román 004461b447 Update Spanish translation from Transifex 2011-08-14 18:20:27 +02:00
Jan-Christoph Borchardt 3307b0f1f9 Update German translation from Transifex 2011-08-14 18:18:53 +02:00
Hylke Bons 11fc3bfa29 update mac build instructions 2011-08-03 22:13:35 +02:00
Hylke Bons 72a16c036e Merge pull request #300 from Liam-Lior/master
Resolving Bug with already defined variable 'n'
2011-07-30 12:15:16 -07:00
Wizard_85 33826c0735 Resolving Bug with already defined variable 'n' 2011-07-30 20:48:47 +02:00
Hylke Bons bf015d32f0 fetcher: add configuration option to show special characters in the git log. Fixes 288 2011-07-29 23:03:45 +01: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 322e7dd9b7 Add about dialog background source and fix bluriness 2011-07-26 01:43:57 +01:00
Hylke Bons b7a8736cec update Mac build instructions 2011-07-26 01:17:23 +01:00
Hylke Bons d2ee814031 update NEWS 2011-07-25 23:46:21 +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 f7c14f8120 Edited README via GitHub 2011-07-24 17:59:52 -07:00