summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Reworking the Custom Executables list and the shortcut popup.Tom Tanner2015-07-096-101/+89
| | | | | | | | | Certainly fixes the issue where the 'toolbar' entry doesn't lose the cross. One of the 'find' methods ignored case but none of the others did, so I've made it not ignore case either. Also made the code to get the desktop/startmenu paths use a more up-to-date API
* and now I find out I don't need to do it at allTom Tanner2015-06-233-84/+4
|
* Finish refactoring all the tab code into classesTom Tanner2015-06-212-64/+78
|
* MergeTom Tanner2015-06-213-198/+406
|\
| * More refactoring, slightly easier to use classesTom Tanner2015-06-213-119/+92
| |
| * Factor out general, nexis, plugins tab code into individual classesTom Tanner2015-06-203-177/+412
| | | | | | | | Add some code and page to control what is/isn't significant in overwrite
* | bugfix: fix in changeset f4c306711386 wasn't fully workingTannin2015-06-201-11/+12
| |
* | small stuffTannin2015-06-173-8/+7
| |
* | - bugfix: MO crashed without error message when "bootstrapping" failedTannin2015-06-171-11/+17
| |
* | bugfix: disabled mods were marked "redundant"Tannin2015-06-151-12/+13
| |
* | bugfix: dialog-memory wasn't initialized when starting through a desktop link soTannin2015-06-152-2/+2
| | | | | | | | access (in case steam wasn't running) caused a crash
* | fix: some names in about dialog were marked translatableTannin2015-06-151-5/+11
|/
* 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)