summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: MO didn't use all parameters of preconfigured executablesTannin2015-03-271-2/+2
|
* bugfix: "edit executables" dialog didn't actually save a modified executable ↵Tannin2015-03-271-0/+3
| | | | | | when confirming the save-on-close dialog
* MergeTannin2015-01-041-4/+4
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-5/+5
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
* | - fixes after mergeTannin2015-01-041-2/+2
| |
* | Merge with branch1.2Tannin2015-01-031-6/+5
|\|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-10/+8
| | | | | | | | - started on support for game-plugins
| * non-mo mods now have a constructed name that cannot conflict with a regular modTannin2014-09-101-289/+289
| |
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-289/+289
| |
* | workaround to prevent executables dialog from auto-selecting the top-most ↵Tannin2014-12-201-44/+50
| | | | | | | | executable
* | non-mo mods now have a constructed name that cannot conflict with a regular modTannin2014-09-101-289/+289
| |
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-289/+289
|/
* - hook dll now monitors all mod directories, not only overwriteTannin2014-01-031-38/+95
| | | | | | - dialog for changing executables now warns if changes will be lost - main window is now locked before activating pre-start hooks - better responsiveness while main window is locked (or should be)
* - rewrote the mechanism removing the Archive List limitTannin2013-03-011-3/+37
| | | | | | | - openfile is now rerouted - .jar files can now be added as executables directly - bugfix: no message was displayed when checking for updates with no valid credentials configured - added a readme with compilation instructions
* - moved shared and uibase libraries to namespacesTannin2013-02-171-0/+3
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* - hooks for CreateHardLinkTannin2013-02-161-1/+2
| | | | | | | | | | | | | | | | | | - createprocess hook will now reroute the cwd (fixes SUM, may break other tools?) - profile code moved to separate file - executables can now be linked to toolbar - category filters are now represented as a tree - csv export of mod list - ModInfoDialog is now "window modal" instead of "application modal" - nexus dialog now updates the mod-id field while browsing - right-click in nexus browser allows to open in external browser - ini viewer is no longer modal - bugfix: another attempt to fix processing of invalid header lines in fomod xmls (bom now handled) - bugfix: integrated fomod installer will no longer overwrite detected mod name by the one from the xml - bugfix: "hide file" from conflicted files list now updates that list - bugfix: conflicted files list no longer offers to hide files in BSAs - bugfix: pressing delete on the mod list with multiplie files selected offered to delete the wrong files - regression: mod name guessing with the old regular expression was less likely to lead to an empty mod name. Now both are tried
* initial commit to mercurial repository.Tannin2013-02-031-0/+194
Corresponds to MO version 0.12.6