[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.2.5-93-gcd0d182

Back to archive index

upsil****@users***** upsil****@users*****
2015年 5月 22日 (金) 06:17:57 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  cd0d182ce475abcf324518a7d17aabc68e5af3b9 (commit)
       via  bcfca22d80d75a9edddb184c62095b08834c6ac1 (commit)
       via  2b58cc7b661a94aaa401f1fbe95672697733029c (commit)
       via  8fa643800880b0bb0cf4280a4ff398cfd4a4e907 (commit)
       via  b853768692bc4249ac6841f22adb4f8a6ecce25a (commit)
       via  20b75a8e24fceeace9f7093b6ae253205154a442 (commit)
       via  ea94e1086fdd3fe0e8ed9f51fe9cd40db778d84b (commit)
       via  0a39c99d0633b02eca990dac4c92af44b5b09ff5 (commit)
       via  e78ae0605ff72c6394c7e6d5e5e987f95d3a2025 (commit)
       via  515292a7e56d8fabfb16cc73b0f7c2a09cde31d0 (commit)
       via  4eb32d7482023bab793d9b8ca75b2d3b0ecce8cb (commit)
      from  a401fd3a819a4207b0ff4844b137473d93d177f8 (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 cd0d182ce475abcf324518a7d17aabc68e5af3b9
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 05:58:50 2015 +0900

    引用ツイートのリンク先URLに正しくscreenNameを含める

commit bcfca22d80d75a9edddb184c62095b08834c6ac1
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 04:57:10 2015 +0900

    WaitingDialogを使用している一部のタスクのキャンセルに対応
    
    フォロー/フォロー解除はキャンセル不可のため非対応

commit 2b58cc7b661a94aaa401f1fbe95672697733029c
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 04:42:52 2015 +0900

    ListAvailable, ListManage の初回読み込みに失敗した場合はダイアログを閉じる

commit 8fa643800880b0bb0cf4280a4ff398cfd4a4e907
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 04:42:10 2015 +0900

    ListAvailable, ListManage のリスト取得のコードを整理

commit b853768692bc4249ac6841f22adb4f8a6ecce25a
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 03:47:42 2015 +0900

    FormInfoクラスを削除

commit 20b75a8e24fceeace9f7093b6ae253205154a442
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 03:47:17 2015 +0900

    待機画面にFormInfoを使用した処理をWaitingDialogに置き換え

commit ea94e1086fdd3fe0e8ed9f51fe9cd40db778d84b
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 03:44:56 2015 +0900

    タスクが待機中であることを表示するWaitingDialogを追加
    
    BackgroundWorker を内部に用いた FormInfo の Task 版を想定

commit 0a39c99d0633b02eca990dac4c92af44b5b09ff5
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri May 22 06:12:01 2015 +0900

    ブラウザで直接URLを開く機能をOpenUriInBrowserAsyncメソッドで提供
    
    URL に応じて OpenTween 内のタブで開くような動作には OpenUriAsync メソッドを使用する

commit e78ae0605ff72c6394c7e6d5e5e987f95d3a2025
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun May 17 19:57:22 2015 +0900

    発言詳細部のリンクをクリックした場合と「発言内URLを開く」の挙動を統一

commit 515292a7e56d8fabfb16cc73b0f7c2a09cde31d0
Author: spx <spx26****@gmail*****>
Date:   Sun May 17 20:28:41 2015 +0900

    ミュートタブのルールにマッチすると消せない未読が増える不具合を修正
    破棄するので_tmpIdsへの追加は必要ない

commit 4eb32d7482023bab793d9b8ca75b2d3b0ecce8cb
Author: spx <spx26****@gmail*****>
Date:   Sun May 17 16:08:34 2015 +0900

    引用ツイート内の絵文字画像に付く枠線を除去

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

Summary of changes:
 OpenTween.Tests/TweenMainTest.cs                   |    6 +-
 OpenTween/EventViewerDialog.cs                     |    2 +-
 OpenTween/FormInfo.Designer.cs                     |   74 --
 OpenTween/FormInfo.cs                              |  177 -----
 OpenTween/FormInfo.resx                            |  192 -----
 OpenTween/ListAvailable.cs                         |   95 ++-
 OpenTween/ListManage.cs                            |   80 ++-
 OpenTween/OpenTween.csproj                         |   18 +-
 OpenTween/Resources/ChangeLog.txt                  |    2 +
 OpenTween/SearchWordDialog.cs                      |    2 +-
 OpenTween/StatusDictionary.cs                      |    3 +-
 OpenTween/Tween.cs                                 |  736 +++++++++-----------
 OpenTween/UserInfoDialog.cs                        |   33 +-
 OpenTween/WaitingDialog.Designer.cs                |   80 +++
 OpenTween/WaitingDialog.cs                         |  169 +++++
 .../{ApiInfoDialog.resx => WaitingDialog.resx}     |    0
 16 files changed, 712 insertions(+), 957 deletions(-)
 delete mode 100644 OpenTween/FormInfo.Designer.cs
 delete mode 100644 OpenTween/FormInfo.cs
 delete mode 100644 OpenTween/FormInfo.resx
 create mode 100644 OpenTween/WaitingDialog.Designer.cs
 create mode 100644 OpenTween/WaitingDialog.cs
 copy OpenTween/{ApiInfoDialog.resx => WaitingDialog.resx} (100%)


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




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