|
void | defineOSspec () |
| Defines OS specific stuff.
|
|
void | readConfigs () |
| Reads the configurations file and apply the resulting configuration.
|
|
void | writeConfigs () |
| Writes the current configuration on file.
|
|
std::string | list2string (const std::vector< std::string > &list, const bool user_agent=false) const |
| Converts a list of items to a string.
|
|
std::vector< std::string > | string2list (const std::string &string, const bool user_agent=false) const |
| Retrieves a list of items from the given string.
|
|
void | updateUiLanguage () |
| Translates the UI to the selected language.
|
|
std::string | geometryToString () const |
| Converts the window's geometry to string.
|
|
void | setGeometryFromString (const std::string &geometry) |
| Retrieves the window geometry from the given string.
|
|
void | detectIconsTheme () |
| Auto-detects the icon-set to use depending on the current window theme.
|
|
void | updateUiIcons () |
| Updates the icons on the window.
|
|
void | updateUiTheme () |
| Updates the window theme.
|
|
void | updateUiFonts () |
| Updates the fonts on the window.
|
|
std::string | resolvePath (const std::string &path) const |
| Resolves the given path and returns the canonical path.
|
|
std::string | parentPath (const std::string &path) const |
| Returns the parent folder of the given path.
|
|
void | makeInitialChecks () |
| Makes the initial integrity checks.
|
|
bool | checkDataDB () |
| Checks the integrity of the logs data collection database.
|
|
void | backupDatabase () const |
| Backs-up the logs data collection database.
|
|
void | setDbWorkingState (const bool working) |
| Called when a member begins/ends performing operations on the database.
|
|
void | refreshStatsDates () |
| Queries the available dates from the db and apply to the tabs.
|
|