- Apr 16, 2014
-
-
Daniel Teske authored
The QMakeEvaluator uses it's own more accurate version of isAbsolutePath. If we pass in a path that qt thinks is absolute, e.g. "C:dev", but the qmake evaluator disagrees, creator crashes. Import these functions from the qmake evaluator into Utils::FileUtils and use them to prepare the builddirectory. Task-number: QTCREATORBUG-12034 Change-Id: Ida28688558f3186db25e3ab73bd39cabc91c1ff0 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Mar 05, 2014
-
-
Sergio Ahumada authored
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Feb 13, 2014
-
-
Daniel Teske authored
Change-Id: Iab3663839c25e09426c24472ae241ef7a2d6a069 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 11, 2014
-
-
Tobias Hunger authored
Change-Id: Ida513eb0537e2ef0c55887d0df21de956e85e983 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Feb 06, 2014
-
-
Tobias Hunger authored
According to Ossi the only safe characters in a path for qmake are alphanumerical, underscore, dot and dash. Task-number: QTCREATORBUG-10980 Change-Id: Ibacbfeb7f04f1f0524093f1d8fce637ea4ae6fd6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 31, 2014
-
-
David Schulz authored
Until now we used GetShortPathName which relies on having 8.3 paths. This short path names are converted into long names which also corrects the case. The 8.3 paths can be manually deactivated via the fsutil. When this is done GetShortPathName does not return a convertible path string. If the case isn't corrected on windows we are opening multiple editors for the same file. For example, when reaching a breakpoint when using cdb or opening an entry from the issue panel generated by the msvc compile. Task-number: QTCREATORBUG-11199 Change-Id: Ic04055685e0e9bbe0d45cde20563929b7370695d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Jan 09, 2014
-
-
Daniel Teske authored
The function's operation of simply appending the string as is would be fine if FileNames were strings. But they aren't, so the function name should be intentionally ugly to stand out. Change-Id: I85e16844e2d69cacb6566c538182b84300c45161 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Oct 24, 2013
-
-
Orgad Shaneh authored
Denoise usages get{Short|Long}PathName are now static. They're not used anywhere except in normalizePathName. Change-Id: Ief277b6d828faadd98ec7faa39dd682bfaa8805f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 26, 2013
-
-
Tobias Hunger authored
This patch fixes ~1100 warnings from qdoc Change-Id: Ia9555db675acbf8083b2f87d9855a62a3a34ccb9 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Sep 09, 2013
-
-
Leena Miettinen authored
Use \a for all attributes in function descriptions to avoid QDoc errors. Do not use \param, because it is not a valid QDoc command. Do not use \returns as it does not exist. Do not use \brief for functions. It is not obligatory, so rather than add them for all functions, let's consistenly leave them out. Fix typos, grammar and style issues, and punctuation. Change-Id: Ib8f296f93976265bb93dbeab40c5b47156518122 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 28, 2013
-
-
Tobias Hunger authored
Change-Id: Id46a239588d21b6aa5d4c43e4d85b52a04bd17ab Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jun 27, 2013
-
-
Eike Ziller authored
Change-Id: I18dc32ca33f9ac50a3fc8411d075f16474d54f16 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Ie1ca69582cfd8893b0616e51d2d5c1b13e987b69 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 20, 2013
-
-
Leena Miettinen authored
QDoc does some magic with the \class and \namespaces and \brief commands, so the following wording must be used: "The xxx class yyy ..." Change-Id: Id231f30e8464898b776888d5423523de404aae34 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jun 05, 2013
-
-
Tobias Hunger authored
This will silence some warnings about removing files with empty filenames which we get due to trying to remove a file we never managed to open. Calling finalize() unconditionally is the right thing to do here as that processes and/or displays on error message to the user if there is any. Change-Id: Ibe7d07233f2c2698e53a7ad21041bc5cc4fcac0e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Apr 08, 2013
-
-
David Schulz authored
Task-number: QTCREATORBUG-2851 Change-Id: Ic47a5a1833650e31b4e27d0a01259d6b398a6415 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Mar 19, 2013
-
-
Friedemann Kleint authored
Forward-declare QGraphicsOpacityEffect in DetailsButton, QProcessEnvironment in Environment, QFileInfo in fileutils, QUrl in IWelcomePage, FancyLineEdit in PathChooser and remove unneeded headers. Change-Id: I7d5f273530dd2059bbdaf0899f0a3bc7e49e8482 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Feb 22, 2013
-
-
Debao Zhang authored
Qt 4.8.0 or later is required to build Qt Creator. Change-Id: I4d836d0f17fe8f0e3fc5757d4f08111b87edee67 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Nov 06, 2012
-
-
Oswald Buddenhagen authored
Change-Id: I125e0394eadd130d7515614d7417479d2ccb5bdc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Oct 08, 2012
-
-
Tobias Hunger authored
Change-Id: I5d81ede970340e11d789564d9153284236ea426d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 04, 2012
-
-
Orgad Shaneh authored
empty directory has no children, and root directory was not handled correctly Change-Id: I1936eab96aef0a3be462f705c60f1f26995be68b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 11, 2012
-
-
Nikolai Kosjar authored
With this, you will see more of the "relevant" path. Change-Id: I03c4c7bd2bdaa9148c70a68678306e259f9c7204 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 07, 2012
-
-
Christian Kandeler authored
Change-Id: I9ee4c0760820e9299e238c116936ce8ef140c727 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Sep 05, 2012
-
-
Christian Kandeler authored
Namely: - path list separator - executable suffix - file name case sensitivity All of these are duplicated in various places in the current Creator code. Change-Id: I86eb4662fa3c2071759bd728cae1aaf7111ae686 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Aug 27, 2012
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jul 18, 2012
-
-
Konstantin Tokarev authored
Change-Id: I9c5b0e7f3eda13ef3b6903723c27267d090b9d24 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 09, 2012
-
-
BogDan Vatra authored
Change-Id: I66d530d70cac17365f3d5925eb76318fe774470f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Apr 17, 2012
-
-
hjk authored
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 27, 2012
-
-
Aurindam Jana authored
Task-number: QTCREATORBUG-6898 Change-Id: Idef8eee191d6d5b8f66046a4e6c6891a54262d2e Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Feb 15, 2012
-
-
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>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 25, 2012
-
-
Tobias Hunger authored
Change-Id: Ia8382e3f7a9312e0878cce041723973ccf751aae Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 18, 2012
-
-
Eike Ziller authored
appendPath was actually not ensuring a '/' between the parts, contrary to what it claimed. Change-Id: I80b703160fc05c099db9b461366c91a55525038b Reviewed-by:
Casper van Donderen <casper.vandonderen@nokia.com>
-
- Jan 06, 2012
-
-
Friedemann Kleint authored
Change-Id: I5cd5607fcd3311915217a1615b948587ef808cfa Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Dec 07, 2011
-
-
Daniel Teske authored
Change-Id: I3afc3a4f2e0dd2671279c2d071779f1d7b277849 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Dec 06, 2011
-
-
Daniel Teske authored
Needed by qtversionmanager Change-Id: I4d455298e809b744ae3663493914db6e31f372a6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-