summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid overwriting existing URL values when replacing a mod if new value is em...AL2020-02-141-1/+4
* Merge pull request #991 from Al12rs/remember_last_modinfo_tabAl2020-02-141-3/+6
|\
| * Always remember last opened ModInfoDialog tab.AL2020-02-051-3/+6
* | Merge pull request #992 from Al12rs/version_check_for_optional_filesAl2020-02-141-41/+47
|\ \
| * | Avoid getting the general mod version for optional and miscellaneous files,AL2020-02-061-41/+47
* | | don't sort items when they're not expandedisanae2020-02-084-10/+12
* | | just disable recursive filtering when fully loadingisanae2020-02-075-23/+25
* | | fixed sorting not emitting layout events and fixing persistent indexesisanae2020-02-074-7/+18
* | | fixed data tab not refreshing after "restarting" MOisanae2020-02-074-8/+10
* | | sort on demandisanae2020-02-074-20/+53
* | | disconnect any proxies when fully loadingisanae2020-02-074-1/+43
* | | item activationisanae2020-02-072-120/+194
* | | bump to alpha5isanae2020-02-071-1/+1
* | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into g...isanae2020-02-073-12/+73
|\| |
| * | Merge pull request #990 from Al12rs/shift_visit_websiteAl2020-02-052-1/+63
| |\ \
| | * | Allow Shift-double click on modlist to open Nexus or custom URL as fall-back.AL2020-02-042-1/+63
| | |/
| * | Remove .cfg from INI Files tab as it's in Text Files tab now.AL2020-02-041-1/+1
| * | Add support for other text file types to Text Files modinfo tabAL2020-02-041-10/+9
| |/
* | don't refresh the data tab every time the index changesisanae2020-02-051-1/+6
* | filter on filename column only because loading the meta for every file takes ...isanae2020-02-053-9/+20
* | removed bad minimum column width in the data tabisanae2020-02-055-11/+3
* | fixed LogModel not being thread safeisanae2020-02-055-20/+50
* | harmonized widgets in the tabs, fixed stylesisanae2020-02-0511-265/+101
* | fixed warning when comparing empty stringsisanae2020-02-0511-48/+152
* | case insensitive checks for mohidden extension (lost in rebase)isanae2020-02-042-2/+2
* | skip files from archives for the shell menuisanae2020-02-041-5/+15
* | update tree items when origins changeisanae2020-02-044-49/+105
* | hidden unique_ptr into FileTreeItemisanae2020-02-048-84/+214
* | prune empty directoriesisanae2020-02-043-40/+133
* | don't get meta for fields that are not usedisanae2020-02-049-116/+234
* | moved refresh and checkboxes to the topisanae2020-02-041-38/+51
* | sortisanae2020-02-046-19/+159
* | filetype and last modified columnsisanae2020-02-044-30/+70
* | file size columnisanae2020-02-044-9/+60
* | show file counts when there are discrepanciesisanae2020-02-043-1/+51
* | fixed bad path for alternate originsisanae2020-02-045-258/+358
* | ShellMenuCollection, events not processed yetisanae2020-02-043-18/+109
* | preparing for multiple origins shell menusisanae2020-02-045-48/+185
* | dummy menu for files in multiple directoriesisanae2020-02-042-1/+64
* | ShellMenu classisanae2020-02-043-70/+85
* | shell menu for multiple filesisanae2020-02-046-55/+153
* | status bar messagesisanae2020-02-042-11/+139
* | shift+right click for shell menuisanae2020-02-046-1/+282
* | iconsisanae2020-02-041-12/+47
* | font, tooltip and foregroundisanae2020-02-041-0/+116
* | createDirectoryItem() and createFileItem()isanae2020-02-042-31/+54
* | moved a bunch of duplicate stuff in a new class Rangeisanae2020-02-043-113/+143
* | refactored removeDisappearingFiles() to just check for directories in the mai...isanae2020-02-041-39/+32
* | faster parent() and indexFromItem() with index guessisanae2020-02-044-41/+251
* | implemented fetchMore() and update for subdirectoriesisanae2020-02-043-9/+81