emmental/tests
Anna Schumaker 6779535cf1 listenbrainz: Early startup handling
We can't craft a Listen object from a Track before the database is
almost entirely loaded, and attempting to do so will cause the
ListenBrainz thread to crash. So let's just defer any ListenBrainz
operations until the database has marked itself as "loaded" so we know
everything will work.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2024-03-20 13:35:18 -04:00
..
audio audio: Replace the playbin audio-filter with the new filter 2023-06-01 11:13:48 -04:00
db db: Create a listenbrainz_queue table in the database 2024-03-18 11:17:30 -04:00
header header: Add a PasswordEntry for inputting the ListenBrainz token 2024-03-18 11:17:31 -04:00
listenbrainz listenbrainz: Early startup handling 2024-03-20 13:35:18 -04:00
mpris2 audio: Add an 'artwork' property 2023-04-12 10:41:58 -04:00
nowplaying emmental: Icon Updates 2024-01-29 14:38:24 -05:00
playlist playlist: Give the Factory a track-requested signal 2023-05-10 17:42:17 -04:00
sidebar sidebar: Use the new database.loaded property 2024-03-13 11:29:54 -04:00
tracklist tracklist: Change the "shuffle disabled" icon based on icon theme 2024-01-29 14:38:24 -05:00
util sidebar: Create a Section class 2023-04-12 14:18:43 -04:00
__init__.py emmental3.py: Start Emmental 3.0 2023-03-07 11:18:46 -05:00
test_action.py action: Add an ActionEntry class 2023-06-09 09:45:58 -04:00
test_alarm.py alarm: Add functions for setting an alarm 2023-10-20 16:31:16 -04:00
test_buttons.py buttons: Watch for ImageToggle tooltip text changes 2023-08-22 13:29:53 -04:00
test_emmental.py Emmental 3.1.1 2023-10-30 16:02:29 -04:00
test_entry.py entry: Create entries for displaying specific types of values 2023-04-12 10:41:42 -04:00
test_factory.py factory: Don't change Gtk ListRowWidget state flags 2023-08-22 12:09:20 -04:00
test_format.py format: Add a function for formatting sort keys 2023-04-12 10:42:14 -04:00
test_gsetup.py tracklist: Change the "shuffle disabled" icon based on icon theme 2024-01-29 14:38:24 -05:00
test_layout.py layout: Add a "wide-view" breakpoint 2023-10-24 10:48:59 -04:00
test_options.py emmental3.py: Start Emmental 3.0 2023-03-07 11:18:46 -05:00
test_path.py path: Add a readdir_async() function 2023-04-12 10:42:14 -04:00
test_settings.py emmental: Wire up the show-sidebar properties 2023-10-24 11:19:12 -04:00
test_store.py store: Add a SortedList store 2023-03-07 11:19:30 -05:00
test_texture.py texture: Clear the existing texture cache before testing 2024-01-29 14:38:24 -05:00
test_thread.py thread: Create a reusable Thread class 2024-03-13 11:30:47 -04:00
test_tmpdir.py emmental: Add support for an application-specific temporary directory 2023-04-12 10:41:58 -04:00
test_window.py layout: Add a "wide-view" breakpoint 2023-10-24 10:48:59 -04:00