upsil****@users*****
upsil****@users*****
2013年 2月 20日 (水) 22:42:02 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "open-tween" repository containing the "opentween" project. The branch, master has been updated via 0d63bd899226c18d956db5ef1c6807539597e531 (commit) via cfaefbb6d06242726a625b2afea85e529a284f8d (commit) via fec0f4c731e81a43b54e170b2f41f8f650c80262 (commit) via b59d9b0aa864d0fb1866397b8d3263aaf1b2c58c (commit) via 933679b50b88e7ba4271c2abe1917e05203410fc (commit) via 1d9dec511d1aae6339112cba03ea6269f65b3148 (commit) from f1035746700522aff0bde4febff1a2d38f9184d9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d63bd899226c18d956db5ef1c6807539597e531 Merge: cfaefbb f103574 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Wed Feb 20 22:39:32 2013 +0900 Merge remote-tracking branch 'sfjp/master' commit cfaefbb6d06242726a625b2afea85e529a284f8d Author: Kimura Youichi <kim.u****@bucyo*****> Date: Mon Feb 11 22:13:58 2013 +0900 ToolStripAPIGauge ãæ¸ãç´ã commit fec0f4c731e81a43b54e170b2f41f8f650c80262 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Mon Feb 18 21:32:02 2013 +0900 APIã¬ã¼ããªãããå¨ãã®å®è£ ãä¿®æ£ commit b59d9b0aa864d0fb1866397b8d3263aaf1b2c58c Author: Kimura Youichi <kim.u****@bucyo*****> Date: Wed Feb 20 23:31:10 2013 +0900 .NET ç°å¢ã§ TweetThumbnailTest.ScrollTest ãå®è¡ããªãããã«ä¿®æ£ commit 933679b50b88e7ba4271c2abe1917e05203410fc Author: Kimura Youichi <kim.u****@bucyo*****> Date: Mon Feb 11 16:48:54 2013 +0900 ImageCache.Dispose() ã§ç ´æ£ãã対象ãééãã¦ããåé¡ãä¿®æ£ ä¸è¨ã®ãããªã¨ã©ã¼ãå ±åãããäºã«ããã > ä¾å¤ System.InvalidOperationException: ã¿ã¹ã¯ãç ´æ£ã§ããã®ã¯ããã®ã¿ã¹ã¯ãå®äºç¶æ (RanToCompletionãFaultedãã¾ã㯠Canceled) ã®å ´åã ãã§ãã commit 1d9dec511d1aae6339112cba03ea6269f65b3148 Author: Kimura Youichi <kim.u****@bucyo*****> Date: Sat Feb 9 20:19:14 2013 +0900 OTWebClientãè¤æ°ã®ãªã¯ã¨ã¹ãã®åæå®è¡ã«å¯¾å¿åºæ¥ã¦ããªãåé¡ãä¿®æ£ ä»ã®ã¨ãã1ã¤ã®OTWebClientã¤ã³ã¹ã¿ã³ã¹ã§è¤æ°åãªã¯ã¨ã¹ããéã使ãæ¹ã¯ãã¦ããªãããåé¡ã¯èµ·ãã¦ããªã ----------------------------------------------------------------------- Summary of changes: .../Api/ApiLimitTest.cs | 37 +- OpenTween.Tests/Api/TwitterApiStatusTest.cs | 281 +++++++++++ OpenTween.Tests/ApiInformationTest.cs | 137 ------ OpenTween.Tests/OpenTween.Tests.csproj | 6 +- OpenTween.Tests/ToolStripAPIGaugeTest.cs | 107 +++++ OpenTween.Tests/TweetThumbnailTest.cs | 1 + OpenTween/Api/ApiLimit.cs | 71 +++ .../TwitterApiAccessLevel.cs} | 11 +- OpenTween/Api/TwitterApiStatus.cs | 159 +++++++ OpenTween/ApiInformation.cs | 491 -------------------- OpenTween/AppendSettingDialog.cs | 27 +- OpenTween/Connection/HttpTwitter.cs | 61 ++- OpenTween/DataModel.cs | 14 +- OpenTween/ImageCache.cs | 6 +- OpenTween/MyCommon.cs | 3 +- OpenTween/OTWebClient.cs | 4 +- OpenTween/OpenTween.csproj | 4 +- OpenTween/Resources/ChangeLog.txt | 1 + OpenTween/ToolStripAPIGauge.cs | 229 +++++----- OpenTween/Tween.cs | 54 +-- OpenTween/Twitter.cs | 61 +-- 21 files changed, 885 insertions(+), 880 deletions(-) copy OpenTween/Thumbnail/Services/PhotoShareShortlink.cs => OpenTween.Tests/Api/ApiLimitTest.cs (52%) create mode 100644 OpenTween.Tests/Api/TwitterApiStatusTest.cs delete mode 100644 OpenTween.Tests/ApiInformationTest.cs create mode 100644 OpenTween.Tests/ToolStripAPIGaugeTest.cs create mode 100644 OpenTween/Api/ApiLimit.cs copy OpenTween/{Thumbnail/Services/IThumbnailService.cs => Api/TwitterApiAccessLevel.cs} (81%) create mode 100644 OpenTween/Api/TwitterApiStatus.cs delete mode 100644 OpenTween/ApiInformation.cs hooks/post-receive -- open-tween (opentween)