aboutsummaryrefslogtreecommitdiff
path: root/gui/onscreendialog.cpp
AgeCommit message (Collapse)Author
2020-01-04GUI: Introduce dynamic layoutsBastien Bouclet
Prior to this change, a GUI layout was only affected by the screen size. Now, a layout can additionally be influenced by the GUI dialog and widgets that uses it. This capability is leveraged to implement the following features: * Layout elements that are not bound to a GUI widget do not take space. This means that dialogs where the widgets shown depend on for example a feature being enabled at configure time no longer have blank spaces. * Widgets can define a minimal required size for their contents not to be cut. For now this is only used for buttons so their width is always sufficient for their caption not to be cut. This mechanism could be applied to other widget types in the future.
2019-10-03GUI: Add Missing Switch Default CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2016-01-24GUI: Use "button" instead of "btn" in variable names.Johannes Schickel
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14RECORDER: Rename class variables in accoudance with our code styleEugene Sandulenko
2013-07-14RECORDER: Fix CID 1046883. Uninitialized variablesEugene Sandulenko
2013-07-14RECORDER: Fix CID 1046881. Unused valueEugene Sandulenko
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko