[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepimlibs (merge)
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2009-12-31 19:59:28
Message-ID: 1262289568.532634.20759.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1068309 by tmcguire:

SVN_MERGE
Merged revisions 1068191-1068192,1068204-1068205,1068208,1068231-1068232,1068237,1068247,1068257,1068260,1068271-1068272,1068278,1068286,1068299,1068307 \
via svnmerge from  svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepimlibs

........
  r1068191 | tmcguire | 2009-12-31 15:40:30 +0100 (Thu, 31 Dec 2009) | 5 lines
  
  Use an enum instead of an int in the public API.
  
  I had to use TransportBase instead of Transport here, anybody an idea why or how to \
fix?  I guess it is because of cyclic dependencies between Transport and \
                TransportType.
........
  r1068192 | tmcguire | 2009-12-31 15:46:28 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  SVN_SILENT MDA->mail dispatcher agent
........
  r1068204 | tmcguire | 2009-12-31 16:24:25 +0100 (Thu, 31 Dec 2009) | 6 lines
  
  More API cleanup: Make private class a QObject based singleton
  
  Tobias, what did we mean here with "make class value based"?
  
  CCMAIL: tokoe@kde.org
........
  r1068205 | tmcguire | 2009-12-31 16:24:55 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  Add missing file
........
  r1068208 | tmcguire | 2009-12-31 16:36:17 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  Make ResourceSendJob private, it is only used by the transport manager.
........
  r1068231 | tmcguire | 2009-12-31 17:04:45 +0100 (Thu, 31 Dec 2009) | 4 lines
  
  Make outboxactions private, only used by dispatcherinterface and 2 test programs.
  
  Port the test programs to use outboxinterface instead.
........
  r1068232 | tmcguire | 2009-12-31 17:05:44 +0100 (Thu, 31 Dec 2009) | 1 line
  
  Compile
........
  r1068237 | tmcguire | 2009-12-31 17:13:46 +0100 (Thu, 31 Dec 2009) | 3 lines
  
  Don't move this to a private class, instead add comment that clarifies
  who uses this.
........
  r1068247 | tmcguire | 2009-12-31 17:37:14 +0100 (Thu, 31 Dec 2009) | 1 line
  
  Make this a value-based class instead of a singleton, as per API review.
........
  r1068257 | tmcguire | 2009-12-31 17:55:58 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  API fixes: Collection::Id -> Collection
........
  r1068260 | tmcguire | 2009-12-31 18:04:06 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  API fixes: Move private slots to the private class
........
  r1068271 | tokoe | 2009-12-31 18:54:15 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  SVN_SILENT: add apidocs
........
  r1068272 | tmcguire | 2009-12-31 19:00:10 +0100 (Thu, 31 Dec 2009) | 4 lines
  
  API Fixes: Rename two enum values and remove AfterDueDate.
  Sending by due date uses the Automatic mode, after the user called
  setDueDate().
........
  r1068278 | tmcguire | 2009-12-31 19:18:40 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  API fixes: dueDate -> sendAfter
........
  r1068286 | tmcguire | 2009-12-31 20:07:34 +0100 (Thu, 31 Dec 2009) | 3 lines
  
  API fixes: Get rid of most setters/getters of messagequeuejob and provide
  getters for the attributes instead.
........
  r1068299 | tmcguire | 2009-12-31 20:32:57 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  API fixes: rename a method and merge with another
........
  r1068307 | tmcguire | 2009-12-31 20:50:55 +0100 (Thu, 31 Dec 2009) | 2 lines
  
  Move some private methods to the private class
........


 _M            . (directory)  
 M  +0 -2      mailtransport/CMakeLists.txt  
 M  +8 -39     mailtransport/dispatcherinterface.cpp  
 M  +10 -27    mailtransport/dispatcherinterface.h  
 A             mailtransport/dispatcherinterface_p.h   \
trunk/KDE/kdepimlibs/mailtransport/dispatcherinterface_p.h#1068307 [License: LGPL \
(v2+)]  M  +19 -11    mailtransport/dispatchmodeattribute.cpp  
 M  +7 -14     mailtransport/dispatchmodeattribute.h  
 M  +24 -112   mailtransport/messagequeuejob.cpp  
 M  +29 -123   mailtransport/messagequeuejob.h  
 M  +3 -3      mailtransport/outboxactions.cpp  
 D             mailtransport/outboxactions.h  
 A             mailtransport/outboxactions_p.h   \
trunk/KDE/kdepimlibs/mailtransport/outboxactions_p.h#1068307 [License: LGPL (v2+)]  M \
+7 -7      mailtransport/resourcesendjob.cpp    D             \
mailtransport/resourcesendjob.h    A             mailtransport/resourcesendjob_p.h   \
trunk/KDE/kdepimlibs/mailtransport/resourcesendjob_p.h#1068307 [License: LGPL (v2+)]  \
M  +7 -7      mailtransport/sentbehaviourattribute.cpp    M  +3 -6      \
mailtransport/sentbehaviourattribute.h    M  +1 -1      mailtransport/tests/abort.cpp \
  M  +6 -5      mailtransport/tests/attributetest.cpp  
 M  +2 -23     mailtransport/tests/clearerror.cpp  
 M  +0 -1      mailtransport/tests/clearerror.h  
 M  +9 -18     mailtransport/tests/messagequeuejobtest.cpp  
 M  +10 -10    mailtransport/tests/queuer.cpp  
 M  +2 -23     mailtransport/tests/sendqueued.cpp  
 M  +0 -1      mailtransport/tests/sendqueued.h  
 M  +2 -1      mailtransport/transport.h  
 M  +46 -29    mailtransport/transportmanagementwidget.cpp  
 M  +6 -9      mailtransport/transportmanagementwidget.h  
 M  +104 -87   mailtransport/transportmanager.cpp  
 M  +20 -30    mailtransport/transportmanager.h  
 M  +2 -2      mailtransport/transporttype.cpp  
 M  +2 -4      mailtransport/transporttype.h  


http://websvn.kde.org/?view=rev&revision=1068309


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic