Skip to main content

Module queue_inspector

Module queue_inspector 

Source
Expand description

Queue inspector dialog – browse failed tasks and recent queue activity.

Lists the current retry queue with per-item retry buttons and a bulk retry-all action. A scrollable activity feed shows recent upload attempts, statuses, and error details. The dialog refreshes live via a periodic timer so background state changes are always visible.

Functions§

clear_preferences_group 🔒
Remove all children from a PreferencesGroup.
has_status_change 🔒
Detect whether event statuses differ from what’s currently displayed.
rebuild_event_rows 🔒
Build the “Recent Queue Activity” event rows.
rebuild_failed_rows 🔒
Build the “Failed Retry Queue” rows.
refresh_inspector 🔒
Clear and rebuild both sections from current QueueManager state.
show_about_dialog 🔒
Construct and present the Libadwaita standard About Dialog for the application.
show_queue_inspector
Construct and present the modal Queue Inspector window.