deskflow/src/lib/arch
Nick Bolton 321418fcf8
Improve handling of Qt-related warnings and errors (#7431)
* Load .env from app dir

* Use `OutputDebugStringA` on Windows

* Improved string manipulation in logger and better use of OutputDebugStringA

* Use noquote for path

* Apply TLS setting after activation

* Restart after activation

* Move skip debug message to correct place

* Only print settings path on create, not shown

* Merge common and global libs

* Reduce code duplication around constants, version, etc

* Simplify sprintf code

* Use snprintf

* Add error test menu

* Coverage for dotenv

* Coverage for Logger

* Add missing include

* Add init when no Git SHA

* Update ChangeLog

* Add spellings

* Set debugging on for release build

* Remove unused variable

* Remove bad comment

* Fixed copyright date

* Remove import

* Move URL const back to GUI

* Remove dead code and duplication

* Fixed/ignored lint warnings
2024-08-09 14:03:48 +01:00
..
unix Refactor local/global save/load and show dev thanks message (#7423) 2024-08-03 01:17:29 +01:00
win32 Improve handling of Qt-related warnings and errors (#7431) 2024-08-09 14:03:48 +01:00
Arch.cpp Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
Arch.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
ArchConsoleStd.cpp Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
ArchConsoleStd.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
ArchDaemonNone.cpp Make Clang param and arg alignment more readable (#7387) 2024-07-16 14:36:44 +01:00
ArchDaemonNone.h Make Clang param and arg alignment more readable (#7387) 2024-07-16 14:36:44 +01:00
CMakeLists.txt Solve low hanging reliability and maintainability issues (#7403) 2024-07-18 08:04:39 +01:00
IArchConsole.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchDaemon.h Make Clang param and arg alignment more readable (#7387) 2024-07-16 14:36:44 +01:00
IArchFile.h Make Clang param and arg alignment more readable (#7387) 2024-07-16 14:36:44 +01:00
IArchLog.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchMultithread.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchNetwork.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchSleep.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchString.cpp Make Clang param and arg alignment more readable (#7387) 2024-07-16 14:36:44 +01:00
IArchString.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchSystem.h Make Clang param and arg alignment more readable (#7387) 2024-07-16 14:36:44 +01:00
IArchTaskBar.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchTaskBarReceiver.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
IArchTime.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
multibyte.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
vsnprintf.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00
XArch.h Format all source with Clang and introduce lint workflow (#7364) 2024-07-02 20:07:06 +01:00