Overfixed the smooth date ticker's up.. Prefer them smooth over super accurate

This commit is contained in:
Mark Watkins 2011-05-31 18:36:54 +10:00
parent 9b05b5d512
commit a8ccc90ce2
3 changed files with 10 additions and 10 deletions

View File

@ -7875,7 +7875,7 @@
<sleeplib/machine.h>
<list>
1306817290 /home/mark/projects/git/sleepyhead/version.h
1306830916 /home/mark/projects/git/sleepyhead/version.h
1306724655 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h
"machine.h"
@ -7892,7 +7892,7 @@
"preferences.h"
"tinyxml/tinyxml.h"
1306816925 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
1306817290 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp
"wx_pch.h"
"version.h"
<wx/app.h>
@ -7910,7 +7910,7 @@
"sleeplib/profiles.h"
"sleeplib/machine_loader.h"
1306817190 source:/home/mark/projects/git/sleepyhead/graphs/graph.cpp
1306830825 source:/home/mark/projects/git/sleepyhead/graphs/graph.cpp
<wx/settings.h>
<wx/dcbuffer.h>
<wx/log.h>

View File

@ -736,7 +736,7 @@ void gXAxis::Plot(wxDC & dc, gGraphWindow & w)
while (st<w.min_x) {
st+=min_tick/10.0;
st+=min_tick;///10.0; // mucking with this changes the scrollyness of the ticker.
}
int hour,minute,second,millisecond;

View File

@ -16,14 +16,14 @@ namespace AutoVersion{
//Standard Version Type
static const long MAJOR = 0;
static const long MINOR = 7;
static const long BUILD = 2493;
static const long REVISION = 8280;
static const long BUILD = 2495;
static const long REVISION = 8284;
//Miscellaneous Version Types
static const long BUILDS_COUNT = 7563;
#define RC_FILEVERSION 0,7,2493,8280
#define RC_FILEVERSION_STRING "0, 7, 2493, 8280\0"
static const char FULLVERSION_STRING[] = "0.7.2493.8280";
static const long BUILDS_COUNT = 7575;
#define RC_FILEVERSION 0,7,2495,8284
#define RC_FILEVERSION_STRING "0, 7, 2495, 8284\0"
static const char FULLVERSION_STRING[] = "0.7.2495.8284";
//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 62;