| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 10 | -39/+55 |
| | | | | | replaced windowsErrorString() with formatSystemMessage() | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 27 | -228/+213 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 39 | -310/+251 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 26 | -131/+161 |
| | | |||||
| * | replaced qInfo() with log::info() | isanae | 2019-07-22 | 3 | -8/+9 |
| | | |||||
| * | refactored Metrics and Display, no change in functionality | isanae | 2019-07-22 | 4 | -163/+274 |
| | | |||||
| * | split env | isanae | 2019-07-22 | 17 | -2566/+2663 |
| | | |||||
| * | log guid for security products | isanae | 2019-07-22 | 2 | -18/+29 |
| | | |||||
| * | only display "inactive" for security products | isanae | 2019-07-22 | 1 | -3/+1 |
| | | |||||
| * | fixed bad compare for nahimic | isanae | 2019-07-22 | 3 | -1/+251 |
| | | | | | log displays on startup | ||||
| * | moved environment dump to member function | isanae | 2019-07-22 | 3 | -28/+54 |
| | | | | | added check for nahimic | ||||
| * | check for files likely to be eaten by an AV on startup | isanae | 2019-07-22 | 1 | -2/+25 |
| | | |||||
| * | dump executables on startup | isanae | 2019-07-22 | 3 | -13/+56 |
| | | |||||
| * | reversed log level menu actions to fit settings combobox | isanae | 2019-07-22 | 2 | -10/+7 |
| | | | | | replaced qWarnings() and qCritical() | ||||
| * | moved Settings out of OrganizerCore so it can be created by itself to access ↵ | isanae | 2019-07-22 | 4 | -57/+57 |
| | | | | | | | | settings early set log level on startup replaced more qDebug() | ||||
| * | logging initialized early, log file set later | isanae | 2019-07-22 | 2 | -41/+47 |
| | | | | | replaced a few qDebug() | ||||
| * | moved Console to util | isanae | 2019-07-22 | 3 | -38/+58 |
| | | |||||
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 10 | -58/+127 |
| | | | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list | ||||
| * | moved setup to new LogList class | isanae | 2019-07-22 | 5 | -47/+74 |
| | | |||||
| * | renamed logbuffer files to loglist | isanae | 2019-07-22 | 6 | -7/+6 |
| | | |||||
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 13 | -344/+254 |
| | | | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency | ||||
| * | moved the log to a dock widget | isanae | 2019-07-22 | 4 | -22/+176 |
| | | | | | added a menu item in the view menu for it | ||||
| * | Merge pull request #796 from isanae/login-progress-dialog | Jeremy Rimpo | 2019-07-22 | 16 | -466/+1220 |
| |\ | | | | | Nexus login progress dialog and Nexus settings | ||||
| | * | changed message when opening browser | isanae | 2019-07-14 | 1 | -1/+3 |
| | | | |||||
| | * | removed already commented out code: | isanae | 2019-07-12 | 2 | -5/+0 |
| | | | | | | | | | don't resend the guid and token, nexus never answers with the api key, just create a new request every time | ||||
| | * | removed useless flags, they were only used by settings | isanae | 2019-07-12 | 2 | -21/+7 |
| | | | |||||
| | * | nexus info and stats in settings | isanae | 2019-07-12 | 9 | -140/+226 |
| | | | | | | | | | | | | | cleaned up double logging for github reset validation progress dialog parent just before the main window dies removed unused APIStats from APIUserAccount, added isValid() | ||||
| | * | refactored state messages | isanae | 2019-07-11 | 3 | -158/+90 |
| | | | |||||
| | * | api key validator in settings | isanae | 2019-07-11 | 3 | -48/+129 |
| | | | |||||
| | * | extracted api key validator from NXMAccessManager | isanae | 2019-07-11 | 7 | -177/+403 |
| | | | | | | | | | api key now part of ApiUserAccount | ||||
| | * | moved NexusSSOLogin to nxmaccessmanager | isanae | 2019-07-11 | 4 | -230/+250 |
| | | | | | | | | | added logs for manual key validation, will need to rewrite a few things | ||||
| | * | reworked the nexus connection panel | isanae | 2019-07-11 | 5 | -206/+531 |
| | | | | | | | | | moved most of the stuff into a new NexusSSOLogin class | ||||
| | * | handle context menu on pending downloads | isanae | 2019-07-10 | 1 | -29/+38 |
| | | | |||||
| | * | dialog should be on the heap, gets deleted by the main window | isanae | 2019-07-10 | 2 | -11/+10 |
| | | | |||||
| | * | made ValidationProgressDialog a QDialog to handle close events | isanae | 2019-07-10 | 2 | -31/+39 |
| | | | | | | | | | | | allow hiding dialog and make it appear again if needed don't use an event loop in validated(), it causes all sorts of problems because it can be reentrant if another logged in action is done while the dialog is visible | ||||
| | * | progress dialog now shows elapsed time in progress bar | isanae | 2019-07-10 | 3 | -14/+41 |
| | | | |||||
| | * | moved progress dialog to its own class | isanae | 2019-07-10 | 2 | -51/+82 |
| | | | |||||
| | * | set the progress dialog's parent to main window as soon as it's available | isanae | 2019-07-10 | 3 | -6/+39 |
| | | | |||||
| | * | removed useless validationFailed() callback in MainWindow | isanae | 2019-07-10 | 3 | -8/+2 |
| | | | | | | | | | moved the log that was in it to organizer core | ||||
| * | | Merge pull request #798 from Al12rs/Develop-2 | Jeremy Rimpo | 2019-07-22 | 3 | -5/+63 |
| |\ \ | |/ |/| | Improved Nexus Description display and BBCode support. | ||||
| | * | Changed youtube links in nexus description to use full version instead of ↵ | Al | 2019-07-14 | 1 | -1/+1 |
| | | | | | | | | | shortened one. | ||||
| | * | Fixed Youtube links in Nexus Description view. | Al | 2019-07-14 | 1 | -1/+1 |
| | | | |||||
| | * | Added full Spoiler support to the nexus Description viewer. | Al | 2019-07-14 | 2 | -0/+28 |
| | | | |||||
| | * | Add full support for quotes in nexus descriptions and avoid url horizontal ↵ | Al | 2019-07-14 | 2 | -3/+25 |
| | | | | | | | | | overflow by forcing world break word wrap. | ||||
| | * | Show timestamp seconds of log entries in logList view. | Al | 2019-07-10 | 1 | -1/+1 |
| | | | |||||
| | * | Improved Nexus description css to be easier on the eyes and handle images ↵ | Al | 2019-07-10 | 1 | -0/+8 |
| |/ | | | | better. | ||||
| * | Update description for month instead of 30 days | Silarn | 2019-07-09 | 2 | -242/+243 |
| | | |||||
| * | Avoid refreshing Data tab each time directoryStructure is refreshed if the ↵ | Al | 2019-07-10 | 1 | -1/+7 |
| | | | | | tab is not active. | ||||
| * | 2.2.1 RC Version | Silarn | 2019-07-09 | 1 | -1/+1 |
| | | |||||
| * | 2.2.1 RC Translation Updates | Silarn | 2019-07-09 | 1 | -381/+386 |
| | | |||||
