- Jan 21, 2013
-
-
Change-Id: I54fa8af84df8853c32adde1b94bc6096930e29ba Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Jan 18, 2013
-
-
Rafael Roquetto authored
Also rename the associated files accordingly. Change-Id: Ibc0ca2c9840733968dafb6d790220d4d59f4a419 Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Mehdi Fekari authored
Change-Id: Ie83e303a88a9e9f7e5a28ad91a6654624091e8ed Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Extend QString dumper to be able to dump a substring. Change-Id: I1f64e441980a7c2c295f40317b2b187cfebcd7ea Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
There seems to be still disagreement in the code what the individual parameters are meant for. Change-Id: I9c51e6ee9cc8fd1a55d202b8131027de1ef812a0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Eskil Abrahamsen Blomfeldt authored
Qt Quick 2 imports are installed to $QTDIR/qml instead of $QTDIR/imports. We have to make sure they are available on the device in order to use Qt Quick. Change-Id: Iaa3e429f6706a5e200d5a1672b63059ddf39e770 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
hjk authored
Use data members instead of virtual functions for id, displayName and priority, use Core::Id, not QStrings for id, de-pimpl CommandLocator. Change-Id: Id8b41f184cb995138b2d76c923d6d3ae02b7e3f5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I653827e8a11e56975e1b2cb1b791e9ea9408f54c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Track the typical #ifndef/#define/#endif usage in header files to see if the macro is an include guard. If so, store it in the Document. No behavioural change, just recording the name. This can be used in the future to track if a file needs to be re-parsed when a macro changes: if it was used in the file, and not defined in it nor being the include-guard, a file should be re-preprocessed and re-parsed. It can also be used to check if two files have the same include guard. Change-Id: I2715f529997a7b24a11bdbc6150652e2669f1a46 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Francois Ferrand authored
When in 'keep comments' mode, the preprocessor does not properly handle macro calls with comments between the macro name and the opening parenthesis: "FOO /*something to say*/ (45)". Change-Id: I6fe733242e4d2ccff2985d17399d0a084917415a Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
hjk authored
Change-Id: I83fb5933e7feca7d402a288122839d34c9d0f709 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Fawzi Mohamed authored
- osx clang does not support sending a newly created string to an ostream, converting it to c_str - avoid std::string(QBytearray), as that skips length (I suppose) Change-Id: I3712df9d5e4a6f96420a8f2bf59c3bec9286b788 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
All plugins do the same... Change-Id: I21e5a1d7507292add91199a3db75df74165b63b1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I7b6d68d9c141c485ec27d6fc45f54ee2911b7349 Reviewed-by:
hjk <qthjk@ovi.com>
-
Petar Perisin authored
- added ability to fix working directory in constructor - show tooltip for commit Change-Id: Ife69bed696960b8ce0b929a24f45bc8bba85df49 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Sergey Shambir authored
Change-Id: Ib3ed1d3733ccfd78780640d70e14313d0cbb101f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Steven Ceuppens authored
When creating a new class, you can select the "Base class" or "Type information" QObject, QWidget, QDeclarativeItem... are available, but QQuickItem isn't.. Change-Id: I9fce6b6a43c915364fc405b99edd0b0d7ebab4fe Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
Since the templates add unnecessary complexity, we use function pointers instead. Change-Id: I023b3907ad8826c25d985aba0fed1d5a69265b15 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I9175f5b20d254dc85b7e52763003a72d07b0057b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I1c878eb79fb25ed61163b06e2b041a6612c44f94 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Steven Ceuppens authored
When creating a new shared library project, the wizard generates next to its class header and source files, also a _global.h file where the import & export definitions happens. This _global.h file is always created with upper case characters if you give your class name upper case chars... example -> MyLib_global.h Change-Id: Ic0ae2b740682f624b4c00cc1c7c40a29e08f554f Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Jan 17, 2013
-
-
Fawzi Mohamed authored
NonNegativeNumberNode<base>::mangledRepresentationStartsWith is used by the tests, so moving that implementation to the .h file Change-Id: I42267030dcbd9d128d5cc165a8d688a68354eb90 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8425 Change-Id: I58a47895fa882bcc53cad1ef764a307c714f2a1b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
The cmake plugin needs the class, too. Also add a explicit projectName parameter to it, since it differs how to extract that from the path. Change-Id: Ic3d37b3a12ad73f3c7f898d27ad0e85629c38839 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Ied909ef47153186c9d661110bfaa5089c0296a21 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
That line edit shows a red text if the directory does not exist, building triggers a recheck and removes the red if the directory exists. Change-Id: I50e87816a3e1b4ee9ef6ccb91e66eec8f7783242 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
hjk authored
Change-Id: Ib0ae0e200ab318715d2db3619573b4e83e9f6ba8 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
BogDan Vatra authored
Change-Id: If774202bff59f4f779b60c1a558ffd219a76fc1e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
BogDan Vatra authored
Change-Id: I1196929031bd754dcbb7a52799dbb2d1b67df776 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
BogDan Vatra authored
Change-Id: Id55c1570222daf2bd04ae1cded4ab53f0cdfbca4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
BogDan Vatra authored
Change-Id: I3eba3413464bd0e503f24817769bd3062be0eeb2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
BogDan Vatra authored
The icon is taken from Android SDK. It is licensed under Apache 2 license. Change-Id: I888922c9530a1fe800edd01f8b8bf4c4d0a61d74 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
BogDan Vatra authored
Change-Id: I863b028397f8e6a57a989c1715fa601848b96b41 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I77924e1025baef92ebcff42ce683dbf9d8feb162 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
By adding such a text. Only do that if there are actually dependencies of the current project. Task-number: QTCREATORBUG-8563 Change-Id: I5cc207f77526fc04003579d1fe40302113934698 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Fawzi Mohamed authored
- using .pri file for Utils lib (needed on mac) - add SKIP macros to support qt5 Change-Id: I76c970a62c4bb44301a8239c1d0b3eeeff4bc081 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Id9d6cf28966eeb65775cf1f16f57773af5fb6bca Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Daniel Teske authored
Remove special code dealing with msvc < 10, those did also ship a vcvarsall.bat. Add code checking for host bitness to only show those compilers that make sense. Also check if the batch file that vcvarsall.bat will call actually exists, so that only installed cross compilers are shown. Task-number: QTCREATORBUG-8292 Change-Id: I420a0004632f02cd8a6388f2e12ba59f719909e3 Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: Ie18714ac2872a085e8c20d445472901cc9f6b6c5 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-