| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | split env | isanae | 2019-07-22 | 1 | -2/+23 |
| | | |||||
| * | renamed logbuffer files to loglist | isanae | 2019-07-22 | 1 | -3/+3 |
| | | |||||
| * | removed unused or redundant stuff in error_report.h | isanae | 2019-07-22 | 1 | -1/+5 |
| | | | | | | | | 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 | ||||
| * | Restore UI files to VS project and remove unused files | Silarn | 2019-07-03 | 1 | -6/+3 |
| | | |||||
| * | added modinfodialogfwd.h, mostly for the enum that's used in various places | isanae | 2019-07-02 | 1 | -0/+2 |
| | | | | | | renamed ETabs to ModInfoTabIDs and changed all ints to use the enum instead added ModInfoPtr to avoid having to include modinfo.h just to get ModInfo::Ptr | ||||
| * | splitting filetree tab | isanae | 2019-07-02 | 1 | -7/+12 |
| | | | | | moved mod info dialog classes to a sub filter | ||||
| * | split nexus tab | isanae | 2019-07-02 | 1 | -2/+3 |
| | | | | | | | added OrganizerCore::loggedInAction() to execute a function only when logged in, replaces a bunch of copy/pasted stuff in mainwindow moved common variables in ModInfoDialogTab moved DescriptionPage to modinfodialognexus.h, renamed to NexusTabWebpage, deleted now empty descriptionpage.h | ||||
| * | split categories tab | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | split ModInfoDialogTab | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | in the process of moving stuff to modinfodialogconflicts.h/cpp | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | changed layout of esps tab, moved to modinfodialogesps.cpp/h | isanae | 2019-07-02 | 1 | -0/+3 |
| | | | | | slightly offset next/previous images so they look better when shown next to each other vertically | ||||
| * | split images tab stuff in ImagesTab | isanae | 2019-07-02 | 1 | -0/+3 |
| | | | | | text editor: fixed modified flag not being set to false when loading an empty file | ||||
| * | split text file tab into its own class | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | split ExpanderWidget into its own set of files | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | added initial toolbar, splitter | isanae | 2019-07-02 | 1 | -0/+3 |
| | | | | | moved most of the text editor stuff to a new TextEditor class | ||||
| * | moved filerenamer to its own .cpp/.h pair | isanae | 2019-07-02 | 1 | -0/+3 |
| | | |||||
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -4/+7 |
| | | | | | | | added apply button to dialog added reset button that re-adds plugin executables and renames existing ones if needed moved executables files to their filter in visual studio | ||||
| * | moved api user account classes to their own files | isanae | 2019-06-14 | 1 | -0/+3 |
| | | | | | | | | | | api label in status bar: - now shows when not logged in - changed some of the colour thresholds to correspond to real throttling numbers make sure the api key is also cleared from the access manager when clearing from the settings removed unused bool m_ValidateAttempted in NXMAccessManager update the window title and status bar api label with correct values on startup, which fixes incorrect values when "restarting" MO after changing nexus settings | ||||
| * | added new statusbar class, moved refresh progress bar to it | isanae | 2019-06-12 | 1 | -0/+3 |
| | | |||||
| * | added new filterwidget, will eventually get the operators functionality from ↵ | isanae | 2019-05-31 | 1 | -0/+3 |
| | | | | | the mod/pluging lists | ||||
| * | Merge pull request #732 from isanae/cmake-changes | Al | 2019-05-28 | 1 | -10/+194 |
| |\ | | | | | Adds filters, precompiled headers and quietness to the Visual Studio projects | ||||
| | * | set use_folders, puts all cmake generated projects into a folder | isanae | 2019-05-26 | 1 | -0/+1 |
| | | | |||||
| | * | added precompiled headers | isanae | 2019-05-24 | 1 | -0/+24 |
| | | | |||||
| | * | using builtin properties for autogen source groups, everything is now in the ↵ | isanae | 2019-05-24 | 1 | -25/+11 |
| | | | | | | | | | autogen filter | ||||
| | * | turned autorcc on so no need for qt5_add_resources() anymore | isanae | 2019-05-24 | 1 | -3/+2 |
| | | | | | | | | | | | qt5_wrap_ui() is redundant since autouic is already on generate INSTALL.vcxproj.user to have the proper debugging settings so ModOrganizer.exe is started from install/bin | ||||
| | * | greatly decreased the verbosity of builds | isanae | 2019-05-24 | 1 | -3/+3 |
| | | | | | | | | | always include the INSTALL project in the solution build | ||||
| | * | put source files in specific groups so they're organized in the visual ↵ | isanae | 2019-05-24 | 1 | -4/+178 |
| | | | | | | | | | studio project | ||||
| * | | added /permissive- | isanae | 2019-05-26 | 1 | -1/+1 |
| |/ | |||||
| * | Modify LZ4 paths to support building from source | Silarn | 2019-05-08 | 1 | -2/+2 |
| | | |||||
| * | Fix installing qdds.dll | LostDragonist | 2019-05-02 | 1 | -5/+3 |
| | | |||||
| * | dp windeployqt.exe last since we require everything to be installed before ↵ | LePresidente | 2019-04-20 | 1 | -13/+11 |
| | | | | | running. | ||||
| * | Merge pull request #656 from ModOrganizer2/Appveyor | Brian Munro | 2019-02-19 | 1 | -2/+3 |
| |\ | | | | | Appveyor test build process, current project only | ||||
| | * | Minor change to CMakeLists.txt to use the DEPENDENCY_DIR variable from ↵ | LePresidente | 2019-02-18 | 1 | -2/+3 |
| | | | | | | | | | umbrella, instead of relative paths, this is required to support appveyor. | ||||
| * | | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -2/+0 |
| | | | |||||
| * | | Implement using the DPAPI to encrypt credentials | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | | |||||
| * | | Initial Nexus API changes: | Silarn | 2019-02-18 | 1 | -3/+4 |
| |/ | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -0/+6 |
| | | |||||
| * | Remove old downloads tab code leftovers | Krzysztof Starecki | 2018-12-30 | 1 | -4/+0 |
| | | |||||
| * | Display counter tooltips when clicked | LostDragonist | 2018-12-26 | 1 | -0/+2 |
| | | |||||
| * | Add "send to separator..." option for mods | LostDragonist | 2018-12-02 | 1 | -0/+3 |
| | | |||||
| * | Add modinfoseparator to CMakeLists.txt | LostDragonist | 2018-10-30 | 1 | -0/+2 |
| | | |||||
