summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - bugfix: archive.dll could cause a crash, attempting to close an archive ↵Tannin2013-12-191-2/+2
| | | | | | | | that failed to open - bugfix: upon changing categories the mappings of deleted categories wasn't cleaned up which could cause an error message - bugfix: the number of esps/esms that can be loaded is actually 255 not 256 since the save game counts too - bugfix: "visit on nexus" from the modinfo dialog also lead to the wrong url
* - plugin list now highlights plugins with attached ini filesTannin2013-12-141-1/+1
| | | | - bugfix: opening nexus through the globe icon used the nmm.nexusmods.com url
* - MO now applies a minimum to the nmm-compatibility field.Tannin2013-12-081-1/+1
| | | | | - bugfix: "visit on nexus" directed the browser to the servers meant for nmm - bugfix: url for "check all for updates" and "enorse/unendorse" were not constructed correctly
* - bugfix: extracting bsas did not work with non-ascii characters in the mod nameTannin2013-12-071-3/+2
| | | | - another attempt to switch branches...
* Merge with defaultTannin2013-12-071-31/+38
|\
| * - bugfix: drag&drop on archive list didn't always work properlyTannin2013-12-071-2/+4
| |
| * - minor text fixesTannin2013-12-071-3/+3
| | | | | | | | | | - versions without a subminor version are now displayed without it (1.1 instead of 1.1.0) - version compares now prefer the decimal comparison over the traditional
| * - plugins can now be localized tooTannin2013-11-271-29/+34
| | | | | | | | | | - fixes to the installer script - extended build scripts to fetch translations from pootle server automatically
* | minor text changesTannin2013-12-071-1/+1
| |
* | - download manager now saves the file times on nexus, for potential later ↵Tannin2013-12-071-1/+1
| | | | | | | | | | | | | | | | use in version check - nexus interface now supports 301 redirects - now using the new nexus url format - bugfix: "visit on nexus" used an outdated url scheme and thus caused unnecessary redirection
* | - added second context menu for changing categories that applies only changes toTannin2013-12-011-15/+94
|/ | | | | the selected mods instead of replacing the existing set of categories (thanks to Ross!) - bugfix: category filtering didn't work correctly when grouping was also active
* - bugfix: installFile for mods was not a relative path if the downloads ↵Tannin2013-11-221-0/+8
| | | | | | | | | | | | directory was non-default - bugfix: crash after removing the last profile in the list (ordered alphabetically) - improved subdirs ordering to ensure pythonrunner is compiled before pythonproxy - translation files for plugins are now generated - set some texts as un-translatable where it made no sense - staging script now re-builds MO completely before packaging - updated qt libraries for packaging to 4.8.5 - added python to the package
* - archive.dll now supports querying the crc value of filesTannin2013-11-181-3/+47
| | | | | | | | | | | | | | | | | | | - esptk now determines if a esp is a dummy (without records) - hook.dll no longer creates a log file if noone wrote to it - nexus id and installtime columns are now hidden by default - modlist can now be refreshed without saving first (so plugins can replace the modlist.txt as a whole) - plugins can now query more details about virtualised files - added style options "plastique" and "cleanlooks" - "overwrite" is no longer listed with a creation time - a warning will now be displayed if the user has too many plugins active - a warning will now be displayed if mods with scripts have an installation order that doesn't match the corresponding esp load order - nmm importer now has select all/deselect all buttons - nmm importer no longer tries to unpack missing files from archives (won't work anyway) - initial support for importing from nmm 0.5 alpha - removed some broken warning suppresions - python runner now works with bundled python - extended qbs build system (still fails to build the main gui application) - implemented a nsis-based installer
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-061-2/+7
| | | | | | | | | | | | - main application now contains means for plugins to react on some changes (to be extended) - plugins can now retrieve more information about a mod - user-agent sent to nexus now automatically contains the current MO version - included updated russian translation - problems dialog now refreshes itself after a fix was applied - fixed new esp/asset ordering diagnosis. May be fully functional now - bugfix: restoring locked load order could leave MO in an endless loop (not sure if this fix is correct yet) - bugfix: plugin list was not visually updated after some changes - bugfix: nmm importer threw away mod ordering
* - added a new diagnosis to detect potential problems in regards to esp vs. ↵Tannin2013-11-011-3/+15
| | | | | | | | | asset ordering (not fully functional yet) - new plugin interfaces to the mod list - plugins can now query the origin (mod) of a esp/esm - bugfix: potential access to profile before one was activated - bugfix: regression in previous (not-yet-released) commit prevented changes to bsa list from being saved
* - text files encoded in system encoding should now be correctly recognized ↵Tannin2013-10-261-5/+6
| | | | | | in the mod info dialog - archive-list can be user-sorted again (within one mod)
* - Option to choose edition of the game. Currently only relevant for FO3 ↵Tannin2013-10-251-1/+1
| | | | | | | | because FO3 GOTY is its own app - applications that aren't in the executables list can again be started from the command line - references to missing categories are now removed from mods - bugfix: integrated fomod installer didn't update description and picture on some constellations of Windows version and theme
* - directories in data-view are now sortedTannin2013-10-201-4/+7
| | | | | - questionbox with selection memory is now exposed to plugins - the choice to run fnis from the checker can now be memorized
* - tooltip on download list now contains the file nameTannin2013-10-181-1/+6
| | | | | | - bugfix: when refreshing the directory tree conflict information wasn't immediately refreshed (including on start) - bugfix: dataChanged events wasn't emitted when user changed the modlist - bugfix: file patterns in checkfnis plugin weren't completely correct
* - plugin (esp/esm) list is now exposed to plugins (read-only functionality ↵Tannin2013-10-161-0/+5
| | | | | | | right now) - integrated fomod installer now supports file dependencies - bugfix: integrated fomod installer crashed if the installer had no optiosn´´ns
* - bugfixes to last mergeTannin2013-10-121-2/+4
| | | | - fnis-check plugin can now be disabled
* MergeTannin2013-10-111-4/+83
|\
| * - added new plugin to test if fnis needs to be runTannin2013-10-111-4/+83
| | | | | | | | | | | | | | - some functionality to the plugin interface to enable them to search for files&directories in the virtual FS (rudimentary atm) - functionality for plugins to react to application being started from MO - broken ESPs are no longer reported as popup windows but only in the log file - bugfix: plugins couldn't store persistent data if they had no user-editable settings
* | - new toggle to display hidden downloadsTannin2013-10-101-0/+6
| | | | | | | | | | | | | | | | - hidden downloads can be un-hidden - the installation manager now more thoroughly cleans up the temporary directory after installation - added SkyrimLauncher.exe to the list of auto-detected executables - bugfix: shutting down MO while downloads where active in some occasions didn't work - bugfix: when canceling the only active download the taskbar icon didn't return to normal
* | - bugfix: When updating MO, if login is required, the process didn't ↵Tannin2013-10-061-0/+1
| | | | | | | | continue automatically after login
* | - option to ignore/unignore updates is now only shown if there IS an updateTannin2013-10-061-6/+8
| | | | | | | | | | - window now shouldn't lose focus on win 8 2 seconds after mod information gets invalidated - small bugfix related to new version scheme parsing
* | MergeTannin2013-10-061-1/+2
|\ \ | |/ |/|
| * bugfix: statusbar may have stayed enabled if an error occured on handling ↵Tannin2013-10-061-1/+2
| | | | | | | | the refreshed-event
* | - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-051-25/+62
| | | | | | | | | | | | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases
* | diagnosis plugin now warns when nitpick is installedTannin2013-09-301-0/+1
| |
* | - download progress is now visible in task barTannin2013-09-281-2/+0
|/ | | | | | | | | - esp-tooltip now lists all masters, highlighting the missing ones - python plugin will now report a problem if the path contains a semicolon - leak detection now (somewaht) works around the fact that we don't always get a stack trace - bugfix: mod meta-file is now reliably created if it was missing - bugfix: parser for nxm-links didn't handle numbers in the mod name - bugfix: small memory leak
* - bugfix: esp parsing could crash for broken/unrecognized espsTannin2013-09-231-0/+4
| | | | - bugfix: esp parser didn't handle oblivion esps correctly
* - removed some obsolete codeTannin2013-09-221-3/+18
| | | | | - MO will no longer start an application while the directory structure is being refreshed because MO may need to access profile files afterwards - bugfix: the overwrite info-dialog was not destroyed and could thus keep a lock on files thus preventing those files from being moved/deleted
* - esp reader now handles invalid files more gracefullyTannin2013-09-211-9/+85
| | | | | | | | | | | | | | | | | - files moved will now also be treated as "deleted" in the old location so a newly created file with that same name is not created in overwrite - introduced a mechanism by which MO can recognize if it crashed before when attempting to load a plugin. That plugin can be blacklisted so it doesn't get loaded again - plugins can now programaticaly change their settings - plugins can now store data persistently without exposing that data as settings - requesting an unset-setting from a plugin is no longer treated as a bug - clarified warning message for when files are in overwrite directory - the proxyPython plugin will now discover if python initialization crashed MO on a previous session and give the user a chance to fix it or disable the plugin - bugfix: GetModuleFileName modified the buffer past the zero termination. While this doesn't violate the API documentation it is different from the regular windows implementation - bugfix: proxy plugins couldn't access the parent widget - bugfix: when moving a file from overwrite to a mod the in-memory file structure wasn't updated - bugfix: name input dialog for profiles allowed names that weren't valid directory names - bugfix: profile dialog wasn't able to delete profiles if the name started or ended in whitespaces - bugfix: The name-cells for plugin settings could be changed (without effect) - removed a few obsolete files from the repository
* - bugfix: when installing mods through the nmm importer if no other mods ↵Tannin2013-09-121-0/+5
| | | | | | | | were previously installed the correct installation directory was never set - bugfix: the nmm importer didn't "sanitize" mod names and potentially tried to create invalid directories - bugfix: 0.99.x packages didn't contain qt plugins to handle certain image formats
* - when installing mods from outside the download directory the absolute path ↵Tannin2013-09-111-17/+47
| | | | | | | | | | | | | is now stored - added a context menu to the toolbar buttons so tool icons can be removed directly - initweaks modinfo tab is now always available and allows new ini tweaks to be created - fake esms are now treated as masters (as they should) - MO will now display a warning if not all masters of an esp are enabled. The tooltip gives a list of required masters - bugfix: path returned by getfullpathname was sometimes not correctly terminated - bugfix: path after reverse-rerouting was sometimes incorrect, missing a path separator - bugfix: change of current directory sometimes used a fake directory without need - bugfix: icons in shortcut menu were not alwayscorrectly updated
* - added a new column for not-yet-endorsed modsTannin2013-09-011-5/+21
| | | | | | | | - set categories menu no longer closes when the mouse cursor leaves the menu - MO will no longer change the endorsement flag if an update doesn't contain it - the column selection for the mod list can now only be accessed by mouse, hotkeys open the context menu of the mod - now displaying a progress dialog during login. For unknown reasons MO hangs during that time
* - mod list can now be sorted by install timeTannin2013-08-311-0/+4
| | | | | - the sorting of download archives wasn't actually by index instead of file time - bugfix: some of the plugins crashed if they failed to create a mod
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-301-2/+8
| | | | | | | | | | | | | to display an average speed on the settings menu - added a python27.dll compiled with vc100. This can now be bundled without introducing more dependencies - bugfix: extracting now stops after an error - bugfix: the way hook.dll caused CREATE_ALWAYS/CREATE_NEW to always write into overwrite could lead to the file being created when the call should have failed (because the file existed and was protected) - bugfix: GetPrivateProfileString does NOT properly report files as missing. This means that the ini-query optimization could optimize away requests that should work - bugfix: fomod installer couldn't display images because they were unpacked to the wrong temporary location - bugfix: When disabling local saves and choosing to delete the saves nothing happened - bugfix: the python plugin couldn't find the pyqt libraries
* - position of splitter in main window is now saved and restoredTannin2013-08-251-41/+58
| | | | | | | | - confirmation dialog before enabling/disabling all plugins - bugfix: GetPrivateProfileString-hook potentially accessed buffer that is allowed to be NULL - bugfix: attempt to extract an archive crashed MO in 0.99.2 - bugfix: archive list wasn't saved correctly in 0.99.2 - bugfix: plugins.txt was incorrectly interpreted as utf-8
* - column sizing is now changeable by the user yet still automatically ↵Tannin2013-08-241-26/+74
| | | | resizes fit content on first start
* - download size is now displayedTannin2013-08-241-1/+1
| | | | | | - multiple esps/mods can now be enabled/disabled at once using space - bugfix: fomod installer didn't compile because of changes to condition checking - bugfix: broken inverse virtual name resolution in case of non-default mod directory
* MergeTannin2013-08-171-21/+108
|\
| * - plugins that failed to load are now reported as problemsTannin2013-08-171-1/+45
| | | | | | | | | | - some wording fixes in the tutorial - updated proxyPython to a modified interface
| * - bugfix: nameprefix-flag incorrectly interpreted on oblivion-style bsasTannin2013-08-151-20/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: optimization for missing inis fixed - bugfix: fixmods didn't search for esps in overwrite - bugfix: configurator didn't work for fallout new vegas because of a missing cast - bugfix: configurator attempted parameter formatting on ini files instead of using the raw data - bugfix: searching for a path in the directory structure could cause a crash when not using the directory output - optimization to findfirstfile for cases where a single file is searched - display of bsas changed. hopefully it is more understandable now - cache for the test whether a mod is in conflict. Should speed ab scrolling in mod list - mod list has now an additional column for the installation time - nmm importer no longer cancels in cases where a data file references an undeclared mod. - integrated improved settings.json for the configurator contributed by "delta534"
* | - bugfix: download manager will now properly pause all downloads on exiting ↵Tannin2013-08-171-4/+7
|/ | | | | | | the application - bugfix: resumed downloads now get their automatic-retry-count reset - fiddled with condition tests in fomod (not sure if it works right now)
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-171-9/+14
| | | | | | | directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted
* - basic diagnosis plugin now catches an issue where the users fontconfig.txt ↵Tannin2013-07-141-41/+26
| | | | | | | refers missing files - plugins can now resolve relative file names on the virtual directory (no enumeration yet) - bugfix: dummy plugins were not initialized
* - added the ability to connect to the internet through a proxyTannin2013-07-131-0/+41
| | | | | - integrated fomod installer now supports the or-operator for page conditions - integrated fomod installer now caches condition results to speed up tests
* - some fixes to the refreshing behaviourTannin2013-07-131-5/+6
| | | | | | - "fix" buttons in problems dialog are now actually functional - python proxy now has diagnosis functionality to warn user if correct proxy version is not available - python proxy now has a configurable python path