- 16 Feb, 2012 16 commits
-
-
hjk authored
Change-Id: Icf690e0948d5c88b2a59b81258c97a42c5ac5251 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Stenger authored
Change-Id: I871b7abe2390e76b1e9b54c2f9809940d0ffa930 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Marco Bubke authored
Now it is possible to use a object and a function signature. Change-Id: I508492f131fa101e1715a65a7f8e3ecdcaa45c38 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
To ensure that the focus ends up in the right place. Task-number: QTCREATORBUG-6908 Change-Id: Ieac8c7322620217af34f143946b827dbff16169b Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
A manual squash/merge of the changes below, plus a couple of subsequent code fixes. 59085aa5fbb99e2d786cd2c1a06c24a111ccb49f: Modify CppModel::ProjectInfo Adding per project node information, to pass on the correct defines/includes for each file, instead of aggregating them incorrectly. Also split up SOURCES and OBJECTIVE_SOURCES. Also ask the toolchain to convert the compilerflags to flags the codemodel understands, for now only gcc and only c++11. Also make the toolchain aware of the flags used to compile, so that it can emit the correct defines. Note: No header files are passed on. 74028802314cd4e75b41b46407433e07090a304d: GCC: Evaluate cxxflags when checking for predefined macros ebaaa4957e4c02cc9637a998eddae1d0acd74f83: MSVC: Take cxxflags into account when checking for predefined macros 9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7: Compile fixes Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Christian Kandeler authored
It was disabled before, which prevents scrolling inside the line edit, so that one cannot see the complete host name if it is wider than the field. Change-Id: Ic8bf7c5ed67efc8430be4b298811f348780fa7b6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I646fcc111e62caba2dc852e3a1d29df6a5bc170f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Aurindam Jana authored
Use QTreeView instead of modified QPlainTextEdit to show the console. Using a QTreeView gives more control over output display as well as separates out the model from the view. Change-Id: I436b13ed042c00d09d6de627b442bfd8d10d2236 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
As it is the private class of BaseTextEditorWidget. Change-Id: I49c9b4e85cffbca3d0a61dd82e93596e7bf29376 Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I4879b5454248d0738c6b3b5ec9b228ec59cdc787 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Thomas Hartmann authored
Change-Id: Ifc75dad7cd13eaeb7c36a5b510c52a2fb2cc9754 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
Change-Id: I0c8ba3c2d22ca7128527da42b81919dabbd82d14 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: Iaca01f48059297befccf614a9835704559ceff2a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Erik Verbruggen authored
Change-Id: I20200303ef68bc3e73b232c44263d71d09b091a5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-6950 Change-Id: Ib2e8adf1eceb3b4e55932618e5aa49543c39375d Reviewed-by:
hjk <qthjk@ovi.com>
-
Denis Mingulov authored
By source - latin1 is really expected as there is no any check or usage of QTextCodec::setCodecForCStrings() currently. QString::fromAscii() might break 'Latin1' input in some cases. A quote from documentation about QString::fromAscii(): "Note that, despite the name, this function actually uses the codec defined by QTextCodec::setCodecForCStrings() to convert str to Unicode. Depending on the codec, it may not accept valid US-ASCII (ANSI X3.4-1986) input. If no codec has been set, this function does the same as fromLatin1()." Change-Id: I49cf047ca674d2ec621b517c635d1927bb2e796f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Feb, 2012 13 commits
-
-
Christian Stenger authored
This would help to keep the normal tests clean and mess up only a single file that contains all workarounds. Change-Id: Ic26e57bcd13663efe9c882c003909eb0caa6fe9e Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Daniel Teske authored
Centralizing mark handling Change-Id: Ie29c15d97aa171fbf3516d4242fe3f962091477a Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Centralizing the markhandling in BaseTextDocumentLayout Change-Id: I16633db8aba72e81f724aaccc2596f5fff81761d Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
BaseTextDocument::updateMarksLineNumber() and updateMarksBlock() Change-Id: I407cddcbe3133a5e8af960d39fe8d499b640c708 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: I4ef71e94730824bb55c2a4fb6de2913c5ea36a36 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Noone reimplements it anyway. Change-Id: Ib25e0454aa84424630d2477795bf276579c09a08 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: Ia1676cadce7cd4124523453fa9142676b425a6c5 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
The following sequence would add the BaseTextmark to the wrong line: 1) Add a mark on line x 2) Move line x down by addign newlines above 3) Close and reopen the file => Mark would be readded to line x Change-Id: Ia5d580b5893331974fb908e367b74df69fbb6572 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christiaan Janssen authored
Change-Id: Ifb63c869237a3ab2ef074f0e3d88a91036342df5 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Robert Loehning authored
Change-Id: I72fe053f28cf352398a183e5361bfe70942d19ad Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Nätterlund authored
Change-Id: Ibf62cd0812eb113bec1ff49dec6d0017f57ccabf Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
I moved setPath(wizardDialogParameters.defaultPath()) into the constructor of BaseProjectWizardDialog. I created addExtensionPages() instead of having of having the foreach everywhere. Moving the call into the constructor of BaseProjectWizardDialog is not trivial since a lot of derived classes rely on execution order and the order is often different. Entangling this is not trivial and easily might break functionality. Change-Id: I48dddaf72caea84da783dc9e2f42f2c7eff1c0ce Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 14 Feb, 2012 11 commits
-
-
Christian Stenger authored
Change-Id: I97adc821183f0db5db210b9e80917d3afa73de31 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Thomas Hartmann authored
Removing some comments... Change-Id: I48dddaf72caea84df883dc9f2f42f2c7eff1c0ce Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Christian Stenger authored
Change-Id: Ie54e8407a613bcd3870f278d334643c434b9e325 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Daniel Teske authored
Change-Id: Id997113ddb224fd079e70dcc5803bc1c2a657874 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Robert Loehning authored
Change-Id: I1d1da9b333b76e086319091ad6849eca3dc21fb9 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Daniel Teske authored
Change-Id: I145af259369ed8f2f98a2c9cc2ce4998e2e97938 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Instead of each BaseTextMark being a QObject and being connected to editorOpened, centralize that and distribute the signal to only the BaseTextMarks that need it. Change-Id: I3f2783c34a25d78aa335418236850436028bfdf3 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: Ib07cdc5cbe9a26385f82e6a845d72f218de7b2a6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
QtQuickAppWizard currently has a combobox representing the choice of Qt Quick Components + the option to import .qml. After this patch instead of deciding this inside the wizard the decicion is made by choosing one of 4 instances of QtQuickAppWizard. Change-Id: If2f295b1dfc760d195dee83c59794104935016ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
We want finer grained features Change-Id: Id65d58409a6960aa9d132cb29592b921ee6bcfdf Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Eike Ziller authored
It is supposed to refer to the property of the file on disk (if there is any). Task-number: QTCREATORBUG-4998 Change-Id: Iaed62c17d124b364aecec4d1f910046bade42d40 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-