32 m_nativeMode(nativeMode),
37 m_destinationSelector(NULL),
38 m_destinationText(NULL),
39 m_freespaceText(NULL),
42 m_createISOCheck(NULL),
44 m_eraseDvdRwCheck(NULL),
45 m_createISOText(NULL),
47 m_eraseDvdRwText(NULL)
63 bool foundtheme =
false;
88 LOG(VB_GENERAL, LOG_ERR,
"Cannot load screen 'selectdestination'");
124 bool handled =
false;
128 for (
int i = 0; i < actions.size() && !handled; i++)
130 QString
action = actions[i];
133 if (action ==
"MENU")
180 bool bCreateISO =
false;
181 bool bDoBurn =
false;
182 bool bEraseDvdRw =
false;
183 QString saveFilename =
"";
184 int destinationType = 0;
308 connect(selector, SIGNAL(haveResult(QString)),
334 int pos = dir.lastIndexOf(
'/');