diff -r 1f0034e370aa -r 71ad690e91f5 javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java --- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java Fri Sep 17 16:44:34 2010 +0300 +++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java Mon Oct 04 11:29:25 2010 +0300 @@ -236,6 +236,9 @@ public static final int QSWTEVENT_MOBILEDEVICECLOSED = QSWTEVENT_ID_RANGE_FIRST + 8; public static final int QSWTEVENT_SCREENACTIVATED = QSWTEVENT_ID_RANGE_FIRST + 9; public static final int QSWTEVENT_SCREENDEACTIVATED = QSWTEVENT_ID_RANGE_FIRST + 10; + public static final int QSWTEVENT_SYMBIAN_WINDOW_FULLY_VISIBLE = QSWTEVENT_ID_RANGE_FIRST + 11; + public static final int QSWTEVENT_SYMBIAN_WINDOW_PARTIALLY_VISIBLE = QSWTEVENT_ID_RANGE_FIRST + 12; + public static final int QSWTEVENT_SYMBIAN_WINDOW_NOT_VISIBLE = QSWTEVENT_ID_RANGE_FIRST + 13; // Qt connection types for signal-slot connections public static final int QT_AUTOCONNECTION = 0; @@ -547,6 +550,8 @@ public static final int QT_WA_PAINTONSCREEN = 8; public static final int QT_WA_PAINTUNCLIPPED = 52; public static final int QT_WA_INPUTMETHODENABLED = 14; + public static final int QT_WA_NOMOUSEPROPAGATION = 73; + public static final int QT_WA_SHOWWITHOUTACTIVATING = 98; // QStyle::StandardPixmap public static final int QSTYLE_SP_MESSAGEBOXINFORMATION = 9; @@ -1056,7 +1061,14 @@ public static final native int QIcon_new(); public static final native void QIcon_delete(int handle); public static final native int QIcon_pixmap(int handle, int w, int h); - + + // + // HbIcon + // + public static final native int HbIcon_new(String name); + public static final native int HbIcon_pixmap(int handle); + public static final native void HbIcon_delete(int handle); + // // AbstractListModel //