subsurface/qt-mobile
Sebastian Kügler 3da912cda8 Cache diveprofile widget in the diveprofile QtQuick item
- paint() can become a hot path, especially when we think about
  repainting the item on size changes. In general, it's a really good
  idea to keep this function as fast as possible, as we want to be able to
  repaint the item when needed. Also, ProfileWidget is pretty heavy to
  set up, so rather spend a bit of memory there.

- Rename profile to m_profileWidget, it already was member var.

- Sizing ... I have to admit I don't understand the rendering of the
  ProfileWidget. I'd like it to do the following things:
	- render at native resolution, we don't want to resize it
	- react to item changes - we want to reset the size and
	  re-render the widget into the item in those cases
	- perhaps be able to use a couple more of the profilewidget's
	  features

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-11 19:06:00 -08:00
..
qml Rework divedetails page 2015-11-11 19:05:27 -08:00
gpslocation.cpp Location service: only store gps fix after certain time or distance 2015-11-11 15:44:58 -08:00
gpslocation.h Location service: store locations in settings 2015-11-11 15:28:10 -08:00
qmlmanager.cpp Location service: store locations in settings 2015-11-11 15:28:10 -08:00
qmlmanager.h Location service: toggle the service from the main menu 2015-11-11 15:28:10 -08:00
qmlprofile.cpp Cache diveprofile widget in the diveprofile QtQuick item 2015-11-11 19:06:00 -08:00
qmlprofile.h Cache diveprofile widget in the diveprofile QtQuick item 2015-11-11 19:06:00 -08:00