| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve code for reading text files line-by-line | Jonathan Feenstra | 2026-05-17 | 1 | -14/+20 |
| | | |||||
| * | Switch from fmtlib to std::format. (#2031) | Mikaël Capelle | 2024-05-25 | 1 | -15/+11 |
| | | | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action. | ||||
| * | Convert for loops, move nexusCats | Jeremy Rimpo | 2023-09-24 | 1 | -20/+17 |
| | | |||||
| * | Make category struct attributes private | Jeremy Rimpo | 2023-09-23 | 1 | -33/+28 |
| | | |||||
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -3/+8 |
| | | | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference | ||||
| * | Fix rebase issues | Jeremy Rimpo | 2023-09-21 | 1 | -7/+1 |
| | | |||||
| * | Clang cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -26/+36 |
| | | |||||
| * | Several updates | Jeremy Rimpo | 2023-09-21 | 1 | -0/+2 |
| | | | | | | | | | * No longer cause an error when deleting a category that's being used * Add a dialog when installing a mod with no Nexus mapping (if not disabled) * Allow disabling Nexus category mapping in Settings (Nexus tab) * Add context option to remove nexus mappings in the category editor * Some clang style fixes | ||||
| * | Fix merge issues | Jeremy Rimpo | 2023-09-21 | 1 | -0/+11 |
| | | |||||
| * | Don't overwrite existing Nexus category mappings | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 |
| | | |||||
| * | Fix issues with category reset and NX save | Jeremy Rimpo | 2023-09-21 | 1 | -16/+74 |
| | | |||||
| * | WIP: Fix data storage and fix loading | Silarn | 2023-09-21 | 1 | -28/+34 |
| | | |||||
| * | WIP: Category QObj refactor | Silarn | 2023-09-21 | 1 | -23/+16 |
| | | |||||
| * | WIP: Initial changes to fetch nexus categories | Silarn | 2023-09-21 | 1 | -93/+115 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -116/+127 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -419/+419 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | Fix tattoo's category ID conflicting with voice's ID | MarkKoz | 2022-02-28 | 1 | -1/+1 |
| | | | | | Fix #1589 | ||||
| * | handle cycles by putting parent ids in a set | isanae | 2021-01-09 | 1 | -2/+16 |
| | | |||||
| * | Replace usage of MakeVector with initializer lists. | Mikaël Capelle | 2020-05-26 | 1 | -58/+58 |
| | | |||||
| * | Fix some more tabs | Al | 2020-01-14 | 1 | -1/+1 |
| | | |||||
| * | Add has hidden files filter for modlist. | Al | 2020-01-14 | 1 | -0/+1 |
| | | |||||
| * | Rework filter labels to separate bracket from translation | Silarn | 2019-12-10 | 1 | -10/+12 |
| | | |||||
| * | added "tracked on nexus" filter | isanae | 2019-12-02 | 1 | -0/+1 |
| | | |||||
| * | made all categories positive | isanae | 2019-11-30 | 1 | -8/+8 |
| | | | | | fixed context menu sometimes appearing | ||||
| * | removed redundant categories now that there's a not filter | isanae | 2019-11-30 | 1 | -13/+11 |
| | | | | | disabled collapsing for filter, there's already a button to hide it | ||||
| * | implemented not flag | isanae | 2019-11-30 | 1 | -8/+8 |
| | | | | | | moved stuff to CriteriaItem fixed jumbled names in getSpecialCategoryName() | ||||
| * | moved all remaining filter stuff to FilterList | isanae | 2019-11-29 | 1 | -0/+34 |
| | | | | | renamed some widgets | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -2/+2 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -5/+5 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -1/+2 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -6/+6 |
| | | |||||
| * | Remove outdated namespacing and correct the PATH setting to appends dlls | Jeremy Rimpo | 2018-03-08 | 1 | -1/+1 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -233/+281 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -281/+233 |
| | | |||||
| * | Category fixes | Jeremy Rimpo | 2017-11-15 | 1 | -9/+7 |
| | | |||||
| * | Add missing Nexus categories | Jeremy Rimpo | 2017-11-08 | 1 | -32/+55 |
| | | |||||
| * | fixed categories list didn't get updated on switching instance | Tannin | 2016-06-23 | 1 | -0/+4 |
| | | |||||
| * | cleanup | Tannin | 2016-05-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | ||||
| | * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -2/+2 |
| | | | | | | | | | of gameinfo.h includes | ||||
| * | | - no longer displaying "not logged in". This was too confusing for some | Tannin | 2015-12-07 | 1 | -1/+3 |
| |/ | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup | ||||
| * | added plugin interface to add/remove/list categories to/from/of mods | Tannin | 2015-06-10 | 1 | -5/+27 |
| | | |||||
| * | dropped redundant report.h/report.cpp | Tannin | 2015-05-09 | 1 | -1/+1 |
| | | |||||
| * | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -3/+3 |
| | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| * | - several style fixes suggested by static analysis | Tannin | 2014-09-24 | 1 | -4/+4 |
| | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor | ||||
| * | - re-enabled building of loot_cli and started developing against the new api | Tannin | 2014-09-08 | 1 | -4/+22 |
| | | | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang | ||||
| * | - can now filter by mod content | Tannin | 2014-08-18 | 1 | -1/+1 |
| | | | | | - all files/directories that require write access can now be placed in AppData instead of the MO directory | ||||
| * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -301/+301 |
| | | |||||
| * | - bugfix: archive.dll could cause a crash, attempting to close an archive ↵ | Tannin | 2013-12-19 | 1 | -0/+1 |
| | | | | | | | | | that failed to open - bugfix: upon changing categories the mappings of deleted categories wasn't cleaned up which could cause an error message - bugfix: the number of esps/esms that can be loaded is actually 255 not 256 since the save game counts too - bugfix: "visit on nexus" from the modinfo dialog also lead to the wrong url | ||||
