Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.4 #454

Merged
merged 76 commits into from
Aug 2, 2018
Merged

Release 2.1.4 #454

merged 76 commits into from
Aug 2, 2018

Conversation

LePresidente
Copy link
Member

@LePresidente LePresidente commented Jul 26, 2018

Push to master for Main Release and Tagging.

The following to be done.

  • All Children Projects Committed to Master branch and tagged with version number if applicable
    • modorganizer-game_features
    • modorganizer-archive
    • modorganizer-uibase
    • modorganizer-lootcli
    • modorganizer-esptk
    • modorganizer-bsatk
    • modorganizer-nxmhandler
    • modorganizer-helper
    • modorganizer-game_gamebryo
    • modorganizer-game_oblivion
    • modorganizer-game_fallout3
    • modorganizer-game_fallout4
    • modorganizer-game_fallout4vr
    • modorganizer-game_falloutnv
    • modorganizer-game_morrowind
    • modorganizer-game_skyrim
    • modorganizer-game_skyrimse
    • modorganizer-game_skyrimvr
    • modorganizer-game_ttw
    • modorganizer-tool_inieditor
    • modorganizer-tool_inibakery
    • modorganizer-tool_configurator
    • modorganizer-preview_base
    • modorganizer-diagnose_basic
    • modorganizer-check_fnis
    • modorganizer-installer_bain
    • modorganizer-installer_manual
    • modorganizer-installer_bundle
    • modorganizer-installer_quick
    • modorganizer-installer_fomod
    • modorganizer-installer_ncc
    • modorganizer-bsa_extractor
    • modorganizer-plugin_python
  • USVFS stabilized and tagged for release
  • Version Bump
  • Verify Project builds with umbrella

Silarn and others added 30 commits May 10, 2018 09:21
…t non-release builds are possible and get labelled as such
Move improved version parsing to util.h and use it everywhere.
…sed by the fileSystemWatcher picking up changes made by MO itself and triggering multiple refreshes
…tcher triggered refreshes.

Avoid app freezes caused by stacked refresh calls.
Added chack to see if a download is alerady hidden before trying to hide it.
Made sure to refresh Download tab where it was othwerwise relying in the dirwatcher to refresh.
Downloads tab: fix for freezes and greatly improved performance and responsiveness
updateToolBar was creating new QActions and QWidgets every call, without cleaning them up.

The spacer, help widgets, and toolbuttons only need to be created once.
Those have been moved out into the MainWindow constructor

updateToolBar is called in various places, importantly when adding/removing executable shortcuts.

Also adds a deleteLater() call to clean up executable shortcut actions.
Fix a memory leak in updateToolBar
Improved performace when hiding/unhiding. There is still room for improvement for hiding but it requires refactoring the function
*Added "Visit on Nexus" menu entry in the downloads tab.

*Added confirmation message when deleting a single download.

*Changed text of messages to more easily distinguish deleting from hiding.
Windows directories are not allowed to end in a space.  Allowing
this creates a broken directory that is difficult for the user
to remove.
Sort by game and fix for instance names
…idth for them to procede. Now they will instead remain in the download state and continue once the bandwidth is available.

There is much room for improvement here but for now I guess this will avoid MO simply stopping the download.
Extend mod backups and load order backups to a maximum of 10
Disabled timer check as it appeared to terminate some downloads early.
Al12rs and others added 11 commits July 18, 2018 16:00
…his will need to be reversted once the Bsa changes are added I presume.
Improved downloads tab header sizes and resize policy.
At times, the voted_by_user item is returned as Invalid.  toBool() causes this to be false, meaning the item is seen as not endorsed.  Now, the endorsement state is not checked if the data is invalid.
Previously allowed:  "A-Za-z0-9 "
Now allowed:         "A-Za-z0-9 !@#$%^()_+-=[]{};'."
This allows the register dialog to appear when the user had previously selected "No, don't ask again".  If a user is clicking this button, there's a good chance they want MO to be the primary nxm handler.
@LePresidente LePresidente merged commit 9a3a15b into master Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants