summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add icon for FO4 material (courtesy of @twizz0r).Mikaël Capelle2020-05-282-1/+1
|
* Remove space.Mikaël Capelle2020-05-281-1/+1
|
* Change auto& to const auto&.Mikaël Capelle2020-05-282-4/+4
|
* Expose ModDataContentHolder from OrganizerCore instead of vector of Content.Mikaël Capelle2020-05-286-43/+132
|
* Ignore filter-only content when sorting.Mikaël Capelle2020-05-272-8/+20
|
* Store contents as a set instead of a vector.Mikaël Capelle2020-05-277-18/+17
|
* Do not show Content with isOnlyForFilter() in the column.Mikaël Capelle2020-05-271-7/+12
|
* Fix sorting for the Content column.Mikaël Capelle2020-05-271-1/+9
|
* Make ModInfo::getContents() pure virtual.Mikaël Capelle2020-05-271-4/+1
|
* Add temporary icon for material content.Mikaël Capelle2020-05-271-0/+1
|
* Replace usage of MakeVector with initializer lists.Mikaël Capelle2020-05-261-58/+58
|
* Use ModDataContent to display the tooltip in the header.Mikaël Capelle2020-05-252-20/+22
|
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-2514-170/+88
|
* Use hasSuffix() where needed.Mikaël Capelle2020-05-251-1/+1
|
* Fix comment for prefetch().Mikaël Capelle2020-05-251-1/+2
|
* Fix suffix comparison for SKSE DLLs.Mikaël Capelle2020-05-251-1/+1
|
* Update ModInfo classes following MemoizedLocked changes.Mikaël Capelle2020-05-253-24/+15
|
* Update MemoizedLock to allow more flexible callable.Mikaël Capelle2020-05-251-6/+8
|
* Remove useless calls to diskContentModified().Mikaël Capelle2020-05-251-4/+0
|
* Use memoization for file tree, contents and validity of ModInfo.Mikaël Capelle2020-05-244-20/+43
|
* Add MemoizedLocked.Mikaël Capelle2020-05-241-0/+43
|
* Add thread_utils to CMakeList.txt.Mikaël Capelle2020-05-241-0/+1
|
* Remove old comment.Mikaël Capelle2020-05-241-1/+0
|
* Force lower case comparison for extensions in getContents().Mikaël Capelle2020-05-241-1/+1
|
* Fix typo in getContents().Mikaël Capelle2020-05-241-1/+1
|
* Use a more generic 'prefetch' method instead of isValid().Mikaël Capelle2020-05-244-1/+27
|
* Minor cleaning.Mikaël Capelle2020-05-241-3/+6
|
* Switch from ThreadPool to a simpler thread map for containers.Mikaël Capelle2020-05-243-40/+57
|
* Use the refresh_thread_count setting for ModInfo::updateFromDisc.Mikaël Capelle2020-05-243-7/+14
|
* Update file tree in parallel when loading from disk.Mikaël Capelle2020-05-242-0/+39
|
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-2411-80/+112
|
* Bump to 2.3.0a9 and update copyright to 2020.Mikaël Capelle2020-05-231-2/+2
|
* Fix issues with very slow refresh time for large root data directories.isanae2020-05-233-50/+19
|
* Add comment about lazy-populating the QDirFileTree.Mikaël Capelle2020-05-231-1/+4
|
* Remove time() method from FileTreeEntry.Mikaël Capelle2020-05-231-16/+1
|
* Update QDirFileTree to hide implementation and allow querying time through ↵Mikaël Capelle2020-05-232-44/+60
| | | | QFileInfo.
* Remove header that has been removed from uibase.Mikaël Capelle2020-05-231-1/+0
|
* Update IFileTree implementations following uibase changes.Mikaël Capelle2020-05-233-32/+23
|
* Remove include that has been removed from uibase.Mikaël Capelle2020-05-231-1/+0
|
* Switch to ModDataChecker for testing mod validity.Mikaël Capelle2020-05-221-24/+6
|
* Move m_GamePlugin up into ModInfoWithConflictInfo.Mikaël Capelle2020-05-2211-21/+33
|
* Add QDirFileTree implementation.Mikaël Capelle2020-05-223-0/+110
|
* Merge pull request #1075 from Holt59/bump-to-2.3.0a8Al2020-05-221-1/+1
|\ | | | | Bump version to 2.3.0 alpha 8.
| * Bump version to 2.3.0 alpha 8.Mikaël Capelle2020-05-221-1/+1
| |
* | Add option to open logs folderIsmayilMirzali2020-05-212-0/+10
|/
* Merge pull request #1066 from Holt59/new-filetreeAl2020-05-2018-615/+818
|\ | | | | Update for the new file tree implementation and minor fixes
| * Rollback to setGameName instead of setGamePlugin for mod interface.Mikaël Capelle2020-05-198-22/+22
| |
| * Add implementation of clone() and doClone() for the archive filetree.Mikaël Capelle2020-05-161-1/+15
| |
| * Update after const_cast removal in uibase.Mikaël Capelle2020-05-121-5/+5
| |
| * Minor comment updates.Mikaël Capelle2020-05-081-6/+8
| |