- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 15 Jan, 2015 2 commits
-
-
David Schulz authored
... for MSVC 2013 toolchains. Change-Id: Idcf1aa523d819989091ddadeecdd26d07cfd2e8b Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
-
Maurice Kalinowski authored
The target inside the mapping file must not start with a slash. However one must specify a path value in the deployment rules, otherwise it will be ignored internally. Task-number: QTCREATORBUG-13835 Change-Id: Ic44cd6bc8c5fd7d48a3a980de566b492180c77fd Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 14 Jan, 2015 2 commits
-
-
Christian Stenger authored
Change-Id: I67f8d9705cd7b5063322e53fb3d745d0314b9fc0 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
hjk authored
Clang 3.5 runs out of memory when trying to optimize tst_Dumpers::dumper_data. So don't optimize. This is a backport of 58c69457 . Change-Id: Ia81aa6e491e132ee04bb51e9d443e836b5a7635a Reviewed-by:
Kevin Funk <kevin.funk@kdab.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 13 Jan, 2015 2 commits
-
-
Jan Arve Saether authored
Local filenames should have the "file:/// " prefix when passing them on to the XQuery (if there is no host). On Linux this worked without the prefix, while on windows QUrl got confused by the colon (interpreted as the host:port separator). For Unix filesystems, they will get their third slash from the first slash in the absolute filename (when appended to the file:// prefix) Change-Id: I41abed4821f1f253a13cc829eed8cb38e8e77bdc Task-number: QTBUG-43417 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Christian Stenger authored
Actually this is circumventing the server side problem. Task-number: QTCREATORBUG-13802 Change-Id: I93fc9d0adde949a33c11be4cb73d8c28a75e3301 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 12 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\algorithm(1119) : warning C4996: 'std::_Transform1': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\algorithm(1100) : see declaration of 'std::_Transform1' d:\projects\qt-creator\qt-creator\src\libs\utils\algorithm.h(249) : see reference to function template instantiation '_OutIt std::transform<QList<T>::const_iterator,Utils::`anonymous-namespace'::QSetInsertIterator<Container>,F>(_InIt,_InIt,_OutIt,_Fn1)' being compiled with [ _OutIt=Utils::`anonymous-namespace'::QSetInsertIterator<QSet<QString>>, T=QString, Container=QSet<QString>, F=std::tr1::function<QString (const QString &)>, _InIt=QList<QString>::const_iterator, _Fn1=std::tr1::function<QString (const QString &)> ] d:\projects\qt-creator\qt-creator\src\libs\utils\algorithm.h(317) : see reference to function template instantiation 'C Utils::TransformImpl<C,SC>::call<F>(const SC &,F)' being compiled with [ C=QSet<QString>, SC=QStringList, F=std::tr1::function<QString (const QString &)> ] D:\Projects\qt-creator\qt-creator\src\libs\utils\codegeneration.cpp(113) : see reference to function template instantiation 'QSet<T> Utils::transform<QSet,QStringList,std::tr1::function<_Fty>>(const SC &,F)' being compiled with [ T=QString, _Fty=QString (const QString &), SC=QStringList, F=std::tr1::function<QString (const QString &)> ] Change-Id: Iaf7c5fcdfbf5961b92c30b1d37b18e5476f6b7e1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 09 Jan, 2015 5 commits
-
-
Oswald Buddenhagen authored
note that the TR_EXCLUDE is actually not used currently. Change-Id: Ifc89587029e2c025d1e0253794668a515127a43f Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-12755 Change-Id: Idf27f4bc19ec62ce10ca9367e0b32b8d2b031587 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I8abb74b0a037efc550c52a209dc11e2a6ee5e6d6 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
David Schulz authored
Change-Id: I71362574d8437a7d95348c23eaf3698b7467b44d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
This is a workaround for QTBUG-40449. Change-Id: I24a3bfb78d49e94dcafb99ee6d6b36ef4c4299c5 Task-number: QTBUG-40449 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
- 08 Jan, 2015 2 commits
-
-
Orgad Shaneh authored
Change-Id: If17614d1fa451bb93cfe5a6ea06af39986d7ad4d Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tasuku Suzuki authored
Change-Id: Ic5ef242c0cd66a857ab3625ee4f870555d27d415 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 07 Jan, 2015 8 commits
-
-
Aki Koskinen authored
Some raw pointers never got released. These errors were found by running QtCreator via Valgrind. Change-Id: I9c5b2862b98597f3e468d573e7126d7d9ec46b05 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Change-Id: If9869a5d4e0999a7422a5e876ef4b69202b371e7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Aki Koskinen authored
Inserting to a std::vector (possibly) invalidates all iterators and references for it. In this piece of code tok is a reference to a member in _tokens and it should not be used after an insertion is made to _tokens. Switched the order of two code lines to prevent this. Change-Id: Ia9d1ce66fc67406f56b426e7431402c6fe68a38f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Leena Miettinen authored
Some titles had changed and the hash mark references do not seem to work anymore. Change-Id: I4ebb877a483eff0a11c32932cc84b6e15935dcec Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Leena Miettinen authored
A section title changed. Change-Id: I514a7dd3d89cf0d042d10acc027edbbcc94859c8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Raphael Kubo da Costa authored
Add another #ifdef block for BSD operating systems so that qtcreator stops complaining that it does not have enough information about the host's ABI. Change-Id: I5841e162eda7f34fa4a962ab1c035d1727613f6f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-13642 Change-Id: Ie3af0d4bdef33364cc442449ccfb5e770c0c3a99 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I0f2ae9d25a964c2feb9762fcd8ceca72a5f42d7e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 06 Jan, 2015 3 commits
-
-
Thomas Hartmann authored
If the lightness or saturation are 0 then hue is undefined. If lightness is 0 then saturation is undefined/0. Nevertheless we should keep the old values in the ui, because the user should not loose the values in case he increases lightness or saturation later. Change-Id: I9fd80f6ca84fa08ef62d9fbb6dd4afce992c3546 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Nikolai Kosjar authored
The active target might be 0 if e.g. there are not kits and a project is imported. Task-number: QTCREATORBUG-13730 Change-Id: I48ade507fefc555d1d3f8230ba82c00270fa457b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
This is a workaround for 3.3. In master the splitter color (among some other widgets) should have its own value. Task-number: QTCREATORBUG-13768 Change-Id: I8456fba3866e4857985e07a4708333952512484d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 05 Jan, 2015 5 commits
-
-
Orgad Shaneh authored
Change-Id: I62f830104fa9f3599a9e5ea85f404dd17c6ea38f Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Raphael Kubo da Costa authored
Do what all other targets already do and take $$QTC_PREFIX into consideration when setting the target's installation path. Change-Id: I6ca87d36b345ec256518fe2d349e58d213f5c6d5 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Knut Petter Svendsen authored
ClearCase violates POSIX since it gives a file a new inode when checked out. This gives QtCreator problems with noticing that a file has changed permissions to writeable and thus it will insist on trying to check out the file again in some cases. Change-Id: Ia3f621daff258b3ea5d9ff4f5cec7629ca46e6bd Reviewed-by:
Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I1a7c677bd0fcee19780dfab02472f081cc22ace7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Ia6a062319fdcd84a16e83e8f9c96a440f7e4dec9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 03 Jan, 2015 1 commit
-
-
Knut Petter Svendsen authored
Change-Id: I7d872f90bce914100c912db4c310001b8597b102 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 02 Jan, 2015 1 commit
-
-
Thiago Macieira authored
The user can set different prefix using diff.mnemonicprefix or diff.noprefix (see git-config(1)), so we need to force them to the values that the diffeditor and PatchTool expect. Task-number: QTCREATORBUG-13782 Change-Id: I3110a34b2575b89abe840e040690f3f0c36e955b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 19 Dec, 2014 2 commits
-
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I66cd93f5a825319fb4c571eb6f77da7917fb7de0 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I93a256f18e720edb0bcfc2b409c119abfdcf2a2b Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com>
-
- 18 Dec, 2014 3 commits
-
-
Robert Loehning authored
Intentionally breaking string freeze. Change-Id: I163e9e1148e46e539b02f8adb4f6c1e3d58da102 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Oswald Buddenhagen authored
Change-Id: Ic71e1b4f10b08274d109c24c7c9de7724b25962b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Leena Miettinen authored
Missed the Extending Qt Creator Manual the last time I did this. Change-Id: I33b9b59ef204d0f7c6a5f98665c4839c6646c9b1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 17 Dec, 2014 2 commits
-
-
Leena Miettinen authored
Change-Id: I1edd879e7389467fbeee0cb0c78c65900a7fa1dd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
This is necessary since invoking the context menu changes the cursor position, on which the local uses and some refactoring actions depend. Change-Id: I32563085bfb106f754992704e569915b9ee5b127 Task-number: QTCREATORBUG-13388 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-