diff -r 2b1b11a301d2 -r 4b195f3bea29 homescreenapp/hsutils/inc/hsmenueventfactory.h --- a/homescreenapp/hsutils/inc/hsmenueventfactory.h Tue Jul 06 14:06:53 2010 +0300 +++ b/homescreenapp/hsutils/inc/hsmenueventfactory.h Wed Aug 18 09:40:07 2010 +0300 @@ -63,19 +63,20 @@ static QEvent *createAddAppsFromApplicationsViewEvent( HsSortAttribute aApplicationsSortOder, - HsSortAttribute aCollectionsSortOder, int aItemId = 0); - static QEvent *createAddAppsFromCallectionViewEvent( + static QEvent *createAddAppsFromCollectionViewEvent( int aCollectionId, - int aApplicationId = 0, - HsSortAttribute aCollectionsSortOder = NoHsSortAttribute); + int aApplicationId = 0); static QEvent *createRemoveAppFromCollectionEvent(int aItemId, int aCollectionId); static QEvent *createUninstallApplicationEvent(int aItemId); - static QEvent *createArrangeCollectionEvent(int aTopItemId); + static QEvent *createArrangeCollectionEvent(int aTopItemId, + int aCollectionId); + + static QEvent *createArrangeAllCollectionsEvent(int aTopItemId); static QEvent *createPreviewHSWidgetEvent( int entryId, @@ -87,6 +88,8 @@ static QEvent *createAppSettingsViewEvent(int entryId); static QEvent *createAppDetailsViewEvent(int entryId); + + static QEvent *createInstallationLogEvent(); static QEvent *createUnknownEvent();