
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A simple program for runners based on a calendar and an event list. The user
can record running workouts and later can get statistics about mileage, average
speed, shoes.
Made with Nokia Qt library, Qt Creator IDE, MinGW/GNU compiler, SQLite database
engine and a few other tools. The program build and run on Windows, Linux and
Mac OS X. Data are saved on a SQLite file using Qt internal sql plugin. The
program is usable, but not tested in daily usage.
Notable features are:
The program is multi-platform: it runs on Windows, Linux and Mac OS X.
The program is multi-language: the interface is translated in English and
Italian.
The database is auto-upgraded by the program between versions.
11 years ago
0.3
Code rewrite to get rid of enterprise patterns.
Custom CalendarWidget widget.
Custom Event edit widget.
Settings are stored not in database anymore but in a platform-depending location.
New big icons and configurable toolbar layout.
0.2
Configuration options: Units of measurement, Calendar.
Fixed bugs on add/remove events with intervals.
Unit tests on internal classes.
Database creation on startup if not found.
Database upgrade on startup if version is changed.
11 years ago
0.3
Code rewrite to get rid of enterprise patterns.
Custom CalendarWidget widget.
Custom Event edit widget.
Settings are stored not in database anymore but in a platform-depending location.
New big icons and configurable toolbar layout.
0.2
Configuration options: Units of measurement, Calendar.
Fixed bugs on add/remove events with intervals.
Unit tests on internal classes.
Database creation on startup if not found.
Database upgrade on startup if version is changed.
andreaskai
11 years ago
Nice app.
Thanks
Report
DrHorrible
11 years ago
Report
andreaskai
11 years ago
http://ul.to/osqkwk
there are the .gpx files and a tour analysis made with prune
http://activityworkshop.net/software/prune/
I hope I can help.
Thanks
Report
andreaskai
11 years ago
nice app.
Is it possible to use gps files like .gpx as input?
Report
DrHorrible
11 years ago
Sorry but at the moment there isn't such feature, it is planned for future releases. I don't have a gps device, so I was working on an import plugin for generic comma-separated text files (excel or other spreadsheets).
Report
seraphyn
11 years ago
RCC: Error in 'resources/application.qrc': Cannot find file 'translations/running_en_US.qm'
RCC: Error in 'resources/application.qrc': Cannot find file 'translations/running_it_IT.qm'
RCC: Error in 'resources/application.qrc': Cannot find file 'translations/running_en_US.qm'
RCC: Error in 'resources/application.qrc': Cannot find file 'translations/running_it_IT.qm'
startet with qmake.
This Error came up.
Any hints?
Greetings
Report
DrHorrible
11 years ago
cd <project folder>
lrelease running.pro
qmake
make release
I don't know if there is a way to build the translation resources with the qmake (to avoid this problem). I will ask in forums.
Report
seraphyn
11 years ago
Report
lighterapprentice
11 years ago
What is that with the source code
Maches me please the joy. thank you.
Report
DrHorrible
11 years ago
The source is browsable from the svn repository. I've added for convenience a zip download with the latest release.
Report
kitov30
11 years ago
Report
DrHorrible
11 years ago
This was my little project to learn Qt and C++. Was also a test to apply some of the enterprise patterns to a C++ project (Services, Domain Model, Identity Map, Memento, ecc).
But now I was in progress (half of work done) to rewrite much of the code and zap the patterns, because on a such small program they aren't really needed. What do you think about that?
Report
kitov30
11 years ago
code .
My google account is konstantin.wirz(at)gmail(dot)com
Now i have not much time to analyze the
source code :-)
At first i want to test the functionality
and stability of the application and i am
working on german and russian translations.
Report
DrHorrible
11 years ago
(PS: I've sent you a PM)
Report
kitov30
11 years ago
Report
DrHorrible
11 years ago
Report
kitov30
11 years ago
Report