[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Sat Mar 12 01:17:13 CET 2005
CVS commit by arwalker:
Enable timezone settings for KDE dates.
M +6 -2 kstplotdialog_i.cpp 1.123
--- kdeextragear-2/kst/kst/kstplotdialog_i.cpp #1.122:1.123
@@ -1428,5 +1428,7 @@ void KstPlotDialogI::updateXTimezoneButt
AxisDisplays[item].type == AXIS_DISPLAY_DDMMYYHHMMSS_SS ||
AxisDisplays[item].type == AXIS_DISPLAY_QTTEXTDATEHHMMSS_SS ||
- AxisDisplays[item].type == AXIS_DISPLAY_QTLOCALDATEHHMMSS_SS ) {
+ AxisDisplays[item].type == AXIS_DISPLAY_QTLOCALDATEHHMMSS_SS ||
+ AxisDisplays[item].type == AXIS_DISPLAY_KDE_SHORTDATE ||
+ AxisDisplays[item].type == AXIS_DISPLAY_KDE_LONGDATE ) {
enable = true;
}
@@ -1451,5 +1453,7 @@ void KstPlotDialogI::updateYTimezoneButt
AxisDisplays[item].type == AXIS_DISPLAY_DDMMYYHHMMSS_SS ||
AxisDisplays[item].type == AXIS_DISPLAY_QTTEXTDATEHHMMSS_SS ||
- AxisDisplays[item].type == AXIS_DISPLAY_QTLOCALDATEHHMMSS_SS ) {
+ AxisDisplays[item].type == AXIS_DISPLAY_QTLOCALDATEHHMMSS_SS ||
+ AxisDisplays[item].type == AXIS_DISPLAY_KDE_SHORTDATE ||
+ AxisDisplays[item].type == AXIS_DISPLAY_KDE_LONGDATE ) {
enable = true;
}
More information about the Kst
mailing list