[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] branch master updated (bfe423c -> ddb2d34)
noreply at xfce.org
noreply at xfce.org
Mon Sep 17 00:13:57 CEST 2018
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 h a n g e t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-weather-plugin.
from bfe423c I18n: Update translation gl (57%).
new 02db0b7 Glade version of the preferences dialog
new 220caac Add .gitignore
new a7bec35 Port GTK 2 UI code to Glade
new 7e650ff Do not include individual headers. Do not use deprecated symbols.
new e51f77e Use accessor functions instead of direct access
new 35570e5 Initial port to GTK 3. It runs... but not well
new 80877d5 Various fixes
new 5f63ce7 Fix segfault on preferences close
new 8ce6b8c Fix usage of XfceTitledDialog
new 1d1089a Fix forecast dialog
new 0ed63af Port non-GdkColor deprecations
new b73d9da Port scrollbox GdkColor to GdkRGBA
new 90d9046 Port forecast details from GdkColor to GdkRGBA
new 5918552 Finish porting GdkColor to GdkRGBA
new 4c7f87d Improve forecast appearance by using opacity instead of hardcoded backgrounds
new 99c7f22 Port to libsoup 2.42 (released 2013)
new fab44df Fix full debug builds except for symbol_names declaration
new e649cb4 Debug builds now at 100%
new fb4e27a Fix crash caused by unsigned int assignment
new 893f4f1 Fix positioning of scrollbox in horizontal and vertical panel modes
new ef04944 Improve spacing in the weather summary dialog
new dc75b44 Increase build requirements to Xfce 4.14 standard
new 75aa63b Add small padding between label and icon
new febb39c Update NEWS
new ddb2d34 Merge remote-tracking branch 'bluesabre/gtk3-migration' (bug 14700)
The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644 .gitignore
create mode 100644 panel-plugin/weather-config.ui
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list