Commit graph

2665 commits

Author SHA1 Message Date
Hylke Bons 9db53cbbef setup: close window after clicking Open Folder button and move said logic to controller 2012-02-18 23:59:24 +01:00
Hylke Bons 448def7279 Add a test page for the protocol handler 2012-02-18 23:42:41 +01:00
Hylke Bons 910a05ae0b fetcher: always finish the progress reporting animation smoothly to 100% 2012-02-18 23:16:25 +01:00
Hylke Bons cbec38337c Remove invite after import 2012-02-18 20:50:05 +01:00
Hylke Bons c6d659bd1b Fix a broken path in project file 2012-02-18 19:01:50 +01:00
Hylke Bons 98531853f9 mac: Add SparkleShareInviteOpener.app to the bundle 2012-02-18 18:30:31 +01:00
Hylke Bons bcc411e401 mac: implement protocol handler 2012-02-18 18:24:17 +01:00
Hylke Bons 8029c8a08d Add a skeleton sparkleshare:// protocol handler on the mac 2012-02-18 17:03:34 +01:00
Hylke Bons d5b23bf488 gitignore: remove *.app 2012-02-18 17:01:50 +01:00
Hylke Bons 1e8e439694 controller: use a lock for accessing Repositories. Fixes rare crashes when multiple threads want access 2012-02-18 01:52:17 +01:00
Hylke Bons 081450b9c9 event log, bubbles: move more logic to controllers 2012-02-18 01:01:24 +01:00
Hylke Bons fd8bbbf84b about: move more logic to controller 2012-02-18 00:06:33 +01:00
Hylke Bons c1d54929a4 invites: upload the user's pubkey on invite accept 2012-02-17 21:26:13 +01:00
Hylke Bons 85d33dd135 fetcher git: add FIXME 2012-02-17 02:48:41 +01:00
Hylke Bons 142cba55c1 Warn about invalid invites 2012-02-17 02:32:07 +01:00
Hylke Bons a93e496569 about: don't use eye bleeding orange with the new background 2012-02-17 02:19:54 +01:00
Hylke Bons 4df43c0d59 invites: fix some potential edge cases 2012-02-17 01:26:27 +01:00
Hylke Bons 419ad68a8d Merge branch 'invites' 2012-02-17 00:52:24 +01:00
Hylke Bons 44298936ec Finish support for invite.xml files dropped in ~/SparkleShare 2012-02-17 00:51:44 +01:00
Hylke Bons ef3f15ebcf repo git: adjust commit message for notes 2012-02-16 22:43:41 +01:00
Hylke Bons ebd445a7f5 setup: remove some strings 2012-02-15 22:18:08 +01:00
Hylke Bons 474fe6c98e setup: add more helpful help label to address field 2012-02-14 20:50:48 +01:00
Hylke Bons 7080a115e6 repo: don't recurse into first .git folder 2012-02-14 20:34:03 +01:00
Hylke Bons 2db5c8366c mac setup: Add an invite page 2012-02-14 17:23:08 +01:00
Hylke Bons b2bf69396c event log: remove static property from LinkClicked method 2012-02-13 23:20:04 +01:00
Hylke Bons b96fb4091c event log: remove static property from LinkClicked method 2012-02-13 21:27:53 +01:00
Hylke Bons 87111a8606 Refactor the invite system, warn if cloning's taking place already 2012-02-12 22:25:20 +01:00
serras 8d1b4f83ee Chnage slightly error message (closes #9) 2012-02-12 17:24:24 +01:00
serras 076081cc6a Try to fix issue #8 about unmanaged icons in GDI+ 2012-02-12 17:05:32 +01:00
serras dff0b80ab8 Update projects to use new files 2012-02-12 16:51:28 +01:00
serras 8c26969335 Merge branch 'master' into gettext-cs
Conflicts:
	SparkleLib/Git/SparkleFetcherGit.cs
2012-02-12 16:24:12 +01:00
Hylke Bons 2603303d35 controller: remove old methods 2012-02-12 16:22:08 +01:00
Hylke Bons 21a312cbd5 event log: create usable breadcrumbs for file paths 2012-02-12 15:44:43 +01:00
Hylke Bons dc70806984 Bump version to 0.8.2 2012-02-11 20:49:43 +01:00
Hylke Bons 301fa1a421 listener: rename some methods 2012-02-11 20:23:38 +01:00
Hylke Bons cded663950 invite: cleanup 2012-02-11 19:52:49 +01:00
Hylke Bons bb1ae7c7f1 mac: Properly focus the about dialog 2012-02-11 19:52:29 +01:00
Hylke Bons 1479581fb0 controller: change port for invite listener 2012-02-11 15:43:45 +01:00
Hylke Bons 93f9b7f777 event log: remove '.empty' files from rename entries of folders 2012-02-11 14:29:23 +01:00
Hylke Bons 5d95b0a220 mac watcher: remove debug output 2012-02-11 14:04:44 +01:00
Hylke Bons 8081f4d437 mac: Use native OS X FSEvents API to detect changes. Closes #472 2012-02-11 14:00:16 +01:00
Hylke Bons 39b4a8e335 listener tcp: fix some small issues 2012-02-10 14:26:33 +01:00
Hylke Bons 34a754f55d listener tcp: Improve reconnect logic to work in after system sleeps and handle more errors 2012-02-09 23:43:47 +01:00
Hylke Bons c3a08768aa repo: Fix compile error. Closes #571 2012-02-09 12:54:23 +01:00
Hylke Bons 06f70c5f2e More cleanup of SparkleLib API 2012-02-09 02:46:25 +01:00
Hylke Bons a4678941f4 Clean up SparkleLib API 2012-02-08 20:42:29 +01:00
Hylke Bons 64bf8dfb8e plugin: more cleanup 2012-02-08 14:56:37 +01:00
Hylke Bons b86325531b plugin: cleanup 2012-02-08 14:51:07 +01:00
Hylke Bons 42e5ba453a Remove last manpage line from makefile 2012-02-08 14:31:56 +01:00
Hylke Bons 9f283badda Fix compile warning 2012-02-08 14:10:57 +01:00