summaryrefslogtreecommitdiff
path: root/src/loglist.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-14/+11
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-94/+94
|
* renamed Refresh to TriggerRefresh, added WaitForRefreshisanae2021-01-181-0/+1
| | | | | | | | 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-0/+4
|
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-0/+1
| | | | | | 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/+3
|
* Add option to open logs folderIsmayilMirzali2020-05-211-0/+3
|
* split directoryentryisanae2020-02-181-1/+2
| | | | made classes noncopyable, fixed a few unintended copies
* fixed LogModel not being thread safeisanae2020-02-051-3/+3
| | | | | | | optimizations: - create BrowserDialog on demand - scroll to bottom of log in a timer, coalesces fast logging - disabled md5 of dlls
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-0/+2
| | | | SettingsDialog now uses GeometrySaver
* added clear option to log listisanae2019-07-221-0/+4
|
* moved setLogLevel() to OrganizerCoreisanae2019-07-221-6/+10
| | | | moved context menu to LogList
* moved setup to new LogList classisanae2019-07-221-2/+12
|
* renamed logbuffer files to loglistisanae2019-07-221-0/+61