ladybird/Userland/Applications/Maps
Dan Klishch 80d1c93edf AK+Applications: Return value from JsonObject::get_double more often
Previously, we were returning an empty optional if key contained a
numerical value which was not stored as double. Stop doing that and
rename the method to signify the change in the behavior.

Apparently, this fixes bug in an InspectorWidget in Ladybird on
Serenity: it showed 0 for element's boxes with integer sizes.
2023-11-25 11:02:17 +01:00
..
CMakeLists.txt Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
FavoritesEditDialog.gml Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
FavoritesEditDialog.h Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
FavoritesPanel.cpp AK+Applications: Return value from JsonObject::get_double more often 2023-11-25 11:02:17 +01:00
FavoritesPanel.gml Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
FavoritesPanel.h Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
main.cpp Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
MapWidget.cpp Maps: Add custom context menu actions option to MapWidget 2023-10-26 17:23:54 -06:00
MapWidget.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
SearchPanel.cpp Maps: Use name + coordinates in search marker tooltip 2023-10-26 17:23:54 -06:00
SearchPanel.gml Maps: Use name + coordinates in search marker tooltip 2023-10-26 17:23:54 -06:00
SearchPanel.h Maps: Use name + coordinates in search marker tooltip 2023-10-26 17:23:54 -06:00
UsersMapWidget.cpp Maps: Add search panel 2023-09-24 20:05:33 -06:00
UsersMapWidget.h Maps: Add search panel 2023-09-24 20:05:33 -06:00