summaryrefslogtreecommitdiff
path: root/src/shared/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-13/+23
| | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls.
* Update following USVFS move to VCPKG. (#2244)Mikaël Capelle2025-05-221-2/+2
|
* Update for new USVFS function scheme. (#2044)Mikaël Capelle2024-06-091-22/+1
| | | | | * Update for new USVFS function scheme. * Fix call to usvfsVersionString(). * Move USVFS to mo2 dependencies instead of third party in CI.
* Apply clang-format.Mikaël Capelle2023-07-091-85/+70
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-444/+444
|
* added version to dmp filenameisanae2020-12-241-2/+3
| | | | replaced QApplication calls so createVersionInfo() can be called without one, happens with dump_running_process.bat
* add warning when profile given with -p doesn't existisanae2020-11-031-0/+6
| | | | implemented moshortcut, nxm links and executable names as command line options
* now using new common cmakefilesisanae2020-04-231-2/+2
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* moved TimeThis to uibaseisanae2020-02-181-20/+0
| | | | fixed progress bar
* wstring_view when possibleisanae2020-02-181-0/+7
| | | | first implementation of NtQueryDirectoryFile
* hidden unique_ptr into FileTreeItemisanae2020-02-041-14/+72
| | | | | | refactored pruning don't show shell menu for directories added collapse all in context menu
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-8/+4
| | | | pre-hashed file lookup in DirectoryEntry
* put expensive logging in an optional functionisanae2020-02-041-0/+21
|
* initial implementation for updating file tree, buggyisanae2020-02-041-0/+27
|
* fixed exiting before QThread joins when pressing the X twiceisanae2019-12-151-1/+10
|
* added usvfs version in log and about dialogisanae2019-10-091-0/+46
|
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-0/+47
| | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed
* split envisanae2019-07-221-2121/+2
|
* log guid for security productsisanae2019-07-221-17/+24
|
* only display "inactive" for security productsisanae2019-07-221-3/+1
|
* fixed bad compare for nahimicisanae2019-07-221-0/+223
| | | | log displays on startup
* moved environment dump to member functionisanae2019-07-221-3/+22
| | | | added check for nahimic
* moved Settings out of OrganizerCore so it can be created by itself to access ↵isanae2019-07-221-2/+2
| | | | | | | settings early set log level on startup replaced more qDebug()
* moved Console to utilisanae2019-07-221-0/+43
|
* put the error message in the ShellLinkException insteadisanae2019-07-061-29/+82
| | | | added more debug logging when creating and deleting shortcuts
* added new Shortcut class, moved stuff that was in MainWindow into itisanae2019-07-061-2/+318
| | | | | added more error handling and logging, some was missing removed some redundancy of setting the menu icons for add/remove, they're all set when clicking the button anyway
* now handles windows firewall, which apparently doens't report itself to wmiisanae2019-07-011-76/+218
| | | | some more error checking
* a few commentsisanae2019-07-011-10/+37
|
* added --crashdump to generate dumps of a running MO processisanae2019-07-011-20/+372
| | | | added dump_running_process.bat to start another instance of MO with that flag
* security productsisanae2019-07-011-3/+280
|
* comments, some refactoringisanae2019-06-291-84/+175
| | | | switched to qDebug()
* added a warning when running in compatibility modeisanae2019-06-291-1/+13
|
* log windows versionisanae2019-06-291-16/+195
|
* lower case paths, sorted list, md5 for some filesisanae2019-06-291-7/+50
|
* refactored preloadSsl() into preloadDll()isanae2019-06-291-0/+327
| | | | | | removed old HGID check moved formatSystemMessage() to uibase added Environment class, lists loaded modules, logged at startup
* Improve ToLower() performance significally.Al2019-01-051-4/+8
|
* Fix version reporting to allow non-alpha buildsLostDragonist2018-12-201-1/+1
|
* Move improved version parsing to util.h and use it everywhere.AnyOldName32018-05-161-0/+46
|
* Change how the VersionInfo object is created from version.rc such that ↵AnyOldName32018-05-151-0/+28
| | | | non-release builds are possible and get labelled as such
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-90/+115
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-115/+90
|
* cleanupTannin2016-05-071-2/+6
|
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-2/+17
| | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches
* fixes to make MO compile with mingw (also fixes some warnings generated by ↵Tannin2015-05-161-5/+3
| | | | mingw)
* - bugfix: case conversion could produce different local-dependent resultsTannin2015-05-101-4/+14
| | | | between the time the vfs lookup map is set up and later when querying it.
* tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-251-3/+10
| | | | from static code analysis)
* Merge with branch1.2Tannin2015-01-241-62/+6
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-44/+0
| |
| * different way to check for file existenceTannin2015-01-111-18/+6
| |
* | MergeTannin2015-01-041-8/+8
|\ \ | |/ |/|