Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-11 | TabDiveInformation.cpp: use lrint() for sac.mliter in updateData() | Lubomir I. Ivanov | |
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2017-05-26 | Creation of dive duration string and surface interval string | Stefan Fuchs | |
Update the function to create the dive duration string in a way that it can be used also in info and stats tab and added some more flexibility. Changed layout for <1h freedives to "0:05:35" (w/o units) or "5:35min" (with units and :) or "5min 35sec" (with units with space). Add a new function to create the surface interval string. Completely remove old function get_time_string() and get_time_string_s(). Signed-off-by: Stefan Fuchs <sfuchs@gmx.de> | |||
2017-04-29 | Add SPDX header to desktop widgets | Dirk Hohndel | |
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2017-04-06 | Break down MainTab into smaller classes | Tomaz Canabrava | |
Maintab is one of our most complex classes, and it's something I'm not actually proud of. But it currently works and the idea of splitting it was in my head for quite a while. This is the third or fourth tentative of splitting it, and this time I let the most complex part of it untouched, the Notes and Equipment tab are way too complex to untangle right now on my limited time. A new class 'TabBase' should be used for any new tab that we may create, and added on the MainTab (see the new lines on the MainTab constructor). Also, Extra Info, Information, Photos and Statistics where ported to this new way helping reduce the number of lines and functions on the MainTab quite a bit. Overall this is a step in the right direction for the future. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |