mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Display day number in trips longer than 1 day
Signed-off-by: Giorgio Marzano <marzano.giorgio@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5d1703cf2c
commit
45b1d0d73d
3 changed files with 35 additions and 11 deletions
|
@ -36,7 +36,8 @@ int parseTemperatureToMkelvin(const QString &text);
|
|||
QString get_dive_duration_string(timestamp_t when, QString hourText, QString minutesText);
|
||||
QString get_dive_date_string(timestamp_t when);
|
||||
QString get_short_dive_date_string(timestamp_t when);
|
||||
QString get_trip_date_string(timestamp_t when, int nr);
|
||||
bool is_same_day (timestamp_t trip_when, timestamp_t dive_when);
|
||||
QString get_trip_date_string(timestamp_t when, int nr, bool getday);
|
||||
QString uiLanguage(QLocale *callerLoc);
|
||||
QLocale getLocale();
|
||||
QString getDateFormat();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue