index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
remotelinux
/
linuxdeviceconfiguration.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
remotelinux: rename LinuxDeviceConfiguration to LinuxDevice
hjk
2012-08-01
1
-80
/
+0
*
remotelinux/projectexplorer: move UsedPortsGatherer to projectexplorer
hjk
2012-07-31
1
-3
/
+2
*
tr()-Fixes for 2.6.
Friedemann Kleint
2012-07-27
1
-1
/
+1
*
projectexplorer: move kill/list to IDevice
hjk
2012-07-27
1
-0
/
+4
*
device handling: move LinuxDeviceConfiguration::MachineType to IDevice
hjk
2012-07-26
1
-10
/
+2
*
Contact -> qt-project.org
Eike Ziller
2012-07-19
1
-3
/
+1
*
idevice: move ssh connection parameters to base class
hjk
2012-06-05
1
-13
/
+2
*
Move SSH support into a dedicated library.
Christian Kandeler
2012-05-22
1
-6
/
+4
*
Device support: Use Core::Id for device type.
Christian Kandeler
2012-05-16
1
-2
/
+2
*
Device support: Make IDevice::executeAction() const again.
Christian Kandeler
2012-05-07
1
-1
/
+1
*
Device support: Make device actions a little more flexible.
Christian Kandeler
2012-05-02
1
-1
/
+1
*
Device support: Use Core::Id for device actions.
Christian Kandeler
2012-05-02
1
-3
/
+3
*
Device support: Use value semantics for Core::Id.
Christian Kandeler
2012-04-25
1
-2
/
+2
*
IDevice: Make id creation (a bit) less magic
Tobias Hunger
2012-04-18
1
-2
/
+2
*
Device Support: Move some functions from IDeviceFactory to IDevice.
Christian Kandeler
2012-04-10
1
-0
/
+8
*
RemoteLinux: Allow deriving from LinuxDeviceConfiguration.
Christian Kandeler
2012-04-02
1
-3
/
+5
*
DeviceManager: Remember auto-detected devices.
Christian Kandeler
2012-03-15
1
-2
/
+2
*
Introduce the concept of an abstract device.
Christian Kandeler
2012-03-08
1
-162
/
+5
*
RemoteLinux: More preparations for introducing an abstract device class.
Christian Kandeler
2012-03-07
1
-14
/
+12
*
RemoteLinux: Use toMap() and fromMap() to serialize device info.
Christian Kandeler
2012-03-05
1
-1
/
+6
*
RemoteLinux: Simplify approach for id assignment.
Christian Kandeler
2012-03-02
1
-2
/
+2
*
RemoteLinux: Move "is default" status out of the device configuration.
Christian Kandeler
2012-03-02
1
-1
/
+0
*
PortList: Move to utils
Kai Koehne
2012-03-01
1
-5
/
+5
*
Rename "Linux Devices" to "Devices" in settings GUI.
Christian Kandeler
2012-02-29
1
-1
/
+1
*
Extract the device specific settings for linux device.
Nicolas Arnaud-Cormos
2012-02-20
1
-4
/
+39
*
Add getter and setter for attribute in linuxdeviceconfiguration.
Nicolas Arnaud-Cormos
2012-02-20
1
-0
/
+2
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
1
-5
/
+5
*
Long live the king!
hjk
2012-01-26
1
-1
/
+1
*
RemoteLinux: Support generic attributes in device configuration.
Christian Kandeler
2011-11-28
1
-2
/
+4
*
Linux device: s/name()/displayName()/
Tobias Hunger
2011-11-16
1
-2
/
+2
*
all: s/info@qt.nokia.com/qt-info@nokia.com/
hjk
2011-11-03
1
-2
/
+2
*
d-ptr style
hjk
2011-09-16
1
-1
/
+1
*
whitespace
hjk
2011-09-16
1
-1
/
+1
*
Coding style: Pure virtual functions, private implementation pointers.
Christian Kandeler
2011-09-15
1
-7
/
+7
*
RemoteLinux: Export LinuxDeviceConfigurations.
Christian Kandeler
2011-08-15
1
-2
/
+2
*
RemoteLinux: Add support for auto-detected devices.
Christian Kandeler
2011-08-15
1
-3
/
+6
*
RemoteLinux: Private implementation for all exported classes.
Christian Kandeler
2011-08-02
1
-20
/
+21
*
RemoteLinux: Allow non-editable device configurations.
Christian Kandeler
2011-08-01
1
-0
/
+6
*
RemoteLinux: Move constants and functions to more suitable locations.
Christian Kandeler
2011-07-25
1
-5
/
+0
*
Remove unneeded defines.
hjk
2011-07-14
1
-2
/
+2
*
RemoteLinux: Put PortList class into its own set of files.
Christian Kandeler
2011-06-22
1
-25
/
+7
*
RemoteLinux: Decentralize knowledge about specific devices.
Christian Kandeler
2011-06-21
1
-18
/
+13
*
RemoteLinux: More untangling of generic and Maemo-specific stuff.
Christian Kandeler
2011-06-20
1
-2
/
+2
*
RemoteLinux: Make device configurations settings page generic.
Christian Kandeler
2011-06-14
1
-14
/
+97
*
RemoteLinux: Change data type for better extensibility.
Christian Kandeler
2011-06-07
1
-9
/
+14
*
RemoteLinux: Expose some currently internal classes.
Christian Kandeler
2011-05-31
1
-0
/
+136