diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index 13960998..0c21320b 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -2440,9 +2440,11 @@ void gGraphView::fadeOut() } void gGraphView::fadeIn(bool dir) { + static bool firstdraw=true; m_tooltip->cancel(); - if (!PROFILE.ExistsAndTrue("AnimationsAndTransitions")) { + if (firstdraw || !PROFILE.ExistsAndTrue("AnimationsAndTransitions")) { updateGL(); + firstdraw=false; return; } diff --git a/Graphs/gSummaryChart.cpp b/Graphs/gSummaryChart.cpp index fc720b65..7671414c 100644 --- a/Graphs/gSummaryChart.cpp +++ b/Graphs/gSummaryChart.cpp @@ -345,6 +345,7 @@ void SummaryChart::paint(gGraph & w,int left, int top, int width, int height) compliance_hours=PROFILE["ComplianceHours"].toDouble(); } + int incompliant=0; Day * day; EventDataType hours; for (qint64 Q=minx;Q<=maxx+86400000L;Q+=86400000L) { @@ -420,7 +421,10 @@ void SummaryChart::paint(gGraph & w,int left, int top, int width, int height) QColor col=m_colors[j]; if (m_type[j]==ST_HOURS) { - if (tmpmaxx+extra) break; - } else lastdaygood=false; + } else { + if (Q0) { + a+=" Low Usage Days="+QString::number(incompliant,'f',0)+" (%"+QString::number((1.0/daynum)*(total_days-incompliant)*100.0,'f',2)+" compliant, defined as >"+QString::number(compliance_hours,'f',1)+" hours)"; + } + } + + GetTextExtent(a,x,y); px-=30+x; //w.renderText(a,px+24,py+5); - w.renderText(a,left,py+1); } diff --git a/icons/nodata.png b/icons/nodata.png new file mode 100644 index 00000000..43b5b4c5 Binary files /dev/null and b/icons/nodata.png differ diff --git a/icons/sadface.png b/icons/sadface.png new file mode 100644 index 00000000..1989bc79 Binary files /dev/null and b/icons/sadface.png differ diff --git a/preferencesdialog.ui b/preferencesdialog.ui index e989c212..135a3672 100644 --- a/preferencesdialog.ui +++ b/preferencesdialog.ui @@ -1619,7 +1619,7 @@ this application to be unstable with this feature enabled. - Animation && Transitions + Animations && Transitions