mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
2ae36fb56335cca1bad0f2776dbd2ffe05edb042
When closing down we left the training database open and this caused problems when looking to implement a restart function. The problems stemmed from the way the QSqlDatabase code was implemented in TrainDB which was modelled on code in DBAccess that was cleaned up subsequently. TrainDB code now mirrors the approach taken in DBAccess and relinquishes resources correctly. The TrainDB is now closed as well as being opened in main.cpp at startup. Also, removed reference to obsolete dbconn member in the DBAccess class definition since it is no longer used.
Golden Cheetah install and build instructions are documented for each platform; INSTALL-WIN32 For building on Microsoft Windows INSTALL-LINUX For building on Ubuntu Linux INSTALL-MAC For building on Apple OS X Alternatively official builds are available from http://www.goldencheetah.org whilst latest developer builds are available from http://goldencheetah.stand2surf.net
Description
Languages
Standard ML
68.3%
C++
28.1%
C
2.7%
Yacc
0.2%
QMake
0.2%
Other
0.1%