- 18 Oct, 2011 2 commits
-
-
Fawzi Mohamed authored
Change-Id: Ie70fe778611bf4e6d48ed7e7e766dac4daf1eef2 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Fawzi Mohamed authored
Allows zeroconf to work also on ubuntu/linux in a network where there is a local domain (like nokia). This code is taken with as little changes as possible (to ease merge) from apple mDNSResponder 320.5 (thus it does not respect Qt code guidelines) Change-Id: Ic68ec3970ee9d6b02d2dc7cfb0ae1fbaf5a95bef Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 05 Sep, 2011 1 commit
-
-
Kai Koehne authored
Avoid clash with qmlprofiler.pro from plugins which causes problems for Visual Studio Solution. Change-Id: I360b952ab9170a4823ef0cab75b969512af5c31f Reviewed-on: http://codereview.qt.nokia.com/4190 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 22 Aug, 2011 1 commit
-
-
Kai Koehne authored
Change-Id: I9c3acdf4ef400adf3aa96adc65d49d441d57ddc0 Reviewed-on: http://codereview.qt.nokia.com/3223 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- 15 Aug, 2011 1 commit
-
-
Oswald Buddenhagen authored
this is not a creator tool, but a helper of qtcprocess, just like the existing stub. Change-Id: Ice7c60a1dee0b132c6063747f82ea35699f4127d Reviewed-on: http://codereview.qt.nokia.com/2918 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 03 Aug, 2011 1 commit
-
-
Joerg Bornemann authored
This little tool sits between Qt Creator and the build tool (e.g. nmake) and allows us to send Ctrl-C instead of terminating it the hard way. Task-number: QTCREATORBUG-4558 Change-Id: I6c40c4cc9bf75cca3f2b744785b99bc146a3df4e Reviewed-on: http://codereview.qt.nokia.com/2554 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 09 Jun, 2011 1 commit
-
-
Marco Bubke authored
QmlPuppet only supported GraphicsView. There is now Qml2Puppet which is supporting the new Qt Scene Graph. Change-Id: Ia0a06639cf6852192e84f7bfc2bea60532890b08 Reviewed-on: http://codereview.qt.nokia.com/433 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 04 Mar, 2011 1 commit
-
-
Mike McQuaid authored
Merge-request: 260 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 26 Nov, 2010 1 commit
-
-
Thomas Hartmann authored
We have to check for Qt Versions and private headers to build qmlpuppet. Reviewed-by: Kai Koehne
-
- 24 Nov, 2010 1 commit
-
-
Marco Bubke authored
The complete qml emulation layer (instances) is moved into another external process (qmlpuppet). Summary of architectural changes: - Asynchronous messaging Handling commands and data transfer asynchronously reduces the amount of context switches between processes. - Proxy classes for client process This classes abstract the inter process communication - QVariant based command parsing and serialization Using LocalSocket in bidirectional manner for communications of commands and data transfer. - Integer based identifier instead of ModelNode in client process The qml emulation layer (instances) has no more depencies to our internal data model. - Timer based rendering Rendering in instances is controlled by a timer. Only dirty items are updated.
-
- 01 Nov, 2010 1 commit
-
-
hjk authored
This creates a .pro from all "source" files below a given directory. As I'd like to use Qt Creator as tool to quickly inspect and navigate "alien" codebases a way to easily set up dummy .pro files is needed. qmake -project takes far too long on projects of the size of Qt itself.
-
- 29 Sep, 2010 1 commit
-
-
Lasse Holmstedt authored
Must be compiled during runtime - otherwise, the app may not work with Qt that is compiled with another compiler. Reviewed-by: hjk
-
- 09 Sep, 2010 1 commit
-
-
Marco Bubke authored
This is not activated if breakpad and qt-breakpad is not availiable.
-
- 09 Jun, 2010 1 commit
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1021 Reviewed-by: Roberto Raggi
-
- 29 Jan, 2010 1 commit
-
-
Wolfgang Beck authored
-
- 19 Jan, 2010 1 commit
-
-
Wolfgang Beck authored
-
- 08 Jun, 2009 1 commit
-
-
Oswald Buddenhagen authored
-