| informationsyndicateUTC clock | event counters The last message was received 2.74 years ago at 09:09 on Aug 31, 2009 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 217 messages since the first one, 4.86 years ago, for an average of 1.17 weeks between messages recent messages date | project | content | link |
|---|
| 09:09 on Aug 31, 2009 | KDE | Commit by cberzan :: r1017697 /branches/work/akonadi-ports/kdepim/messagecomposer/ (COMPLIANCE DESIGN TODO TODO.cberzan): Document this for those who might delve into it in the future. | # | | 08:03 on Aug 31, 2009 | KDE | Commit by cberzan :: r1017681 /branches/work/akonadi-ports/kdepimlibs/akonadi/kmime/ (3 files): API docs for the revamped LocalFolders API. | # | | 17:43 on Aug 27, 2009 | KDE | Commit by cberzan :: r1016382 /branches/work/akonadi-ports/kdepimlibs/akonadi/kmime/tests/unittestenv/config.xml: AKONADI_DISABLE_AGENT_AUTOSTART makes the tests pass | # | | 17:42 on Aug 27, 2009 | KDE | Commit by cberzan :: r1016381 akonadi/trunk/kdesupport/akonadi/server/ (4 files in 2 dirs): | # | | 16:47 on Aug 27, 2009 | KDE | Commit by cberzan :: r1016369 /branches/work/akonadi-ports/kdepimlibs/akonadi/tests/testrunner/ (config.cpp config.h setup.cpp): Allow setting arbitrary environment variables in the test environment config file. Syntax: <envvar name="AKONADI_DISABLE_AGENT_AUTOSTART">true</envvar> Reviewed at http://reviewboard.kde.org/r/1420/ . | # | | 10:23 on Aug 27, 2009 | KDE | Commit by cberzan :: r1016261 /branches/work/akonadi-ports/kdepim/akonadi/agents/maildispatcher/ (7 files in 3 dirs): Adapt to new LocalFolders API. | # | | 10:22 on Aug 27, 2009 | KDE | Commit by cberzan :: r1016260 /branches/work/akonadi-ports/kdepimlibs/mailtransport/ (6 files in 2 dirs): Adapt to new LocalFolders API. | # | | 10:22 on Aug 27, 2009 | KDE | Commit by cberzan :: r1016259 /branches/work/ (30 files in 7 dirs): New LocalFolders API. Basically, it allows local folders (outbox, inbox, drafts etc.) to be created at will. (For example, IMAP-only setups might not want an inbox folder at al.) Local folders can be created in a default maildir resource (these are called default local folders and this is what the MDA uses) or in any other resource. Folders are requested using a job-based API.
API docs coming soon.
Note: unit tests currently fail, because the MDA autostarts and requests the outbox before I can stop it. Either move the mda exe out of the way, or wait for the server to support disabling autostart agents. | # | | 13:28 on Aug 20, 2009 | KDE | Commit by cberzan :: r1013695 /branches/work/akonadi-ports/kdepimlibs/akonadi/kmime/localfoldersbuildjob.cpp: The maildir resource renames its root collection to the resource name. Therefore, make the resource name and the maildir root collection name the same. Also provide an icon for the root maildir resource, and some i18n fixes. | # | | 16:10 on Aug 18, 2009 | KDE | Commit by cberzan :: r1013025 /branches/work/akonadi-ports/kdepim/akonadi/resources/maildir/maildirresource.cpp: Don't forget to call changeProcessed(), even in an error case. MERGE: trunk | # | | 15:38 on Aug 18, 2009 | KDE | Commit by cberzan :: r1013020 /branches/work/akonadi-ports/kdepimlibs/akonadi/ (changerecorder.cpp changerecorder.h): Spit warnings every 5 seconds if a change notification take too long to process. This will hopefully help catch some bugs. | # | | 07:58 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012842 /branches/work/akonadi-ports/kdepim/kmail/ (5 files): Use QAbstractItemModel's API whenever possible, and avoid methods in AttachmentModel that take QModelIndexes as arguments. This makes the sorting proxy in AttachmentView transparent, removing the need to convert proxy indexes to source model indexes.
Thanks Till for explaining how to do this properly.
(NOTE: requires recent libkdepim) | # | | 07:44 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012840 /branches/work/akonadi-ports/kdepim/libkdepim/ (attachmentpart.cpp attachmentpart.h): apparently Q_DECLARE_METATYPE wants the full type, so we have to include boost/shared_ptr | # | | 07:30 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012834 /branches/work/akonadi-ports/kdepim/libkdepim/ (2 files in 2 dirs): Q_DECLARE_METATYPE( AttachmentPart::Ptr ) to enable using it in QVariants | # | | 06:29 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012814 /branches/work/akonadi-ports/kdepim/kmail/ (3 files): port paste-as-attachment | # | | 05:52 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012811 /branches/work/akonadi-ports/kdepim/kmail/ (6 files): - Remove attachmentlistview.{h,cpp}. All their functionality is now offered by the attachment view.
- Honor "show msg part dialog on attach" config option.
- Remove some dead code that was ported already.
| # | | 05:21 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012807 /branches/work/akonadi-ports/kdepim/kmail/ (3 files): - some resizing tricks to make the columns of the attachment view behave properly...
- use the same i18nc() column names that the old attachmentlistview used
- double click edits an attachments
| # | | 05:02 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012804 /branches/work/akonadi-ports/kdepim/kmail/ (3 files): Open/edit the correct attachment from the context menu. The view uses a sort proxy model, so we have to map the selected rows to the source model. | # | | 04:48 on Aug 18, 2009 | KDE | Commit by cberzan :: r1012803 /branches/work/akonadi-ports/kdepim/kmail/ (8 files): Make drag & drop work with the new attachment model/view. | # | | 09:11 on Aug 15, 2009 | KDE | Commit by cberzan :: r1011603 /branches/work/akonadi-ports/kdepimlibs/mailtransport/ (outboxactions.cpp outboxactions.h): Add d-pointers to ClearErrorAction and SendQueuedAction. We'll never need them, unless we decide these classes should keep state, but let's err on the safe side anyway. MERGE: trunk CCMAIL: winter at kde dot org | # |
|