subsurface/desktop-widgets/tab-widgets
Martin Měřinský 8ef87e618a Use better aliases for icons.
Icon aliases were complete mess.
Some icons had alias some didn't.
Named with underscores vs. hyphens vs. camelCase.
Lower vs. upper case.
"ICON" prefix vs. suffix vs. nothing.
With vs. without filename suffix.
Some didn't make sence. Eg. mapwidget-marker-gray
(I can see, it's grey, but what does it represent?)
Some were duplicated, eg warning vs. warning-icon.
Some were name after widget, which is wrong.

Do not reinvent wheel. Use widely used naming scheme
close to Freedesktop Icon Naming Specification. This
will enable usage of common icons from current set in
the future. Thus Subsurface will fit nicely to GUI.

This changes icon aliases to one, easy grep-able style.

Signed-off-by: Martin Měřinský <mermar@centrum.cz>
2017-11-30 23:14:46 -08:00
..
maintab.cpp Disable specific tabs when dive trip selected 2017-12-01 03:45:59 +01:00
maintab.h Disable specific tabs when dive trip selected 2017-12-01 03:45:59 +01:00
maintab.ui Use better aliases for icons. 2017-11-30 23:14:46 -08:00
TabBase.cpp Add SPDX header to desktop widgets 2017-04-29 13:32:55 -07:00
TabBase.h Add SPDX header to desktop widgets 2017-04-29 13:32:55 -07:00
TabDiveExtraInfo.cpp Add SPDX header to desktop widgets 2017-04-29 13:32:55 -07:00
TabDiveExtraInfo.h Add SPDX header to desktop widgets 2017-04-29 13:32:55 -07:00
TabDiveExtraInfo.ui Break down MainTab into smaller classes 2017-04-06 18:23:25 -07:00
TabDiveInformation.cpp Use helper function dive_endtime() where apropriate 2017-10-01 23:55:37 +03:00
TabDiveInformation.h Add SPDX header to desktop widgets 2017-04-29 13:32:55 -07:00
TabDiveInformation.ui Change layout of information and statistics tab... 2017-05-01 21:24:02 -07:00
TabDivePhotos.cpp Fix slot handling in Photos tab 2017-07-12 08:25:58 -07:00
TabDivePhotos.h Fix slot handling in Photos tab 2017-07-12 08:25:58 -07:00
TabDivePhotos.ui Break down MainTab into smaller classes 2017-04-06 18:23:25 -07:00
TabDiveStatistics.cpp Use MAX_CYLINDERS consistently 2017-11-27 22:40:16 +01:00
TabDiveStatistics.h Add SPDX header to desktop widgets 2017-04-29 13:32:55 -07:00
TabDiveStatistics.ui Change layout of information and statistics tab... 2017-05-01 21:24:02 -07:00