summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | implemented explore origin, open mod info, hide and unhideisanae2020-02-043-73/+116
| |
* | hide spacers on statusbar when the progress bar is not visibleisanae2020-02-044-73/+199
| | | | | | | | always show menu items, added status tips
* | added a few missing constsisanae2020-02-0412-195/+523
| | | | | | | | | | removed incorrect assert about an empty game edition added FileTree to wrap a QTreeView and a FileTreeModel, moved some context menu actions over
* | split IconFetcherisanae2020-02-044-207/+84
| |
* | now prunes empty directoriesisanae2020-02-045-44/+134
| | | | | | | | handles archives and conflicts checkboxes
* | tooltips, archive namesisanae2020-02-042-64/+135
| |
* | IconFetcherisanae2020-02-042-10/+234
| |
* | load items on demandisanae2020-02-042-35/+195
| |
* | split FileTreeModel, initial implementation, some stuff is brokenisanae2020-02-046-160/+540
| |
* | moved main window classes to their own filterisanae2020-02-041-7/+10
| |
* | split data tabisanae2020-02-046-657/+774
|/ | | | removed a bunch of undefined functions in MainWindow
* Version bump and update translationsAL2020-02-022-251/+274
|
* Fix Mobase namespace for filterwidgetAL2020-02-013-0/+6
|
* Moved filterWidget and eventFilter to ui baseAL2020-02-015-374/+0
|
* Change tooltip of Category column to say "Primary"AL2020-01-311-1/+1
|
* Add seperators for mod backup context menuIsmayilMirzali2020-01-281-6/+8
|
* Add more context menu options for mod backupsIsmayilMirzali2020-01-281-7/+34
|
* Don't allow foreign mods or overwrite for overriding overwriteChris Bessent2020-01-263-1/+28
|
* Fix CSV exporting of primary category.AL2020-01-261-1/+1
| | | | #450
* Fixed file structure not being kept when drag and dropping files.AL2020-01-231-1/+1
| | | | Fix #981
* Bump bersion for dev build 3AL2020-01-221-1/+1
|
* Merge pull request #980 from Al12rs/context-menu-fixAl2020-01-221-38/+77
|\ | | | | Fixed missing context menu on general conflicts tab.
| * Renamed underscores function name to pascal caseAl2020-01-211-7/+7
| |
| * Removed missed lineAl2020-01-211-2/+0
| |
| * Fixed missing context menu on general conflicts tab.Al2020-01-211-31/+72
| | | | | | | | | | Was due to the new FilterWidget adding a QSortProxy and the selection had to be translated to the underlying model. Normalized use of FilderWidget on the Advanced Conflicts tab.
* | Add "Restore hidden files" context menu option to modlist.Al2020-01-204-1/+143
| | | | | | | | Recursively restores all hidden files in the mod or mods if more than one is selected.
* | Make hidden files extension checks case insensitiveAl2020-01-202-4/+4
| |
* | Use ModInfo::s_HideExt instead of ".mohidden" directlyAl2020-01-201-2/+3
|/
* Merge pull request #978 from Al12rs/hidden-files-flagAl2020-01-191-1/+25
|\ | | | | Also check for .mohidden directories for HiddenFiles flag.
| * Also check for .mohidden directories for HiddenFiles flag.Al2020-01-191-1/+25
| |
* | Revert "Fix "Explore virtual folder" not being translatable"Al2020-01-192-6/+1
| | | | | | | | This reverts commit de1bae9d9210a5b2d63e6e5df43895cfd0a0787c.
* | Fix "Explore virtual folder" not being translatableAl2020-01-192-1/+6
| |
* | Merge pull request #973 from Al12rs/hidden-files-flagAl2020-01-164-101/+133
|\| | | | | Added text filters for general conflicts lists
| * Added text filters for general conflicts listsAl2020-01-154-101/+133
| |
* | Bump version for 2.3.0 alpha 2Al2020-01-151-3/+3
| |
* | Merge pull request #970 from Al12rs/hidden-files-flagAl2020-01-1511-3/+53
|\| | | | | Hidden files flag
| * Fix some more tabsAl2020-01-142-2/+2
| |
| * Fix incorrect tabsAl2020-01-143-3/+3
| |
| * Add has hidden files filter for modlist.Al2020-01-145-2/+11
| |
| * Add icon for hidden files flagAl2020-01-144-0/+3
| |
| * Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfoAl2020-01-143-3/+41
| |
* | modsSortedByProfilePriority should return the internal name of the modSilarn2020-01-141-1/+1
|/
* Merge pull request #969 from ModOrganizer2/2_2_2Chris Bessent2020-01-135-108/+116
|\ | | | | Pull in 2.2.2.1 changes
| * Set version for new instancesChris Bessent2020-01-122-78/+79
| |
| * Fix downloading files that have no file nameChris Bessent2020-01-111-0/+7
| | | | | | | | | | | | | | | | | | Somehow some mods on the Nexus have no file name in certain API responses. Previously, MO assumed the last part of the URL is the file name. This worked until the Nexus started adding URL query stuff to the URL (?md5=xxx). Now, strip out all the URL query stuff to get a valid file name.
| * Don't ask for the game when there's only one gameChris Bessent2020-01-101-6/+13
| |
| * Use the old query info logic when MD5 query is ambiguousChris Bessent2020-01-101-18/+14
| | | | | | | | | | An author accidentally uploaded a mod's files to a different mod. This resulted in querying info finding the wrong mod/file.
| * Fixed log timestamp size for bigger font.AL2020-01-101-4/+1
| |
| * Update version to 2.2.2.1Chris Bessent2020-01-091-2/+2
| |
| * Updated translationsAL2020-01-091-139/+154
| | | | | | | | (cherry picked from commit 62a6b1ce5e2a94863b856a95c04182362de9b46d)