summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* small stuffTannin2015-05-261-2/+3
|
* closing the categories context menu no longer completely resets the mod listTannin2015-05-251-12/+23
|
* - bugfix: bsa order wasn't correctly restored.Tannin2015-05-241-18/+17
|
* workaround to prevent repeated checking of mods with the mouse was interpretedTannin2015-05-121-1/+6
| | | | as double click
* minor stuffTannin2015-05-111-2/+5
|
* - bugfix: moving a mod didn't properly update conflict highlightingTannin2015-05-111-0/+8
|
* bugfix: upon closing the profiles dialog, the profile was changed to theTannin2015-05-111-3/+3
| | | | top-most profile and back
* dropping an url on the download widget now attempts to download the urlTannin2015-05-111-45/+48
|
* better type safety in accessing tool pluginsTannin2015-05-111-13/+17
|
* MergeTannin2015-05-091-0/+103
|\
| * added a 'yes to all' shellMove and made the drag-and-drop code use ↵Tom Tanner2015-05-031-8/+2
| | | | | | | | shellMove/shellCopy
| * Another removal of redundant commentaryTom Tanner2015-04-291-1/+0
| |
| * remove redundant comments/code from drag'n'drop stuffTom Tanner2015-04-291-7/+0
| |
| * Allows drag-and-drop into the download tabTom Tanner2015-04-261-0/+117
| |
* | - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-0/+4
| | | | | | | | | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341
* | bugfix: save-dir monitoring is now disabled while editing a profile so that,Tannin2015-04-121-5/+29
| | | | | | | | in case of local save games the active profile path isn't locked
* | bugfix: modlist automatically scrolled to the top after closing context menuTannin2015-03-311-4/+6
| |
* | bugfix: not all icons showed upTannin2015-03-271-1/+1
|/
* - after closing the overwrite dialog the in-memory directory structure is ↵Tannin2015-03-211-5/+5
| | | | | | updated again - bugfix: crash on creating shortcuts
* changed the way the right-most column in the mod list is stretched to a way ↵Tannin2015-03-211-32/+4
| | | | that is independent of the mod ordering
* bugfix: crash related to bad timing when filtering the mod listTannin2015-03-181-4/+4
|
* - bugfix: changing the highlight in the modlist didn't always prompt an ↵Tannin2015-03-091-3/+2
| | | | immediate update of overwrite markers
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-19/+12
|
* tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-251-4/+3
| | | | from static code analysis)
* bugfix: filtering by meta-categories (checked/unchecked, update available) ↵Tannin2015-02-251-1/+2
| | | | didn't work
* bugfix: crash when trying to delete mods (issue #1016)Tannin2015-02-251-1/+1
|
* - No longer setting the dll directory as a windows search folder for dlls ↵Tannin2015-02-251-3/+0
| | | | | | | because that appears to remove another search folder AND the configured seach folders seem to be inherited by processes started from MO (both confirmed only in windows 8.1)
* extended the game-plugin interfaceTannin2015-01-291-66/+53
|
* Merge with branch1.2Tannin2015-01-241-39/+69
|\
| * bugfix: When displaying the list of save games to delete the list is capped ↵Tannin2015-01-221-1/+10
| | | | | | | | to 10 entries, otherwise the window may extend beyond the screen
| * bugfix: initialization order was wrong and so kept foreign language systems ↵Tannin2015-01-221-2/+2
| | | | | | | | | | | | from correctly loading mod order if Unmanaged is translated "Unmanaged" is no longer translatable as its used internally as an identifier
| * cleanup (mostly removing unused includes)Tannin2015-01-221-4/+5
| |
| * bugfix: first attempt at discovering java binary always failedTannin2015-01-111-2/+3
| |
| * bugfix: translations for some plugins weren't loadedTannin2015-01-111-0/+5
| |
| * bugfix: executables with extensions other than .com, .cmd or .bat were ↵Tannin2015-01-111-3/+4
| | | | | | | | started with cmd.exe (since 1.2.16)
| * bugfix: translations for plugins were not usedTannin2015-01-081-0/+11
| |
| * bugfix: showEvent contains initializion code that should be run only on ↵Tannin2015-01-081-28/+36
| | | | | | | | first start of the application
| * - download servers that haven't been available for over a month are now ↵Tannin2015-01-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15)
* | - bugfixesTannin2015-01-061-102/+30
| | | | | | | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* | MergeTannin2015-01-041-144/+141
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-281-80/+80
| | | | | | | | | | | | fixed a few placed where NULL was used as a number or boolean
| * | cleanup und bugfixes after refactoringTannin2014-11-281-255/+82
| | |
* | | - fixes after mergeTannin2015-01-041-226/+38
| | |
* | | re-integrated changes missing from the mergeTannin2015-01-031-1/+1
| | |
* | | Merge with branch1.2Tannin2015-01-031-5760/+4834
|\| | | |/ |/|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-1457/+370
| | | | | | | | - started on support for game-plugins
| * - updated staging script to use qt5 and to fetch translations from transifexTannin2014-11-111-6/+14
| | | | | | | | - removed call to function unavailable in Windows XP
| * MergeTannin2014-11-111-2/+9
| |\
| | * - re-enabled use of img-tags in bbcode converterTannin2014-11-111-2/+9
| | | | | | | | | | | | | | | - addded a workaround for cases where, after a MO update, the stored modlist layout has no size for new columns - using a webview again for the nexus view of the modinfo dialog
| * | MergeTannin2014-11-111-14/+34
| |\|