Revision: 201033
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:27:24 +0300
changeset 47 11fa016241a4
parent 41 6c7007136f84
child 48 da3ec8478e66
Revision: 201033 Kit: 201035
loadgen/ui/avkon/rom/loadgen.iby
piprofilerui/group/bld_generic.inf
piprofilerui/ui/avkon/data/piprofilerui.rss
piprofilerui/ui/avkon/rom/piprofilerui_avkon.iby
piprofilerui/ui/hb/inc/notifications.h
piprofilerui/ui/hb/inc/pimainwindow.h
piprofilerui/ui/hb/rom/piprofilerui_hb.iby
piprofilerui/ui/hb/src/pimainview.cpp
piprofilerui/ui/hb/src/pisettingsview.cpp
--- a/loadgen/ui/avkon/rom/loadgen.iby	Wed Aug 18 09:49:29 2010 +0300
+++ b/loadgen/ui/avkon/rom/loadgen.iby	Thu Sep 02 20:27:24 2010 +0300
@@ -1,17 +1,17 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
-* under the terms of the License "Symbian Foundation License v1.0"
+* under the terms of "Eclipse Public License v1.0"
 * which accompanies this distribution, and is available
-* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
 *
 * Initial Contributors:
 * Nokia Corporation - initial contribution.
 *
 * Contributors:
 *
-* Description:  
+* Description: 
 *
 */
 
--- a/piprofilerui/group/bld_generic.inf	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/group/bld_generic.inf	Thu Sep 02 20:27:24 2010 +0300
@@ -16,19 +16,5 @@
 */
 
 PRJ_MMPFILES
-#ifndef SBSV2
-  #ifdef MARM
-  gnumakefile piprofiler_stub_sis.mk
-  #endif
-#endif
+PRJ_EXTENSIONS
 
-PRJ_EXTENSIONS
-#ifdef SBSV2
-  #ifdef MARM
-  START EXTENSION app-services/buildstubsis
-  OPTION SRCDIR ../sis
-  OPTION SISNAME PIProfiler_stub
-  END
-  #endif  
-#endif
-
--- a/piprofilerui/ui/avkon/data/piprofilerui.rss	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/avkon/data/piprofilerui.rss	Thu Sep 02 20:27:24 2010 +0300
@@ -480,7 +480,7 @@
             id = EAknMessageQueryContentId;
             control = AVKON_MESSAGE_QUERY
                 {
-               	message = "Version 2.2.0.2 - 4th May 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.";
+               	message = "Version 2.2.1 - 10th August 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.";
                 };
             }
         };
--- a/piprofilerui/ui/avkon/rom/piprofilerui_avkon.iby	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/avkon/rom/piprofilerui_avkon.iby	Thu Sep 02 20:27:24 2010 +0300
@@ -30,7 +30,4 @@
   S60_APP_AIF_RSC(PIProfilerUI)
 #endif
 
-data=ZPRIVATE\2001E5AE\backup_registration.xml        	private\2001E5AE\backup_registration.xml
-data=ZSYSTEM\Install\PIProfilerUI_stub.sis              system\install\PIProfilerUI_stub.sis
-
 #endif // __PROFILERGUI_IBY__
--- a/piprofilerui/ui/hb/inc/notifications.h	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/hb/inc/notifications.h	Thu Sep 02 20:27:24 2010 +0300
@@ -18,7 +18,7 @@
 #ifndef NOTIFICATIONS_H_
 #define NOTIFICATIONS_H_
 
-#include <qstring> 
+#include <QString> 
 
 /**
  * Notifications class for viewing notification messages.
--- a/piprofilerui/ui/hb/inc/pimainwindow.h	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/hb/inc/pimainwindow.h	Thu Sep 02 20:27:24 2010 +0300
@@ -19,7 +19,7 @@
 #define PIPROFILERMAINWINDOW_H_
 
 // System includes
-#include <QObject.h>
+#include <qobject.h>
 #include <hbmainwindow.h>
 
 // User includes
--- a/piprofilerui/ui/hb/rom/piprofilerui_hb.iby	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/hb/rom/piprofilerui_hb.iby	Thu Sep 02 20:27:24 2010 +0300
@@ -27,7 +27,4 @@
 //S60_APP_RESOURCE(PIProfilerUI)
 data=ZPRIVATE\10003a3f\import\apps\PIProfilerUI_reg.rsc private\10003a3f\import\apps\PIProfilerUI_reg.rsc
 
-data=ZPRIVATE\2001E5AE\backup_registration.xml        	private\2001E5AE\backup_registration.xml
-data=ZSYSTEM\Install\PIProfilerUI_stub.sis              system\install\PIProfilerUI_stub.sis
-
 #endif // __PROFILERGUI_IBY__
--- a/piprofilerui/ui/hb/src/pimainview.cpp	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/hb/src/pimainview.cpp	Thu Sep 02 20:27:24 2010 +0300
@@ -89,7 +89,6 @@
     loadItemsFromResources(loader);
 
     // Set list widget items
-    mListPlugins->setLongPressEnabled(true);
     mListPlugins->setClampingStyle(HbScrollArea::BounceBackClamping);
     mListPlugins->setFrictionEnabled(true);
 
@@ -187,7 +186,7 @@
 void PIMainView::showAboutPopup()
 {
 
-    Notifications::showMessageBox("Version 2.2.0.2 - 4th May 2010. \n"
+    Notifications::showMessageBox("Version 2.2.1 - 10th August 2010. \n"
             "Copyright © 2010 Nokia Corporation "
             "and/or its subsidiary(-ies). "
             "All rights reserved.");
--- a/piprofilerui/ui/hb/src/pisettingsview.cpp	Wed Aug 18 09:49:29 2010 +0300
+++ b/piprofilerui/ui/hb/src/pisettingsview.cpp	Thu Sep 02 20:27:24 2010 +0300
@@ -15,18 +15,18 @@
  *
  */
 
-#include <hbmainwindow>
-#include <hbdataform>
-#include <hbdataformmodel>
-#include <hbdataformmodelitem>
-#include <hbdataformviewitem>
-#include <qgraphicslinearlayout>
-#include <qvalidator>
-#include <qintvalidator>
-#include <qmodelindex>
-#include <hblineedit>
-#include <hbvalidator>
-#include <hbeditorinterface>
+#include <HbMainWindow>
+#include <HbDataForm>
+#include <HbDataFormModel>
+#include <HbDataFormModelItem>
+#include <HbDataFormViewItem>
+#include <QGraphicsLinearLayout>
+#include <QValidator>
+#include <QIntValidator>
+#include <QModelIndex>
+#include <HbLineEdit>
+#include <HbValidator>
+#include <HbEditorInterface>
 #include <hbabstractitemview.h>
 
 #include "pisettingsview.h"