[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.2.9-44-g7bf8147

Back to archive index

upsil****@users***** upsil****@users*****
2015年 11月 1日 (日) 01:57:04 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  7bf814771bfd61baac95b5e6cfff4257e39d703d (commit)
      from  6cd83d978fd9d345460d74d1107f15ed43a29095 (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 7bf814771bfd61baac95b5e6cfff4257e39d703d
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Sun Nov 1 01:52:44 2015 +0900

    DMを使用してエラーレポートを送信する機能を実装
    
    送信するエラーレポートは gzip 圧縮し base64 エンコードされた上で DM で送られる

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

Summary of changes:
 OpenTween/ApplicationSettings.cs                   |    8 +
 OpenTween/ErrorReport.datasource                   |   10 +
 OpenTween/MyCommon.cs                              |   62 ++--
 OpenTween/OpenTween.csproj                         |   13 +
 OpenTween/Properties/Resources.Designer.cs         |   18 ++
 OpenTween/Properties/Resources.en.resx             |    6 +
 OpenTween/Properties/Resources.resx                |    6 +
 OpenTween/Resources/ChangeLog.txt                  |    2 +
 OpenTween/SendErrorReportForm.Designer.cs          |  137 ++++++++
 OpenTween/SendErrorReportForm.cs                   |  216 +++++++++++++
 ...hDialog.en.resx => SendErrorReportForm.en.resx} |   29 +-
 .../{AuthDialog.resx => SendErrorReportForm.resx}  |  328 ++++++++++++--------
 12 files changed, 655 insertions(+), 180 deletions(-)
 create mode 100644 OpenTween/ErrorReport.datasource
 create mode 100644 OpenTween/SendErrorReportForm.Designer.cs
 create mode 100644 OpenTween/SendErrorReportForm.cs
 copy OpenTween/{AuthDialog.en.resx => SendErrorReportForm.en.resx} (88%)
 copy OpenTween/{AuthDialog.resx => SendErrorReportForm.resx} (59%)


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




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