|
|
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.
|
| |
| const std::string | list2string (const std::vector< std::string > &list, const bool &user_agent=false) |
| | Converts a list of items to a string. More...
|
| |
| const std::vector< std::string > | string2list (const std::string &string, const bool &user_agent=false) |
| | Retrieves a list of items from the given string. More...
|
| |
|
void | updateUiLanguage () |
| | Translates the UI to the selected language.
|
| |
| const std::string | geometryToString () |
| | Converts the window's geometry to string. More...
|
| |
| void | geometryFromString (const std::string &geometry) |
| | Retrieves the window geometry from the given string. More...
|
| |
|
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.
|
| |
|
const QString | printableSize (const int &bytes) |
| | Printable size, including suffix.
|
| |
|
const QString | printableTime (const int &seconds) |
| | Printable time, including suffix(es)
|
| |
|
const QString | printableSpeed (const int &bytes, const int &secs) |
| | Printable speed, namely printable size over printable time.
|
| |
|
const std::string | resolvePath (const std::string &path) |
| | Resolves the given path and returns the canonical path.
|
| |
|
const std::string | basePath (const std::string &path) |
| | Returns the parent folder of the given path.
|
| |
|
void | makeInitialChecks () |
| | Makes the initial integrity checks.
|
| |
|
const bool & | checkDataDB () |
| | Checks the integrity of the logs data collection database.
|
| |
|
void | backupDatabase () |
| | Backs-up the logs data collection database.
|
| |
|
void | setDbWorkingState (const bool &state) |
| | Called when a member begins/ends performing operations on the database.
|
| |
|
void | craplogStarted () |
| | The logs parser started working.
|
| |
|
void | craplogFinished () |
| | The logs parser finished working.
|
| |
| void | refreshStatsDates () |
| | Queries the available dates from the db and apply to the tabs. More...
|
| |