| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -73/+82 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -397/+397 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | Hopefully restrict username censoring to directories | Chris Bessent | 2022-02-04 | 1 | -1/+2 |
| | | |||||
| * | Blacklist %USERNAME% from the log in case it contains PII | Chris Bessent | 2021-11-23 | 1 | -0/+2 |
| | | |||||
| * | renamed Refresh to TriggerRefresh, added WaitForRefresh | isanae | 2021-01-18 | 1 | -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 Capelle | 2021-01-13 | 1 | -3/+16 |
| | | |||||
| * | fixed AppConfig::logFileName so it can be used | isanae | 2020-11-07 | 1 | -1/+4 |
| | | | | | refactored MOApplication so everything is in doOneRun() | ||||
| * | more refactoring: | isanae | 2020-11-03 | 1 | -0/+2 |
| | | | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun() | ||||
| * | removed flags from SingleInstance because there's only one left | isanae | 2020-11-03 | 1 | -0/+26 |
| | | | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions | ||||
| * | moved initLogging() to loglist.cpp | isanae | 2020-11-03 | 1 | -0/+65 |
| | | |||||
| * | Add option to open logs folder | IsmayilMirzali | 2020-05-21 | 1 | -0/+7 |
| | | |||||
| * | Enabled icons for all log level line. | AL | 2020-02-26 | 1 | -5/+7 |
| | | | | | | Added new icon for Debug level. Moved icons after timestamp. | ||||
| * | removed bad minimum column width in the data tab | isanae | 2020-02-05 | 1 | -2/+2 |
| | | | | | fixed crash in log when restart MO | ||||
| * | fixed LogModel not being thread safe | isanae | 2020-02-05 | 1 | -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. | AL | 2020-01-10 | 1 | -4/+1 |
| | | |||||
| * | changed old whatsthis for prerelease | isanae | 2019-08-02 | 1 | -1/+2 |
| | | | | | apparently, QFontMetrics::width() is deprecated | ||||
| * | renamed log actions | isanae | 2019-07-22 | 1 | -2/+2 |
| | | |||||
| * | added clear option to log list | isanae | 2019-07-22 | 1 | -1/+14 |
| | | |||||
| * | moved setLogLevel() to OrganizerCore | isanae | 2019-07-22 | 1 | -9/+52 |
| | | | | | moved context menu to LogList | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -18/+0 |
| | | | | | removed now unused vlog() | ||||
| * | logging initialized early, log file set later | isanae | 2019-07-22 | 1 | -5/+3 |
| | | | | | replaced a few qDebug() | ||||
| * | moved setup to new LogList class | isanae | 2019-07-22 | 1 | -7/+54 |
| | | |||||
| * | renamed logbuffer files to loglist | isanae | 2019-07-22 | 1 | -0/+171 |
