- 02 Jul, 2012 2 commits
-
-
Friedemann Kleint authored
Fix breakage from 272e9a37 . Change-Id: I142849434946ecda5737596814de4cd63d747bf2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Thiago Macieira authored
This was enabled for Linux only, but Linux users should use Avahi, which is present on most modern distributions, and implements mDNS functionality. Change-Id: Ibb9d16c9fbd5c2571b98e1450276459d18eb65df Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 19 Mar, 2012 1 commit
-
-
Friedemann Kleint authored
- Fix C1189: #error: You cannot use 32-bit time_t (_USE_32BIT_TIME_T) with _WIN64. - Exclude mdnssd for MinGW since it does not have mc.exe Change-Id: I45ddee7da827e9586a52c23474f3ad0423f17f52 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 14 Mar, 2012 2 commits
-
-
Fawzi Mohamed authored
* background task requiring no special privilegies (apart firewall) * started by zeroconf only if bonjour is not installed/not working * avoids console * remove some compilation warnings Change-Id: I50a6aee477ccf681a8e8ab084059190091954006 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Christiaan Janssen authored
The code of the qmlprofiler client has become a bit too complex, this patch reorganizes the modules in a more sensible way, having the modules communicate with each other through a state machine instead of the excess of signals and slots from before. Change-Id: I76f7313779888a1bd07a1cdb1acbf2e47aacf42a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 02 Feb, 2012 1 commit
-
-
Friedemann Kleint authored
- Windows: Always use DebugBreakProcess if Qt Creator is compiled 64bit. Else always use win64interrupt.exe if Qt Creator is a WOW64 application. - Remove redundant code (procinterrupt/hostutils, gdb adapters). - Give interruptProcess an errorMessage parameter such that it can be used by all C++ engines and a proper error is displayed. - Improve error messages. - Build win64interrupt if target architecture is 64 bit (clean tools profile, add a profile), borrowing the check from qtcreatorcdbext.pro. Change-Id: I2a6caf98e46051c49c84e1f3aac4c8d2aba66e8b Reviewed-by:
David Schulz <david.schulz@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 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
-