diff options
author | pavelk_productengine <none@none> | 2015-02-03 19:44:25 +0200 |
---|---|---|
committer | pavelk_productengine <none@none> | 2015-02-03 19:44:25 +0200 |
commit | b31631934a7caa0fe331cd25e745e8b9c9485798 (patch) | |
tree | 6437fe03aa11904f74c7e5964ca02b1446138255 /indra/newview/CMakeLists.txt | |
parent | 23ae6d098a9520d325354e15bdca60d3c44577e8 (diff) |
MAINT-4734 (Separate transaction notices from group notice/invites)
- added code to sort notifications between tabs: Invites, Transactions, System messages
- made cosmetic changes according to comment from 27/Jan/15 in Jira
- added code to show correct number of notifications on each tab
- added code to close all notifications on current tab via "Delete all" button
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index b17811d644..4bf92f0f4e 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -397,6 +397,8 @@ set(viewer_SOURCE_FILES llnotificationgrouphandler.cpp llnotificationhandlerutil.cpp llnotificationhinthandler.cpp + llnotificationlistitem.cpp + llnotificationlistview.cpp llnotificationmanager.cpp llnotificationofferhandler.cpp llnotificationscripthandler.cpp @@ -999,6 +1001,8 @@ set(viewer_HEADER_FILES llnavigationbar.h llnetmap.h llnotificationhandler.h + llnotificationlistitem.h + llnotificationlistview.h llnotificationmanager.h llnotificationstorage.h lloutfitslist.h |