summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - bugfix: on-demand loading of data tree broke filtering on conflicting filesTannin2014-02-181-11/+14
|
* - ini file changes that would have to overwrite ini tweaks are now stored in ↵Tannin2014-02-171-0/+4
| | | | | | | | | a separate file and actually get used. - a warning message advices users to clean out that separate file - slightly improved default main window layout - bugfix: newly created ini tweaks were added to the list with incorrect properties
* - a few hooks will now somewhat handle file names starting with \\?\Tannin2014-02-121-3/+16
| | | | | | | | | | | - mod meta information is now (also) saved by a timer to reduce the likelyhood of a data loss in case of a crash - mod meta files are now written to a temporary file and then renamed to real name to reduce chance of breaking the file - updated minimum compatible nmm version to 0.47.0 - bugfix: defaults for newestVersion, version and installationFile when creating an empty mod were integers instead of strings - bugfix: "Plugins" and "Archives" weren't translatable
* - archives.txt is now written using the "safe"-write mechanismTannin2014-02-071-20/+15
| | | | | | | | | - added the whole boss fork to the repository - bugfix: boss db is now always re-initialised because otherwise there might have been differing results between runs - bugfix: locked load order was ignored by integrated boss - bugfix: archive list wasn't written back on all changes that affected it - bugfix: CreateFile-hook didn't reroute files created with OPEN_ALWAYS to overwrite directory - bugfix: NtQueryDirectoryFile-hook didn't return the correct status code when searching for a file that doesn't exist
* - tabs in the mod info dialog can now be moved around by the userTannin2014-02-041-0/+3
|
* - main window is now actually disabled while integrated boss is runningTannin2014-02-021-0/+2
| | | | - bugfix: integrated boss sorting couldn't recognize plugins specified via regular expression
* - bugfix: upon moving files between mods, an attempt was made to access originsTannin2014-02-021-8/+12
| | | | | | for both, even if one (or both) mods weren't active - bugfix: plugin-list should now deal with nested "layoutAboutToBeChanged" calls gracefully. May be the reason of a bug.
* - bugfix: elevation dialog didn't offer a "yes" optionTannin2014-01-291-6/+6
| | | | | - bugfix: python plugins crashed the application when trying to create a nexus bridge - bugfix: python plugins couldn't register for failed requests correctly
* - bugfix: dds preview or transparent textures looked oddTannin2014-01-291-2/+9
| | | | - bugfix: lazy loaded data tree deleted the placeholder
* - bugfix: accessing profile without loading one when starting an app through ↵Tannin2014-01-271-1/+5
| | | | | | the commandline - bugfix: locked-dialog was disabled
* - boss integrationTannin2014-01-231-3/+23
| | | | | - plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries
* - when a download server returns a text file, it's assumed to be an error ↵Tannin2014-01-181-1/+22
| | | | | | | | | | and the text displayed as an error - save games can now be deleted from inside MO - bugfix: removing the pending download entry failed if the download-url request failed - bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances - bugfix: uninstalled downloads were treated as not-finished when refreshing the download list - bugfix: updating the filesystem watcher on the saves directory didn't work correctly
* - added an about dialogTannin2014-01-161-0/+9
| | | | - updated json library
* - moved code for file previews to pluginsTannin2014-01-141-0/+6
|
* - implemented hook for NtQueryDirectoryFileTannin2014-01-131-8/+59
| | | | | | | | - saves list is now automatically updated on FS changes - optimization: data tree widget is no longer filled completely at once but one directory at a time - bugfix: pending downloads were not removed from list after a failed nxm request - bugfix: there was still a nmm.nexusmods.com link - bugfix: the text "alpha" in version strings wasn't interpreted correctly
* - Mod Organizer can now display most image types (including dds) and txt ↵Tannin2014-01-051-0/+46
| | | | | | files from the data tree, presenting a comparison of variants in case of overwritten files
* MergeTannin2014-01-041-7/+5
|\
| * - nxmhandler will now ask before registering itselfTannin2014-01-041-7/+5
| | | | | | | | | | | | - downloads from nexus are now displayed before file information is retrieved - logging from the ui is now a bit more informative - download list now scrolls to bottom automatically
* | - hook dll now monitors all mod directories, not only overwriteTannin2014-01-031-7/+9
| | | | | | | | | | | | - dialog for changing executables now warns if changes will be lost - main window is now locked before activating pre-start hooks - better responsiveness while main window is locked (or should be)
* | - 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