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

Back to archive index

upsil****@users***** upsil****@users*****
2015年 3月 6日 (金) 23:43:17 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  08f297db0a1c200894b428b757a238a1cefce22e (commit)
       via  33c24de32f78c92c132e85f2e3db2eabfaaed8ea (commit)
       via  52340160a6cbbfea2c28d7890fc633f733761e6e (commit)
       via  098cb30cd62eb6a1f78434dff403acde32d4e731 (commit)
       via  1931d8dce32f23ac3a642179948a0c7dafe8fd2d (commit)
       via  1066c0b71ebd16621adabab7ba36da979aefb95c (commit)
       via  2610df126eb3a16d931848eee86de3c791acc796 (commit)
      from  f8118eda294edea5397ec016a88dbe2b9fbf7351 (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 08f297db0a1c200894b428b757a238a1cefce22e
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Mar 6 23:06:34 2015 +0900

    GetSelectedTextメソッドの実装にdynamic型を使用

commit 33c24de32f78c92c132e85f2e3db2eabfaaed8ea
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Mar 6 23:04:03 2015 +0900

    TweenMain.WebBrowser_GetSelectionTextメソッドをWebBrowserの拡張メソッドに変更

commit 52340160a6cbbfea2c28d7890fc633f733761e6e
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Mar 6 21:00:45 2015 +0900

    PostBrowserの標準のショートカットキーの動作を一部有効にする
    
    従来 WebBrowserShortcutsEnabled を false にした上で Ctrl+C など一部のショートカットキーの動作を CommonKeyDown メソッドで再現していたが、
    WebBrowserShortcutsEnabled を true にしたまま特定のショートカットキー以外の入力を無効にすることで標準の挙動を生かした。
    これにより絵文字を含むテキストが正常にコピーされない問題が回避できる。

commit 098cb30cd62eb6a1f78434dff403acde32d4e731
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Thu Mar 5 10:33:36 2015 +0900

    Unicode絵文字が含まれるテキストがD&Dで投稿欄に入力できない問題を修正

commit 1931d8dce32f23ac3a642179948a0c7dafe8fd2d
Merge: 2610df1 1066c0b
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Fri Mar 6 23:16:38 2015 +0900

    Merge pull request #26 t-ashula/fix-travis-unfinish
    
    travis-ci ( mono ) でのテストが終了しない対策として moq に変更

commit 1066c0b71ebd16621adabab7ba36da979aefb95c
Author: t.ashula <t.ash****@gmail*****>
Date:   Fri Mar 6 10:34:37 2015 +0900

    change Mock library to Moq

commit 2610df126eb3a16d931848eee86de3c791acc796
Author: spx <spx26****@gmail*****>
Date:   Fri Mar 6 07:54:42 2015 +0900

    発言詳細欄の絵文字画像をドラッグすると強制終了することがある不具合を修正

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

Summary of changes:
 OpenTween.Tests/Connection/NetworkingTest.cs       |   14 +-
 OpenTween.Tests/MyCommonTest.cs                    |   20 +-
 OpenTween.Tests/OpenTween.Tests.csproj             |    9 +-
 .../Thumbnail/Services/FoursquareCheckinTest.cs    |    2 +-
 .../Thumbnail/Services/ImgAzyobuziNetTest.cs       |    2 +-
 .../Thumbnail/Services/MetaThumbnailServiceTest.cs |    2 +-
 .../Services/SimpleThumbnailServiceTest.cs         |    2 +-
 OpenTween.Tests/Thumbnail/Services/TinamiTest.cs   |    2 +-
 OpenTween.Tests/TweetThumbnailTest.cs              |    8 +-
 OpenTween.Tests/dlls/Moq.dll                       |  Bin 0 -> 661504 bytes
 OpenTween.Tests/dlls/Moq.license.txt               |   39 +
 OpenTween.Tests/dlls/Moq.xml                       | 5449 ++++++++++++++++++++
 OpenTween.Tests/dlls/NSubstitute.dll               |  Bin 544256 -> 0 bytes
 OpenTween.Tests/dlls/NSubstitute.license.txt       |   27 -
 OpenTween.Tests/dlls/NSubstitute.xml               |  259 -
 .../IThumbnailService.cs => Extensions.cs}         |   20 +-
 OpenTween/OpenTween.csproj                         |    1 +
 OpenTween/Tween.Designer.cs                        |    1 -
 OpenTween/Tween.cs                                 |   71 +-
 OpenTween/UserInfoDialog.cs                        |    4 +-
 20 files changed, 5573 insertions(+), 359 deletions(-)
 create mode 100644 OpenTween.Tests/dlls/Moq.dll
 create mode 100644 OpenTween.Tests/dlls/Moq.license.txt
 create mode 100644 OpenTween.Tests/dlls/Moq.xml
 delete mode 100644 OpenTween.Tests/dlls/NSubstitute.dll
 delete mode 100644 OpenTween.Tests/dlls/NSubstitute.license.txt
 delete mode 100644 OpenTween.Tests/dlls/NSubstitute.xml
 copy OpenTween/{Thumbnail/Services/IThumbnailService.cs => Extensions.cs} (63%)


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




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