* Added some unit tests for ModestTextUtils
authorSergio Villar Senin <svillar@igalia.com>
Fri, 15 Dec 2006 15:08:40 +0000 (15:08 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 15 Dec 2006 15:08:40 +0000 (15:08 +0000)
commitb43518714ee9ac0b6fdd0ab7d08f2c1de67846f5
tree5e958ec2f1f6c6bb1cc25a6ab07416c93f67f6ff
parentfaba7bb15cd05963f9406d8e9de9314fb5acd0b0
* Added some unit tests for ModestTextUtils
* Added unit tests for ModestAccountMgr
* Added code to manage accounts removal
* Added the ModestMailOperationQueue to the platform factory
* ModestMailOperationQueue is no longer a singleton by itself
* Added code to support mail operations cancels
* Added a lot of API documentation
* Added a new method to the ModestAccountView to retrieve the selected account

pmo-trunk-r561
13 files changed:
src/gtk/modest-account-view-window.c
src/modest-mail-operation-queue.c
src/modest-mail-operation-queue.h
src/modest-mail-operation.c
src/modest-tny-msg-actions.c
src/modest-tny-platform-factory.c
src/modest-tny-platform-factory.h
src/widgets/modest-account-view.c
src/widgets/modest-account-view.h
tests/Makefile.am
tests/check_account-mgr.c [new file with mode: 0644]
tests/check_text-utils.c
tests/check_update-account.c