From ba8b78eb0b7b364f6ecc954f8b99b138dfc13981 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 1 Jun 2013 05:06:04 +0200 Subject: First draft of new ArchiveModel The new ArchiveModel allows sorting and display by the series name, actors and genres. Hopefully it's generic enough to easily add other sort orders like file location or file type. For now, it's just there. Not included anywhere. No view, no nothing. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 3b81463..8f8288c 100644 --- a/shemov.pro +++ b/shemov.pro @@ -43,7 +43,8 @@ SOURCES = main.cpp \ smdirwatcher.cpp \ smdirmodel.cpp \ framecache.cpp \ - smtreeview.cpp + smtreeview.cpp \ + archivemodel.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -82,6 +83,7 @@ HEADERS = \ smdirwatcher.h \ smdirmodel.h \ framecache.h \ - smtreeview.h + smtreeview.h \ + archivemodel.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2