From upsilon ¡÷ users.sourceforge.jp Tue Oct 23 06:36:47 2012 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Tue, 23 Oct 2012 06:36:47 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.6-5-g9a33550 Message-ID: <1350941807.027069.8399.nullmailer@users.sourceforge.jp> 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 9a335504ac6ca33b96fbed4524aad886f4a1f787 (commit) from 9fb185f8834c8b84a183ccf315fb212275ee7f35 (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 9a335504ac6ca33b96fbed4524aad886f4a1f787 Author: spx Date: Fri Oct 19 10:01:04 2012 +0900 PublicSearch??inceId??½¿?????????ä¿?? ----------------------------------------------------------------------- Summary of changes: OpenTween/Twitter.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon ¡÷ users.sourceforge.jp Tue Oct 23 06:41:23 2012 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Tue, 23 Oct 2012 06:41:23 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.6-6-g04ecb2d Message-ID: <1350942083.369226.25829.nullmailer@users.sourceforge.jp> 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 04ecb2d043c015c269a2c15724014fe83fe88eff (commit) from 9a335504ac6ca33b96fbed4524aad886f4a1f787 (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 04ecb2d043c015c269a2c15724014fe83fe88eff Author: Kimura Youichi Date: Tue Oct 23 06:40:56 2012 +0900 ChangeLog?´æ? ----------------------------------------------------------------------- Summary of changes: OpenTween/Resources/ChangeLog.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- open-tween (opentween) From upsilon ¡÷ users.sourceforge.jp Tue Oct 23 07:01:08 2012 From: upsilon ¡÷ users.sourceforge.jp (upsilon ¡÷ users.sourceforge.jp) Date: Tue, 23 Oct 2012 07:01:08 +0900 Subject: [OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.0.6-8-gae8d3b0 Message-ID: <1350943268.559662.10505.nullmailer@users.sourceforge.jp> 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 ae8d3b02f34496b51caf2505ae68070ee14a663c (commit) via cd24de4cfdd5df27f4d3cedd961980793f19bc45 (commit) from 04ecb2d043c015c269a2c15724014fe83fe88eff (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 ae8d3b02f34496b51caf2505ae68070ee14a663c Author: Kimura Youichi Date: Tue Oct 23 06:28:24 2012 +0900 img.azyobuzi.net ??½¿??????????¤ã?è¡?¤º???å¿? * ä¸???????? img.opentween.org ???????????? * ?????¤±????????????対å?????????RL??????å¾?????????¤ã?è¡?¤º????¸ã????使ã???? commit cd24de4cfdd5df27f4d3cedd961980793f19bc45 Author: Kimura Youichi Date: Sun Aug 26 07:16:24 2012 +0900 ?µã???????????¸ã??´ã? 大é????è¨??????¥ã? Thumbnail ????¹ã? TweetThumbnail ??ThumbnailGenerator ?????? ???å°??????°ã??³æ?æ§????¿½??????????????????????æ°????? ----------------------------------------------------------------------- Summary of changes: OpenTween/AppendSettingDialog.Designer.cs | 748 +++--- OpenTween/AppendSettingDialog.resx | 1791 ++++++++--- OpenTween/{PictureBoxEx.cs => OTWebClient.cs} | 37 +- OpenTween/OpenTween.csproj | 26 + OpenTween/Resources/ChangeLog.txt | 2 + OpenTween/ShortUrl.cs | 1 + OpenTween/Thumbnail/Services/Foursquare.cs | 39 + .../Services/IThumbnailService.cs} | 22 +- OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs | 124 + .../Thumbnail/Services/MetaThumbnailService.cs | 80 + OpenTween/Thumbnail/Services/Nicovideo.cs | 189 ++ .../Services/PhotoShareShortlink.cs} | 37 +- .../Services/Pixiv.cs} | 31 +- .../SimpleThumbnailService.cs} | 38 +- OpenTween/Thumbnail/Services/Tinami.cs | 67 + OpenTween/Thumbnail/Services/Tumblr.cs | 92 + OpenTween/Thumbnail/Services/ViaMe.cs | 68 + OpenTween/Thumbnail/Services/Vimeo.cs | 74 + OpenTween/Thumbnail/Services/Youtube.cs | 182 ++ OpenTween/Thumbnail/ThumbnailGenerator.cs | 3180 +------------------ .../ThumbnailInfo.cs} | 24 +- OpenTween/Tween.Designer.cs | 28 +- OpenTween/Tween.cs | 34 +- OpenTween/Tween.resx | 3404 +++++++++++--------- OpenTween/TweetThumbnail.Designer.cs | 64 + OpenTween/TweetThumbnail.cs | 211 ++ ...pdateDialog.zh-CHS.resx => TweetThumbnail.resx} | 8 +- 27 files changed, 4936 insertions(+), 5665 deletions(-) copy OpenTween/{PictureBoxEx.cs => OTWebClient.cs} (59%) create mode 100644 OpenTween/Thumbnail/Services/Foursquare.cs copy OpenTween/{Connection/IMultimediaShareService.cs => Thumbnail/Services/IThumbnailService.cs} (56%) create mode 100644 OpenTween/Thumbnail/Services/ImgAzyobuziNet.cs create mode 100644 OpenTween/Thumbnail/Services/MetaThumbnailService.cs create mode 100644 OpenTween/Thumbnail/Services/Nicovideo.cs copy OpenTween/{PictureBoxEx.cs => Thumbnail/Services/PhotoShareShortlink.cs} (56%) copy OpenTween/{PictureBoxEx.cs => Thumbnail/Services/Pixiv.cs} (57%) copy OpenTween/Thumbnail/{MapThumbOSM.cs => Services/SimpleThumbnailService.cs} (50%) create mode 100644 OpenTween/Thumbnail/Services/Tinami.cs create mode 100644 OpenTween/Thumbnail/Services/Tumblr.cs create mode 100644 OpenTween/Thumbnail/Services/ViaMe.cs create mode 100644 OpenTween/Thumbnail/Services/Vimeo.cs create mode 100644 OpenTween/Thumbnail/Services/Youtube.cs copy OpenTween/{Connection/IMultimediaShareService.cs => Thumbnail/ThumbnailInfo.cs} (56%) create mode 100644 OpenTween/TweetThumbnail.Designer.cs create mode 100644 OpenTween/TweetThumbnail.cs copy OpenTween/{UpdateDialog.zh-CHS.resx => TweetThumbnail.resx} (95%) hooks/post-receive -- open-tween (opentween)