summaryrefslogtreecommitdiff
path: root/src/loglist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-73/+82
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-397/+397
|
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
|
* Hopefully restrict username censoring to directoriesChris Bessent2022-02-041-1/+2
|
* Blacklist %USERNAME% from the log in case it contains PIIChris Bessent2021-11-231-0/+2
|
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-0/+21
| | | | | | | | removed duplicate refreshDirectoryStructure() call that could never work added --logs to output logs to stdout, added final "mod organizer done" log added -i with no arguments to output the current instance name `run -e` now does an additional, case insensitive check for names fixed error being output along with --help
* Allow extended selection in log list and implement copy.Mikaël Capelle2021-01-131-3/+16
|
* fixed AppConfig::logFileName so it can be usedisanae2020-11-071-1/+4
| | | | refactored MOApplication so everything is in doOneRun()
* more refactoring:isanae2020-11-031-0/+2
| | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun()
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-0/+26
| | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions
* moved initLogging() to loglist.cppisanae2020-11-031-0/+65
|
* Add option to open logs folderIsmayilMirzali2020-05-211-0/+7
|
* Enabled icons for all log level line.AL2020-02-261-5/+7
| | | | | Added new icon for Debug level. Moved icons after timestamp.
* removed bad minimum column width in the data tabisanae2020-02-051-2/+2
| | | | fixed crash in log when restart MO
* fixed LogModel not being thread safeisanae2020-02-051-8/+11
| | | | | | | optimizations: - create BrowserDialog on demand - scroll to bottom of log in a timer, coalesces fast logging - disabled md5 of dlls
* Fixed log timestamp size for bigger font.AL2020-01-101-4/+1
|
* changed old whatsthis for prereleaseisanae2019-08-021-1/+2
| | | | apparently, QFontMetrics::width() is deprecated
* renamed log actionsisanae2019-07-221-2/+2
|
* added clear option to log listisanae2019-07-221-1/+14
|
* moved setLogLevel() to OrganizerCoreisanae2019-07-221-9/+52
| | | | moved context menu to LogList
* changed qCritical() to log::error()isanae2019-07-221-18/+0
| | | | removed now unused vlog()
* logging initialized early, log file set laterisanae2019-07-221-5/+3
| | | | replaced a few qDebug()
* moved setup to new LogList classisanae2019-07-221-7/+54
|
* renamed logbuffer files to loglistisanae2019-07-221-0/+171