head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2017.01.31.13.26.22; author ryoon; state dead; branches; next 1.1; commitid hCVHAz6rd82IG7Ez; 1.1 date 2017.01.14.09.28.41; author ryoon; state Exp; branches; next ; commitid Ejuh3QpMsqU2VUBz; desc @@ 1.2 log @Update to 1.4.2 * Remove an included patches for --disable-video Changelog: - Fix a crash when going back from a tweet with media to another tweet with media - Fix compilation with --disable-video - Decrease log level of UserStream output to debug when no internet connection is present @ text @$NetBSD: patch-src_widgets_MediaVideoWidget.vala,v 1.1 2017/01/14 09:28:41 ryoon Exp $ Fix --disable-video build from upstream: https://github.com/baedert/corebird/commit/1718570443777125de6347d4fd1721c68fe67bf2#diff-fbbcc65d4fd928071622b189ff5cf7dd --- src/widgets/MediaVideoWidget.vala.orig 2017-01-06 15:03:14.000000000 +0000 +++ src/widgets/MediaVideoWidget.vala @@@@ -79,6 +79,7 @@@@ class MediaVideoWidget : Gtk.Stack { } private bool progress_timeout_cb () { +#if VIDEO int64 duration_ns; int64 position_ns; @@@@ -88,6 +89,7 @@@@ class MediaVideoWidget : Gtk.Stack { double fraction = (double) position_ns / (double) duration_ns; this.video_progress.set_fraction (fraction); } +#endif return GLib.Source.CONTINUE; } @ 1.1 log @Update to 1.4.1 Changelog: Version 1.4.1 (2017-01-08) - Lower the required gspell version to 1.0 - Work around a binding problem in the gtk+ 3.18 vapi of vala 0.30 Version 1.4 (2017-01-06) - Images in quoted tweets now look more like they actually belong to the quoted tweet instead of the quoting tweet. - Allow deleting tweets from the tweet info page and not just from timelines. - Fix the user completion not showing all possible results - Focus the already opened window for an account if the account gets selected in the accounts popover - Avoid window resizing when typing in the Direct Message text box - Add 'q' accelerator to tweet rows for quoting - Add spellchecking. This add a dependency to gspell - Increase gtk+ dependency to 3.18 to get rid of some workarounds. - Increase avatar size in profiles and slightly overlap them over the banner. Also, always show the full banner. - Fix completion popup positioning under Wayland - Add experimental meson build files - Fix some videos not playing correctly - Add a minimal video progress indicator to the video dialog - Fix the retweet/favorite count updating in the tweet info page @ text @d1 1 a1 1 $NetBSD$ @