6 Commits

Author SHA1 Message Date
1da16b1db4 Add keyboard shortcuts: Ctrl+L (focus URL) and Ctrl+Return (send) 2026-01-13 17:55:04 +01:00
66719a5d0c Add explicit accelerators to shortcuts dialog
Replace action-name with explicit accelerator properties so the
keyboard shortcuts are displayed correctly in the dialog.
2025-12-22 23:53:05 +01:00
146ca19f18 Simplify shortcuts dialog - remove groups
Use simple flat list of shortcuts without grouping.
2025-12-22 23:48:55 +01:00
977b78f5fe Fix shortcuts dialog using correct GTK types
Change from AdwShortcuts* to GtkShortcuts* widgets.
Libadwaita doesn't provide shortcuts widgets, these are from GTK.
2025-12-22 23:46:53 +01:00
c4480fc161 Update keyboard shortcuts dialog to current state
Organize shortcuts into groups:
- Tabs: New Tab (Ctrl+T), Close Tab (Ctrl+W)
- Requests: Save Request (Ctrl+S)
- General: Show Shortcuts (Ctrl+?), Quit (Ctrl+Q)
2025-12-22 23:40:43 +01:00
cbc1972797 Initial commit: Roster HTTP client for GNOME
Roster is a modern HTTP client application for GNOME, similar to Postman,
built with GTK 4 and libadwaita.

Features:
- Send HTTP requests (GET, POST, PUT, DELETE)
- Configure custom headers with add/remove functionality
- Request body editor for POST/PUT/DELETE requests
- View response headers and bodies in separate tabs
- Track request history with JSON persistence
- Load previous requests from history with confirmation dialog
- Beautiful GNOME-native UI with libadwaita components
- HTTPie backend for reliable HTTP communication

Technical implementation:
- Python 3 with GTK 4 and libadwaita 1
- Meson build system with Flatpak support
- Custom widgets (HeaderRow, HistoryItem) with GObject signals
- Background threading for non-blocking HTTP requests
- AdwTabView for modern tabbed interface
- History persistence to ~/.config/roster/history.json
- Comprehensive error handling and user feedback
2025-12-18 11:05:33 +01:00