summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restore compilation of qtmail example.Robin Burchell2014-02-031-65/+0
| | | | | Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
| | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* s/Nokia/QtProject/ in settings files.Robin Burchell2012-12-051-2/+2
| | | | | | | | | | minor, but matches the changes made in Qt 5, and reflects that Nokia is no longer the vendor of this software. Change-Id: I3b324b813359f53e65760f3ce7a751dbd5c970e7 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com> Reviewed-by: Valerio Valerio <vdv100@gmail.com>
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Qt 4.8 beta fix.Don Sanders2011-05-261-1/+2
| | | | | | QApplication must be constructed before QSettings. Patch from Juha Kurikkala
* Extensions to the logging subsystem (From Vitaly Repin)espringe2010-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taken from QMF merge request #6 by Vitaly Repin: Current version of the QMF logging subsystem has the following issues: 1) Whenever application is linked against QMF, all the syslog messages are prefixed with QMF regardless of the application settings. E.g., Aug 31 00:25:16 vitnote QMF[4959]: [Critical] Test It makes it harder to identify the application which has printed specific message to syslog. It also overwrites the previous calls to "openlog" made by application which is impolite 2) It is not possible to enable/disable logging through syslog in runtime 3) It is not possible to log into file and stderr 4) Output of Q_ASSERT is not logged. In fact, QWarning(), qFatal(), qDebug() do not go to the log 5) Library installs the SIGHUP handler transparently for the application. It is bad because application might want to install its own handler for this signal and it could conflict with the library's logic. The patch attached for your review fixes the issues above. It also adds the following possibilities: - To log into file and stderr, controllable through the configuration file in runtime - To create chain of loggers if needed (e.g., output to file and stderr, to file and syslog etc). Chain of loggers is defined in run-time through configuration file. - Configuration file is per application. Not the only file for all the users of the library.
* Update license files, so they are the same as Qt.Don Sanders2010-06-291-16/+16
| | | | | | | | Specifically remove out dated "or the Beta Release License Agreement" text. Remove redundant GPL paragaph. Update copyright to 2010.
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+60
from QMF.