Commit graph

4104 commits

Author SHA1 Message Date
Hylke Bons
101919e912 fetcher git: Use hashed password to encrypt files 2015-01-02 20:20:58 +01:00
Hylke Bons
01ae52dd77 fetcher git: Clean up encryption setup 2015-01-02 19:25:27 +01:00
Hylke Bons
54e177bba1 extensions: Add helper method for SHA256 sums 2015-01-02 19:21:40 +01:00
Hylke Bons
600aa3ad27 repo git: Move size value storage to .git/info 2015-01-02 18:32:19 +01:00
Hylke Bons
28b71732a6 keys: Bump default key size to 4096 2014-12-31 13:21:46 +01:00
Hylke Bons
223cf1c3ba Update README.md 2014-12-19 17:03:09 +01:00
Hylke Bons
f04fc256f0 Merge pull request #1584 from BarryThePenguin/pausing-windows
Windows pausing and note creation
2014-12-01 18:03:24 +00:00
Hylke Bons
15c10afd82 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
ee2ae58509 Merge pull request #1593 from markusstoll/config_nightly
doc updated
2014-12-01 11:10:44 +00:00
Markus Stoll
4a6d3ccec4 Author added
Documentation for building for Mac updated
2014-11-30 22:22:07 +01:00
Recai Oktaş
373d019b55 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
df86a19ea3 Merge pull request #1591 from markusstoll/config_nightly
Nightly builds, next step
2014-11-28 10:01:39 +00:00
Markus Stoll
029ef0888e 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
73b927af77 Merge pull request #1589 from markusstoll/config_nightly
Config for nightly builds
2014-11-25 17:31:51 +00:00
Markus Stoll
0a10445263 copy NSImage as it will be changed using SetSize 2014-11-25 08:30:09 +01:00
Markus Stoll
dbf0d22a38 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
b6c700244a Fix project settings - proper definition of Release and Debug settings 2014-11-25 00:32:57 +01:00
Markus Stoll
a9fd83544e 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
b583ca7ea9 Fix Project settings for Release 2014-11-22 18:55:18 +01:00
Markus Stoll
c6dc1bf434 Fix project settings, enable AfterBuild setting without expection a specific shell 2014-11-22 18:09:02 +01:00
Jonathan Haines
c0764b0d25 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
661da42800 Merge pull request #1587 from BarryThePenguin/patch-1
Update Authors.txt
2014-11-22 00:14:21 +00:00
Jonathan Haines
911d240ffc Update Authors.txt 2014-11-22 08:14:10 +11:00
Hylke Bons
d116b4bc47 mac bubbles: Clean up 2014-11-21 11:31:58 +00:00
Hylke Bons
fcc65306a2 Update Authors.txt 2014-11-21 10:45:46 +00:00
Hylke Bons
17118d0966 mac ui: Integrate new Yosemite folder icon. Closes #1585 2014-11-20 23:16:58 +00:00
Hylke Bons
ea1f2157aa Merge pull request #1586 from snwh/master
Added new icon for Mac Yosemite+
2014-11-20 22:43:04 +00:00
Sam Hewitt
53406f3fa4 Added new icon for Mac Yosemite+ 2014-11-20 17:37:15 -05:00
Hylke Bons
daf6e4b564 avatars: Use more reliable LastWriteTime to determine whether the avatar needs refetching 2014-11-16 14:35:24 +00:00
Hylke Bons
9ba47dd2e0 avatars: Fix #1576 2014-11-11 18:08:30 +00:00
Hylke Bons
43b416012c plugins: Spell GitHub properly 2014-11-11 18:07:34 +00:00
Hylke Bons
1b08029cd0 Merge pull request #1567 from Silvenga/master
Improved Icon Menu Handling
2014-11-08 22:06:35 +00:00
Hylke Bons
01c730c9a5 Merge pull request #1574 from BarryThePenguin/patch-1
Use LastWriteTime instead of CreationTime
2014-11-08 21:43:55 +00:00
Jonathan Haines
1c3022f8e5 Use LastWriteTime instead of CreationTime 2014-11-09 08:42:27 +11:00
Mark Lopez
221056146e Removed P/Invokes, now uses native ContextMenu handling. 2014-11-08 14:09:01 -07:00
Hylke Bons
22e9c15281 extensions: Timestamps < 24h ago can also be yesterday 2014-11-08 17:26:09 +00:00
Hylke Bons
85ab3972d1 fetcher git: Configure line endings correctly. Fixes #1568 2014-11-08 12:21:37 +00:00
Hylke Bons
d3e1454e71 mac setup: Fix font on error page 2014-11-07 20:05:14 +00:00
Hylke Bons
3b932ccea4 eventlog: Add todo 2014-11-07 20:04:18 +00:00
Hylke Bons
08eb86dd56 repo: Fix crash due to last timestamp being empty when adding a new empty project 2014-11-07 16:55:25 +00:00
Hylke Bons
e7f371cb42 avatars: Fix redownloading of avatar every time 2014-11-07 13:55:36 +00:00
Hylke Bons
2a3ca51840 ui avatars: Gravatar also supports GIFs 2014-11-07 11:23:03 +00:00
Hylke Bons
6fa0b08e86 Merge pull request #1571 from BarryThePenguin/avatar-extensions
Retrieve Gravatars by mime-type Fixes #1467
2014-11-07 11:10:12 +00:00
Jonathan Haines
0966278f10 Removed magic string 2014-11-07 11:23:08 +11:00
Jonathan Haines
632f49acbd Retrieve Gravatars by mime-type
Old avatars will eventually be purged by the delete method
2014-11-07 11:16:24 +11:00
Hylke Bons
3e4bc66519 Merge pull request #1569 from BarryThePenguin/windows-debug
windows: Add Debug configuration
2014-11-06 22:21:01 +00:00
Jonathan Haines
aa1fc84abd Uncommented section. Removed clickhandlers. Added FIXME 2014-11-07 09:09:34 +11:00
Hylke Bons
c16fcdb237 Merge branch 'yosemite' 2014-11-06 21:19:52 +00:00
Hylke Bons
232f655ba3 Update News.txt 2014-11-06 21:19:41 +00:00
Hylke Bons
bc970d29c0 mac ui: Change font based on Mac OS version 2014-11-06 21:17:41 +00:00