guiutils.h (recoll-1.27.11) | : | guiutils.h (recoll-1.27.12) | ||
---|---|---|---|---|
skipping to change at line 72 | skipping to change at line 72 | |||
// Date strftime format | // Date strftime format | |||
QString reslistdateformat; | QString reslistdateformat; | |||
string creslistdateformat; | string creslistdateformat; | |||
QString qssFile; | QString qssFile; | |||
QString snipCssFile; | QString snipCssFile; | |||
QString queryStemLang; | QString queryStemLang; | |||
enum ShowMode {SHOW_NORMAL, SHOW_MAX, SHOW_FULL}; | enum ShowMode {SHOW_NORMAL, SHOW_MAX, SHOW_FULL}; | |||
int showmode{SHOW_NORMAL}; | int showmode{SHOW_NORMAL}; | |||
int pvwidth; // Preview window geom | int pvwidth; // Preview window geom | |||
int pvheight; | int pvheight; | |||
int toolArea; // Area for "tools" toolbar | ||||
int resArea; // Area for "results" toolbar | ||||
bool ssearchTypSav; // Remember last search mode (else always | bool ssearchTypSav; // Remember last search mode (else always | |||
// start with same) | // start with same) | |||
int ssearchTyp{0}; | int ssearchTyp{0}; | |||
// Use single app (default: xdg-open), instead of per-mime settings | // Use single app (default: xdg-open), instead of per-mime settings | |||
bool useDesktopOpen; | bool useDesktopOpen; | |||
// Remember sort state between invocations ? | // Remember sort state between invocations ? | |||
bool keepSort; | bool keepSort; | |||
QString sortField; | QString sortField; | |||
bool sortActive; | bool sortActive; | |||
bool sortDesc; | bool sortDesc; | |||
skipping to change at line 136 | skipping to change at line 134 | |||
// Words that are automatically turned to ext:xx specs in the query | // Words that are automatically turned to ext:xx specs in the query | |||
// language entry. | // language entry. | |||
QString autoSuffs; | QString autoSuffs; | |||
bool autoSuffsEnable; | bool autoSuffsEnable; | |||
// Synonyms file | // Synonyms file | |||
QString synFile; | QString synFile; | |||
bool synFileEnable; | bool synFileEnable; | |||
bool darkMode; | bool darkMode; | |||
QStringList restableFields; | ||||
vector<int> restableColWidths; | ||||
// Remembered term match mode | // Remembered term match mode | |||
int termMatchType{0}; | int termMatchType{0}; | |||
// Program version that wrote this. Not used for now, in prevision | // Program version that wrote this. Not used for now, in prevision | |||
// of the case where we might need an incompatible change | // of the case where we might need an incompatible change | |||
int rclVersion{1505}; | int rclVersion{1505}; | |||
// Suppress all noises | // Suppress all noises | |||
bool noBeeps; | bool noBeeps; | |||
bool showTrayIcon{false}; | bool showTrayIcon{false}; | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 0 lines changed or added |