summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Fix another issue with some archives not being loading properly.Mikaël Capelle2020-05-071-3/+5
| |
| * Fix issue with some archives not being extracted correctly.Mikaël Capelle2020-05-071-3/+2
| |
| * Override astree() in ArchiveFileTreeImpl to avoid VS warnings.Mikaël Capelle2020-05-071-0/+10
| |
| * Fix issue with getColor() not being overriden properly.Mikaël Capelle2020-05-072-2/+2
| |
| * Fix issue with mods not being checked properly and overwrite not having the ↵Mikaël Capelle2020-05-076-41/+41
| | | | | | | | right priority.
| * Move to the new filetree for the installation manager.Mikaël Capelle2020-05-075-303/+441
| |
| * Update ModInfo classes to handle plugin game and clean some declarations.Mikaël Capelle2020-05-0710-304/+330
| |
| * Avoid using GamePlugins when not provided by the game plugin.Mikaël Capelle2020-05-072-9/+21
| |
* | Fix issue with plugins in junction mods not being activated.Mikaël Capelle2020-05-201-1/+1
|/
* Fix separator colors not working right due to missing brackets.AL2020-05-071-1/+1
|
* appveyor does not build modorganizer in its standard location, so use ↵isanae2020-04-301-1/+9
| | | | DEPENDENCIES_DIR to find cmake_common
* Add modinfodialog Notes Tab color selector.AL2020-04-293-15/+87
|
* Only show color context menu for mods when right clicking on Notes column.AL2020-04-291-4/+7
|
* Allow coloring notes field.AL2020-04-292-12/+13
|
* moved a few projects to requires_project()isanae2020-04-251-10/+2
|
* now using new common cmakefilesisanae2020-04-2337-1268/+84
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* Allow resizing and maximizing the Loot sort report dialog.AL2020-04-181-1/+2
|
* fixed warnings about Q_OBJECT and thousand separatorsisanae2020-04-189-376/+455
| | | | had to move some classes to header files
* getOptionalKnownFolder() returns a string nowisanae2020-04-171-2/+4
|
* Merge pull request #1054 from isanae/bunch-of-fixesisanae2020-04-1720-76/+277
|\ | | | | Bunch of fixes