summaryrefslogtreecommitdiff
path: root/src/syncoverwritedialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-34/+39
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-171/+171
|
* Change some for loops to use refs, prefer range loop where possible.AL2020-11-021-2/+2
|
* Convert FileAlternative and DataArchiveOrigin to classesAL2020-11-021-1/+1
|
* Change Alternatives vector to use a structAL2020-11-021-3/+3
|
* split directoryentryisanae2020-02-181-2/+5
| | | | made classes noncopyable, fixed a few unintended copies
* changed qCritical() to log::error()isanae2019-07-221-1/+2
| | | | removed now unused vlog()
* Make logs more consistent in format and contentLostDragonist2019-01-301-1/+1
|
* Initial archive conflict parsingSilarn2018-12-121-2/+2
| | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-98/+113
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-113/+98
|
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-3/+3
|
* Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-1/+2
| | | | of gameinfo.h includes
* MergeTannin2015-01-041-5/+5
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-5/+5
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-166/+166
| |
* | - fixes after mergeTannin2015-01-041-3/+3
| |
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-166/+166
|/
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-171-2/+2
| | | | | | | directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted
* - completed Qt5 compatibilityTannin2013-06-151-1/+1
| | | | | | | - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog
* - bugfix: mod priority ordering could become incorrectTannin2013-05-251-4/+20
| | | | | - bugfix: when grouping is enabled, newly installed mods broke grouping - bugfix: syncing overwrite didn't clean up emptied directory
* - moved shared and uibase libraries to namespacesTannin2013-02-171-127/+131
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+146
Corresponds to MO version 0.12.6