| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved nexus api stuff to GlobalSettings | isanae | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | pass a pointer to Settings around for things that can be called without settings, when creating the first instance added dummy plugin list, mod list and iorganizer to initialize plugins without an instance moved PluginContainer into the core filter, had nothing to do with the plugins list NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available | ||||
| * | split create instance dialog pages | isanae | 2020-11-03 | 1 | -0/+1 |
| | | |||||
| * | started create instance dialog | isanae | 2020-11-03 | 1 | -0/+1 |
| | | | | | | allow for multiple instances of Settings fill in information in instance manager | ||||
| * | added empty instance manager dialog | isanae | 2020-11-03 | 1 | -1/+5 |
| | | |||||
| * | new CommandLine class | isanae | 2020-11-03 | 1 | -0/+1 |
| | | | | | | implemented crashdump as a command, fixed dump_running_process.bat to use it attach to console if present instead of always create one | ||||
| * | Add glob_matching.h to the utility group. | Mikaël Capelle | 2020-10-11 | 1 | -0/+1 |
| | | |||||
| * | Use proxy for ModList, PluginList and DownloadManager. Do not use registered ↵ | Mikaël Capelle | 2020-10-11 | 1 | -1/+8 |
| | | | | | callbacks when plugin is inactive. | ||||
| * | Add thread_utils to CMakeList.txt. | Mikaël Capelle | 2020-05-24 | 1 | -0/+1 |
| | | |||||
| * | Add QDirFileTree implementation. | Mikaël Capelle | 2020-05-22 | 1 | -0/+1 |
| | | |||||
| * | Move to the new filetree for the installation manager. | Mikaël Capelle | 2020-05-07 | 1 | -0/+1 |
| | | |||||
| * | appveyor does not build modorganizer in its standard location, so use ↵ | isanae | 2020-04-30 | 1 | -1/+9 |
| | | | | | DEPENDENCIES_DIR to find cmake_common | ||||
| * | moved a few projects to requires_project() | isanae | 2020-04-25 | 1 | -10/+2 |
| | | |||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -545/+39 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | fixed warnings about Q_OBJECT and thousand separators | isanae | 2020-04-18 | 1 | -0/+3 |
| | | | | | had to move some classes to header files | ||||
| * | added more timings | isanae | 2020-02-18 | 1 | -0/+2 |
| | | | | | missed fileregisterfwd.h in cmake list | ||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -3/+18 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | added natvis | isanae | 2020-02-18 | 1 | -1/+6 |
| | | |||||
| * | wstring_view when possible | isanae | 2020-02-18 | 1 | -0/+3 |
| | | | | | first implementation of NtQueryDirectoryFile | ||||
| * | shift+right click for shell menu | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | split item and model | isanae | 2020-02-04 | 1 | -0/+6 |
| | | |||||
| * | split IconFetcher | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | split FileTreeModel, initial implementation, some stuff is broken | isanae | 2020-02-04 | 1 | -0/+3 |
| | | |||||
| * | moved main window classes to their own filter | isanae | 2020-02-04 | 1 | -7/+10 |
| | | |||||
| * | split data tab | isanae | 2020-02-04 | 1 | -0/+3 |
| | | | | | removed a bunch of undefined functions in MainWindow | ||||
| * | Moved filterWidget and eventFilter to ui base | AL | 2020-02-01 | 1 | -6/+0 |
| | | |||||
| * | Separate conflict flags and render them in separate columns | Silarn | 2019-12-06 | 1 | -0/+3 |
| | | |||||
| * | split filter list | isanae | 2019-11-27 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #901 from isanae/loot-rework | isanae | 2019-11-25 | 1 | -2/+17 |
| |\ | | | | | Loot rework | ||||
| | * | tweaked css, finished markdown report | isanae | 2019-11-24 | 1 | -1/+3 |
| | | | | | | | | | copy markdown.html to resources/ | ||||
| | * | split loot dialog, added ui file | isanae | 2019-11-24 | 1 | -2/+8 |
| | | | |||||
| | * | rewrite of json report parsing | isanae | 2019-11-23 | 1 | -0/+2 |
| | | | | | | | | | added json.h with some utilities | ||||
| | * | handles changes in lootcli for a more formal communication protocol | isanae | 2019-11-18 | 1 | -0/+2 |
| | | | |||||
| | * | split loot stuff to loot.h/cpp, no changes in functionality | isanae | 2019-11-16 | 1 | -0/+3 |
| | | | |||||
| * | | Move all Qt deployment to main MO project | Silarn | 2019-11-19 | 1 | -0/+4 |
| |/ | |||||
| * | renamed lockwidget files to uilocker | isanae | 2019-11-06 | 1 | -3/+3 |
| | | |||||
| * | removed unused files | isanae | 2019-11-06 | 1 | -16/+1 |
| | | | | | fixed handle leak when starting steam | ||||
| * | added lockwidget to replace all the other dialogs | isanae | 2019-11-06 | 1 | -0/+3 |
| | | | | | | | rewrote ProcessRunner to have a bunch of setters and then a run() fixed bad exit code when waiting on a process that's already completed removed lock()/unlock() from main window, ProcessRunner is in charge of that now | ||||
| * | split to processrunner | isanae | 2019-11-06 | 1 | -0/+3 |
| | | | | | | added IUserInterface::qtWidget() put back IUserInterface in OrganizerCore now that there's a way to get the widget | ||||
| * | moved checks to sanitychecks.cpp | isanae | 2019-10-05 | 1 | -0/+2 |
| | | | | | added check for blocked files, only logs | ||||
| * | moved color stuff to ColorTable, now shows sample text and icons | isanae | 2019-09-27 | 1 | -0/+3 |
| | | |||||
| * | removed helper.h and helper.cpp, merged into spawn | isanae | 2019-09-19 | 1 | -3/+0 |
| | | |||||
| * | fixes for ExpanderWidget | isanae | 2019-09-11 | 1 | -3/+0 |
| | | | | | removed dead code in MainWindow | ||||
| * | split into settingsutilities | isanae | 2019-09-02 | 1 | -1/+8 |
| | | |||||
| * | split diagnostics tab | isanae | 2019-08-02 | 1 | -0/+3 |
| | | | | | fixed log and crash dump directory links in label not working | ||||
| * | split workarounds tab | isanae | 2019-08-02 | 1 | -0/+3 |
| | | |||||
| * | split plugins tab | isanae | 2019-08-02 | 1 | -0/+3 |
| | | |||||
| * | removed incorrect warning that steam password is unencrypted | isanae | 2019-08-02 | 1 | -0/+3 |
| | | | | | split steam tab | ||||
| * | renamed tab classes, clashing with mod info dialog | isanae | 2019-08-02 | 1 | -0/+3 |
| | | | | | split nexus tab | ||||
| * | split paths tab | isanae | 2019-08-02 | 1 | -0/+3 |
| | | |||||
| * | moved SettingsTab out of Settings | isanae | 2019-08-02 | 1 | -0/+3 |
| | | | | | split general tab | ||||
