summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/devicesupport/devicesettingswidget.ui
Commit message (Collapse)AuthorAgeFilesLines
* ProjectExplorer: Relayout of DeviceSettingsWidget UIDavid Kaspar2013-08-141-119/+114
| | | | | | | | | | | | The DeviceSettingsWidget is using vertical-scrolling-only ScrollArea for both General and Type Specific groups. This provides "Type Specific" group more space to display information. Task-number: QTCREATORBUG-9981 Change-Id: If37d8bb9a65b5392ef4fd488b4c8f0c9f3cf35e8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: David Kaspar <dkaspar@blackberry.com>
* IDevice: Introduce state 'device ready to use'.Nikolai Kosjar2012-06-011-4/+25
| | | | | | | | | | | A connected device might not be ready to use, so introduce another state for this. The device settings widget is adapted to not only show the icon, but also the state as string (the icon alone might not be expressive enough). Change-Id: I98d351b47a358ea59199e690e4b60f8030578ec6 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Device support: Show availability in settings widget.Christian Kandeler2012-05-181-0/+10
| | | | | Change-Id: If82b23ac71d8c94c6ff659cba10f2858234ddca6 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Device settings widget improvements.Nikolai Kosjar2012-05-081-42/+52
| | | | | | | | | | | - Use a form layout in the "General" group box - now the labels are aligned according to the platform. - Set a minimum height for the "Type Specific" group box. If there are no devices the "Type Specific" label will be not cut off by the underlying spacer. Change-Id: Ia4527628db204ad33852d8d21751ec60cfe225cd Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* Devices: Display auto-detection info status in settings widget.Christian Kandeler2012-03-091-9/+23
| | | | | Change-Id: I7e9c00ae3f4e094f24e71c6bde3060027188ebeb Reviewed-by: Nikolai Kosjar <nikolai.kosjar@nokia.com>
* Introduce the concept of an abstract device.Christian Kandeler2012-03-081-0/+255
The idea is that all kinds of devices inherit from one abstract base class and that they are all managed by one device manager, who does not know about their specifics. For now, the only concrete subclass is the LinuxDeviceConguration. Change-Id: I31ff5586a0fdd6bcf8dcc0554bb2b91fe65b2f3f Reviewed-by: Kai Koehne <kai.koehne@nokia.com>