emmental/db
Anna Schumaker 4141ca211c db: Convert the YearTable into a playlist.ChildModel
Implements: Issue #11 (Cache database items fields)
Implements: Issue #14 (Convert Tables into Gio.ListModels)
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2021-10-14 13:22:57 -04:00
..
__init__.py db: Convert the YearTable into a playlist.ChildModel 2021-10-14 13:22:57 -04:00
album.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
artist.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
decade.py db: Convert the DecadeTable into a playlist.Model 2021-10-14 13:22:57 -04:00
disc.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
genre.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
library.py db: Convert the LibraryTable into a table.Model 2021-10-14 13:22:57 -04:00
objects.py db: Move SQLite Connection stuff into a new file 2021-10-07 13:58:09 -04:00
playlist.py db: Create new playlist.Model and playlist.ChildModel classes 2021-10-14 13:22:57 -04:00
sql.py db: Move SQLite Connection stuff into a new file 2021-10-07 13:58:09 -04:00
state.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
table.py db: Convert the YearTable into a playlist.ChildModel 2021-10-14 13:22:57 -04:00
test_album.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
test_artist.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
test_decade.py db: Convert the DecadeTable into a playlist.Model 2021-10-14 13:22:57 -04:00
test_disc.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
test_genre.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
test_library.py db: Convert the LibraryTable into a table.Model 2021-10-14 13:22:57 -04:00
test_objects.py db: Give Tables a get_all() function 2021-08-26 14:18:06 -04:00
test_playlist.py db: Create new Playlist and ParentPlaylist classes 2021-10-14 13:22:56 -04:00
test_sql.py db: Move SQLite Connection stuff into a new file 2021-10-07 13:58:09 -04:00
test_state.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
test_table.py db: Create a new Child class 2021-10-11 11:58:43 -04:00
test_track.py db: Convert the YearTable into a playlist.ChildModel 2021-10-14 13:22:57 -04:00
test_user.py db: Rename playlist.py -> user.py 2021-10-11 11:58:43 -04:00
test_year.py db: Convert the YearTable into a playlist.ChildModel 2021-10-14 13:22:57 -04:00
track.py db: Convert the YearTable into a playlist.ChildModel 2021-10-14 13:22:57 -04:00
user.py db: Convert the PlaylistStateTable into a table.Table 2021-10-14 13:22:57 -04:00
year.py db: Convert the YearTable into a playlist.ChildModel 2021-10-14 13:22:57 -04:00