_camm
No user record in our sample, but _camm has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but _camm has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It's just because I hadn't heard of it at the time. I will take a look at it though, others have also mentioned it to me after this post. It looks like the iOS support is in alpha though, and I'm curious if it uses…
I'll try GammaRay. Thank you for the recommendation. I've tried the QML profiler before but I always have difficulty getting it to work on Android.
QTextDocument is a class in Qt::Gui that many of the other text classes/components use. I was thinking you may have implemented your own text handling widget/item, but using delegates of text areas makes sense too. I…
I haven't seen any performance issues on desktop, but on mobile they really stand out. I have separated logic into QML, and even experimented with implementing custom QQuickItems in some places. Here are some issues…