Bug #365
openPropose for Weather Fix
0%
Description
Here is a fix for weather. I've implemented new API (weatherapi.com) and added inside CallPLugin method (GUIWeather.cpp) to pass also location index when calling plugin. This will allow plugin to fetch new weather when user change location from Weather window.
Files
Updated by antonic901 almost 2 years ago
- File weather-fix.patch weather-fix.patch added
Updated by antonic901 almost 2 years ago
- File weather-fix.patch weather-fix.patch added
Added initialization of m_lastUpdateTime before plugin gets executed. This will set infolabel Weather.IsFetched to true.
Updated by buzz almost 2 years ago
- Priority changed from Immediate to Normal
Thanks for this.
Please can you fix the formatting for this also. You have tab indentation so the files end up with mixed indent. (Make sure to use the same line endings as the files you are editing too).
Old / unused code also should be removed and not commented out. This isn't needed since we are using source control.
Updated by antonic901 almost 2 years ago
- File weather-fix.patch weather-fix.patch added
Removed commented code and fixed indetation.