-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QtQuick optimized feature highlight #1
Comments
Implemented in bc3702b |
m-kuhn
added a commit
that referenced
this issue
Jul 7, 2016
Fixes ``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'samsung/lt03ltexx/lt03lte:5.1.1/LMY47X/P605XXU1EOI5:user/release-keys' Revision: '11' ABI: 'arm' pid: 9589, tid: 9621, name: QtThread >>> ch.opengis.qfield <<< signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdc r0 9a888d38 r1 000000d8 r2 00000000 r3 9b657718 r4 9a888d38 r5 00000000 r6 9e6988a0 r7 00000001 r8 00000000 r9 9e6988a8 sl 9a889194 fp 9d53e1d0 ip aef517c0 sp 9a888d38 lr aef1706f pc 9b25e58a cpsr 800e0030 backtrace: #00 pc 002c558a /data/app/ch.opengis.qfield-1/lib/arm/libqgis_core.so (QgsFields::QgsFields(QgsFields const&)+9) #1 pc 0002406b /data/app/ch.opengis.qfield-1/lib/arm/libqfield.so (FeatureModel::resetAttributes(bool)+28) #2 pc 0002d22d /data/app/ch.opengis.qfield-1/lib/arm/libqfield.so #3 pc 0002d39b /data/app/ch.opengis.qfield-1/lib/arm/libqfield.so (FeatureModel::qt_metacall(QMetaObject::Call, int, void**)+30) #4 pc 001847b9 /data/app/ch.opengis.qfield-1/lib/arm/libQt5Core.so (QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**)+44) #5 pc 00133d73 /data/app/ch.opengis.qfield-1/lib/arm/libQt5Qml.so #6 pc 000ff6dd /data/app/ch.opengis.qfield-1/lib/arm/libQt5Qml.so #7 pc 000ff89b /data/app/ch.opengis.qfield-1/lib/arm/libQt5Qml.so #8 pc 000ffce5 /data/app/ch.opengis.qfield-1/lib/arm/libQt5Qml.so (QV4::QObjectMethod::callInternal(QV4::CallData*) const+1040) #9 pc 000d1d5d /data/app/ch.opengis.qfield-1/lib/arm/libQt5Qml.so #10 pc 001086af /data/app/ch.opengis.qfield-1/lib/arm/libQt5Qml.so (QV4::Runtime::callProperty(QV4::ExecutionEngine*, int, QV4::CallData*)+374) #11 pc 000074b5 <unknown> ```
lucienicolier
pushed a commit
to lucienicolier/QField
that referenced
this issue
Jul 5, 2023
Fix white title on white background
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current method of highlighting features is based on QWidget/QGraphicScene/QPainter. And makes browsing the map horribly slow.
A native QtQuick implementation is required to have an acceptable speed.
The text was updated successfully, but these errors were encountered: