Commit graph

147 commits

Author SHA1 Message Date
tsutsui
c9646883da mikutter: update to 3.7.3.
Upstream changes:

mikutter 3.7.3

* crashed on start up when the twitter plugin was removed
 * thanks cob odo
* reduce cpu load of drawing timeline when higher calculation load of score
* World: could not switch accounts in some cases
* hight of buttons was changed per hight of the listview
 * thanks Yuto Tokunaga
* make a background color of tab icons transparent
 * thanks Yuto Tokunaga
* make a background color of thumbnail of form DSL photoselect
 * thanks Yuto Tokunaga
* command: remove dependency of Web plugin
* command: non-browser applications were suggested as the Intent for
  "Open in browser" command
 * thanks ncaq net
2018-07-14 16:59:25 +00:00
tsutsui
d7f9124696 mikutter: pull upstream fixes. 2018-07-08 06:08:09 +00:00
tsutsui
520d55ca63 mikutter: update to 3.7.2.
pkgsrc changes:

* drop json_pure dependency
  https://dev.mikutter.hachune.net/issues/1246

Upstream changes:

mikutter 3.7.2

* add a setting to disable extracting custom emoji
* handle a case that Twitter API returns non-URL strings as an entity
 * thanks cob odo
* unify options of remain_charcount with compose spell
 * thanks Shibafu Midorino
* stack overflow when strings which include URL are entered
 * thanks Shibafu Midorino
* import https://github.com/cobodo/photo_support_extra
 * thanks cob odo
* remain_charcount Spell
 * thanks Shibafu Midorino
* not enough height of a list in the extract tab's setting window
  in some case
 * thanks Yuto Tokunaga

Fixed several crash bugs.
2018-06-11 14:09:11 +00:00
tsutsui
71ddbfdba5 mikutter: update to 3.7.1.
pkgsrc changes:

* add MESSAGE file that describes how to use Twitter via mikutter
  even after mikutter's Twitter API keys have been suspended
* explicitly require updated ruby-gnome2-glib 3.2.5nb1

Upstream changes:

mikutter 3.7.1

* crashed on showing system messages in some case

mikutter 3.7.0

* Score
 * custom emoji
* change a cursor shape on clickable elements on timeline
 * thanks Yuto Tokunaga
* stop auto scroll when mouse-over icon buttons are shown
 * @cobodo
* improve an open file dialog
 * @cobodo
* Photo Variant
* provide a simpler method to replace Twitter's consumer key
2018-05-27 05:17:40 +00:00
tsutsui
a4809c4ade mikutter: update to 3.6.7.
pkgsrc changes:
- use https for MASTER_SITES and HOMEPAGE
- depends on a patched ruby-gnome2-gtk

Upstream changes:

mikutter 3.6.7

* explicitly use stable gtk2 gem 3.2.1 due to regressions of newer version
* twitter: updates of timeline by REST API didn't work
* modify_world didn't work
 * thanks Akira Ouchi
2018-04-29 15:56:57 +00:00
tsutsui
6dd8e1314c mikutter: update to 3.6.6.
Upstream changes:

mikutter 3.6.6

* some README contents were obsolete
* tweets fetched via userstream were not in extended_mode
* account registration per tutorial stalled in some case
* gtk: window roll commands whose visible attribute was false was
  shown on the toolbar
* gtk2 3.2.4
* a command to switch to a specific account didn't work
2018-04-21 04:39:41 +00:00
tsutsui
e3deab362e mikutter: update to 3.6.5.
pkgsrc changes:
* explicitly depends on json_pure gem as per Gemfile
* remove patches that has been integrated in upstream

Upstream changes:

mikutter 3.6.5

* world: on serializing World Model, change format to JSON to use
  functions of Diva
* show an active account name in tooltip when mouse hovers on
  World Shifter icon
* logo image in Form DSL about dialog widget was not shown in some case
* avoid warning caused by use of a deprecated constant
* follows and followers are not taken properly so that notifications
  of follow and remove didn't work
* form DLS options were not in order
* Twitter: time of direct messages in the Activity tab was shown in UTC
* clear search timeline if blank is specified in the search box
* update description of requirements in README by assuming use of bundler
* twitpic images were not shown in some case
2018-03-09 14:37:02 +00:00
tsutsui
346c72bee2 mikutter: update to 3.6.4.
Upstream changes:

mikutter 3.6.4

* modify implementation of Reserver to suppress warning messages
* fix crash in multiselect when options without body were passed
  (thanks @ahiru)
* fix crash on "mikutter.rb spec" due to uninitialized Delayer
  (thanks: @moguno)
2018-02-25 02:15:19 +00:00
tsutsui
a093d69294 mikutter: update to 3.6.3.
Upstream changes:

mikutter 3.6.3

* "reply" of mikutter commands doesn't appear in non Twitter Worlds
* crashed on registrating already registered World again
* fix use of deperecated methods of Pango (thanks: akkiesoft)
2018-02-10 14:52:46 +00:00
tsutsui
6cc553305b mikutter: update to 3.6.2.
Upstream changes:

mikutter 3.6.2

* update translations
* cannot send a carsh report but gets Segmentation Fault on crash
  during a Gtk event callback
* crash when plugins written for 3.4 and prior try to access nonexistent
  images
* crash on opening a URL using an external browser on Windows
2018-02-08 14:55:28 +00:00
tsutsui
2407bde169 mikutter: update to 3.6.1.
Upstream changes:

mikutter 3.6.1

* happy new year
* honor iPhone X
* require Diva gem 0.3.1 or later
 * JSON exported Time was not in iso8601 format
* Spell to update user profile (thanks shibafu528)
* fix typo (thanks akkiesoft)
* twitter: crash when using World other than Twitter due to wrong assumption
           that User#idname was always defined
* openimg: sporadic crash when opening images
2018-01-14 05:15:05 +00:00
tsutsui
f6451785e2 mikutter: pull upstream fix for ticket 1137 (errors on image preview).
Bump PKGREVISION.
2018-01-13 04:46:39 +00:00
tsutsui
97afa366ae mikutter: update to 3.6.0.
Upstream change:

mikutter 3.6.0

* World
 * Twitter functions are now implemented as a plugin
 * Service is no longer available, so the World plugin provides an equivalent
   of Service
* Spell
* Form DSL
 * generalized modules for settings etc. so make it possible to use it
   in Dialog etc.
 * photo select
  * select images
 * label
 * link (Model viewer)
* Dialog DSL/dialog method
 * universal interface for plugins to show a dialog box
 * no dependencies on Gtk
* Photo Model
 * preserve image URLs for multiple sizes and use a proper larger size
   one for requested image
* new setting in config for the maxinum number of tweets in timelines
* settings
 * tree structure in side menu by "settings" block
 * improve drawing speed for settings with many items
* appearance settings for PostBox and World Shifter
* requires Ruby 2.3 and later
* gems for mikutter project
 * use Diva gem
  * new gem derived from mikutter
  * replacement of Retriever, mikutter still provides Retriever compatible
    interfaces
 * Delayer Deferred 2
  * async/await
2017-12-30 05:05:14 +00:00
tsutsui
2894c5c9af mikutter: update to 3.5.15.
Upstream change:

- use Ruby-GNOME2 3.2.0
2017-11-19 12:57:11 +00:00
tsutsui
11c5aa52ee mikutter: update to 3.5.14.
Upstream changes:

- Activity: possible crash if loading icon is complete after the record
            disappeared
- make URI decoding strategies expandable by plugins
 - this makes it possible to handle Windows paths by plugins
2017-11-12 16:27:23 +00:00
tsutsui
dee6fc1526 mikutter: update to 3.5.13.
Upstream changes:

- use ruby-gtk2 3.1.9 (thanks @Phenomer)
- activity plugin crash problem
- MIKUTTER_CONFROOT environment for Gemfile was dealt differently
  from mikutter itself
2017-10-28 14:41:38 +00:00
tsutsui
4bc067c672 mikutter: update to 3.5.12.
Upstream changes:

- support an error response when the account is locked (thanks @sushi514)
- add an environment variable MIKUTTER_CONFROOT
- sweep legacy code
2017-10-17 14:10:45 +00:00
tsutsui
65e9690a3c Update mikutter to 3.5.11.
Upstream changes:

- crash on startup if develop version (3.6) is never used
2017-09-03 04:34:22 +00:00
tsutsui
bdcc5a9fd9 Update mikutter to 3.5.10.
pkgsrc changes:

- add a patch for workaround for upstream Redmine ticket #1064
- update dependencies per upstream Gemfile

Upstream changes:

- error messages about ja_KS locale on startup
- restrict version of Deferred to avoid issue on the latest one
- fix typo
- new functions for UserConfig
 - trigger 'userconfig_modify' events when UserConfig values are updated
 - abandon use of UserConfig.connect to avoid memory leak on some error paths
- crash in some case if actual timeline is not created
- specify gtk2 3.1.8
2017-08-26 11:57:49 +00:00
tsutsui
521b7e5414 Update mikutter to 3.5.9.
pkgsrc changes:

- update dependencies per upstream Gemfile

Upstream changes:

- update twitter-text
- support the latest memoist
- fix crash with ruby-gnome2 3.1.1 or prior on opening profile tab
- wrong titles in Twitter Search Model and Web model
2017-07-08 03:31:58 +00:00
tsutsui
fa535712f0 Update mikutter to 3.5.8.
pkgsrc changes:

- pull upstream fix for redmine ticket #1031 (twitpic gzipped xfer)
- pull changes to use delayer-deferred 2.0.0 for redmine ticket
  #916 (extra follow/follower activities) and
  #995 (abnormal cpu load with delayer-deferred 1.1.0)

Upstream changes:

- ruby-gnome2 3.1.6
- subcommands that create spec files don't accept . as a pathname
- free memories on loading images earlier
- avoid to use deprecated Gdk::PixbufLoader
2017-06-10 09:45:33 +00:00
tsutsui
0824e158ef Update mikutter to 3.5.7.
Upstream changes:

mikutter 3.5.7

* support Ayanoniwa's icecream image (thanks @ahiru3net)
* associations against (undefined) was not invoked (thanks @moguno)
* custom Model :modified key which included MessageMixin was ignored
  (thanks @moguno)
2017-04-08 07:44:23 +00:00
tsutsui
d89bf1590e Update mikutter to 3.5.6.
Upstream changes:

mikutter 3.5.6

* crash when icons for extract tabs could not be accessed (thanks ahiru3net)
* remove unused code (thanks ahiru3net)
* support files with .jpeg extentions in image viewer (thanks moguno)
* change timing of argument evaluation on startup (thanks ahiru3net)
* fix warnings (thanks ahiru3net)
2017-04-01 12:35:26 +00:00
tsutsui
c5504b7da7 Update mikutter to 3.5.5.
Upstream changes:

mikutter 3.5.5

* avoid posts with full-width spaces only in Postbox (thanks @ahiru3net)
* user_detail_view: put auto new lines on printing Twitter start date etc.
2017-03-19 14:22:56 +00:00
tsutsui
20c84ed705 Update mikutter to 3.5.4.
Upstream changes:

mikutter 3.5.4

* unify follow notifications (thanks @osa_k)
* delete button wasn't drawn in setting window of extract tabs (thanks @moguno)
* excessive memory access on receiveng tweets

"Release from Shinkansen bounding for Open Source Conference Tokyo"
2017-03-11 03:35:51 +00:00
tsutsui
c9a44ee74f Update mikutter to 3.5.3.
Upstream changes:

# mikutter 3.5.3

* sometimes UserList shows empty lines and they cause crashes by clicks
* unexpected behavior when TL timestamp is clicked in polluted environments
* support Ruby 2.4
 * Ruby-GNOME2 3.1.1
2017-03-04 08:41:03 +00:00
tsutsui
1fc3357eb0 Update mikutter to 3.5.2.
Upstream changes:

# mikutter 3.5.2

* Retriever.URI was not implemented as documented
* fix custom Model related bugs
 * field value dereference via [] where Model method should be called
 * accessor method was not defined when Model field type was array
* multiselect widget wrote unnecessary values each time config window was open
* fix reference of deprecated method in mikutter core
* name attribute of about method in setting DSL was not used
* adjust field values for Twitter related Models
2017-01-29 08:16:01 +00:00
tsutsui
2f3791161f Update mikutter to 3.5.1.
Upstream changes:

# mikutter 3.5.1

* image file cache did not work
* intent dialog was shown when screenname in profile tab was clicked
2017-01-08 14:20:05 +00:00
tsutsui
14e1474d51 Update mikutter to 3.5.0. (leaf package updates)
Upstream changes:

# mikutter 3.5.0

Changes from alpha2

* update po translations
* cannot open URLs if Entity info is not sent by Twitter
* crash on clicking timestamp in message detail view
* crash with Ruby 2.1

# mikutter 3.5.0-alpha2

* deprecated warnings against continuation
* crash on changing keybind of mikutter commands
* remove unnecessary Model display settings
* print not only username but also screenname in Activity
* print post user for related resources in Tweet Activity
* omit permanent link to Tweet in Tweet Activity
* Resoerver no longer creates unnecesary Thread
2016-12-24 15:45:50 +00:00
tsutsui
9fd4f5bc88 Update mikutter to 3.5.0-alpha1.
Upstream changes:

New features of mikutter 3.5

* Model
 * resources handled on mikutter are now wrapped as Model
  * third party plugins can also add own Models
  * timelines can print any Models other than tweet messages
 * new Models are added in standard plugins
 * user icons can be taken via Message#icon
 * any images like user icons, tab icons, skins, and attached images
   are handled as PhotoModel instance like Plugin::Photo::Photo
 * direct messages gets own Model and are now drawn as timeline using
   MiraclePainter
* Intent
 * Capability to select which plugins to be used to open URLs
* Extract tab
 * DirectMessage is added as a new data source
* Configuration
 * style configuration of timelines per Models
* mikutter command
 * added "Open" command to issue Intent
* activity
 * added named arg "children:" to Plugin#activity
* and more
2016-12-15 14:40:29 +00:00
tsutsui
7932a25038 Update mikutter to 3.4.8.
Upstream changes:

* fix a bunch of deprecated warnings by recent ruby-gnome2 gdk_pixbuf2 update
 * partially fixed in the past version but fixed more properly
 * also make this work with gdk_pixbuf2 gem 3.0.8 and prior
* crash by --profile option with newer ruby-prof
2016-12-02 12:54:21 +00:00
tsutsui
d662649356 Update mikutter to 3.4.7.
Upstream changes:

* bug in obfuscation of account information
* revert behaviors of a mention in Extended Tweets as 3.3.12
* timelines not drawn in the screen are not freed
* use gtk2 3.1.0
* update po file
 * zh_TW
2016-11-20 02:58:04 +00:00
tsutsui
3ebc422a78 Update mikutter to 3.4.6.
Upstream changes:

* UserStream connection is timed out when no tweet is received for
  certain seconds
* crashed by likes
 * no crash by fav'ed
2016-10-16 09:50:07 +00:00
tsutsui
46088adf87 Update mikutter to 3.4.5.
Upstream changes:

* update po files
* tco: Ruby2.3 warnings on extracting URLs due to Kernel.#timeout call
* remove notice on Net::ReadTimeout
* stop use of obsolete Gdk::Pixbuf.new
2016-10-09 16:20:57 +00:00
tsutsui
6ca504b947 Update mikutter to 3.4.4.
Upstream changes:

* support Extended Tweet
* PostBox crashed in some case
* some translations were missed
2016-10-09 13:58:53 +00:00
tsutsui
cba8611409 Update mikutter to 3.4.3.
Upstream changes:

* support thumbnail extraction of Vine
* use gtk2 3.0.9 (on bundler)
* update po files
 * en
 * de
 * fr
2016-09-17 19:31:41 +00:00
tsutsui
c964719f6c Update mikutter to 3.4.2.
Upstream changes:

* update po files
 * zh_TW
* tweet thread was opened when quoted "retweeted with comment" was clicked
  regardless of settings
* README was too old lol
* support new picture service
 * irasutoya
* report detailed errors on failure of invoking external browser
* report detailed errors during configuring fragments
2016-08-05 16:19:46 +00:00
tsutsui
6d5d92cc29 Drop RUBY_PKGPREFIX from DIST_SUBDIR.
Noticed by wiz@.
2016-06-21 17:06:29 +00:00
tsutsui
941fe9e702 Set DIST_SUBDIR to work around distfile modifications, per the pkgsrc guide.
Requested by wiz@.
2016-06-21 14:03:39 +00:00
tsutsui
3b4b74f992 The distfile has been updated due to cache problem. 2016-06-21 12:45:36 +00:00
tsutsui
d55e2c9819 Update mikutter to 3.4.1.
Upstream changes:

* support retweet myself
  https://twitter.com/twitter/status/742749353689780224
* ignore format like "D mikutter_bot" and stop opening profile by click
* translations
 * zh_TW
 * en
2016-06-18 12:33:28 +00:00
tsutsui
480e980fdd Update mikutter to 3.4.0.
Upstream changes (from 3.3.x, which include changes during alpha releases):

* library
 * Pluggaloid 1.1
* "open tweet" function
* profile
 * brush up UI
* a bunch of settings for reply tweet view
* a bunch of settings for quoted retweet view
* fix issue that clicking video links just showed thumbnail image
* drop Ruby 2.0 support and requires 2.1 or later
* Cairo::SubPartsMessageBase
 * "tweet in tweet view" function used for reply and quoted tweets,
   which can be used third party plugins
* graph of plugin dependency now can be used by mikutter sources
* plugin dependency now can be put into dot file
2016-06-11 14:26:32 +00:00
tsutsui
5294740207 Update mikutter to 3.4.0-alpha3.
Upstream changes:

#mikutter 3.4.0-alpha3

* allow selecting events on clicks of reply and tweet with comments
* wrong tweet region size of reply and tweet with comments in some case

#mikutter 3.4.0-alpha2

* change place of custom rake task
* update po translation files

#mikutter 3.4.0-alpha1

See "new functions of mikutter 3.4" for details.
http://mikutter.blogspot.jp/2016/04/mikutter-34.html
 * tweet tab
 * new in-reply-to format
 * open video URL using browser
 * drop Ruby 2.0 support
 * plugin dependency map
 * "about" window supports alpha releases
2016-06-04 02:28:25 +00:00
tsutsui
864eba8c84 Update mikutter to 3.3.10.
Upstream changes:

* preview of Piapro images didn't work
2016-05-22 04:32:41 +00:00
tsutsui
3710510911 Update mikutter to 3.3.9.
Upstream changes:

* crashes in some case around posting tweets
2016-05-14 07:47:08 +00:00
tsutsui
026cbf0f73 Update mikutter to 3.3.8.
Upstream changes:

* cannot preview instagram pictures
* twitter authentication on the first startup didn't work with
  some library version

Remarks:

OAuth::RequestToken#build_authorize_url is broken in the latest
oauth gem 0.5.0:
https://github.com/oauth-xx/oauth-ruby/pull/108
2016-02-27 02:30:24 +00:00
tsutsui
95d544356b Update mikutter to 3.3.7.
Upstream changes:

* postbox was not dismissed after post in some case
* line breaks were not drawn during selecting tweet characters by mouse drag
2016-02-21 05:49:57 +00:00
tsutsui
f6f5ab0512 Update mikutter to 3.3.6.
Upstream changes:

* post by shotcut keys didn't work on certain conditions
* selected characters of tweet by mouse drag were not shown correctly
  in some case
2016-02-14 14:10:35 +00:00
tsutsui
eaba1f5ce9 Update mikutter to 3.3.5.
Upstream changes:

* update lang files (en, zh_TW)
* reweeting retweeted tweet didn't work in some case
* gyazo preview didn't work
2016-01-30 18:15:07 +00:00
tsutsui
d54e868572 Update mikutter to 3.3.4.
Also take maintainership.

Upstream changes:

* fill untranslated ja_KanSai locales
* avoid methods deprecated by Ruby 2.3
2016-01-24 16:29:23 +00:00