[EGD-3410] TextLine inheritance to Rect added.
[EGD-3410] Added fixed sized widget.
[EGD-3333] Fix crash when switching to calls or messages from phonebook
[EGD-3333] Add catching exceptions from std::Stoi
[EGD-3333] Update changelog
[EGD-3333] Revert temporary listview and text fixes
[EGD-3333] Restore old contact details window for now
[EGD-3333] Remove debug widgets edges
[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>