summaryrefslogtreecommitdiff
path: root/src/modinforegular.h
Commit message (Collapse)AuthorAgeFilesLines
* changed how the mod url works:isanae2019-07-021-10/+6
| | | | | | | | | | - it is now independent from the nexus mod url - it can be set in addition to having a valid mod id - both urls can be displayed in the context menu re-arranged some of the widgets on the nexus tab added a track button added a custom url checkbox and open in browser button added a max-width to the browser
* split nexus tabisanae2019-07-021-0/+1
| | | | | | 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
* Add support for displaying tracked mods and setting tracked statusLostDragonist2019-03-071-0/+22
|
* Change setGameName parameters to match MOBase changesLostDragonist2019-02-221-1/+1
|
* Don't count updates as ignored when the ignored version is invalidLostDragonist2019-02-211-1/+1
|
* Implement staggered timeouts bases on age.Silarn2019-02-181-0/+16
| | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours
* Implement using the DPAPI to encrypt credentialsSilarn2019-02-181-1/+1
|
* Various fixes and updatesSilarn2019-02-181-0/+14
| | | | | | * Add second api type for mod info to segment updates from basic desc * Add saved nexus file type and factor it into the update display * Fix some issues with how we were checking for 'latest update' files
* Update Process ImprovementsSilarn2019-02-181-1/+17
| | | | | | | | | | | | | | * 5 minute batch auto-update of up to 10 mods - Still able to force an update of all 'unchecked' mods - Prioritizes mods with oldest update 'age' * Implemented 1-hour wait between update checks per mod * Fixed issues with update progress display * Only enable update filter automatically if 'force update' * Improved display of version update status in mod list - Italic text when ready to perform update check - Tooltip indicates when next update is available * Fixed remaining issues with update fallback check * Only trigger one update API request for duplicate sources
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-1/+1
|
* Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-221-1/+3
|
* Add notes column to mod listLostDragonist2018-12-081-0/+12
|
* Added Color costumization for Separators.Al12rs2018-10-281-0/+7
|
* Changed "ignore missing game data" to not create an empty Texture folder and ↵Al12rs2018-09-291-0/+7
| | | | instead save the choice in meta.ini
* Allow for primary game sources and marking mods as converted/workingSilarn2018-05-031-0/+7
|
* Add alternative game flag and checkSilarn2018-04-271-2/+4
|
* Add source game setter in mod info dialogSilarn2018-04-171-0/+7
|
* Support for multi-game downloadsSilarn2018-04-161-4/+13
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-263/+267
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-267/+263
|
* Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+349
optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing