subsurface/qt-ui
Anton Lundin a3f3e85246 Use implicit zero initialize for the whole array.
Clang yelled about it, and it looks prettier. It also felt kinda strange
to explicit initialize the first element to zero and the rest to zero
implicit.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-12-09 22:47:12 +01:00
..
css
marble
about.cpp Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
about.h
about.ui Removed another unused text 2013-11-29 12:11:12 -08:00
completionmodels.cpp Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
completionmodels.h
csvimportdialog.cpp Allow comma separated CSV files 2013-12-04 15:27:09 -08:00
csvimportdialog.h Add optional support for stopdepth import from csv 2013-11-21 15:54:28 -08:00
csvimportdialog.ui Add application icon to dialogs 2013-11-30 12:01:32 -08:00
divecomputermanagementdialog.cpp Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
divecomputermanagementdialog.h
divecomputermanagementdialog.ui Add application icon to dialogs 2013-11-30 12:01:32 -08:00
divelistview.cpp Divelogs.de: add a divelist context menu item for upload 2013-12-09 15:51:17 +02:00
divelistview.h Divelogs.de: add a divelist context menu item for upload 2013-12-09 15:51:17 +02:00
diveplanner.cpp Fix another potential crash 2013-12-09 21:40:12 +01:00
diveplanner.h Implement a settingsChanged in DivePlannerWidget 2013-12-09 07:51:40 +01:00
diveplanner.ui Add some limits to the GF's 2013-12-04 15:49:55 -08:00
downloadfromdivecomputer.cpp When the user cancels a download, reject already downloaded dives 2013-12-08 06:33:46 +01:00
downloadfromdivecomputer.h When the user cancels a download, reject already downloaded dives 2013-12-08 06:33:46 +01:00
downloadfromdivecomputer.ui Add application icon to dialogs 2013-11-30 12:01:32 -08:00
globe.cpp Attempt to fix the 'click goes to 0,0' thing on the globe. 2013-12-03 18:48:17 -08:00
globe.h Fixes Setting the dive-location via the map. 2013-12-02 09:44:55 -08:00
graphicsview-common.cpp
graphicsview-common.h
groupedlineedit.cpp Work around QPlainTextEdit / QPainter bug on Mac 2013-11-22 09:44:28 -08:00
groupedlineedit.h
kmessagewidget.cpp
kmessagewidget.h
maintab.cpp Use implicit zero initialize for the whole array. 2013-12-09 22:47:12 +01:00
maintab.h Make sure the save/cancel message is always shown 2013-12-03 13:01:16 -08:00
maintab.ui Make sure the save/cancel message is always shown 2013-12-03 13:01:16 -08:00
mainwindow.cpp Implement a settingsChanged in DivePlannerWidget 2013-12-09 07:51:40 +01:00
mainwindow.h Open external links in default browser 2013-12-05 07:31:29 -08:00
mainwindow.ui Implement a settingsChanged in DivePlannerWidget 2013-12-09 07:51:40 +01:00
modeldelegates.cpp Print: fix missing vertical line at the last column 2013-11-30 17:35:55 +02:00
modeldelegates.h
models.cpp Build language list from Subsurface translations 2013-12-07 12:06:33 -08:00
models.h Added a language preference to the Settings. 2013-12-06 09:49:05 -08:00
plotareascene.cpp
plotareascene.h
preferences.cpp Rename the radio button to match label kgs->kg 2013-12-08 16:17:52 +01:00
preferences.h Added a filter option to the Language Chooser 2013-12-06 11:56:00 -08:00
preferences.ui Update the diffrent units when switching system 2013-12-08 16:18:00 +01:00
printdialog.cpp PrintDialog: reset the progress bar each time the dialog opens 2013-12-04 15:52:21 +02:00
printdialog.h PrintDialog: reset the progress bar each time the dialog opens 2013-12-04 15:52:21 +02:00
printlayout.cpp Silence signed vs. unsigned compare warning 2013-12-08 09:41:42 +01:00
printlayout.h Cleanup some uninitialized variables 2013-12-04 15:57:53 -08:00
printoptions.cpp Print: adjustments to PrintDialog 2013-11-30 18:56:25 +02:00
printoptions.h
printoptions.ui Remove more unused windowTitle properties 2013-11-29 11:02:15 -08:00
profilegraphics.cpp Fix profile legend strings 2013-12-07 07:25:19 -08:00
profilegraphics.h Different Icon for a Bookmark Event. 2013-12-04 19:41:29 -08:00
renumber.ui Renumber dialog should default to start at 1 2013-12-07 06:49:52 -08:00
shifttimes.ui Add application icon to dialogs 2013-11-30 12:01:32 -08:00
simplewidgets.cpp Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
simplewidgets.h Fix all leak-at-exit from singletons in Subsurface 2013-11-30 09:28:42 -08:00
starwidget.cpp Fix uninitialised variable read 2013-11-30 09:24:59 -08:00
starwidget.h Fix uninitialised variable read 2013-11-30 09:24:59 -08:00
subsurfacewebservices.cpp Re-enable login and password fields after upload 2013-12-09 20:29:38 +01:00
subsurfacewebservices.h Divelogs.de: change the 'Apply' button to 'Done' for upload 2013-12-09 18:40:52 +01:00
tableview.cpp Fixes the correct sizes of the tables when first open. 2013-11-22 07:32:53 -08:00
tableview.h Partially revert d72c69db7a and fix its errors 2013-11-13 11:58:47 +09:00
tableview.ui Remove more unused windowTitle properties 2013-11-29 11:02:15 -08:00
tagwidget.cpp Remove debug output left in the previous commit by mistake 2013-11-07 16:32:23 +09:00
tagwidget.h
webservices.ui Fix tab order for webservices dialog 2013-12-09 18:50:33 +01:00