equal
deleted
inserted
replaced
87 |
87 |
88 // Load items from xml file |
88 // Load items from xml file |
89 loadItemsFromResources(loader); |
89 loadItemsFromResources(loader); |
90 |
90 |
91 // Set list widget items |
91 // Set list widget items |
|
92 mListPlugins->setLongPressEnabled(true); |
92 mListPlugins->setClampingStyle(HbScrollArea::BounceBackClamping); |
93 mListPlugins->setClampingStyle(HbScrollArea::BounceBackClamping); |
93 mListPlugins->setFrictionEnabled(true); |
94 mListPlugins->setFrictionEnabled(true); |
94 |
95 |
95 // Create stop profiling action |
96 // Create stop profiling action |
96 mActionStopProfiling = new HbAction("Stop Profiling", this); |
97 mActionStopProfiling = new HbAction("Stop Profiling", this); |
184 // --------------------------------------------------------------------------- |
185 // --------------------------------------------------------------------------- |
185 |
186 |
186 void PIMainView::showAboutPopup() |
187 void PIMainView::showAboutPopup() |
187 { |
188 { |
188 |
189 |
189 Notifications::showMessageBox("Version 2.2.1 - 10th August 2010. \n" |
190 Notifications::showMessageBox("Version 2.2.0.2 - 4th May 2010. \n" |
190 "Copyright © 2010 Nokia Corporation " |
191 "Copyright © 2010 Nokia Corporation " |
191 "and/or its subsidiary(-ies). " |
192 "and/or its subsidiary(-ies). " |
192 "All rights reserved."); |
193 "All rights reserved."); |
193 |
194 |
194 } |
195 } |