emmental/emmental
Anna Schumaker a8e7078308 db: Disable incremental filtering
This applies to both the Table and child Playlists models. I'm doing my
own idle handling already for searching, so we can rely on that instead
of needing Gtk to do it. The benefit to this is that we can select
playlists programmatically during startup, since we don't need to worry
about the Table not being fully loaded yet.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-06-28 10:09:53 -04:00
..
audio audio: Replace the playbin audio-filter with the new filter 2023-06-01 11:13:48 -04:00
db db: Disable incremental filtering 2023-06-28 10:09:53 -04:00
header header: Add keyboard accelerators 2023-06-09 10:04:25 -04:00
mpris2 emmental: Use the gsetup.DEBUG_STR for appending "-debug" 2023-06-28 10:06:38 -04:00
nowplaying buttons: Replace the icon-size property with large-icon 2023-06-10 21:30:41 -04:00
playlist playlist: Give the Factory a track-requested signal 2023-05-10 17:42:17 -04:00
sidebar sidebar: Give the New Playlist entry the "card" style class 2023-06-16 10:17:38 -04:00
tracklist buttons: Replace the icon-size property with large-icon 2023-06-10 21:30:41 -04:00
__init__.py Emmental 3.0.4 2023-06-23 15:51:03 -04:00
action.py action: Add an ActionEntry class 2023-06-09 09:45:58 -04:00
buttons.py buttons: Replace the icon-size property with large-icon 2023-06-10 21:30:41 -04:00
emmental.css tracklist: Add Move Down and Move Up buttons to the OSD 2023-05-10 17:42:27 -04:00
entry.py entry: Create entries for displaying specific types of values 2023-04-12 10:41:42 -04:00
factory.py factory: Give ListRows an "active" property 2023-04-12 14:18:43 -04:00
format.py format: Add a function for formatting sort keys 2023-04-12 10:42:14 -04:00
gsetup.py emmental: Use the gsetup.DEBUG_STR for appending "-debug" 2023-06-28 10:06:38 -04:00
options.py emmental3.py: Start Emmental 3.0 2023-03-07 11:18:46 -05:00
path.py path: Add a readdir_async() function 2023-04-12 10:42:14 -04:00
store.py store: Add a SortedList store 2023-03-07 11:19:30 -05:00
tmpdir.py emmental: Add support for an application-specific temporary directory 2023-04-12 10:41:58 -04:00
window.py window: Add a keyboard accelerator 2023-06-09 09:50:19 -04:00