index
:
qt-labs/messagingframework.git
conversations_improvements
experimental
master
pkg
qmf-1.0
qmf-2.0
smtpfix
symbian
test
Qt Messaging Framework
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libraries
/
qmfclient
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing spaces after for/if/while/switch
Pekka Vuorela
2025-05-09
6
-53
/
+53
*
Remove trailing whitespace with sed script
Pekka Vuorela
2025-05-09
2
-10
/
+10
*
Always compile logging capabilities
Damien Caliste
2025-04-02
2
-46
/
+6
*
Remove custom implementation for mime type database, small api break
Pekka Vuorela
2025-02-25
2
-145
/
+3
*
Remove win32_ce traces and some unnecessary platform specific bits
Pekka Vuorela
2025-02-17
2
-11
/
+0
*
Remove semicolons after method bodies
Pekka Vuorela
2025-02-14
2
-8
/
+8
*
Remove qringbuffer_p.h
Pekka Vuorela
2025-02-12
1
-310
/
+0
*
Move LongStream to server library, streamline the implementation
Pekka Vuorela
2025-02-11
1
-6
/
+13
*
Remove (void) parameters, this isn't c
Pekka Vuorela
2025-02-11
2
-2
/
+2
*
Move StandardFolderInfo struct to .cpp using it and clean it up a bit
Pekka Vuorela
2025-02-03
2
-12
/
+14
*
Remove obsolete file locking methods
Guido Berhoerster
2025-02-03
2
-80
/
+12
*
Add a plugin mechanism to handle credentials
Damien Caliste
2025-01-15
1
-1
/
+2
*
Simplify qmailglobal.h
Pekka Vuorela
2024-03-25
1
-34
/
+6
*
Switch to DBus for IPC
Damien Caliste
2023-11-06
12
-3826
/
+34
*
Provide default values for QMailKeyArgument() and FileLogger
Damien Caliste
2023-10-04
1
-2
/
+2
*
Support ~ as specifier for log file paths
Tomi Leppänen
2021-04-09
1
-1
/
+5
*
Fix some warnings
Chris Adams
2021-04-08
1
-4
/
+14
*
Use QmfList where required to maintain stable references
Chris Adams
2021-04-08
1
-2
/
+3
*
Use non deprecated QString::fromUtf16() API
Damien Caliste
2021-04-08
1
-3
/
+3
*
Adjust to Qt6 QMetaType API changes
Damien Caliste
2021-04-08
2
-15
/
+7
*
Add core5compat for in src/libraries
Damien Caliste
2021-04-08
1
-1
/
+1
*
Update to QTextStream handling only UTF-8 encoding
Damien Caliste
2021-04-08
1
-1
/
+0
*
Replace deprecated QRegExp by QRegularExpression in src/libraries
Damien Caliste
2021-04-08
1
-30
/
+47
*
Replace deprecated QString::SplitBehavior
Damien Caliste
2021-04-08
1
-6
/
+6
*
Don't use deprecated qVariantFromValue()
Damien Caliste
2021-04-08
1
-1
/
+1
*
Include QIODevice where missing in src/libraries
Damien Caliste
2021-04-08
1
-0
/
+1
*
Use QLatin1Sting and QChar::fromLatin1 whenever necessary
Damien Caliste
2021-04-08
4
-19
/
+19
*
Add override keyword where required
Damien Caliste
2021-04-08
4
-14
/
+14
*
Use separate connection name for separate QSqlDatabase instances
Pekka Vuorela
2018-11-23
1
-4
/
+9
*
Fix hundreds of compiler warnings on ascii strings
Pekka Vuorela
2018-08-30
8
-42
/
+43
*
Replace deprecated qSort/qLowerBound/qGreater with std methods
Pekka Vuorela
2018-08-16
1
-3
/
+3
*
Specify that destructors of BaseLogger-derived types are virtual
Chris Adams
2018-07-19
1
-2
/
+2
*
Compile with GCC 6 -Werror=zero-as-null-pointer-constant
Chris Adams
2018-07-19
7
-8
/
+8
*
fix a lot of compiler warnings
Rolf Eike Beer
2015-12-22
2
-86
/
+86
*
plugins: Remove PLUGIN_EXPORT macro.
Robin Burchell
2015-08-28
1
-8
/
+0
*
qmf: Remove some stray semicolons.
Robin Burchell
2015-08-28
1
-3
/
+3
*
Update licensing to match latest approach in QtCore.
Robin Burchell
2015-08-28
27
-597
/
+382
*
Return proper path for locking directory
Mathias Hasselmann
2014-07-15
1
-1
/
+1
*
[SIC]: Remove QMail::lastSystemErrorMessage().
Robin Burchell
2014-05-09
2
-26
/
+0
*
[SIC]: Remove QMail::sslCertsPath().
Robin Burchell
2014-05-09
2
-9
/
+0
*
Remove custom locking implementation in favor of QLockFile.
Robin Burchell
2014-04-07
1
-86
/
+30
*
[SIC]: Remove QMail::usleep().
Robin Burchell
2014-04-02
2
-23
/
+0
*
Close messageserver lock fd if lock can't be acquired.
Valerio Valerio
2014-03-14
1
-12
/
+3
*
[API BREAK] Use qt_plugin for QMF plugins instead of reinventing our own arch...
Robin Burchell
2014-01-28
3
-23
/
+0
*
Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...
Robin Burchell
2014-01-23
12
-498
/
+498
*
Remove Qt 4 support.
Robin Burchell
2014-01-21
6
-60
/
+1
*
Remove deprecated qMetaTypeId warning.
Robin Burchell
2014-01-20
1
-1
/
+1
*
Create default .conf file for logs with logging disabled.
Valerio Valerio
2013-12-16
2
-5
/
+34
*
Update Qt5 port.
Valerio Valerio
2013-05-06
1
-4
/
+4
*
Allow parallel installation of qt4 and qt5 builds
Valerio Valerio
2013-04-26
1
-0
/
+4
[next]