summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* split nexus tabisanae2019-07-021-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 tabisanae2019-07-021-0/+3
|
* split ModInfoDialogTabisanae2019-07-021-0/+3
|
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-0/+3
|
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-0/+3
| | | | slightly offset next/previous images so they look better when shown next to each other vertically
* split images tab stuff in ImagesTabisanae2019-07-021-0/+3
| | | | text editor: fixed modified flag not being set to false when loading an empty file
* split text file tab into its own classisanae2019-07-021-0/+3
|
* split ExpanderWidget into its own set of filesisanae2019-07-021-0/+3
|
* added initial toolbar, splitterisanae2019-07-021-0/+3
| | | | moved most of the text editor stuff to a new TextEditor class
* moved filerenamer to its own .cpp/.h pairisanae2019-07-021-0/+3
|
* removed concept of custom executables, everything is modifiableisanae2019-06-151-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 filesisanae2019-06-141-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 itisanae2019-06-121-0/+3
|
* added new filterwidget, will eventually get the operators functionality from ↵isanae2019-05-311-0/+3
| | | | the mod/pluging lists
* Merge pull request #732 from isanae/cmake-changesAl2019-05-281-10/+194
|\ | | | | Adds filters, precompiled headers and quietness to the Visual Studio projects
| * set use_folders, puts all cmake generated projects into a folderisanae2019-05-261-0/+1
| |
| * added precompiled headersisanae2019-05-241-0/+24
| |
| * using builtin properties for autogen source groups, everything is now in the ↵isanae2019-05-241-25/+11
| | | | | | | | autogen filter
| * turned autorcc on so no need for qt5_add_resources() anymoreisanae2019-05-241-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 buildsisanae2019-05-241-3/+3
| | | | | | | | always include the INSTALL project in the solution build
| * put source files in specific groups so they're organized in the visual ↵isanae2019-05-241-4/+178
| | | | | | | | studio project
* | added /permissive-isanae2019-05-261-1/+1
|/
* Modify LZ4 paths to support building from sourceSilarn2019-05-081-2/+2
|
* Fix installing qdds.dllLostDragonist2019-05-021-5/+3
|
* dp windeployqt.exe last since we require everything to be installed before ↵LePresidente2019-04-201-13/+11
| | | | running.
* Merge pull request #656 from ModOrganizer2/AppveyorBrian Munro2019-02-191-2/+3
|\ | | | | Appveyor test build process, current project only
| * Minor change to CMakeLists.txt to use the DEPENDENCY_DIR variable from ↵LePresidente2019-02-181-2/+3
| | | | | | | | umbrella, instead of relative paths, this is required to support appveyor.
* | Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-2/+0
| |
* | Implement using the DPAPI to encrypt credentialsSilarn2019-02-181-1/+1
| |
* | Initial Nexus API changes:Silarn2019-02-181-3/+4
|/ | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking)
* Support for force loading librariesLostDragonist2019-01-111-0/+6
|
* Remove old downloads tab code leftoversKrzysztof Starecki2018-12-301-4/+0
|
* Display counter tooltips when clickedLostDragonist2018-12-261-0/+2
|
* Add "send to separator..." option for modsLostDragonist2018-12-021-0/+3
|
* Add modinfoseparator to CMakeLists.txtLostDragonist2018-10-301-0/+2
|
* Update path to gamebryo/creation engine sourcesSilarn2018-10-011-1/+2
|
* Make sure project_path is set before trying to use itSilarn2018-05-061-10/+7
|
* Incorporate uibase translations into organizerSilarn2018-05-041-1/+2
|
* Remove remnants of QtScript and fix some CMake issuesSilarn2018-04-191-6/+14
|
* Improve and fix handling of external linksSilarn2018-04-181-0/+2
|
* Prep for Qt 5.11 (backward-compatible)Silarn2018-04-101-4/+4
|
* Install the translation file (we need at least one)Silarn2018-04-071-0/+3
|
* Update to allow linking to updated bsatkSilarn2018-04-031-3/+5
|
* Deploy the qtdds.dll as part of the MO installAnyOldName32018-03-111-0/+3
|
* Fix library include for zlibstaticLePresidente2018-03-111-3/+2
|
* Separate windeployqt calls into their own EXECUTE_PROCESS calls so that they ↵AnyOldName32018-03-101-5/+8
| | | | run sequentially
* Make sure that we get all files for sureSandro2018-02-221-0/+3
|
* Deploy also styles/qwindowsvistastyle.dllEran Mizrahi2017-12-221-0/+2
|
* Hide boost compiler version warningsEran Mizrahi2017-12-201-1/+1
|
* Fix modorganizer stagingEran Mizrahi2017-12-201-1/+3
|