1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 09:20:46 +00:00
serenity/Userland/Applications/Maps
Andreas Kling 8994dcb4f9 Everywhere: Use HTTP::HeaderMap for request headers
No longer just for response headers! The same type is obviously useful
and ergonomic when making requests as well.

(cherry picked from commit 260c5c50ad19f19d0d4c30984e512f56c055ecff)

Updated various SerenityOS components to make it build.
2024-06-10 12:01:57 +02:00
..
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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
FavoritesModel.cpp Maps: Add FavoritesModel and remove hacky misusage of JSONArrayModel 2024-03-11 10:40:23 +00:00
FavoritesModel.h Maps: Add FavoritesModel and remove hacky misusage of JSONArrayModel 2024-03-11 10:40:23 +00:00
FavoritesPanel.cpp Maps: Add FavoritesModel and remove hacky misusage of JSONArrayModel 2024-03-11 10:40:23 +00:00
FavoritesPanel.gml Maps: Add favorites panel with favorite places management 2023-10-26 17:23:54 -06:00
FavoritesPanel.h Maps: Add FavoritesModel and remove hacky misusage of JSONArrayModel 2024-03-11 10:40:23 +00:00
main.cpp Maps: Add FavoritesModel and remove hacky misusage of JSONArrayModel 2024-03-11 10:40:23 +00:00
MapWidget.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
MapWidget.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SearchPanel.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
SearchPanel.gml Maps: Use name + coordinates in search marker tooltip 2023-10-26 17:23:54 -06:00
SearchPanel.h Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
UsersMapWidget.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
UsersMapWidget.h Maps: Add search panel 2023-09-24 20:05:33 -06:00