[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.3.2-129-gcdd29bc

Back to archive index

upsil****@users***** upsil****@users*****
2016年 5月 31日 (火) 00:40:24 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  cdd29bc326602d796c8d4ba6482e2405a94b05d6 (commit)
       via  a320764080f80f6a41daa3e87868ca4180872038 (commit)
       via  f95c88df5334f4da44baa170530c272486ad2e41 (commit)
       via  e70964d461eabe4e7e705cb2f112f2139c1e2aee (commit)
       via  f8eb0f1e5019085e6df3f22c59029ef5784768ca (commit)
       via  a77fbe193c9d413a68d116730db8f17f656a718d (commit)
       via  333575b160f0ac8c7b6f8b4f864f9e1d682e3d8a (commit)
       via  c469921a946af3d7fcbac70afb8f5cb3e96c2347 (commit)
      from  6866861913afdb053718c88cfee0c1c640e7ae98 (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 cdd29bc326602d796c8d4ba6482e2405a94b05d6
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun May 29 08:57:12 2016 +0900

    TweetDetailsView内のイベントハンドラの設定漏れを修正
    
    Fixes: f0d946bc ("発言詳細欄をTweetDetailsViewクラスに分離")

commit a320764080f80f6a41daa3e87868ca4180872038
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 31 00:16:27 2016 +0900

    TweenMain.ur をローカル変数に移動

commit f95c88df5334f4da44baa170530c272486ad2e41
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 31 00:16:10 2016 +0900

    StringComparison.Ordinalの指定漏れを修正

commit e70964d461eabe4e7e705cb2f112f2139c1e2aee
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 31 00:15:39 2016 +0900

    ドキュメントコメントの誤りを修正

commit f8eb0f1e5019085e6df3f22c59029ef5784768ca
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 31 00:14:33 2016 +0900

    静的メンバーしか持たないクラスの宣言にstaticを付ける

commit a77fbe193c9d413a68d116730db8f17f656a718d
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Tue May 31 00:12:26 2016 +0900

    冗長な記述を削除 (不要な .ToString(), 括弧など)
    
    Xamarin Studio で指摘された箇所をざっくり修正

commit 333575b160f0ac8c7b6f8b4f864f9e1d682e3d8a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Mon May 30 21:20:25 2016 +0900

    (Nullable<TimeSpan>)null の代わりに TimeSpan.Zero を使用する

commit c469921a946af3d7fcbac70afb8f5cb3e96c2347
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Mon May 30 21:17:42 2016 +0900

    不要なローカル変数を削除

-----------------------------------------------------------------------

Summary of changes:
 .../Thumbnail/Services/FoursquareCheckinTest.cs    |    8 +--
 OpenTween.Tests/Thumbnail/Services/TumblrTest.cs   |    4 +-
 OpenTween/Api/DataModel/TwitterError.cs            |    2 +-
 OpenTween/AppendSettingDialog.cs                   |    2 +-
 OpenTween/ApplicationSettings.cs                   |    2 +-
 OpenTween/AuthDialog.cs                            |    2 +-
 OpenTween/Connection/Mobypicture.cs                |    1 +
 OpenTween/Connection/TwitterPhoto.cs               |    2 +-
 OpenTween/Connection/imgly.cs                      |    2 +-
 OpenTween/Connection/yfrog.cs                      |    2 +-
 OpenTween/DetailsListView.cs                       |    2 +-
 OpenTween/EventViewerDialog.cs                     |   10 ++--
 OpenTween/FilterDialog.cs                          |    4 +-
 OpenTween/HookGlobalHotkey.cs                      |    4 +-
 OpenTween/ListManage.cs                            |    2 +-
 OpenTween/MemoryImage.cs                           |    2 +-
 OpenTween/Models/FilterTabModel.cs                 |    2 +-
 OpenTween/Models/PostClass.cs                      |    2 +-
 OpenTween/Models/TabInformations.cs                |    3 +-
 OpenTween/MyCommon.cs                              |   22 +++----
 OpenTween/NativeMethods.cs                         |    4 +-
 OpenTween/OTBaseForm.cs                            |    1 -
 OpenTween/ShortUrl.cs                              |    2 +-
 OpenTween/TabException.cs                          |    2 +-
 OpenTween/Thumbnail/MapThumbGoogle.cs              |    4 +-
 OpenTween/Thumbnail/MapThumbOSM.cs                 |    2 +-
 OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs     |    2 +-
 OpenTween/Thumbnail/ThumbnailGenerator.cs          |    2 +-
 OpenTween/ToolStripAPIGauge.cs                     |    1 -
 OpenTween/Tween.cs                                 |   62 +++++++++-----------
 OpenTween/TweetDetailsView.Designer.cs             |    4 ++
 OpenTween/TweetDetailsView.cs                      |   30 +++++-----
 OpenTween/TweetThumbnail.cs                        |    2 +-
 OpenTween/Twitter.cs                               |   10 ++--
 OpenTween/UserInfoDialog.cs                        |    2 +-
 OpenTween/WebApiException.cs                       |    2 +-
 OpenTween/WebBrowserController.cs                  |    4 +-
 37 files changed, 107 insertions(+), 109 deletions(-)


hooks/post-receive
-- 
open-tween (opentween)




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