deskflow/src/lib/base
sithlord48 c4c2f7f37f feat: begin to use QStrings for strings
feat: get windows building with the UNICODE forced by using Qt
refactor: remove ARCHString use QString to convert to / from utf8
build: (arch) link to common
build: (base) link to arch
build: (io) Link to common
build: (client) link to common
build: (server) link to common
fix: Append to log file instead of creating a new one each log line
refactor: Trim cipher description for neater log output
fix: Update log messages to use wide string format for Unicode support
fix: Correct event creation to use wide string for Unicode compatibility
refactor: Use QStringDecoder for UTF-8 handling on Windows Daemon child process
fix: Use correct wide type for Win32 consts
2025-09-10 18:15:19 +01:00
..
BaseException.cpp refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
BaseException.h refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
CMakeLists.txt feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
DirectionTypes.h chore: Improve logging for active sides 2025-08-06 08:38:00 -04:00
Event.cpp refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
Event.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
EventQueue.cpp refactor: update log calls to LOG_... fixes #8819 2025-08-06 16:18:38 +01:00
EventQueue.h chore: remove unused < operator for Timer class 2025-07-07 17:53:56 +01:00
EventTypes.h feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
FinalAction.h chore: add comment to empty methods 2025-05-20 16:20:07 +01:00
FunctionEventJob.cpp chore: FunctionEventJob, use default for deconstructor 2025-05-02 12:12:17 +01:00
FunctionEventJob.h refactor: remove IEventJob 2025-08-18 11:45:21 +01:00
FunctionJob.cpp chore: FunctionJob, use default for deconstructor 2025-05-02 12:12:17 +01:00
FunctionJob.h refactor: explicit constructor for PlatformScreen, FileTail, FunctionJob, FunctionEventJob, ServerConfig, ScreenSettingsDialog, KeySequenceWidget, NetworkAddress, AddClientDialog, ConfigReadContext, LockCursorToScreenAction, RestartServer And KeyboardBroadcastAction 2025-08-04 13:46:27 +01:00
IEventQueue.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
IEventQueueBuffer.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
IJob.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
ILogOutputter.h feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
Log.cpp refactor: Move all messages that are checked for by GUI in the log to new IPC Level so the gui can work with any filter level 2025-08-28 00:45:40 +01:00
Log.h refactor: Move all messages that are checked for by GUI in the log to new IPC Level so the gui can work with any filter level 2025-08-28 00:45:40 +01:00
LogLevel.h refactor: Move all messages that are checked for by GUI in the log to new IPC Level so the gui can work with any filter level 2025-08-28 00:45:40 +01:00
LogOutputters.cpp feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
LogOutputters.h feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
NetworkProtocol.h refactor: Unify ENetworkProtocol and ServerProtocol into new enum Class NetworkProtocol in new file base/NetworkProtocol.h 2025-07-31 13:41:29 +01:00
Path.cpp refactor: concatenate Namespaces 2025-06-20 09:39:26 +01:00
Path.h refactor: concatenate Namespaces 2025-06-20 09:39:26 +01:00
PriorityQueue.h refactor: PriorityQueue, Use std::ranges version of heap methods 2025-07-29 13:41:34 +01:00
SimpleEventQueueBuffer.cpp refactor: Make IEventQueueBuffer Types an enum class, use proper names rename kNone => Unknown to reflect its unknowns an unknown type of event 2025-07-11 03:06:24 -07:00
SimpleEventQueueBuffer.h chore: comment empty methods that do nothing 2025-07-07 17:53:56 +01:00
Stopwatch.cpp chore: remove Unused Stopwatch::double operator 2025-08-04 13:46:27 +01:00
Stopwatch.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
String.cpp refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
String.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
TMethodJob.h chore: TMethodJob use default for deconstructor 2025-05-02 12:12:17 +01:00
Unicode.cpp feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00
Unicode.h feat: begin to use QStrings for strings 2025-09-10 18:15:19 +01:00