[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.8-33-g0d63bd8

Back to archive index

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)




OpenTween-git メーリングリストの案内
Back to archive index