Commit graph

4075 commits

Author SHA1 Message Date
Hylke Bons d45b9cadc7 Update News.txt 2015-06-24 22:50:05 +01:00
Hylke Bons 03fc9382e5 Merge pull request #1627 from mortonfox/patch-1
Fix license links.
2015-04-21 19:49:01 +01:00
Morton Fox 623125b157 Fix license links. 2015-04-21 14:47:25 -04:00
Hylke Bons eb066d52c3 Only create intro text file on empty repos. Closes #1286 2015-03-31 12:12:53 +01:00
Hylke Bons dcfe85bed7 Merge pull request #1615 from BarryThePenguin/master
Remove usage of ServicePointManager.ServerCertificateValidationCallback ...
2015-03-25 10:45:53 +00:00
Jonathan Haines 662d253303 Remove usage of ServicePointManager.ServerCertificateValidationCallback on Windows 2015-03-23 18:26:43 +11:00
Hylke Bons d5972c5edb Merge pull request #1618 from knocte/remove_old_file
SparkleLib: delete obsolete file SparkleChangeSet.cs
2015-03-22 00:30:09 +00:00
Andrés G. Aragoneses 58c0dd2ff3 SparkleLib: delete obsolete file SparkleChangeSet.cs
The contents of this file were moved to SparkleWrappers.cs in
this commit:

3cd210d44c
2015-03-21 23:01:14 +01:00
Hylke Bons 1f9bfe300c git: Don't hang on terminal prompts with Git >= 2.3 2015-02-15 15:34:10 +00:00
Hylke Bons 6da51724a3 Merge pull request #1609 from markusstoll/config_nightly
Fix packaging for automated build script.
2015-02-01 23:36:16 +00:00
Markus Stoll fbd8738ade Fix packaging for automated build script.
This fix takes care, that the libMonoPosixHelper is properly included and referred to.
2015-02-01 15:44:32 +01:00
Hylke Bons 20d25f2235 Update News.txt 2015-01-21 11:24:52 +00:00
Hylke Bons 78eef8db5b fetcher git: Proper scope for variable 2015-01-13 22:21:01 +00:00
Hylke Bons ffd67fbce8 keys: Mention this is a SparkleShare generated key in the comment 2015-01-13 22:21:01 +00:00
Hylke Bons 6d5f23cb19 listener: When disposing, close socket before killing thread. Fixes #1601 2015-01-13 22:21:01 +00:00
Hylke Bons 2679235bb7 Merge pull request #1604 from markusstoll/logfix
fix "Recent Changes" view for merged changes
2015-01-13 21:42:01 +00:00
Markus Stoll d34ed08052 fix "Recent Changes" view for merged changes 2015-01-13 22:16:12 +01:00
Hylke Bons bafeef2fd4 Merge pull request #1600 from michaelcinquin/patch-1
fix brew install command in README.md
2015-01-12 20:26:34 +00:00
michaelcinquin b686046687 fix brew install command in README.md 2015-01-12 21:12:49 +01:00
Hylke Bons 7a9cc237e6 Update .gitignore 2015-01-02 20:53:20 +01:00
Hylke Bons c4495442ca Update News.txt 2015-01-02 20:52:41 +01:00
Hylke Bons 3776dedd8c fetcher git: Use hashed password to encrypt files 2015-01-02 20:20:58 +01:00
Hylke Bons 4757b86ddb fetcher git: Clean up encryption setup 2015-01-02 19:25:27 +01:00
Hylke Bons 024c93d822 extensions: Add helper method for SHA256 sums 2015-01-02 19:21:40 +01:00
Hylke Bons 55f0b5790f repo git: Move size value storage to .git/info 2015-01-02 18:32:19 +01:00
Hylke Bons 971f7123b5 keys: Bump default key size to 4096 2014-12-31 13:21:46 +01:00
Hylke Bons 1559e0e5fb Update README.md 2014-12-19 17:03:09 +01:00
Hylke Bons 124c882f9b Merge pull request #1584 from BarryThePenguin/pausing-windows
Windows pausing and note creation
2014-12-01 18:03:24 +00:00
Hylke Bons 92c2966a52 Merge pull request #1592 from roktas/fix-underscore-issue
Replace underscores with spaces only if they are in the middle of a word
2014-12-01 11:22:30 +00:00
Hylke Bons f7501e95b2 Merge pull request #1593 from markusstoll/config_nightly
doc updated
2014-12-01 11:10:44 +00:00
Markus Stoll 31de21585d Author added
Documentation for building for Mac updated
2014-11-30 22:22:07 +01:00
Recai Oktaş b9520cc019 Replace underscores with spaces only if they are in the middle of a word
This will fix a corner case in which a repository name starts or ends
with underscores.  For example, a repository with a name '_' will be
cloned as ' ' (space only) without this fix.
2014-11-30 01:52:57 +02:00
Hylke Bons 83f49214e1 Merge pull request #1591 from markusstoll/config_nightly
Nightly builds, next step
2014-11-28 10:01:39 +00:00
Markus Stoll 5bece5c274 take care of proper PATH and error handling
add dependencies and build scripts to be able to build all configurations from the solution SparkleShare.sln
the used git binaries are now built from source

build configurations are now:

Debug: with debug symbols and symbol DEBUG defined
Release: without debug symbols, with optimizations, depends on installed Mono framework
ReleaseDist: like Release, but all depending frameworks are merged into one OSX binary, installed Mono framework not needed / used
2014-11-28 10:18:10 +01:00
Hylke Bons ba0b7c776b Merge pull request #1589 from markusstoll/config_nightly
Config for nightly builds
2014-11-25 17:31:51 +00:00
Markus Stoll 068800ccdc copy NSImage as it will be changed using SetSize 2014-11-25 08:30:09 +01:00
Markus Stoll 65c69a1510 Merge branch 'config_nightly' of https://github.com/markusstoll/SparkleShare into config_nightly
* 'config_nightly' of https://github.com/markusstoll/SparkleShare:
  Fix usage of NSImage - object cannot be reused after setting Size NSImage does the caching for us anyway
  Fix Project settings for Release
2014-11-25 00:33:17 +01:00
Markus Stoll 4b9037d08b Fix project settings - proper definition of Release and Debug settings 2014-11-25 00:32:57 +01:00
Markus Stoll 6e855c8fe3 Fix usage of NSImage - object cannot be reused after setting Size
NSImage does the caching for us anyway
2014-11-25 00:31:02 +01:00
Markus Stoll 34cd608d16 Fix Project settings for Release 2014-11-22 18:55:18 +01:00
Markus Stoll 223339fe92 Fix project settings, enable AfterBuild setting without expection a specific shell 2014-11-22 18:09:02 +01:00
Jonathan Haines 82f23b100c Windows pausing and note creation
- Added note window
- Added BitmapImage helper for Avatar display in note window
- Added "Open folder" menu item to sub folder menu
- Added border radius to avatar
- Added placeholder to note textbox
- Added cancel and sync handlers
- Increased padding in text field
- Decreased button width and spacing to match other SparkleShare buttons
2014-11-22 13:24:53 +11:00
Hylke Bons c060c13f30 Merge pull request #1587 from BarryThePenguin/patch-1
Update Authors.txt
2014-11-22 00:14:21 +00:00
Jonathan Haines f98e234b4d Update Authors.txt 2014-11-22 08:14:10 +11:00
Hylke Bons fe89b373fe mac bubbles: Clean up 2014-11-21 11:31:58 +00:00
Hylke Bons 6539e8b5f9 Update Authors.txt 2014-11-21 10:45:46 +00:00
Hylke Bons bba9cf2001 mac ui: Integrate new Yosemite folder icon. Closes #1585 2014-11-20 23:16:58 +00:00
Hylke Bons 5c6c991f74 Merge pull request #1586 from snwh/master
Added new icon for Mac Yosemite+
2014-11-20 22:43:04 +00:00
Sam Hewitt d0e31f2326 Added new icon for Mac Yosemite+ 2014-11-20 17:37:15 -05:00
Hylke Bons 3a95aa11f1 avatars: Use more reliable LastWriteTime to determine whether the avatar needs refetching 2014-11-16 14:35:24 +00:00