Refactoring sort dialog code to be able to implement easier a gnome
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Jun 2008 16:22:21 +0000 (16:22 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Jun 2008 16:22:21 +0000 (16:22 +0000)
commita2948f5fc32684e880624fcd2020f2e33432ab4a
tree9c7eec8b193e7d7381a3e88cb29be94b359ec1eb
parent532ceeb70161feabf0735d754281f3a57bfdd554
Refactoring sort dialog code to be able to implement easier a gnome
counterpart
* src/modest-platform.h:
        * Now only sort dialog creation is done in platform code.
* Added src/widgets/modest-sort-criterium-view.[ch]:
* src/modest-ui-actions.c
* src/maemo/modest-platform.c:
        * Implementation of method to create hildon platform sort
          dialog.
* Added src/maemo/modest-hildon-sort-dialog.[ch]:
* src/modest-utils.[ch]:
        * Added code to change the sorting of the header view using
          information from a ModestSortCriteriumView dialog.

pmo-trunk-r4706
src/maemo/Makefile.am
src/maemo/modest-hildon-sort-dialog.c [new file with mode: 0644]
src/maemo/modest-hildon-sort-dialog.h [new file with mode: 0644]
src/maemo/modest-platform.c
src/modest-platform.h
src/modest-ui-actions.c
src/modest-utils.c
src/modest-utils.h
src/widgets/Makefile.am
src/widgets/modest-sort-criterium-view.c [new file with mode: 0644]
src/widgets/modest-sort-criterium-view.h [new file with mode: 0644]