subsurface/desktop-widgets/preferences
Jeremie Guichard 406e4287eb Change calls to rint into lrint avoiding conversion warnings
Using gcc option "-Wfloat-conversion" is useful to catch
potential conversion errors (where lrint should be used).
rint returns double and still raises the same warning,
this is why this change updates all rint calls to lrint.
In few places, where input type is a float, corresponding
lrinf is used.

Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
2017-03-08 14:04:17 +07:00
..
abstractpreferenceswidget.cpp abstractpreferenceswidget.cpp: fix argument warning 2015-11-07 22:26:33 -08:00
abstractpreferenceswidget.h Preferences: correctly hook up the signals to enable/disable cloud storage 2015-11-10 13:45:13 -08:00
CMakeLists.txt Don't rely on CMAKE_AUTOUIC 2015-11-09 18:00:56 -08:00
preferences_defaults.cpp Fix bug where the Font setting was ignored 2016-11-01 09:37:52 -07:00
preferences_defaults.h Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
preferences_defaults.ui Restore proper spin-box/slider behavior for animation setting. 2015-11-15 22:22:34 -08:00
preferences_georeference.cpp Settings update: Remove uneeded includes 2016-08-27 11:40:45 -07:00
preferences_georeference.h Preferences: add GeoReference 2015-10-30 10:36:50 -07:00
preferences_graph.cpp Change calls to rint into lrint avoiding conversion warnings 2017-03-08 14:04:17 +07:00
preferences_graph.h Add preference to change deco model 2016-10-11 21:58:41 -07:00
preferences_graph.ui Also grey out labels when not relevant for current deco mode 2016-11-02 05:06:20 -07:00
preferences_language.cpp Warn user about wrong characters in date/time format strings 2016-10-28 07:30:22 -07:00
preferences_language.h Preferences: add a new page for language 2015-10-30 10:36:49 -07:00
preferences_network.cpp Settings update: Remove uneeded includes 2016-08-27 11:40:45 -07:00
preferences_network.h Preferences: fix missing slot problem when creating new account 2016-03-19 07:52:33 -07:00
preferences_network.ui Re-add the signal connections 2015-11-04 17:24:31 -08:00
preferences_units.cpp Settings update: Remove uneeded includes 2016-08-27 11:40:45 -07:00
preferences_units.h Preferences: move units to the new dialog 2015-10-30 10:36:50 -07:00
preferences_units.ui cu ft > cuft 2017-03-04 12:08:17 -08:00
preferencesdialog.cpp Settings update: Move loadPreferences out of qt-helper.cpp 2016-08-27 11:40:45 -07:00
preferencesdialog.h Move subsurface-core to core and qt-mobile to mobile-widgets 2016-04-04 22:33:58 -07:00
prefs_georeference.ui Preferences: add GeoReference 2015-10-30 10:36:50 -07:00
prefs_language.ui Preferences: add date and time format to language page 2015-11-02 12:51:31 -08:00