Commit graph

3575 commits

Author SHA1 Message Date
Hylke Bons c0e00ddf61 mac: clean up 2012-11-24 11:27:45 +00:00
Hylke Bons 3ac2fa214d mac: remove a lot of boilerplate 2012-11-23 16:22:13 +00:00
Hylke Bons 60f5ec1208 repo: don't allow force retry when already syncing 2012-11-23 11:37:56 +00:00
Hylke Bons 128eedae3f statusicon: don't add an action to folders that have an error submenu 2012-11-23 10:09:16 +00:00
Hylke Bons 5fbbf973ed repo: fix typo 2012-11-23 10:08:50 +00:00
Hylke Bons 1add1e2e84 repo statusicon: add error type: 'project not found' 2012-11-23 00:20:43 +00:00
Hylke Bons 09165e21c0 bump version to 0.9.9 2012-11-22 22:53:25 +00:00
Hylke Bons 804439569d mac: add status icons @2x, #1072 2012-11-22 22:16:46 +00:00
Hylke Bons efa295c41d mac: add about-dialog@2x.png, #1072 2012-11-22 21:32:49 +00:00
Hylke Bons 2246a65f70 mac: add plugin images @2x, #1072 2012-11-22 19:27:48 +00:00
Hylke Bons cac5d7e0e2 mac: add side-splash@2x.png, #1072 2012-11-22 18:15:14 +00:00
Hylke Bons 0eb2daa13d windows statusicon: bring in line with new design 2012-11-22 14:07:07 +00:00
Hylke Bons fe6a82d287 linux statusicon: bring in line with new design 2012-11-22 13:17:04 +00:00
Hylke Bons 269d0918a4 Merge branch 'master' of https://github.com/hbons/SparkleShare 2012-11-22 12:33:54 +00:00
Hylke Bons fc33af3378 fetcher: log exceptions more cleanly 2012-11-22 12:32:04 +00:00
Hylke Bons 6578e90b02 mac statusicon: put noise in submenu 2012-11-22 12:19:37 +00:00
Hylke Bons 187f4d3ad5 fetcher git: simplify 2012-11-22 09:46:49 +00:00
Hylke Bons ac7359428c Merge pull request #1079 from nicolas-raoul/patch-5
build MonoMac.dll if needed. Not sure you want to include it in this doc as it might not happen often, but anyway...
2012-11-22 00:49:45 -08:00
Nicolas Raoul 427cef7e30 build MonoMac.dll if needed 2012-11-22 15:03:53 +09:00
Hylke Bons e947745fa1 repo git: fix parsing of changed host key error. #1078 2012-11-21 23:08:32 +00:00
Hylke Bons b3e0c15dd6 windows: add debug rule for #1037 2012-11-21 09:33:47 +00:00
Hylke Bons 1cce6f9b00 repo git: don't try to resolve conflicts when a rebase failed due to locked files 2012-11-21 09:22:55 +00:00
Hylke Bons b5b1e15de9 Merge pull request #1074 from nicolas-raoul/patch-4
Won't build if pkgconfig is not installed
2012-11-21 00:02:06 -08:00
Nicolas Raoul d501360745 Won't build if pkgconfig is not installed 2012-11-21 12:55:08 +09:00
Hylke Bons 965278e189 repo git: fix getting stuck in conflict resolution loop when there are no conflicts 2012-11-20 20:33:02 +00:00
Hylke Bons 9d3e335334 more cleanup 2012-11-19 15:47:28 +00:00
Hylke Bons 3774f3cde6 clean up 2012-11-19 15:06:56 +00:00
Hylke Bons 80c4b2545f controller: try moving projects from .tmp twice and add more debug output 2012-11-19 12:16:57 +00:00
Hylke Bons 0494908972 repo git: reuse regex objects 2012-11-18 18:49:57 +00:00
Hylke Bons 1c67f389bd linux: fix compile error 2012-11-18 15:29:22 +00:00
Hylke Bons 51eee1a82f linux: fix compile error 2012-11-18 15:28:14 +00:00
Hylke Bons d193f52af5 statusicon: start on a new thread when forcing a retry 2012-11-18 15:00:34 +00:00
Hylke Bons 1c36101212 statusicon: fix progress not appearing sometimes 2012-11-18 14:29:10 +00:00
Hylke Bons 90f161174f repo git: catch any exceptions trying to parse transfer speeds 2012-11-18 11:36:09 +00:00
Hylke Bons 753f66ca30 update News 2012-11-18 11:35:49 +00:00
Hylke Bons 54af00f76e statusicon: rearrange and keep references to all NSObjects on mac 2012-11-18 11:18:23 +00:00
Hylke Bons 4e1b5c17e0 setup: keep header on one line 2012-11-17 23:57:13 +00:00
Hylke Bons 69cf6f690f pass transfer speeds in bytes, not strings. report both directions when needed. 2012-11-17 23:05:29 +00:00
Hylke Bons 4bb41bf9f6 repo git: show error when we can't rebase due to locked files 2012-11-17 19:03:37 +00:00
Hylke Bons 5ff2645be3 setup: word-wrap on list points when they're long. fixes #1068 2012-11-17 18:29:11 +00:00
Hylke Bons 8869663104 statusicon: make sure mnemonics don't show up in folder names. #1066 2012-11-17 00:02:03 +00:00
Hylke Bons 01955ff395 controller: simplify method 2012-11-16 11:07:04 +00:00
Hylke Bons bb5fdc4ce7 update Mac Readme 2012-11-16 11:06:36 +00:00
Hylke Bons aa71874b5a repo git: don't abort rebase on startup, fix conflicts instead. fixes #1058 2012-11-16 10:05:57 +00:00
Hylke Bons 7c12a2f14f repo git: always use the default repo branch, even if it's not master 2012-11-12 22:47:40 +00:00
Hylke Bons f303f938c4 bump version to 0.9.8 2012-11-11 21:33:57 +00:00
Hylke Bons c0e42ec0a6 bubbles: make sure grammar for number of events is always correct 2012-11-11 19:16:32 +00:00
Hylke Bons 9bcbec8d84 repo git: temporarily set core.ignorecase=true when rebasing to prevent conflicts. fixes #721 2012-11-11 19:15:42 +00:00
Hylke Bons 4818a07315 remove buggy implementation of menu overflow. #1015 2012-11-11 12:39:28 +00:00
Hylke Bons 9f31fb3161 eventlog: fix broken history for file names with unicode characters. #1023 2012-11-10 22:12:38 +00:00