[EGD-3333] Remove debug logs
[EGD-3333] Update and apply styles
[EGD-3333] Fix crash on setting speed dial widget
[EGD-3333] Resize fixes. Model fetching changes. ListView and Box fixes.
[EGD-3333] Reworked NumberWithIconsWidget.cpp widget. Added Image Box. Fixed BoxLayout Max resize.
[EGD-3333] Minor changes in widgets in contact details window
[EGD-3333] Add InformationWidget to ContactDetailsModel
[EGD-3333] Add InformationWidget and adjust NumberWithIconsWidget
[EGD-3333] Add handling for NumberWithIconsWidget
[EGD-3333] Add widget for number with icons
build: optimize third party in debug
To minimize size footprint and to be able to fit in the RT1051 target,
add optimization options in debug configuration for third party modules
which are directly added to the sources.
This behaviour is controlled by the THIRD_PARTY_DEBUG_OPTIMIZE boolean
option.
Add extra warning supressing option for the protobuf sources as its
build was starting to failing on newer compiler.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-3099] Changelog update
[EGD-3099] Return types unified in linux audio modules
[EGD-3099] Changelog update
[EGD-3099] Audio module APIs converted to return RetCode instead of dummy int32_t
[EGD-3099] StartRecording and StopRecording APIs converted to return RetCode instead of dummy int32_t
[EGD-3099] SwitchProfile and SendEvent APIs converted to return RetCode instead of dummy int32_t
[EGD-3099] Volume and Gain APIs converted to return RetCode instead of dummy int32_t
[EGD-3099] Resume API converted to return RetCode instead of dummy int32_t