summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* small stuffTannin2015-06-122-3/+3
|
* fixed display of installation time for mods without nexus idTannin2015-06-113-8/+4
|
* bugfix: opening a foreign mod info dialog caused the content to be "forgotten"Tannin2015-06-111-1/+2
|
* added plugin interface to add/remove/list categories to/from/of modsTannin2015-06-104-5/+73
|
* more generic solution to the problem fixed in changeset bb74f8eb639c, now ↵Tannin2015-06-104-13/+42
| | | | also applied in another location
* a mod that overwrites another yet is completely overwritten by another is ↵Tannin2015-06-101-17/+18
| | | | now displayed as "redundant"
* bugfix: files weren't correctly assigned to unmanaged mods.Tannin2015-06-101-3/+6
|
* incorrect use of "complete" file suffixesTannin2015-06-092-4/+4
|
* fixes regarding path name generation during mod installationTannin2015-06-091-8/+14
|
* post-merge cleanupTannin2015-06-081-2/+2
|
* MergeTannin2015-06-083-4/+6
|\
| * Make the about dialog come up on the first tabTom Tanner2015-06-071-1/+1
| |
| * MergeTom Tanner2015-06-063-7/+8
| |\
| * | Addition of FileNameString clase which ignores case during compares.Tom Tanner2015-06-062-3/+5
| | | | | | | | | | | | Affects rather a lot of stuff.
* | | increased ui responsiveness while integrated loot is runningTannin2015-06-081-2/+2
| | |
* | | workaround to prevent crashes when toggling mods causes the filtered list to ↵Tannin2015-06-082-4/+25
| | | | | | | | | | | | change
* | | bugfix: potential null-pointer access when something goes wrong enabling a modTannin2015-06-081-0/+4
| |/ |/|
* | bugfix: moving an executable in the executable list caused that executableTannin2015-06-041-1/+1
| | | | | | | | to disappear
* | a little more logging during startupTannin2015-06-041-2/+4
| |
* | bugfix: selecting an image in the modinfo dialog caused the image labelTannin2015-06-041-4/+3
|/ | | | to grow slightly each time
* small stuff in preparation of releaseTannin2015-05-311-1/+1
|
* - fix to the look of save game tooltip in dracula themeTannin2015-05-272-2/+6
|
* small stuffTannin2015-05-2612-434/+33
|
* closing the categories context menu no longer completely resets the mod listTannin2015-05-251-12/+23
|
* cleaned up warning messages from the download manager in case of download ↵Tannin2015-05-251-2/+7
| | | | problems
* compact download view now uses icons instead of colors to distinguish stateTannin2015-05-255-12/+12
|
* - bugfix: bsa order wasn't correctly restored.Tannin2015-05-243-27/+28
|
* - bugfix: immediately after creating the first profile, the directory structureTannin2015-05-231-1/+5
| | | | didn't correctly assign files to unhandled.
* - bugfix: couldn't change from "qt" styles back to regular styleTannin2015-05-231-0/+2
|
* some fixes to the dracula qssTannin2015-05-181-42/+13
|
* bugfix: previous fix for download name filter didn't workTannin2015-05-182-4/+10
|
* added theme inspired by JetBrains Dracula (created by Kojoley on github)Tannin2015-05-171-0/+409
|
* reduced number of mods for which update information is requested at onceTannin2015-05-171-0/+4
|
* bugfix: MO requested update information for mods without mod-idTannin2015-05-171-1/+1
|
* - bugfix (not released): double click on mod didn't work until a mod was ↵Tannin2015-05-171-0/+2
| | | | checked/unchecked once
* extended plugin interface. Plugins can now activate/deactivate mods, install ↵Tannin2015-05-174-9/+38
| | | | | | mods suggesting a name and retrieve a list of all installed mods
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-178-49/+81
| | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches
* fixes to make MO compile with mingw (also fixes some warnings generated by ↵Tannin2015-05-165-13/+15
| | | | mingw)
* slight cleanup regarding steam log-in settingsTannin2015-05-123-83/+80
|
* MergeTannin2015-05-124-1/+141
|\
| * Merge from masterTom Tanner2015-05-104-1/+141
| |\
| | * Add in a tab to allow saving of steam username and password.Tom Tanner2015-05-094-1/+141
| | |
* | | workaround to prevent repeated checking of mods with the mouse was interpretedTannin2015-05-123-1/+16
| | | | | | | | | | | | as double click
* | | minor stuffTannin2015-05-115-8/+13
| | |
* | | - bugfix: moving a mod didn't properly update conflict highlightingTannin2015-05-112-0/+9
| | |
* | | bugfix: upon closing the profiles dialog, the profile was changed to theTannin2015-05-114-11/+17
| | | | | | | | | | | | top-most profile and back
* | | dropping an url on the download widget now attempts to download the urlTannin2015-05-113-50/+52
| | |
* | | better type safety in accessing tool pluginsTannin2015-05-111-13/+17
| | |
* | | - language list in settings no longer contains english twiceTannin2015-05-101-3/+12
| | | | | | | | | | | | - language names in settings are now in the native language
* | | - bugfix: case conversion could produce different local-dependent resultsTannin2015-05-101-4/+14
| | | | | | | | | | | | between the time the vfs lookup map is set up and later when querying it.