Changeset e8d61278f in mythtv


Ignore:
Timestamp:
Mar 20, 2013, 10:26:59 AM (11 years ago)
Author:
Robert Siebert <rsiebert@…>
Branches:
devel/2020-player, devel/ffmpeg-resync, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
Children:
7cb3d37319
Parents:
a2b6a786c
git-author:
Robert Siebert <rsiebert@…> (03/20/13 10:26:59)
git-committer:
Stuart Morgan <smorgan@…> (09/19/13 19:43:42)
Message:

Added all gallery related files to the mythfrontend. This includes files that handle the navigation, thumbnail generation, settings, interaction with the database and the actual display of the image or a slideshow.

Signed-off-by: Stuart Morgan <smorgan@…>

Location:
mythtv/programs/mythfrontend
Files:
15 added
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/programs/mythfrontend/mythfrontend.pro

    ra2b6a786c re8d61278f  
    4848HEADERS += videoglobalsettings.h        upnpscanner.h
    4949HEADERS += commandlineparser.h          idlescreen.h
     50HEADERS += galleryview.h                galleryviewhelper.h
     51HEADERS += galleryconfig.h              galleryfilehelper.h
     52HEADERS += gallerydatabasehelper.h      gallerywidget.h
     53HEADERS += gallerythumbgenthread.h      gallerytypedefs.h
    5054
    5155SOURCES += main.cpp playbackbox.cpp viewscheduled.cpp audiogeneralsettings.cpp
     
    6973SOURCES += videoglobalsettings.cpp      upnpscanner.cpp
    7074SOURCES += commandlineparser.cpp        idlescreen.cpp
     75SOURCES += galleryview.cpp              gallerywidget.cpp
     76SOURCES += galleryviewhelper.cpp        galleryconfig.cpp
     77SOURCES += gallerydatabasehelper.cpp    gallerythumbgenthread.cpp
     78SOURCES += galleryfilehelper.cpp
    7179
    7280HEADERS += serviceHosts/frontendServiceHost.h
Note: See TracChangeset for help on using the changeset viewer.