summaryrefslogtreecommitdiff
path: root/src/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* Fix tutorial targetsSilarn2019-12-141-1/+1
|
* Fix missing spaces in tutorial messageSilarn2019-07-081-4/+4
|
* Fix the help button tutorial step and a typoSilarn2019-07-052-3/+4
|
* Rework methods to detect the current tab to use the object nameSilarn2019-07-055-14/+16
|
* Various fixes and updates to the tutorial systemSilarn2019-07-043-9/+28
| | | | | | | * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase)
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-233-3/+3
|
* Update tutorials and stylesheets for problems->notifications changeLostDragonist2019-03-092-6/+6
|
* Fix tab index now that the archive tab is backJeremy Rimpo2018-03-231-1/+1
|
* Fix up tutorial scriptsJeremy Rimpo2017-10-234-38/+49
| | | | | * Patches for QtQuick 2.x * Fix up tab refs, names, and other out-of-date info
* Update QtQuick import to 2.7 (for Qt 5.7) - works with 5.9Jeremy Rimpo2017-10-2310-10/+10
| | | | Requires update to uibase
* Basic ESL updatesJeremy Rimpo2017-10-202-2/+2
|
* - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-36/+0
| | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup
* bugfix: tutorial brokenTannin2015-04-081-2/+3
|
* - bugfixesTannin2015-01-067-49/+271
| | | | | | | - 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
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-082-14/+27
| | | | | | | | | | | | | | | - 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
* - test-plugins accidentally distributed in the 1.2.5 release are now ↵Tannin2014-06-253-11/+22
| | | | | | | | | | | automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location
* - adjusted mod load order in hook.dll to match the one from the UITannin2014-06-231-11/+11
| | | | - bugfix: fnis checker took files in archives into consideration for hashing
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-312-5/+18
| | | | | | | | | | | as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly
* - plugins that failed to load are now reported as problemsTannin2013-08-171-2/+2
| | | | | - some wording fixes in the tutorial - updated proxyPython to a modified interface
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-291-10/+4
| | | | | | | | | | | | and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp
* initial commit to mercurial repository.Tannin2013-02-0318-0/+700
Corresponds to MO version 0.12.6