Commit graph

3762 commits

Author SHA1 Message Date
Brandon Dahler 4ee5187c84 Update from using AbsolutePath to LocalPath for all uris, fix some uri path combining. 2013-01-05 02:38:01 -06:00
Michael Scherer c1bdc05b91 Do not use a predictible filename in /tmp for pid
Since any user can write the file in /tmp, any user could inject a
incorrect pid or anything ( that would be passed to kill
later ), or to put a link to a file ( which would be erased if the timing is
good ) when SparkleShare is started. So using a file in the hme, prefixed
with the hostname ( for nfs shared home ). This is a problem only on
distribution where $XDG_RUNTIME_DIR is not set ( for example RHEL 6 ).
2013-01-04 23:13:55 +01:00
Hylke Bons 6d2852622f git: fix typo. closes #1134 2013-01-03 22:13:18 +01:00
Hylke Bons 345b399b24 Search for git in the install dir, so people can add their custom copy of git. closes #1126 2013-01-03 13:34:47 +01:00
Hylke Bons 06840064b5 Merge pull request #1131 from brandondahler/CultureFix
Manually set locale to en-US for parsing numbers out of git output
2013-01-02 10:19:53 -08:00
Hylke Bons 8eed12ff30 Merge pull request #1122 from brandondahler/HistoryFix
Do not include /.git file in calculating subdirectory size
2013-01-02 06:09:24 -08:00
Brandon Dahler 75021f7444 Manually set locale to en-US for parsing numbers out of git output 2012-12-31 04:06:07 -06:00
Brandon Dahler e01143389e Do not include /.git file in calculating subdirectory size 2012-12-25 00:32:39 -06:00
Hylke Bons 1c87b9a495 setup window: set window type hint to dialog 2012-12-22 12:32:23 +01:00
Hylke Bons 829ce766f7 fetcher: ssh+backend strip should be in the derived class, not the base class. #1118 2012-12-21 22:02:35 +01:00
Hylke Bons 1d08c8176b eventlog: return empty list of changes instead of null for projects without a history. closes #1119 2012-12-20 23:37:14 +01:00
Hylke Bons c7089c884e git: adjust git-bin configuration to use sftp 2012-12-20 18:40:55 +01:00
Hylke Bons 8f4ee1ec91 fix build 2012-12-19 21:58:22 +01:00
Hylke Bons 268507d4d0 repo git: when things are utterly wrong, abandon rebase 2012-12-19 21:57:55 +01:00
Hylke Bons d71a91efcd fetcher: let the backend handle the parsing of the url. #1118 2012-12-19 21:02:00 +01:00
Hylke Bons 9bb9185443 controller: determine backend using the whole url, not just the path piece. #1118 2012-12-19 20:44:23 +01:00
Hylke Bons 0b5e778050 linux: put app icons in 'apps' instead of 'places' 2012-12-18 22:44:37 +01:00
Hylke Bons 93125e9e23 fix build 2012-12-18 18:05:06 +01:00
Hylke Bons 6daf9fd31c repo git: add more git-bin configuration on startup 2012-12-18 13:36:36 +01:00
Hylke Bons 2cb48ba745 mac eventlog: fix action images not appearing 2012-12-18 13:06:46 +01:00
Hylke Bons 95ed386e05 fetcher git: increase big file threshold 2012-12-14 19:13:30 +01:00
Hylke Bons 27da1ba870 config: include both private and public keys for use in the app 2012-12-14 17:10:00 +01:00
Hylke Bons 7cf1e375e9 repo git: add private key info when using git-bin 2012-12-14 17:03:00 +01:00
Hylke Bons cfc0011386 repo git: when setting the url from config, also set the git-bin.sshUrl 2012-12-14 13:40:49 +01:00
Hylke Bons f609b16083 keys: use underscore instead of a space in the key name 2012-12-14 10:29:35 +01:00
Hylke Bons 4248ab1961 statusicon: rely on main controller for updating the recent events item. force loaded to true after project add fixes. #1100 2012-12-11 21:33:06 +01:00
Hylke Bons bc1c5d21b2 fetcher: compression exclude rules: tar is not compressed, add truecrypt volumes 2012-12-11 20:56:07 +01:00
Hylke Bons 34fb5f3d88 touch up the 3rd tutorial slide a bit 2012-12-10 21:01:07 +01:00
Hylke Bons 0b1d8c8278 about: trim the downloaded version string 2012-12-10 20:17:37 +01:00
Hylke Bons 887f854458 Merge pull request #1095 from abock/master
Add Retina Support
2012-12-10 11:03:05 -08:00
Aaron Bockover 6e5c9521e3 [SparkleLib] fix debug build 2012-12-10 12:55:02 -05:00
Aaron Bockover 6f26c26d22 [mac] add retina tutorial-slide-3 2012-12-10 12:54:48 -05:00
Aaron Bockover e444a6af8e [mac] SparkleSetup: use NSImage.ImageNamed for tutorial-slide images 2012-12-10 12:14:42 -05:00
Aaron Bockover 70a6cf9062 [mac] SparkleSetup: support @2x images
Since the plugin images come from a manifest
with full paths, to support @2x images we have
to do a little more work by rebuilding the image
path based on NSWindow.BackingScaleFactor.

Theoretically this is forward compatible with
future scalings (e.g. @3x, @9000x).
2012-12-10 11:46:00 -05:00
Aaron Bockover 3bb2cc03f7 [mac] use NSImage.ImageNamed for retina support
Avoid using the full path to images and instead
allow NSImage.ImageNamed to pick the right image
from the main bundle. On Retina displays this
means NSImage will pick an @2x named image if it
exists.
2012-12-10 11:46:00 -05:00
Aaron Bockover c0305d9bb0 [mac] move images from Pixmaps to Resources
Change the build action from Content to
BundleResource.
2012-12-10 11:46:00 -05:00
Hylke Bons 96788763d9 mac: add instruction on how to work around the monomac/gatekeeper issue 2012-12-10 17:19:56 +01:00
Hylke Bons 0672f42625 news: update timestamp 2012-12-09 16:27:07 +01:00
Hylke Bons 6a32a78ed9 update News 2012-12-07 23:46:58 +00:00
Hylke Bons cfb40c22a7 about: don't show micro version when it's '.0' 2012-12-07 23:38:05 +00:00
Hylke Bons 3eced333e9 event log: some more occasions to force english date 2012-12-07 23:34:12 +00:00
Hylke Bons 4b9b35c7d1 bump version 2012-12-07 17:19:51 +00:00
Hylke Bons d30dd732f8 windows about: make updates line more readable 2012-12-06 12:40:55 +00:00
Hylke Bons cbb9553009 bump version 2012-12-07 10:34:45 +00:00
Hylke Bons bd0f4656de update News 2012-12-07 10:19:12 +00:00
Hylke Bons 39bd51bc48 fetcher: add some more debug rules for fetching the host key 2012-12-06 21:35:53 +00:00
Hylke Bons 42419eb0c3 windows: sounds are annoying 2012-12-06 19:44:24 +00:00
Hylke Bons 9c21474c49 clean up a bit 2012-12-06 19:33:39 +00:00
Hylke Bons 7c8a9e69a0 windows statusicon: fix opening folders. closes #1093 2012-12-06 12:22:20 +00:00
Hylke Bons 683c0b7c63 mac setup window: clean up 2012-12-06 11:19:20 +00:00