summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinux_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the concept of an abstract device.Christian Kandeler2012-03-081-3/+0
| | | | | | | | | | 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>
* Turn pageId into constant to be usable from outsideTobias Nätterlund2012-02-201-0/+1
| | | | | | Change-Id: If61994f6bf1e2845cf8cdaf5e4b89875a3b696ac Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | Embedded Linux Qt versionTobias Hunger2011-11-031-0/+3
|/ | | | | | | Add embedded linux Qt version Change-Id: I883692e30dd68b861478ba446ad0afafc473a594 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* RemoteLinux: Add missing copyright header.Christian Kandeler2011-07-251-0/+31
| | | | | | Change-Id: I0caa7d56ae500f15042b2ce3576196293c99f94a Reviewed-on: http://codereview.qt.nokia.com/2121 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Move constants and functions to more suitable locations.Christian Kandeler2011-07-251-0/+2
| | | | | | | | | Mostly to facilitate splitting up generic Linux und Maemo-specific things. Change-Id: I6072ae7deaea013219e8969d6a5254e6c5c96693 Reviewed-on: http://codereview.qt.nokia.com/2098 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Internal settings pages improvements.Christian Kandeler2011-07-221-4/+1
| | | | | | | | | - Use better strings for category and id. - Don't set display category and icon again in Qemu settings page. Change-Id: I054d70bbd59521ca22f528ecb42eee35ecb73ecd Reviewed-on: http://codereview.qt.nokia.com/2049 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Split up settings pages files.Christian Kandeler2011-07-221-0/+5
| | | | | | | | | We need to have separate ones for remote Linux in general and Maemo-specific stuff. Change-Id: Ib3aa5f0abb90446f356a6c75b8754388346eacb0 Reviewed-on: http://codereview.qt.nokia.com/2045 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* RemoteLinux: Split up generic and Maemo/MeeGo-specific device tests.Christian Kandeler2011-07-211-0/+14
Change-Id: I45154021e85727db746d33ab6ca53f8005d1c55b Reviewed-on: http://codereview.qt.nokia.com/1935 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>