Commit graph

4699 commits

Author SHA1 Message Date
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
Hylke Bons
baececd569 avatars: Fix #1576 2014-11-11 18:08:30 +00:00
Hylke Bons
106fbef51b plugins: Spell GitHub properly 2014-11-11 18:07:34 +00:00
Hylke Bons
9432644e45 Merge pull request #1567 from Silvenga/master
Improved Icon Menu Handling
2014-11-08 22:06:35 +00:00
Hylke Bons
e5e10975d6 Merge pull request #1574 from BarryThePenguin/patch-1
Use LastWriteTime instead of CreationTime
2014-11-08 21:43:55 +00:00
Jonathan Haines
2c77200e03 Use LastWriteTime instead of CreationTime 2014-11-09 08:42:27 +11:00
Mark Lopez
013fa89ce4 Removed P/Invokes, now uses native ContextMenu handling. 2014-11-08 14:09:01 -07:00
Hylke Bons
1cce51d66d extensions: Timestamps < 24h ago can also be yesterday 2014-11-08 17:26:09 +00:00
Hylke Bons
4fbd037eff fetcher git: Configure line endings correctly. Fixes #1568 2014-11-08 12:21:37 +00:00
Hylke Bons
fe286afc12 mac setup: Fix font on error page 2014-11-07 20:05:14 +00:00
Hylke Bons
6367be7d9b eventlog: Add todo 2014-11-07 20:04:18 +00:00
Hylke Bons
175ab1fcbc 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
5cd196dad0 avatars: Fix redownloading of avatar every time 2014-11-07 13:55:36 +00:00
Hylke Bons
6d0f63d515 ui avatars: Gravatar also supports GIFs 2014-11-07 11:23:03 +00:00
Hylke Bons
cc29451c93 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
5fbf5faedf Removed magic string 2014-11-07 11:23:08 +11:00
Jonathan Haines
2e7f76d6fc 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
4789bf91c2 Merge pull request #1569 from BarryThePenguin/windows-debug
windows: Add Debug configuration
2014-11-06 22:21:01 +00:00
Jonathan Haines
eb298ce0de Uncommented section. Removed clickhandlers. Added FIXME 2014-11-07 09:09:34 +11:00
Hylke Bons
1f476dcaed Merge branch 'yosemite' 2014-11-06 21:19:52 +00:00
Hylke Bons
f82cc987ca Update News.txt 2014-11-06 21:19:41 +00:00
Hylke Bons
d23ce07254 mac ui: Change font based on Mac OS version 2014-11-06 21:17:41 +00:00
Hylke Bons
795f50e9ef eventlog: Line up file names that don't have a history 2014-11-06 19:46:21 +00:00
Hylke Bons
75cfac4667 mac statusicon: Let the toolkit colour the icon 2014-11-06 19:46:17 +00:00
Hylke Bons
51a9e19250 mac ui: Make Recent Changes window look good on Yosemite 2014-11-06 19:45:22 +00:00
Hylke Bons
ae9cd8376d eventlog: Line up file names that don't have a history 2014-11-06 19:39:22 +00:00
Hylke Bons
da6bd03491 mac ui: Make Note dialogue look good on Yosemite 2014-11-06 18:46:07 +00:00