2
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in jonesmz/libqxt/qxtdaemon1 (pull request #31) More... over 10 years ago
Merged in jonesmz/libqxt/qxtmailmessage (pull request #27) More... over 10 years ago
Surrounds debug code with ifdefs More... over 10 years ago
Surrounds debug code with ifdefs More... over 10 years ago
Adds back missing space >_>. More... over 10 years ago
Removes supurfluous header include. More... over 10 years ago
Updates handling of ::write so that the return code is considered instead of ignored. More... over 10 years ago
Supresses warning about unused enum values in a switch case by using the default case. More... over 10 years ago
Supresses compiler warning about unused parameter using Q_UNUSED macro More... over 10 years ago
Merged in jonesmz/libqxt/qxtcommandoptions1 (pull request #28) More... over 10 years ago
Merged in jonesmz/libqxt/qxtcommandoptions2 (pull request #29) More... over 10 years ago
Merged in jonesmz/libqxt/qxtlogger (pull request #30) More... over 10 years ago
Merged in jonesmz/libqxt/qxtdaemon2 (pull request #32) More... over 10 years ago
Merged in jonesmz/libqxt/qxtmdns_avahi1 (pull request #33) More... over 10 years ago
Merged in jonesmz/libqxt/qxtmdns_avahi2 (pull request #34) More... over 10 years ago
Merged in jonesmz/libqxt-qt5-linux-configure (pull request #25) More... over 10 years ago
Merged in jonesmz/libqxt/qxtavahipoll1 (pull request #35) More... over 10 years ago
Apparently Qt has removed the toAscii function from qt5, this replaces that function call with a call to toLocal8Bit More... over 10 years ago
For some reason qt5 isn't doing the auto promotion that it should be on this. Wrapping it with a constructor to the type it should be auto promoted into fixes the compiler error More... over 10 years ago
Supresses compiler warning about unused parameters by replacing a member variable usage with the paramater, the runtime behavior should remain the same More... over 10 years ago
Supresses two compiler warnings about unused parameters using the Q_UNUSED macro More... over 10 years ago
Uses Q_UNUSED macro to suppress compiler warnings about unused parameter More... over 10 years ago
Use Q_UNUSED to supress compiler warning about return value More... over 10 years ago
Removes unreferenced variable More... over 10 years ago
Removes unreferenced variable More... over 10 years ago
Removes unreferenced variable More... over 10 years ago
Uses Q_UNUSED macro to suppress compiler warnings about unused parameter More... over 10 years ago
Adds previously unused enums to switch-case to prevent compiler warnings More... over 10 years ago
Updates linux configure script to handle building for qt5 More... over 10 years ago
add QxtSslServer::setProtocol More... almost 11 years ago