- 18 May, 2015 1 commit
-
-
Thomas Hartmann authored
QtQuick 1 is deprecated in Qt 5.5. Change-Id: I2af319cad8eb68269e31f93968ae6cc8ad9a2166 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 29 Jan, 2015 1 commit
-
-
Nikolai Kosjar authored
* Move cplusplus-frontend to src/tools * Make them depend on libs/cplusplus instead of building that lib again * Put the binaries into bin of the qtcreator build directory * Unify *.pro files * Build them all if BUILD_CPLUSPLUS_TOOLS is set Change-Id: I8f9cd731625cbf9f41d5f6464c6cd946ffd6e141 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 08 Sep, 2014 1 commit
-
-
Christian Kandeler authored
Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 16 May, 2014 1 commit
-
-
David Schulz authored
Change-Id: Ic04f1a471f951caf7a79c69cceecb0ebd5d09919 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 30 Oct, 2013 1 commit
-
-
Christian Kandeler authored
It makes the functionality of Qt Creator's build-related output parsers available on the command-line. Concrete use case: Run this on the build machines and put the output in the emails sent to potential build breakers. Change-Id: Iea6870ed976790854aecfe3cdc0d5b2296b6bced Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 02 Oct, 2013 1 commit
-
-
Fawzi Mohamed authored
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 09 Sep, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: If6252f9a252e9bb0626ec60bdf34fa82cda09bfa Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 17 Jun, 2013 1 commit
-
-
David Schulz authored
... on windows. Change-Id: I93f5299ab7f90ed64a6369176107d7596f3b36e4 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 05 Mar, 2013 1 commit
-
-
Thomas Hartmann authored
We rely on symbols only available in Qt 5.0.1 in the qml2puppet. Once 5.1 is out we will require Qt 5.1 for qml2puppet. Change-Id: I04f278203fcbd5bf84e3d76202bd4b5c9193a45b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 01 Feb, 2013 1 commit
-
-
Thomas Hartmann authored
qml2puppet and Qt Quick 2 support is now stable enough to be included in the standard build. Change-Id: I8c55cbc12df56cc1a8d00a956ee56bf3bf45d498 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 21 Sep, 2012 2 commits
-
-
Tobias Hunger authored
Add a tool to ease configuration of Qt versions, tool chains and kits with Qt Creator for the SDK and similar systems. Change-Id: I9727dd25ea359a935ea494b035a59411eb3529b8 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Nikolai Kosjar authored
Use case: You're working with a debug version of Qt Creator and you're interested in getting a backtrace displayed as soon as Qt Creator crashes without searching for the core file, starting your debugger, ... Once a 'serious signal' (currently SIGILL, SIGFPE, SIGSEGV, SIGBUS, SIGPIPE) is delivered, a popup displays the following debug information: - Qt Creator version (same as in the about dialog) - Kernel version (uname -a) - GNU/Linux Distribution (/etc/lsb-release) - Backtrace (by gdb) Please note that this crash handler is built and used only in debug mode on GNU/Linux. It's solely meant as a convenience tool for the developer. In contrast to the breakpad integration, this crash handler operates 'offline'. There is no network i/o involved. Change-Id: Idcfb1bf1ad68942615ecfe0dffc0d03154455049 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Sep, 2012 1 commit
-
-
Christian Kandeler authored
Code pasting functionality is something that comes in very handy on the shell, so why have it be GUI-only? Change-Id: I4f316769b4ce25e1ab5f90df94ceef33f8478248 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
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. Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com> (cherry picked from commit 272e9a37 ) Change-Id: I5e17ff9b8bff6eae9af2f8281937afdb687c371f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 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
-