summaryrefslogtreecommitdiff
path: root/src/modinforegular.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-2/+3
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-11/+9
| | | | removed now unused vlog()
* changed how the mod url works:isanae2019-07-021-6/+79
| | | | | | | | | | - 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
* replaced reportError() calls by qCritical() because they can come from a ↵isanae2019-07-021-2/+6
| | | | | | | thread, which hangs the ui categories and notes will update the tab color when changing fixed rare crash when reordering tabs while loading a mod
* split nexus tabisanae2019-07-021-4/+16
| | | | | | 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-2/+49
|
* Change setGameName parameters to match MOBase changesLostDragonist2019-02-221-1/+1
|
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-25/+0
|
* Endorsement and efficiency updatesSilarn2019-02-181-0/+3
| | | | | | | * Reduce update timeout to 5 minutes * Introduce bulk endorsement check replacing global mod info check * Fine tune performance of bulk update info query * Thread the update processing to prevent lockups
* Implement bulk update check layerSilarn2019-02-181-2/+2
|
* Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-181-15/+22
|
* Implement staggered timeouts bases on age.Silarn2019-02-181-1/+36
| | | | | | | | * < 1 mo = 2 hours * < 3 mo = 4 hours * < 6 mo = 6 hours * < 1 yr = 12 hours * > 1 yr = 24 hours
* Fix issues with duplicate requests, expand parallel requests to 6Silarn2019-02-181-2/+3
|
* Various fixes and updatesSilarn2019-02-181-2/+18
| | | | | | * 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
* Ensure mainwindow slot doesn't override data we've just setSilarn2019-02-181-1/+1
|
* Update Process ImprovementsSilarn2019-02-181-3/+39
| | | | | | | | | | | | | | * 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
* Fix issue with endorsement response parsingSilarn2019-02-181-11/+9
|
* Fix up mismatched signals and slotsSilarn2019-02-181-2/+2
|
* Reworking update checks to use the file update info with a fallbackSilarn2019-02-181-4/+10
|
* Initial Nexus API changes:Silarn2019-02-181-7/+16
| | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking)
* Performance improvements:Al2019-02-121-1/+3
| | | | | * Avoid accessing disk for finding archives if archive parsing is disabled. * Avoid very expensive createFile() call in removeOrigin(), after disabling a mod or closing modinfodialog.
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
|
* Cache list of archives contained in a mod instead of accessing disk each timeAl2019-01-221-7/+14
|
* Improved performance of pluginlist refresh by removing regexAl2019-01-221-1/+2
|
* Delete the settings array before writing a new oneLostDragonist2019-01-111-0/+1
|
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
|
* Add an option to disable endorsementsLostDragonist2018-12-241-1/+4
|
* Add notes column to mod listLostDragonist2018-12-081-2/+15
|
* Added Color costumization for Separators.Al12rs2018-10-281-0/+13
|
* Changed "ignore missing game data" to not create an empty Texture folder and ↵Al12rs2018-09-291-3/+13
| | | | instead save the choice in meta.ini
* Added Contains Script Extender Files filter.Al12rs2018-09-071-0/+1
|
* Improved Skript Extender Plugin filter to actually look for plugins and not ↵Al12rs2018-09-071-2/+6
| | | | only the SKSE folder.
* Added ModGroups contents icon and flag.Al12rs2018-08-251-0/+4
|
* Added Contains INI files content filter and checking.Al12rs2018-07-171-0/+4
|
* Allow for primary game sources and marking mods as converted/workingSilarn2018-05-031-5/+17
|
* Add alternative game flag and checkSilarn2018-04-271-4/+9
|
* Improve and fix handling of external linksSilarn2018-04-181-1/+1
|
* Add source game setter in mod info dialogSilarn2018-04-171-0/+6
|
* Support for multi-game downloadsSilarn2018-04-161-14/+18
|
* Changes to allow plugin loading in the mod info dialog (and rename SE)Silarn2018-04-061-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-383/+455
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-455/+383
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-1/+1
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-1/+9
|
* Add MCM detection (but doesn't fix loading issues :()Jeremy Rimpo2017-11-081-0/+2
|
* Use ScriptExtender PluginPath instead of appending "/plugin" to the old ↵LePresidente2017-10-291-1/+1
| | | | script extender name variable.
* Basic ESL updatesJeremy Rimpo2017-10-201-2/+2
|
* reduced number of mod content icons a bit because they take too much spaceTannin2016-06-191-12/+18
|
* Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+571
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