| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Update path to gamebryo/creation engine sources | Silarn | 2018-10-01 | 1 | -1/+2 | |
| | | ||||||
| * | Make sure project_path is set before trying to use it | Silarn | 2018-05-06 | 1 | -10/+7 | |
| | | ||||||
| * | Incorporate uibase translations into organizer | Silarn | 2018-05-04 | 1 | -1/+2 | |
| | | ||||||
| * | Remove remnants of QtScript and fix some CMake issues | Silarn | 2018-04-19 | 1 | -6/+14 | |
| | | ||||||
| * | Improve and fix handling of external links | Silarn | 2018-04-18 | 1 | -0/+2 | |
| | | ||||||
| * | Prep for Qt 5.11 (backward-compatible) | Silarn | 2018-04-10 | 1 | -4/+4 | |
| | | ||||||
| * | Install the translation file (we need at least one) | Silarn | 2018-04-07 | 1 | -0/+3 | |
| | | ||||||
| * | Update to allow linking to updated bsatk | Silarn | 2018-04-03 | 1 | -3/+5 | |
| | | ||||||
| * | Deploy the qtdds.dll as part of the MO install | AnyOldName3 | 2018-03-11 | 1 | -0/+3 | |
| | | ||||||
| * | Fix library include for zlibstatic | LePresidente | 2018-03-11 | 1 | -3/+2 | |
| | | ||||||
| * | Separate windeployqt calls into their own EXECUTE_PROCESS calls so that they ↵ | AnyOldName3 | 2018-03-10 | 1 | -5/+8 | |
| | | | | | run sequentially | |||||
| * | Make sure that we get all files for sure | Sandro | 2018-02-22 | 1 | -0/+3 | |
| | | ||||||
| * | Deploy also styles/qwindowsvistastyle.dll | Eran Mizrahi | 2017-12-22 | 1 | -0/+2 | |
| | | ||||||
| * | Hide boost compiler version warnings | Eran Mizrahi | 2017-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix modorganizer staging | Eran Mizrahi | 2017-12-20 | 1 | -1/+3 | |
| | | ||||||
| * | Use Qt deploy also for Qt plugins (cherry picking only the ones we need) | Eran Mizrahi | 2017-12-19 | 1 | -2/+5 | |
| | | ||||||
| * | fix usvfs includes (following usvfs VS project) | Eran Mizrahi | 2017-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 1 | -0/+2 | |
| | | ||||||
| * | Wait for injected processes on MO close | Eran Mizrahi | 2017-12-13 | 1 | -0/+5 | |
| | | ||||||
| * | Wait for processes run using command line shortcuts | Eran Mizrahi | 2017-12-10 | 1 | -0/+1 | |
| | | ||||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -0/+2 | |
| | | ||||||
| * | Fix the nexus description link handler | Jeremy Rimpo | 2017-10-23 | 1 | -0/+1 | |
| | | ||||||
| * | Updated version to 2.1.0beta | LePresidente | 2017-10-22 | 1 | -2/+3 | |
| | | | | | Added QtQuick to cmake to try address tutorial issue [Untested] | |||||
| * | windeployqt doesn't automatically detect the requirement for ↵ | LePresidente | 2017-05-05 | 1 | -1/+1 | |
| | | | | | qtwebenginewidgets, so we force it. | |||||
| * | First attempt to update to QT5.7 | LePresidente | 2017-01-04 | 1 | -4/+4 | |
| | | ||||||
| * | automatic update of translation file during build | Tannin | 2016-06-04 | 1 | -1/+3 | |
| | | ||||||
| * | removed obsolete inject code | Tannin | 2016-05-16 | 1 | -2/+0 | |
| | | ||||||
| * | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -0/+2 | |
| | | | | | "overwrite" | |||||
| * | cleanup | Tannin | 2016-05-07 | 1 | -2/+10 | |
| | | ||||||
