~aleteoryx/muditaos

cd897873 — Przemyslaw Brudny 5 years ago
[EGD-3410] TextLine inheritance to Rect added.
b2075be9 — Przemyslaw Brudny 5 years ago
[EGD-3410] Added fixed sized widget.
cbee2421 — Pawel Olejniczak 5 years ago
[EGD-3333] Fix crash when switching to calls or messages from phonebook
176fa907 — Pawel Olejniczak 5 years ago
[EGD-3333] Add catching exceptions from std::Stoi
b62f88e6 — Pawel Olejniczak 5 years ago
[EGD-3333] Update changelog
eae9427f — Pawel Olejniczak 5 years ago
[EGD-3333] Revert temporary listview and text fixes
e63f5c6b — Pawel Olejniczak 5 years ago
[EGD-3333] Restore old contact details window for now
8f600eca — Pawel Olejniczak 5 years ago
[EGD-3333] Remove debug widgets edges
8d9891aa — Pawel Olejniczak 5 years ago
[EGD-3333] Remove debug logs
89b51551 — Pawel Olejniczak 5 years ago
[EGD-3333] Update and apply styles
0760df37 — Pawel Olejniczak 5 years ago
[EGD-3333] Update styles
2a22711a — Pawel Olejniczak 5 years ago
[EGD-3333] Fix crash on setting speed dial widget
0be7e4bc — Przemyslaw Brudny 5 years ago
[EGD-3333] Resize fixes. Model fetching changes. ListView and Box fixes.
ac06bd3f — Przemyslaw Brudny 5 years ago
[EGD-3333] Reworked NumberWithIconsWidget.cpp widget. Added Image Box. Fixed BoxLayout Max resize.
ec4f8162 — Pawel Olejniczak 5 years ago
[EGD-3333] Minor changes in widgets in contact details window
c2b03375 — Pawel Olejniczak 5 years ago
[EGD-3333] Add InformationWidget to ContactDetailsModel
d3b08fe8 — Pawel Olejniczak 5 years ago
[EGD-3333] Add InformationWidget and adjust NumberWithIconsWidget
734df05b — Pawel Olejniczak 5 years ago
[EGD-3333] Add handling for NumberWithIconsWidget
a33c18f3 — Pawel Olejniczak 5 years ago
[EGD-3333] Add widget for number with icons
705fc39d — Marcin Smoczyński 5 years ago
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>
Next