Bug 276127 - QDesktopServices implementation needed
Summary: QDesktopServices implementation needed
Status: RESOLVED FIXED
Alias: None
Product: Necessitas
Classification: Applications
Component: Android Qt4 (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: BogDan Vatra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 14:16 UTC by BogDan Vatra
Modified: 2011-06-20 16:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BogDan Vatra 2011-06-20 14:16:12 UTC
QDesktopServices implementation (at least for openUrl) IMHO it should be handled by platform plugin .
Comment 1 BogDan Vatra 2011-06-20 16:47:41 UTC
Git commit 92265248f286372226e42f14d2206bcd67b646a9 by BogDan Vatra.
Committed on 20/06/2011 at 14:17.
Pushed by vatra into branch 'experimental'.

QPlatformDesktopService implementation for Android

FEATURE: 276127
CCMAIL: necessitas-devel@kde.org

M  +5    -3    src/android/java/src/eu/licentia/necessitas/industrius/QtActivity.java     
M  +9    -0    src/android/java/src/eu/licentia/necessitas/industrius/QtApplication.java     
M  +9    -7    src/gui/kernel/kernel.pri     
A  +32   -0    src/gui/kernel/qplatformdesktopservice_qpa.cpp         [License: Public Domain]
A  +34   -0    src/gui/kernel/qplatformdesktopservice_qpa.h         [License: Public Domain]
M  +12   -1    src/gui/kernel/qplatformintegration_qpa.cpp     
M  +5    -0    src/gui/kernel/qplatformintegration_qpa.h     
M  +9    -3    src/gui/util/qdesktopservices.cpp     
M  +6    -1    src/plugins/platforms/android/common/sw/androidjnimain.cpp     
M  +4    -1    src/plugins/platforms/android/common/sw/androidjnimain.h     
A  +104  -0    src/plugins/platforms/android/common/sw/qandroidplatformdesktopservice.cpp         [License: BSD]
A  +47   -0    src/plugins/platforms/android/common/sw/qandroidplatformdesktopservice.h         [License: BSD]
M  +33   -26   src/plugins/platforms/android/common/sw/qandroidplatformintegration.cpp     
M  +10   -6    src/plugins/platforms/android/common/sw/qandroidplatformintegration.h     
M  +2    -0    src/plugins/platforms/android/common/sw/sw.pri     

http://commits.kde.org/android-qt/92265248f286372226e42f14d2206bcd67b646a9