summaryrefslogtreecommitdiff
path: root/src/modinfodialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* in the process of moving stuff to modinfodialogconflicts.h/cppisanae2019-07-021-461/+19
* changed layout of esps tab, moved to modinfodialogesps.cpp/hisanae2019-07-021-94/+4
* split images tab stuff in ImagesTabisanae2019-07-021-40/+11
* split ini tab stuff to IniFilesTabisanae2019-07-021-88/+2
* removed unused ini tweaks widgetsisanae2019-07-021-89/+1
* split text file tab into its own classisanae2019-07-021-59/+41
* split ExpanderWidget into its own set of filesisanae2019-07-021-54/+0
* line numbers, which required inheriting from QPlainTextEdit insteadisanae2019-07-021-6/+6
* TextEditor now has a dynamic toolbarisanae2019-07-021-31/+0
* added initial toolbar, splitterisanae2019-07-021-36/+41
* moved filerenamer to its own .cpp/.h pairisanae2019-07-021-187/+0
* clean up the list widgets and thumnails as well as recheck the tabs when refr...isanae2019-07-021-8/+23
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-4/+4
* natural sort for conflict itemsisanae2019-06-041-0/+26
* refactored conflict list items:isanae2019-06-041-174/+178
* refresh files in the constructor because the ui is used to determine the tab ...isanae2019-05-311-1/+8
* conflict lists:isanae2019-05-311-40/+131
* conflict listsisanae2019-05-311-2/+34
* don't show open menu item if the files are from an archiveisanae2019-05-311-1/+12
* replaced all the manual UserRole stuff with a few constants and helper functionsisanae2019-05-311-61/+72
* restore conflicts selected tab and checkboxesisanae2019-05-311-5/+23
* FilterWidget takes a predicate to match stringsisanae2019-05-311-4/+9
* removed buddy from FilterWidget, the intention was to hook a ctrl+f shortcut ...isanae2019-05-311-0/+7
* added new filterwidget, will eventually get the operators functionality from ...isanae2019-05-311-0/+2
* elide first two columns of the advanced listisanae2019-05-311-0/+25
* comments, switched some of the ifs for clarityisanae2019-05-311-5/+33
* added show all/nearest mods radio buttonsisanae2019-05-311-10/+38
* allow for refreshing individual conflict tabsisanae2019-05-311-27/+105
* added AlternativesVector typedef to FileEntryisanae2019-05-311-52/+78
* changed iterator loops to ranged forisanae2019-05-311-14/+28
* split refreshLists() in twoisanae2019-05-311-10/+18
* reverted change that showed the conflicted file first in the preview dialogisanae2019-05-281-3/+1
* also reversed 'hide' parameter to 'visible' for changeFiletreeVisibility()isanae2019-05-281-14/+15
* reversed 'hide' parameter to 'visible' for changeConflictItemsVisibility()isanae2019-05-281-11/+13
* added selectedOrigin to previewFileWithAlternatives()isanae2019-05-281-1/+3
* multiple selection for noconflict and overwritten listsisanae2019-05-271-109/+81
* changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...isanae2019-05-261-2/+1
* put explore and open functions in namespace shellisanae2019-05-251-81/+52
* reordered action variables to match the order in the context menu, added a fe...isanae2019-05-251-7/+9
* ExploreFile() will select the file in explorer when the path is a fileisanae2019-05-251-1/+1
* a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow an...isanae2019-05-251-77/+2
* fix crash when changing file visibility from the filetree of an installed but...isanae2019-05-211-2/+6
* documented ExpanderWidget, removed checkable stuff because the state is kept ...isanae2019-05-201-4/+1
* added const version of Settings::directInterface() for restoring statesisanae2019-05-201-22/+64
* made expander use the full widthisanae2019-05-201-2/+35
* expandable sections in the conflict tabisanae2019-05-201-3/+62
* added third tree with non-conflicting filesisanae2019-05-201-1/+10
* if the number of selected items is low, check them to accurately show the hid...isanae2019-05-191-4/+52
* re-enabled unhide menu item in the conflict tree since hidden items can actua...isanae2019-05-191-5/+5
* fixed filetree context menu for multiple selectionisanae2019-05-191-14/+54