| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ImgBot] optimizes images | ImgBotApp | 2018-03-23 | 21 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | *Total -- 173.23kb -> 19.45kb (88.77%) /src/resources/multiply-red.png -- 15.64kb -> 0.65kb (95.84%) /src/resources/archive-conflict-neutral.png -- 17.63kb -> 0.83kb (95.31%) /src/resources/archive-conflict-loser.png -- 17.63kb -> 0.87kb (95.09%) /src/resources/archive-conflict-winner.png -- 17.63kb -> 0.92kb (94.8%) /src/resources/archive-conflict-mixed.png -- 17.63kb -> 0.95kb (94.63%) /src/resources/switch-instance-icon.png -- 56.17kb -> 4.23kb (92.47%) /src/resources/open-Folder-Icon.png -- 16.53kb -> 1.40kb (91.53%) /src/resources/contents/conversation.png -- 1.47kb -> 0.81kb (44.75%) /src/resources/contents/breastplate.png -- 1.39kb -> 0.77kb (44.47%) /src/resources/contents/locked-chest.png -- 1.41kb -> 0.78kb (44.38%) /src/resources/contents/lyre.png -- 1.36kb -> 0.76kb (43.59%) /src/resources/contents/usable.png -- 1.31kb -> 0.81kb (37.99%) /src/resources/contents/hand-of-god.png -- 1.08kb -> 0.67kb (37.6%) /src/resources/contents/double-quaver.png -- 0.99kb -> 0.63kb (36.57%) /src/resources/contents/jigsaw-piece.png -- 0.93kb -> 0.66kb (28.78%) /src/resources/contents/tinker.png -- 1.01kb -> 0.72kb (28.52%) /src/resources/contents/empty-chessboard.png -- 0.69kb -> 0.52kb (23.94%) /src/resources/contents/checkbox-tree.png -- 0.64kb -> 0.52kb (19.15%) /src/resources/check.png -- 0.44kb -> 0.39kb (13.19%) /src/resources/contents/config.png -- 0.54kb -> 0.47kb (13.04%) /src/resources/document-save.png -- 1.12kb -> 1.09kb (2.87%) | ||||
| * | Merge pull request #280 from Al12rs/Develop | Jeremy Rimpo | 2018-03-20 | 1 | -1/+3 |
| |\ | | | | | Fixed preview "file not found" error if the mod folder containing the… | ||||
| | * | Fixed preview "file not found" error if the mod folder containing the file ↵ | Al12rs | 2018-03-21 | 1 | -1/+3 |
| | | | | | | | | | was on a different drive. | ||||
| * | | Update BY SA v3 license file to match others | Jeremy Rimpo | 2018-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Installer license not needed for application | Jeremy Rimpo | 2018-03-20 | 2 | -4/+1 |
| | | | |||||
| * | | Update about dialogue and licenses | Jeremy Rimpo | 2018-03-20 | 3 | -30/+103 |
| | | | |||||
| * | | Fix lootcli destroying loadorder on newer games | Jeremy Rimpo | 2018-03-20 | 1 | -13/+2 |
| | | | |||||
| * | | Various save game improvements related to script extender files | Jeremy Rimpo | 2018-03-20 | 2 | -24/+18 |
| | | | | | | | | | | | * Improve handling of SE save transfers and deletes with main save * Add indicator in save popup dialog if SE save file is present | ||||
| * | | Merge pull request #276 from Al12rs/Develop | Al | 2018-03-18 | 9 | -3/+18 |
| |\| | | | | | Disabled iniTweaks, added resources, a few ui fixes and text changes. | ||||
| | * | Fixed another typo in the same resource | Al12rs | 2018-03-17 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed a typo of the added resource. | Al12rs | 2018-03-17 | 1 | -1/+1 |
| | | | |||||
| | * | Disabled iniTweaks part of modinfodialog until it is not fixed. | Al12rs | 2018-03-17 | 1 | -1/+7 |
| | | | |||||
| | * | Added archive-conflict icons to resources. | Al12rs | 2018-03-17 | 5 | -0/+4 |
| | | | |||||
| | * | Various text and ui changes: | Al12rs | 2018-03-16 | 4 | -2/+7 |
| | | | | | | | | | | | | | | | Added description to CSV export. Added line to delete instance error message. Changed delete instance icon for the list of instances. Added red X in the resources, thanks to twizz0r. | ||||
| * | | Merge pull request #274 from Al12rs/Develop | Al | 2018-03-15 | 1 | -10/+51 |
| |\| | | | | | Fixed default size and positioning of some ui elements to accomodate … | ||||
| | * | Fixed default size and positioning of some ui elements to accomodate the new ↵ | Al12rs | 2018-03-15 | 1 | -10/+51 |
| |/ | | | | | | ones. Fixed incorrect settings for the layout stretching. | ||||
| * | Merge pull request #273 from Al12rs/Develop | Jeremy Rimpo | 2018-03-12 | 2 | -7/+19 |
| |\ | | | | | Fixed file preview bug, wrong nexus urls in csv export and reverted some ui changes from Creator | ||||
| | * | Fixed wrong Nexus page url in CSV export. | Al12rs | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| | * | Reverted some changes added by Qt configurator that caused some wird ↵ | Al12rs | 2018-03-12 | 1 | -2/+2 |
| | | | | | | | | | stretching of the mainwindow. I suspect this is caused by the fact that the archive tab was not disabled in a way that Configurator liked and it is messing with it. | ||||
| | * | Added a check to the preview function to handle tha case of the file beeing ↵ | Al12rs | 2018-03-12 | 1 | -4/+16 |
| | | | | | | | | | from the actual data folder instead of a mod. | ||||
| * | | Merge pull request #271 from AnyOldName3/qtdds-dll-deployment | Jeremy Rimpo | 2018-03-12 | 1 | -0/+3 |
| |\ \ | |/ |/| | Deploy the qtdds.dll as part of the MO install | ||||
| | * | Deploy the qtdds.dll as part of the MO install | AnyOldName3 | 2018-03-11 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #272 from SuperSandro2000/patch-1 | Brian Munro | 2018-03-12 | 1 | -37/+37 |
| |\ \ | |/ |/| | Updated Repository links | ||||
| | * | Missed one | Sandro Jäckel | 2018-03-12 | 1 | -1/+1 |
| | | | |||||
| | * | Updated Repository links | Sandro Jäckel | 2018-03-12 | 1 | -37/+37 |
| |/ | |||||
| * | Fix library include for zlibstatic | LePresidente | 2018-03-11 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #270 from Modorganizer2/master | Jeremy Rimpo | 2018-03-10 | 2 | -5/+8 |
| |\ | | | | | Pull master changes into develop | ||||
| | * | Merge pull request #268 from AnyOldName3/qt-deploy-fix | Jeremy Rimpo | 2018-03-10 | 1 | -5/+8 |
| | |\ | | | | | | | Improve Qt deployment so all DLLs are staged properly | ||||
| | | * | Separate windeployqt calls into their own EXECUTE_PROCESS calls so that they ↵ | AnyOldName3 | 2018-03-10 | 1 | -5/+8 |
| | |/ | | | | | | | run sequentially | ||||
| | * | Merge pull request #263 from SuperSandro2000/master | Jeremy Rimpo | 2018-03-08 | 1 | -0/+0 |
| | |\ | | | | | | | Added qdds.dll as Qt no longer contains it | ||||
| | | * | Added qdds.dll as Qt no longer contains it | Sandro Jäckel | 2018-03-08 | 1 | -0/+0 |
| | |/ | |||||
| | * | Merge pull request #252 from LePresidente/new_vfs_library | Brian Munro | 2018-03-05 | 140 | -8668/+8156 |
| | |\ | | | | | | | Update master to latest stable code. | ||||
| * | \ | Merge pull request #266 from SuperSandro2000/Develop | Jeremy Rimpo | 2018-03-09 | 2 | -3/+3 |
| |\ \ \ | | | | | | | | | Don't set zlib_root | ||||
| | * | | | Update readme.md | Sandro Jäckel | 2018-03-09 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Don't set zlib_root | Sandro Jäckel | 2018-03-09 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Remove outdated namespacing and correct the PATH setting to appends dlls | Jeremy Rimpo | 2018-03-08 | 4 | -12/+12 |
| |/ / / | |||||
| * | | | Merge pull request #259 from Al12rs/Dev | Al | 2018-03-08 | 5 | -7/+33 |
| |\ \ \ | |_|/ |/| | | Added check for mod rename and a number of small ui changes. | ||||
| | * | | Added check for mod rename to ensure the new name is not already used by ↵ | Al12rs | 2018-03-07 | 1 | -0/+5 |
| | | | | | | | | | | | | | another mod. | ||||
| | * | | Edited "Add/Remove category" menu entry text to "Change Category". | Al12rs | 2018-03-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Updated Open Folder icon as it was not very distinguishable. | Al12rs | 2018-03-07 | 1 | -0/+0 |
| | | | | |||||
| | * | | Inverted position of reinstall and remove mod, as per user request. | Al12rs | 2018-03-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Changed tooltip of Open Folder menu. | Al12rs | 2018-03-07 | 1 | -1/+1 |
| | | | | |||||
| | * | | Removed "Repace category" menu option from the modlist as it was redundant ↵ | Al12rs | 2018-03-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | and cluttering the menu. | ||||
| | * | | Added open logs folder to open folder toolbar dropdown. | Al12rs | 2018-03-07 | 2 | -4/+22 |
| |/ / | |||||
| * | | Merge branch 'master' into new_vfs_library | Brian Munro | 2018-03-05 | 1 | -0/+6 |
| |\| | |||||
| | * | Merge pull request #229 from SuperSandro2000/patch-1 | Al | 2018-02-16 | 1 | -32/+32 |
| | |\ | | | | | | | Updated repo links in Readme to LePresidente ones | ||||
| | | * | Updated repo links in Readme to LePresidente ones | Sandro | 2018-02-16 | 1 | -32/+32 |
| | |/ | | | | | Info: https://github.com/TanninOne/modorganizer-tool_nmmimport has not been forked by LePresidente | ||||
| | * | Create ISSUE_TEMPLATE.md | Brian Munro | 2017-12-10 | 1 | -0/+25 |
| | | | | | | | Added issue template for future issues to stick to a standard | ||||
| | * | Added download location for furture releases, | Brian Munro | 2016-12-13 | 1 | -0/+4 |
| | | | | | | | Added download location for furture releases, | ||||
| * | | Merge branch 'new_vfs_library' of github.com:LePresidente/modorganizer into ↵ | Jeremy Rimpo | 2018-03-05 | 1 | -0/+674 |
| |\ \ | | | | | | | | | | new_vfs_library | ||||
