- Aug 22, 2012
-
-
Leena Miettinen authored
Change-Id: I9e08a308409e0a604a98ef069d8604e523be6f11 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Leena Miettinen authored
Change-Id: I0b6c1f5a150579d0e33dd9e2e0db5db919345fdc Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Alessandro Portale authored
Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
hjk authored
Change-Id: I372f840a78d220f66c91de229b8b7eef99bc92c6 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I0061124880ba21a408ac1f3221fdbc38d961a66d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Nätterlund authored
Change-Id: I52d15555b65b71d10cc08974b7860957976080e1 Reviewed-by:
Sean Harmer <sean.harmer@kdab.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Friedemann Kleint authored
- Compile with QT_NO_CAST_FROM_ASCII. - Remove single character string constants. Change-Id: Icece98619b6c30e047d3fce00e6ae74bbcd53c67 Reviewed-by:
hjk <qthjk@ovi.com>
-
Alessandro Portale authored
This patch makes a "QmlApplicationViewer" based application from the Qt Quick app wizard buildable and runnable with Qt5. Note, that this is still QtQuick 1.1. We are still missing a QtQuick 2.0 based pendant of QmlApplicationViewer. In addition (separate patch), we may want to tweak the wizard flags in a way that the wizard allows to create a "Qt Quick 1" application for a Qt5 target. (Or perhaps we explicitly do not want that, because we want the developer to use QtQuick 2 with Qt5?) Change-Id: Ie3fc8a77a1ff4fba3244f2047d2685c570014356 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Friedemann Kleint authored
Clear the QT variable and pass the include paths for QtCore such that QtGlobal is still found. This makes it possible to build Qt Creator in debug mode on Windows since the .pro-file additionally specifies 'release', which causes link errors (QtCore4.lib, QtGui4.lib not found in debug builds). Change-Id: I75bcd00cd6f7b598972dca5e3d969949d325e3f6 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Missing intermediate rootQt4ProjectNode() Change-Id: I27ddf9850a700cdd77e0f1805f1721b93a6e1ee4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Change-Id: I136a28697c0b7aba03227387c5ce2e106c52708a Reviewed-by:
Casper van Donderen <casper.vandonderen@nokia.com>
-
Leena Miettinen authored
Change-Id: I4a318e8f26253983431cc7789e6c0b5adf92f226 Reviewed-by:
Casper van Donderen <casper.vandonderen@nokia.com>
-
Friedemann Kleint authored
Pad to 4 digit groups and insert colons for readability. Change-Id: Icdda754e1d5ac26fd5bb90b5434b0cfa1f7a2f4e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: If3540328c0f2f0af375ccaba2e10c5417e8f1ed9 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I8ec2b90ccfe1498f4188b50624f77436c1c1a492 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I167a04c3500d0cb4bea1b5390c8920b93fc72ad0 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I6b47304f43138d6944a55b2a2047c4832ced16d9 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 21, 2012
-
-
Christian Stenger authored
Change-Id: Ia8f1b69bdeff029ff5cb1513bab90c41c33b210e Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Christian Stenger authored
Implementation of TargetSelector has changed - this patch adjusts the click positions for build and run settings. Change-Id: Id65a00d8dba66d6be158ca86969795ce1196e569 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Kai Koehne authored
qmake/qt4 included the source directory automatically for most plugins, which got dropped in qt 5 (change 0f548b1744e2). Make sure it's included again ... Change-Id: Ief06cf9b3c7afd8432df7511df5f917023d477ef Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Robert Loehning authored
Change-Id: Idf343979726515b16bc822617ac3a9afae911680 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
This is closer to internal gdb state. There are still a few workarounds for gdb < 7.0 which probably should be dropped as BFD 2.18.50.20080226 yields "assertion fail elf32-i386.c:366" on stock Ubuntu 12.04 gcc, so stock gdb 6.8 cannot be used with that compiler anyways. Change-Id: I22c4e0ce91f634cc171d65f0ad07d68d679af10c Reviewed-by:
David Schulz <david.schulz@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Do not start at model root, since an additional layer has been introduced. The check for root level in the recursion is then no longer required. Change-Id: I22c83b3eb4c07dacc3b5af45edeb340a02c01e3e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I46ed81d3c0bf06e8c7b6a80266ea1b833120e90e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
Change-Id: I841c37d21932da0ef354dbbe2fd75cec2fae86d6 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
using namespace Utils, drop unneeded namespace ProjectExplorer Change-Id: I0e6149a006363497d4fc4c94f32e3670b84a8551 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Actual path is found on startup and when setting is changed Change-Id: If2cb0735953b9fb64df7425230c98efb384d9287 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Kandeler authored
Use Creator's test infrastructure instead of dumping the code into tests/ where it will be forgotten. Change-Id: I0db767ff68754e04d727671f4ecdd61fa9f75c1b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7571 Change-Id: I881c90ebffd33811893db39937a49a3614384d31 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Friedemann Kleint authored
Use 'origaddr' as gdb does. Do not append address to watch value if it is already contained in the value. Fixes the currently grayed-out 'Open memory editor at referenced address'. Change-Id: I6f7cf5b7984f93606ad4bb0872348f51c73f9117 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Load / save the image using Gimp, removing the embedded sRGB profile. Fix libpng warning: "Duplicate iCCP chunk when loading" which shows on opening the preferences dialog. Change-Id: I5d77eb4bb723f579dad14b3fd1985cedd2bb97a4 Reviewed-by:
BogDan Vatra <bog_dan_ro@yahoo.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Fix crash happening when closing creator after the toolchain settings were shown. Change-Id: I4ed3b4cb0c3a2c303ba0d346d90fd275022457da Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
This is triggered by the cross-qml-c++ stepping machinery (and was already allowed there) and get also triggered by a 'continue' in commands attached to a breakpoint as there there is no intermediate ^running to which the state engine reacts. So this is a band aid. Better solution would be to have the state following the *running, and per-thread run/stop state. Change-Id: If0f1c00e8010aa099ec5da214db95e93aa37279e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
A (slightly customized) textedit is more appropriate than a line edit. Change-Id: I53bd8a6a623c670579b0633359e5722ee8ceba3e Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
E.g. on MSVC, QT_CREATOR was passed 14 times ... Change-Id: Ife39267b0d6f2def1706b823abfd0226325437ae Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
iconProvider() is a static method. Change-Id: I4c17a3890207ac4906a236894a6a032413b1e060 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Kai Koehne authored
settings(), globalSettings() are nowadays static methods. Change-Id: I7083d639ac2bb28c0319c8cb1f8459adc8e254b8 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Francois Ferrand authored
Change-Id: I8b099c8234fac55ef0de17b014c89fbe02534bf4 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- Aug 20, 2012
-
-
Tobias Hunger authored
* Save initial configuration after all the plugins are done with their delayed initialization * Save configuration when the autosave timer triggers. The disks are in use at that time anyway and saving can be turned off completely * Save settings when closing the options page dialog Change-Id: Idcf9ad61e8f9b94899c580d5a855a883a62f8dc0 Reviewed-by:
Majid Khan <mkhan3189@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Reshuffle the pluginspec file such that the XSL transformation generates a valid file. Change-Id: I006eecf1efbb45a10c6dc414cb1d1b278b2cce5a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-