Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update plugins and doc paths. | Don Sanders | 2012-01-13 | 2 | -3/+2 |
| | | | | | | | | | | Code is from MeeGo: fix_plugins_installation.patch fix_docs_installation.patch Docs patch not yet fully applied. Also update plugin path documentation in messaging.qdoc. | ||||
* | Updated documentation. | Don Sanders | 2012-01-14 | 72 | -345/+1460 |
| | |||||
* | Update doc generation files. | Don Sanders | 2012-01-13 | 2 | -9/+4 |
| | | | | | | | | | Remove messagenavigator and messageviewer examples from qmf.qdocconf files, but the doc for these examples in the doc/src/examples directory is still being parsed. Add QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to Cpp.ignoredirectives. Unfortunately they still aren't correctly ignored by qdoc in all cases. | ||||
* | Add support for IMAP COMPRESS (RFC4978) using zlib. | Don Sanders | 2011-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Should speed up sync for servers that do not support the qresync capability, esp. on reconnect when getting flag changes. Gmail recently added support for compress. RFC4978 indicates retrieval of encoded (e.g. base64) attachments, and uploading attachments of mails into draft/sent should be sped up more if IMAP BINARY extension is utilized to UID FETCH BINARY instead of UID FETCH BODY. Currently only supported on unix (requires zlib & pkg_config). | ||||
* | New dependency libicu. | Don Sanders | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Updated doc.2011W10 | Don Sanders | 2011-03-09 | 16 | -45/+213 |
| | |||||
* | Doc updates. | Don Sanders | 2011-03-09 | 1 | -0/+15 |
| | |||||
* | Update doc. | Don Sanders | 2011-03-09 | 39 | -267/+1411 |
| | |||||
* | Updated doc. | Don Sanders | 2010-10-06 | 21 | -2305/+2696 |
| | |||||
* | Update build documentation to reflect naming of | Keith Isdale | 2010-09-27 | 1 | -4/+4 |
| | | | | | qmf.pro to messagingframework.pro (cherry picked from commit 4949169f7bcf4aa62d81ee0e7c29fe75887ec899) | ||||
* | Rename the client qmf library from qmf to qmfclient | espringe | 2010-09-09 | 1 | -2/+2 |
| | | | | This is done to avoid conflicts with the QPID Management Framework | ||||
* | Rename Qtopiamail library to QMF | espringe | 2010-09-07 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | Library Renames: libmessageserver -> libqmfmessageserver libqtopiamail -> libqmf Directory Changes: src/libraries/messageserver -> src/libraries/qmfmessageserver src/libraries/qtopiamail -> src/libraries/qmf src/plugins/contentmanagers/qtopiamailfile -> qmfstoragemanager src/plugins/messageservices/qtopiamailfile -> qmfsettings Class changes: QtopiamailfileConfigurator -> QmfConfigurator QtopiamailfileSettings -> QmfSettings QtopiamailfileServicePlugin -> QmfServicePlugin QtopiamailfileManager -> QmfStorageManager There's still a few outstanding changes in the docs / translations that should be fixed shortly. | ||||
* | Updated doc. | Don Sanders | 2010-08-31 | 6 | -21/+22 |
| | |||||
* | Updated doc. | Don Sanders | 2010-08-31 | 16 | -14/+96 |
| | |||||
* | List serverobserver as an example. | Don Sanders | 2010-08-31 | 1 | -0/+1 |
| | |||||
* | Updated doc. | Don Sanders | 2010-08-22 | 2 | -17/+18 |
| | |||||
* | Updated doc. | Don Sanders | 2010-08-22 | 47 | -2369/+425 |
| | |||||
* | Fix documentation errors | Eric Springer | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | Tweak runtime logging in debug builds. | Lincoln Ramsay | 2010-08-18 | 1 | -0/+3 |
| | | | | | | | | | | | Previously doing a debug build would turn the runtime-enabled logging categories on unconditionally. This is changed so that the _default_ for logging categories is on in debug builds. This means that QMF.conf can now turn off logging categories in debug builds. Release builds see no change in behaviour. Debug builds will see a change only if they have a QMF.conf that turns off categories. | ||||
* | Update doc. | Don Sanders | 2010-08-06 | 7 | -3/+24 |
| | |||||
* | Updated doc. | Don Sanders | 2010-08-02 | 3 | -7/+9 |
| | |||||
* | Document DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR | Don Sanders | 2010-08-02 | 1 | -0/+5 |
| | |||||
* | Update doc. | Don Sanders | 2010-07-30 | 8 | -8/+23 |
| | |||||
* | Update doc. | Don Sanders | 2010-07-28 | 14 | -91/+327 |
| | |||||
* | Update doc. | Don Sanders | 2010-07-22 | 13 | -145/+252 |
| | |||||
* | Document the runtime logging feature. | Lincoln Ramsay | 2010-07-22 | 1 | -0/+21 |
| | |||||
* | Don't build docs in system directory (So you can build as user) | Eric Springer | 2010-07-21 | 1 | -2/+1 |
| | |||||
* | Fix a regression caused by updating doc.pri, install_qch_docs | Don Sanders | 2010-07-21 | 1 | -19/+19 |
| | | | | | | | rule was failing. qmf.qhp was being looked for in the build directory, but docs are built in source directory currently. | ||||
* | Update doc. | Don Sanders | 2010-07-20 | 4 | -3/+1736 |
| | |||||
* | Merge commit 'refs/merge-requests/2' of ↵ | Don Sanders | 2010-07-20 | 2 | -2/+67 |
|\ | | | | | | | | | | | | | git://gitorious.org/qt-labs/messagingframework into integration Conflicts: qmf.pro | ||||
| * | Add Qt Compressed Help (qch) documentation generation | Fathi Boudra | 2010-07-01 | 2 | -2/+67 |
| | | | | | | | | | | This patch replaces the previous html documentation generation system. In addition to the html documentation, it generates qch documentation for use in Qt Assistant. | ||||
* | | Updated doc.2010W28 | Don Sanders | 2010-07-16 | 10 | -141/+574 |
| | | |||||
* | | Update doc. | Don Sanders | 2010-07-16 | 4 | -17/+10 |
| | | |||||
* | | Updated doc. | Don Sanders | 2010-07-12 | 56 | -1713/+568 |
| | | |||||
* | | New examples doc. | Don Sanders | 2010-07-12 | 1 | -0/+10 |
| | | |||||
* | | Remove incomplete place holder text. | Don Sanders | 2010-07-12 | 1 | -4/+0 |
| | | |||||
* | | Remove reference to non-existent doc. | Don Sanders | 2010-07-12 | 1 | -10/+0 |
|/ | |||||
* | QTMOBILITY-181. Put headers for messageserver and qtopiamail libraries into ↵ | AleksW | 2010-04-20 | 1 | -0/+1 |
| | | | | an 'include' directory on 'make install' | ||||
* | Update some directory paths in qdocconf | AleksW | 2010-04-19 | 1 | -4/+4 |
| | |||||
* | Move generated docs to doc/html | espringe | 2010-03-23 | 212 | -2/+2 |
| | |||||
* | Include html documentation, it's referred to in the README file. | Don Sanders | 2010-03-23 | 211 | -0/+25036 |
| | |||||
* | Minor docs change. | MattV | 2009-11-16 | 1 | -1/+1 |
| | | | | To force a documentation regeneration. | ||||
* | Update documentation CSS. | MattV | 2009-09-15 | 1 | -48/+192 |
| | |||||
* | Remove references to QPE. | MattV | 2009-09-09 | 2 | -2/+2 |
| | |||||
* | Move qtmail to examples directory. | MattV | 2009-09-09 | 2 | -61/+13 |
| | | | | | Emphasize that qtmail is only one approach to email presentation, and that the library functionality is what QMF is intended for. | ||||
* | Documentation fixes. | MattV | 2009-08-03 | 2 | -2/+2 |
| | |||||
* | Add CHANGES file listings to documentation.2009W14 | MattV | 2009-04-03 | 4 | -1/+15 |
| | |||||
* | Documentation improvements. | MattV | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Remove obsolete references to Qt Extended. | MattV | 2009-03-30 | 11 | -213/+57 |
| | |||||
* | Documentation improvements. | MattV | 2009-03-30 | 3 | -27/+52 |
| |