Git commit 12a6c78f4edd707530a8b862b954e4f5daa9e0ea by Jasem Mutlaq. Committed on 30/09/2016 at 20:31. Pushed by mutlaqja into branch 'bleeding'. Rearranging Guide states M +5 -5 kstars/ekos/ekos.h http://commits.kde.org/kstars/12a6c78f4edd707530a8b862b954e4f5daa9e0ea diff --git a/kstars/ekos/ekos.h b/kstars/ekos/ekos.h index f162531..43daf1f 100644 --- a/kstars/ekos/ekos.h +++ b/kstars/ekos/ekos.h @@ -7,12 +7,12 @@ namespace Ekos { = // Guide States - static const QStringList guideStates =3D { I18N_NOOP("Idle"), I18N_NOO= P("Connected"), I18N_NOOP("Disconnected"), I18N_NOOP("Calibrating"), I18N_N= OOP("Calibration successful"), - I18N_NOOP("Calibration error"= ), I18N_NOOP("Guiding"), I18N_NOOP("Aborted"), I18N_NOOP("Suspended"), I18N= _NOOP("Dithering"), - I18N_NOOP("Dithering successf= ul"), I18N_NOOP("Dithering error")}; + static const QStringList guideStates =3D { I18N_NOOP("Idle"), I18N_NOO= P("Aborted"), I18N_NOOP("Connected"), I18N_NOOP("Disconnected"), I18N_NOOP(= "Capturing") + I18N_NOOP("Selecting star"), = I18N_NOOP("Calibrating"), I18N_NOOP("Calibration error"), I18N_NOOP("Calibr= ation successful"), I18N_NOOP("Guiding"), + I18N_NOOP("Suspended"), I18N_= NOOP("Dithering"), I18N_NOOP("Dithering error"), I18N_NOOP("Dithering succe= ssful")}; = - typedef enum { GUIDE_IDLE, GUIDE_CONNECTED, GUIDE_DISCONNECTED, GUIDE_= CALIBRATING, GUIDE_CALIBRATION_SUCESS, GUIDE_CALIBRATION_ERROR, GUIDE_GUIDI= NG, - GUIDE_ABORTED, GUIDE_SUSPENDED, GUIDE_DITHERING, GUIDE_= DITHERING_SUCCESS, GUIDE_DITHERING_ERROR } GuideState; + typedef enum { GUIDE_IDLE, GUIDE_ABORTED, GUIDE_CONNECTED, GUIDE_DISCO= NNECTED, GUIDE_CALIBRATION_CAPTURE, GUIDE_CALIBRATION_STAR, GUIDE_CALIBRATI= NG, GUIDE_CALIBRATION_ERROR, + GUIDE_CALIBRATION_SUCESS, GUIDE_GUIDING, GUIDE_SUSPENDE= D, GUIDE_DITHERING, GUIDE_DITHERING_ERROR, GUIDE_DITHERING_SUCCESS} GuideSt= ate; = const QString & getGuideStatusString(GuideState state); =