Skip to content

Commit

Permalink
Added icons to gismeteo.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
vasvlad committed Feb 16, 2025
1 parent 74ca5dd commit dbe0338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
meecast (1.11.19) unstable; urgency=low
* Added icons to gismeteo.ru
-- Vlad Vasiliev <[email protected]> Thu, 16 Jan 2025 12:02:23 +0300

meecast (1.11.18) unstable; urgency=low
Expand Down
2 changes: 1 addition & 1 deletion meecast/qt-qml/pureqml/pages/WeatherStationDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ Component {
clip: true
Component.onCompleted: {
console.log("list onCompleted ", main_index, forecast_stub.count, Config.iconspath + "/" + Config.iconset)
console.log("WeatherStationDelegate.qml - Config.stationname ", Config.stationname)
console.log("WeatherStationDelegate.qml - Config.stationname ", Config.stationname, Screen.devicePixelRatio)
main.station_name_text = main.stationname1_index(main_index)
list.height = row_rect_height * forecast_model_count(main_index)
}
Expand Down
1 change: 1 addition & 0 deletions omweather-gismeteo-ru-stations-db/src/hash_icons.data
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
hash_insert(hash, "d_c3_s2", "14");
hash_insert(hash, "d_c3_s2_fog", "14"); /* May be 20 - fog */
hash_insert(hash, "d_c3_s3", "16");
hash_insert(hash, "d_c3_s3_fog", "16"); /* May be 20 - fog */
hash_insert(hash, "d_c3_rs1", "5");
hash_insert(hash, "d_c3_rs1_fog", "5");
hash_insert(hash, "d_c3_rs2_fog", "5");
Expand Down

0 comments on commit dbe0338

Please sign in to comment.