|
a/src/qtgui/confgui/confguiindex.cpp |
|
b/src/qtgui/confgui/confguiindex.cpp |
|
... |
|
... |
351 |
QObject::tr("Index all file names"),
|
351 |
QObject::tr("Index all file names"),
|
352 |
QObject::tr("Index the names of files for which the contents "
|
352 |
QObject::tr("Index the names of files for which the contents "
|
353 |
"cannot be identified or processed (no or "
|
353 |
"cannot be identified or processed (no or "
|
354 |
"unsupported mime type). Default true"));
|
354 |
"unsupported mime type). Default true"));
|
355 |
m_widgets.push_back(eafln);
|
355 |
m_widgets.push_back(eafln);
|
|
|
356 |
|
|
|
357 |
ConfLink lnkzfmaxkbs(new ConfLinkRclRep(config,
|
|
|
358 |
"compressedfilemaxkbs"));
|
|
|
359 |
ConfParamIntW *ezfmaxkbs = new
|
|
|
360 |
ConfParamIntW(m_groupbox, lnkzfmaxkbs,
|
|
|
361 |
tr("Max. compressed file size (KB)"),
|
|
|
362 |
tr("This value sets a threshold beyond which compressed"
|
|
|
363 |
"files will not be processed. Set to -1 for no "
|
|
|
364 |
"limit, to 0 for no decompression ever."),
|
|
|
365 |
-1, 1000000);
|
|
|
366 |
m_widgets.push_back(ezfmaxkbs);
|
|
|
367 |
|
356 |
vboxLayout->addWidget(m_groupbox);
|
368 |
vboxLayout->addWidget(m_groupbox);
|
357 |
subDirChanged();
|
369 |
subDirChanged();
|
358 |
}
|
370 |
}
|
359 |
|
371 |
|
360 |
void ConfSubPanelW::reloadAll()
|
372 |
void ConfSubPanelW::reloadAll()
|