summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update BY SA v3 license file to match othersJeremy Rimpo2018-03-201-1/+1
|
* Installer license not needed for applicationJeremy Rimpo2018-03-202-4/+1
|
* Update about dialogue and licensesJeremy Rimpo2018-03-203-30/+103
|
* Fix lootcli destroying loadorder on newer gamesJeremy Rimpo2018-03-201-13/+2
|
* Various save game improvements related to script extender filesJeremy Rimpo2018-03-202-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
* Fixed another typo in the same resourceAl12rs2018-03-171-1/+1
|
* Fixed a typo of the added resource.Al12rs2018-03-171-1/+1
|
* Disabled iniTweaks part of modinfodialog until it is not fixed.Al12rs2018-03-171-1/+7
|
* Added archive-conflict icons to resources.Al12rs2018-03-175-0/+4
|
* Various text and ui changes:Al12rs2018-03-164-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.
* Fixed default size and positioning of some ui elements to accomodate the new ↵Al12rs2018-03-151-10/+51
| | | | | | ones. Fixed incorrect settings for the layout stretching.
* Merge pull request #273 from Al12rs/DevelopJeremy Rimpo2018-03-122-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.Al12rs2018-03-121-1/+1
| |
| * Reverted some changes added by Qt configurator that caused some wird ↵Al12rs2018-03-121-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 ↵Al12rs2018-03-121-4/+16
| | | | | | | | from the actual data folder instead of a mod.
* | Deploy the qtdds.dll as part of the MO installAnyOldName32018-03-111-0/+3
|/
* Fix library include for zlibstaticLePresidente2018-03-111-3/+2
|
* Merge pull request #270 from Modorganizer2/masterJeremy Rimpo2018-03-101-5/+8
|\ | | | | Pull master changes into develop
| * Separate windeployqt calls into their own EXECUTE_PROCESS calls so that they ↵AnyOldName32018-03-101-5/+8
| | | | | | | | run sequentially
* | Remove outdated namespacing and correct the PATH setting to appends dllsJeremy Rimpo2018-03-084-12/+12
| |
* | Added check for mod rename to ensure the new name is not already used by ↵Al12rs2018-03-071-0/+5
| | | | | | | | another mod.
* | Edited "Add/Remove category" menu entry text to "Change Category".Al12rs2018-03-071-1/+1
| |
* | Updated Open Folder icon as it was not very distinguishable.Al12rs2018-03-071-0/+0
| |
* | Inverted position of reinstall and remove mod, as per user request.Al12rs2018-03-071-1/+1
| |
* | Changed tooltip of Open Folder menu.Al12rs2018-03-071-1/+1
| |
* | Removed "Repace category" menu option from the modlist as it was redundant ↵Al12rs2018-03-071-0/+3
| | | | | | | | and cluttering the menu.
* | Added open logs folder to open folder toolbar dropdown.Al12rs2018-03-072-4/+22
|/
* Light flagged master support and other minor changesJeremy Rimpo2018-03-055-11/+25
|
* - Added Open Folders drop-down menu over the modlist (using new custom icon) ↵Al12rs2018-02-285-21/+68
| | | | | | and moved there all previuolsy added "open <> folder" menu options. - Added "Open MO install folder" option.
* Merge pull request #244 from Al12rs/new_vfs_libraryAl2018-02-263-1/+1015
|\ | | | | Added new stylesheets and changed border of clear filter button.
| * Added two custom stylesheets created by AlcoholSwabs on nexus that he very ↵Al12rs2018-02-262-0/+1014
| | | | | | | | kindly gave permissions to include in MO2 releases.
| * Reduced Clear filter red border to one pixel instead of two.Al12rs2018-02-261-1/+1
| |
* | Revert "Applied clang-format on source"Sandro Jäckel2018-02-23175-24906/+28624
| | | | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* | Applied clang-format on sourceSandro Jäckel2018-02-22175-28624/+24906
| |
* | Make sure that we get all files for sureSandro2018-02-221-0/+3
|/
* Changed switch instance icon and tooltipAl12rs2018-02-183-2/+4
|
* - Added "Clear all Filters" button with red outline that only shows up if ↵Al12rs2018-02-153-12/+56
| | | | | | | one or more filters are selected. - Fixed a bug that would not allow the already present "Clear" button under the filters tab to clear "contains" type of filters. - Fixed a bug that enabled the "Clear" button at the start even if there were no filters selected.
* Small changes to make the modlist context menu more organized.Al12rs2018-02-141-5/+17
|
* - Complete overhaul of export to csv feature with custom column selection ↵Al12rs2018-02-141-52/+154
| | | | | | | and added entries. Basically I added a new dialog to ask the user if he wants all/enabled/visible mods and what columns to include via checkboxes. Also added Mod_Status column.
* - Added mod priority, primary category, install date and nexus url columns ↵Al12rs2018-02-131-2/+10
| | | | | | to Export to csv feature. - Changed priority and install date format to be sortable in csv columns.
* - Fixed a bug that would keep re-activating the "Create files in mod instead ↵Al12rs2018-02-133-0/+9
| | | | | | of Overwrite" setting in the executable dialog after the user activated it for the first time. Basically it looked in the stored settings to see if there was an entry for that executable to decide if the checkbox was to be enebled but never deleted that entry if the checkbox was then deselected.
* Added support for High DPI Scaling for higher resolution monitors.Al12rs2018-02-121-0/+3
|
* - Changed "Remove Installed" and "Delete Installed" Downloads menu options ↵Al12rs2018-02-123-18/+36
| | | | | | to not consider the Downloads of Mods that were uninstalled. - Changed Downloads menu options to say "Hide all..." instead of "Remove all...".
* Changed the data tab to remember the current expanded folders when hiding or ↵Al12rs2018-02-082-2/+36
| | | | un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before.
* Revert "Fixed nexus link handling to use gameNexusName() instead of ↵Al12rs2018-01-272-3/+3
| | | | | | gameShortName()." This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c.
* Added "open downloads folder", "open profile folder", "open game fodler" and ↵Al12rs2018-01-262-2/+39
| | | | | | "open MyGames fodler" to the menu entries options of the mainwindow. Changed the menu entry "open in explorer" of overwrite to show even if overwrite is empty.
* Fixed customOverwrite setting for executables.Al12rs2018-01-241-3/+4
| | | | The setting was not being passed to spawnBinary() and was left empty. Just added a couple lines to pass that too. If the setting is disabled cutomOverwrite should be empty and the normal overwrite folder will be used instead.
* Added "Open instance folder" entry to the small options list menù.Al12rs2018-01-192-0/+8
|
* Updated InstanceSelection dialog to be slighly more clear.Al12rs2018-01-191-4/+4
|
* fixed a typo in the label textAl12rs2018-01-191-1/+1
|