This is an automated email from the git hooks/post-receive script. b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository panel-plugins/xfce4-weather-plugin.
commit ddb2d34e56f81ee72a897b1859843dd943c35b5b Merge: bfe423c febb39c Author: Sean Davis <[email protected]> Date: Sun Sep 16 18:12:20 2018 -0400 Merge remote-tracking branch 'bluesabre/gtk3-migration' (bug 14700) - Port to GTK+ 3 - Preferences dialog ported to Glade - Replaced individual header includes - Replaced deprecated symbols - Replaced direct access with accessor functions - Improved forecast background with dark and light themes - Improved spacing in the preference and forecast dialogs - Added small (3px) padding between weather icon and scrollbox - Fixed full debug builds - Port to libsoup 2.42 - Updated build requirements: - gtk+-3.0 3.22.0+ - gthread-2.0 2.42.0+ - glib-2.0 2.42.0+ - libxfce4util-1.0 4.12.0+ - libxfce4ui-2 4.12.0+ - libxfce4panel-2.0 4.12.0+ - libsoup-2.4 2.42.0+ .gitignore | 30 + NEWS | 21 + configure.ac.in | 14 +- panel-plugin/Makefile.am | 16 +- panel-plugin/weather-config.c | 530 +++-------------- panel-plugin/weather-config.h | 3 +- panel-plugin/weather-config.ui | 1186 ++++++++++++++++++++++++++++++++++++++ panel-plugin/weather-data.c | 57 +- panel-plugin/weather-debug.c | 15 +- panel-plugin/weather-debug.h | 6 +- panel-plugin/weather-icon.c | 38 +- panel-plugin/weather-icon.h | 29 +- panel-plugin/weather-parsers.c | 16 +- panel-plugin/weather-scrollbox.c | 124 ++-- panel-plugin/weather-scrollbox.h | 2 +- panel-plugin/weather-search.c | 16 +- panel-plugin/weather-summary.c | 235 ++++---- panel-plugin/weather-translate.c | 20 +- panel-plugin/weather-translate.h | 2 +- panel-plugin/weather.c | 119 ++-- panel-plugin/weather.desktop.in | 1 + panel-plugin/weather.h | 8 +- 22 files changed, 1731 insertions(+), 757 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
