| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*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%)
|
| |\
| |
| | |
Fixed preview "file not found" error if the mod folder containing the…
|
| | |
| |
| |
| | |
was on a different drive.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
|
|
|
| |
* Improve handling of SE save transfers and deletes with main save
* Add indicator in save popup dialog if SE save file is present
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
ones.
Fixed incorrect settings for the layout stretching.
|
| |\
| |
| | |
Fixed file preview bug, wrong nexus urls in csv export and reverted some ui changes from Creator
|
| | | |
|
| | |
| |
| |
| | |
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.
|
| | |
| |
| |
| | |
from the actual data folder instead of a mod.
|
| |/ |
|
| | |
|
| |\
| |
| | |
Pull master changes into develop
|
| | |
| |
| |
| | |
run sequentially
|
| | | |
|
| | |
| |
| |
| | |
another mod.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
and cluttering the menu.
|
| |/ |
|
| | |
|
| |
|
|
|
|
| |
and moved there all previuolsy added "open <> folder" menu options.
- Added "Open MO install folder" option.
|
| |\
| |
| | |
Added new stylesheets and changed border of clear filter button.
|
| | |
| |
| |
| | |
kindly gave permissions to include in MO2 releases.
|
| | | |
|
| | |
| |
| |
| | |
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
to Export to csv feature.
- Changed priority and install date format to be sortable in csv columns.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
to not consider the Downloads of Mods that were uninstalled.
- Changed Downloads menu options to say "Hide all..." instead of "Remove all...".
|
| |
|
|
| |
un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before.
|
| |
|
|
|
|
| |
gameShortName()."
This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c.
|
| |
|
|
|
|
| |
"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.
|
| |
|
|
| |
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.
|