Commit Graph

  • 868ab93a1f replaced all uses of NULL with nullptr fixed a few placed where NULL was used as a number or boolean Tannin 2014-11-28 11:19:20 +01:00
  • 7c8fafc196 several bugfixes from the bugfix-wc that I forgot to backport Tannin 2014-11-26 20:21:33 +01:00
  • dec620b5b7 - started on a refactoring moving functionality out of the MainWindow class - started on support for game-plugins Tannin 2014-11-21 14:45:30 +01:00
  • 29c66c621d - updated staging script to use qt5 and to fetch translations from transifex - removed call to function unavailable in Windows XP Tannin 2014-11-11 23:48:22 +01:00
  • 5da6a9d3bd - updated staging script to use qt5 and to fetch translations from transifex - removed call to function unavailable in Windows XP Tannin 2014-11-11 23:48:22 +01:00
  • 7b5f01b49d - bsa parser will now cancel in case of a read error. Before, when attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names... Tannin 2014-11-09 14:01:48 +01:00
  • 573be8c6b5 - bsa parser will now cancel in case of a read error. Before, when attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names... Tannin 2014-11-09 14:01:48 +01:00
  • a738cef190 - moved the hook-recursion-protection to tls - some code cleanup and consolidation - hook.dll will now report all of its own exceptions - some more logging during startup - changed the way urls are encoded for download requests - now displaying (one of the) process name(s) while waiting for a program to end - bugfix: spawned processes were forced to leave the job Tannin 2014-09-29 20:35:35 +02:00
  • 2c661da2da - moved the hook-recursion-protection to tls - some code cleanup and consolidation - hook.dll will now report all of its own exceptions - some more logging during startup - changed the way urls are encoded for download requests - now displaying (one of the) process name(s) while waiting for a program to end - bugfix: spawned processes were forced to leave the job Tannin 2014-09-29 20:35:35 +02:00
  • 2bf3ba0984 plugins can now query the list of masters for a plugin Tannin 2014-09-10 20:37:17 +02:00
  • fa09fd7635 plugins can now query the list of masters for a plugin Tannin 2014-09-10 20:37:17 +02:00
  • b76c4a1869 - re-enabled building of loot_cli and started developing against the new api - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang Tannin 2014-09-08 20:37:23 +02:00
  • 84fe2b0307 - re-enabled building of loot_cli and started developing against the new api - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang Tannin 2014-09-08 20:37:23 +02:00
  • e7e686c361 - can now filter by mod content - all files/directories that require write access can now be placed in AppData instead of the MO directory Tannin 2014-08-18 23:00:25 +02:00
  • ae8b6a39b0 - browser dialog now has a hidden url-field (for testing only) - loot_cli is no longer part of this project. I will probably create a fork of loot that allows command-line usage instead - loot integration now works with such a modified loot version - integrated loot will now also integrate incompatibility messages in the MO UI - overwrite-markers are now updated as the list order is changed - fnis checker will now always allow the user to ignore fnis errors - plugin interface now has a function to wait for handles returned from startApplication (which can be job or process handles) - bugfix: non-mo mods sharing the name with regular mods now have a different internal name - bugfix: using hotkeys the vanilla game-plugins could be moved Tannin 2014-07-27 18:34:32 +02:00
  • 2dc9463951 pythonRunner.pro - formatting/consistency fixes Same types of fixes as previous commit; missed this file. TheBloke 2014-07-08 00:28:06 +01:00
  • 1d4a4b485d .pro files - formatting/consistency fixes Many small formatting changes to the majority of .pro files Consistent style for Qt version checking, using greaterThan(QT_MAJOR_VERSION, 4) This seems safest, as would continue to work for a future Qt 6 etc. Note that this makes redudundant the commit before this one, to organizer.pro Consistent indenting Moved some file configuration sections to be together with related sections Moved some installation-related sections (e.g. OUTDIR/DSTDIR) to be at the bottom, immediately before the related POST_LINK install lines. Similarly, in some cases separated out CONFIG(debug,.. checks into separate LIB/INCLUDE sections (high in file) and installation directory sections (low in file) TheBloke 2014-07-07 23:32:18 +01:00
  • d5838c7560 - added pseudo-categories to filter for mo-managed vs. unmanaged mods - deleted mods are now moved to the recycle bin instead of being deleted permanently - reduced modinfo dialog for foreign mods - foreign mods are now displayed with a pseudo-category - added a signal when a plugin is moved - bugfix: refreshing of directory structure for mods with bsas didn't work correctly when enabling a mod and on changing display of foreign mods - bugfix: one mod in the list was assigned the same priority on the directory structure as the data directory - bugfix: conflicts tab in the mod info dialog offered the hide option for files in bsas release_v1.2.9 release_v1.2.6 release_v1.2.5 Tannin 2014-06-16 21:49:57 +02:00
  • 9cbf374166 - loot client now only updates the masterlist once per MO session - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser release_v1.2.3 Tannin 2014-06-08 15:10:08 +02:00
  • f71bfff0e6 Merge Tannin 2014-05-28 14:23:11 +02:00
  • 8aa2ab4eac small bugfixes Tannin 2014-05-28 14:14:28 +02:00
  • 46a0ce9e38 - files in bsas are now only displayed in the data tab if they are managed by mo - number of problems detected by MO is now displayed as a badge on the icon - rephrased the explanation text on the Archives tab. unchecked plugin-loaded bsas no longer prompt a warning - bsa extraction is now handled in a plugin - added a way for plugins to react to mod installation - re-enabled the automatic fix for asset order problems - bugfix: In some cases when a download wasn't started successfully the download urls weren't stored in the meta file so no resume was possible - bugfix: MO tried to resume downloads when it didn't have and download urls - bugfix: downloads couldn't be paused if the download was already broken on the network layer - bugfix: download managear did not recognize a file as downloaded if the download completed before signals were hooked up - bugfix: in-place file replacement was re-broken Tannin 2014-05-25 15:39:45 +02:00
  • 15e635741c - mod list context menu split into two menus (one for whole list, one for selected mods) - added option to combine category filters using "or" - added context menu option for deselecting category filters - slightly changed ui on the category filters - added a sample plugin for cpp that can be built without building the rest of MO - simple installer can now be configured to run without any user interaction - extended interface for python plugins - iorganizer implementation moved out of the main window - nexus requests from plugins will now be identified in the user agent - bugfix: shortcuts created from MO used the wrong working directory - bugfix: deactivation of bsas didn't stick - bugfix: file hiding mechanism wasn't active - bugfix: executables linked on the toolbar couldn't be removed if the executable was removed first - bugfix: the endorsement-filter couldn't be combined with other filters - bugfix: python interface to repository bridge was broken Tannin 2014-05-13 21:20:44 +02:00
  • f56c605479 - bugfix: endless loop in detection of mod order problems release_v1.2.1 Tannin 2014-05-04 16:13:35 +02:00
  • 617c76e9f8 - main window now has a small view displaying log messages - mod list will now be highlighted when grouping is active is active - download tooltip now supports bbcode markup in the description - bbcode translator will now translate some named colors - algorithm for detection of mod order problems is now more sophisticated - exposed more functionality to python plugins - updated to qt 4.8.6 dlls - bugfix: plugin list wasn't - bugfix: state changes in mod list wasn't always reported - bugfix: loot client will now create necessary directory - bugfix: NCC sometimes used wrong source path for extracting - bugfix: removed noisy debug message Tannin 2014-05-04 14:50:01 +02:00
  • 96081888f1 Merge with branch1.1 release_v1.2.0 Tannin 2014-04-05 15:36:42 +02:00
  • af5958b0af some fixes towards qt5 compatibility Tannin 2014-03-16 20:04:57 +01:00
  • b33293e49a - bugfix: elevation dialog didn't offer a "yes" option - bugfix: python plugins crashed the application when trying to create a nexus bridge - bugfix: python plugins couldn't register for failed requests correctly releease_v1.1.2 release_v1.1.1 Tannin 2014-01-29 21:06:55 +01:00
  • dc3b60e578 - bugfix: accessing profile without loading one when starting an app through the commandline - bugfix: locked-dialog was disabled Tannin 2014-01-27 21:31:10 +01:00
  • d591bc017a Merge with default release_v1.1.0 release_v1.0.12 release_v1.0.11 release_v1.0.10 Tannin 2013-12-07 16:55:19 +01:00
  • aad5864192 minor text changes Tannin 2013-12-07 14:23:51 +01:00
  • 7deee938d3 - bugfix: installFile for mods was not a relative path if the downloads 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 release_v1.0.9 Tannin 2013-11-22 17:45:34 +01:00
  • 5d51b2bcc6 added some files missing from the previous commit Tannin 2013-11-18 22:03:23 +01:00
  • 0566a968e8 - archive.dll now supports querying the crc value of files - 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 Tannin 2013-11-18 20:17:14 +01:00
  • 14fc674d72 - diagnosis plugins can now request to be re-evaluated - 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 Tannin 2013-11-06 18:35:27 +01:00
  • b7cbdaad1e - added a new diagnosis to detect potential problems in regards to esp vs. 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 Tannin 2013-11-01 14:59:25 +01:00
  • 25cdcdd2fe - plugin (esp/esm) list is now exposed to plugins (read-only functionality right now) - integrated fomod installer now supports file dependencies - bugfix: integrated fomod installer crashed if the installer had no optiosn´´ns release_v1.0.7 release_v1.0.6 Tannin 2013-10-16 23:04:03 +02:00
  • f06a6d4e55 - added new plugin to test if fnis needs to be run - 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 release_v1.0.5 Tannin 2013-10-11 23:03:49 +02:00
  • ceab36e5f0 - download progress is now visible in task bar - 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 release_v1.0.4 Tannin 2013-09-28 21:13:57 +02:00
  • e158038cfc - esp reader now handles invalid files more gracefully - 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 release_v1.0.2 Tannin 2013-09-21 19:25:33 +02:00
  • d4c424911a - bugfix: testing for missing masters at the wrong time seems to have caused crashes - bugfix: mod list is now written to a temporary file first. Only on success is the original file overwritten - bugfix: moving a mod priority to just above the overwrite could cause a crash or error message - bugfix: versions with a release candidate number weren't sorted correctly (woops) - bugfix: staging script didn't include archive.dll and dlls.manifest - installation time on overwrite no longer updates constantly release_v1.0.1 Tannin 2013-09-16 22:32:42 +02:00
  • fee774db45 - added support for mod page plugins - re-introduced the integrated browser - added a plugin to download from the tes alliance page - the download list now contains the file description - nexus interface now stores cookies persistently to reduce number of required log-ins Tannin 2013-09-15 15:20:00 +02:00
  • b9c2a18f86 updated versions release_v1.0.0rc1 release_v0.99.6 Tannin 2013-09-05 21:14:08 +02:00
  • 224627515a - bugfix: automatically removes a file from old NCC release that was interfering with the current version - bugfix: fomod installer didn't find fomod files in nested folder - bugfix: python proxy will now not even try to initialize python if python_dir contains no python. This is necessary because the python interpreter crashes the application if the path is invalid Tannin 2013-09-05 21:04:20 +02:00
  • 6d99b33c61 - separated python proxy into two dlls. One is a wrapper without external dependencies that fulfills the plugin interface. The other contains the actual python functionality. This way the outer dll can always be loaded and report issues. - The build process embeds the second dll into the first, this way only one dll has to be shipped release_v0.99.5 Tannin 2013-09-01 18:36:43 +02:00
  • f231c9a025 - the download manager now registers download speed. Right now this is only used 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 release_v0.99.4 Tannin 2013-08-30 20:59:12 +02:00
  • 4b3a2c5fb0 - plugins that failed to load are now reported as problems - some wording fixes in the tutorial - updated proxyPython to a modified interface release_v0.99.3 release_v0.99.2 Tannin 2013-08-17 08:49:36 +02:00
  • f494968f45 - some fixes to the refreshing behaviour - "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 Tannin 2013-07-13 10:10:46 +02:00
  • 8a797d65ec - nxmhandler now has a ui to modify the proxy-handler - mo now registers itself with nxmhandler when launching the browser - pdbs are now generated for plugins - reverted configurator to pyqt4 Tannin 2013-06-29 21:10:53 +02:00
  • b5f6229863 - completed Qt5 compatibility - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog Tannin 2013-06-15 14:42:20 +02:00
  • d429b59c2f - mod list no longer loses selection whenever categories context menu gets hidden Tannin 2013-06-08 22:23:25 +02:00
  • d4cc50ade8 - bugfix: archive file wasn't closed after installation - bugfix: batch installer was treated as handler for "manual" installations - bugfix: dropped include of unused sip interface Tannin 2013-06-06 20:19:38 +02:00
  • 535423b1d0 - install plugins now get a chance to update name, version and modid of mods - NCC now makes name, version and modid from the info.xml file available to the installer - integrated fomod installer also uses version and modid from the info.xml - mods can now be renamed during installation - configurator plugin now highlights changed keys and saves changes Tannin 2013-06-05 09:51:48 +02:00
  • c483e79f49 Merge Tannin 2013-05-22 20:48:23 +02:00
  • d2dad31d14 - diagnosis plugin now reports file in overwrite as a problem - bugfix: GetModuleFileName returned the wrong string length - bugfix: Vector Exception Handler no longer stops hook.dll on recoverable errors Tannin 2013-05-22 20:43:08 +02:00
  • 88a3865a64 added missing files for python-related plugins Tannin 2013-05-22 18:18:33 +02:00
  • cf0a81e238 - extended plugin interface to allow plugins access to download manager - extended plugin interface to allow installation of mods from files - improved detection of online state - download tab now also displays files supported through plugins - batch installer now has basic functionality (downloads and installes files) Tannin 2013-05-17 20:44:40 +02:00
  • 1dd5cab706 - initial support for exposing the nexusbridge to python - started improving usability of nexus bridge - support for installers implemented in python Tannin 2013-05-10 10:57:35 +02:00
  • 6aa615108e - if no version is known for a mod, the file date is used - added files for the python proxy Tannin 2013-04-14 20:49:18 +02:00