- Aug 27, 2013
-
-
Orgad Shaneh authored
Change-Id: I84cb48f77ceae8f12269541a195afd2a652667b1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
-
- Aug 26, 2013
-
-
hjk authored
Change-Id: I46602fe6691471427d9f95925e8f88e99ab962f4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Kaspar authored
m_futureInterface field might be 0 when reportProgress slot is called Task-number: QTCREATORBUG-10038 Change-Id: I93931e78f3a5077bb347b184f5e61230a1955695 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Christian Kandeler authored
Change-Id: I2effb0c94c9590e57c5d49ed285640dcd3a95727 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Christian Kandeler authored
Change-Id: Id2ced5e41686387e67a7bb8419fe1547b23779c7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Example: ./qtcreator -test CppTools,"test_cpplocatorfilters_*" If test data is specified, it will be applied to all matching test functions. Change-Id: I579d9aa6ac3d3808ea7e71db3c067d468125569b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Nothing depends on this plugin, so these exports are not needed. Change-Id: I7a6c1c6fd1dd355c904d2dcb6d3f0522cf30adcd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
... and move code into Internal namespace. Change-Id: I02a90c33db0ffe574af43bdb8d8e37b4159f8f0f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
The name parameter actually is a description/title. Task-number: QTCREATORBUG-9996 Change-Id: Id2e50b62ec4bd2f0dd0e5ead94322770e6fa75fc Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Oswald Buddenhagen authored
it produces simply too many false positives. Change-Id: I3dfa109866450babe5c16f84665ad22024d99e42 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qttools/08bae158320f6d73bf44fcf43f45f51a01334544)
-
Oswald Buddenhagen authored
we execute foreach loops now. this is (mostly) safe nowadays, because a previous change added precautions against exponential value list growth, so it's unlikely that two nested loops would keep the cpu busy for a day as before. we continue to exclude forever loops and loops with excessive integer counts. Task-number: QTCREATORBUG-6840 Change-Id: Iaa116086986cc7fd5023834753f791dd205102e5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qttools/dd4d594c787a62fa8aa12695c5d115c71b59bacd) Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I97a6e2ebd51350cbf39c86efa5c26a376c49da95 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/b30273ec4a4ce65794fd402c6e3eb21de7bae1b9)
-
Oswald Buddenhagen authored
contrary to what one may expect, it's actually *not* supposed to remove the meta-characters it interprets. luckily, this function is not used much any more ... Change-Id: I2b60f9b173140da78db2b07b596cc2e5f6e6d555 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/783181cfc11e995ad678237ebc0025a2a023c88c)
-
Oswald Buddenhagen authored
use the new parser flags to report all i/o errors directly. as a notable side effect, the "WARNING" prefix is gone (even though it is still treated like that, which is mildly insane to start with). Change-Id: I084375d5e7a3314ae763795f7c318804a9fb84b6 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/b4c0d9166e7a8f5dfa5ca052002a5ab318787aa2)
-
Oswald Buddenhagen authored
sync up; this doesn't actually do anything in creator (or qmake). Change-Id: I908fc3792bdc321370e51be98adf7a9c81e37a85 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/15981b985fa3ae250af22f68ddb50e08bd9ce421)
-
Oswald Buddenhagen authored
Change-Id: I26ce032a1aa044e9a4da0c8708a4490b07374992 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/0a1faaa9eb7807bf11d796c2eca624e2f3b378a7)
-
Oswald Buddenhagen authored
the qbs translations should come from the qbs lib itself. requires qt 5.1.2 to have an effect. Change-Id: I0aabeaf24d06c9070c2de6e5a0bb9a8ddd6c06c1 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Jake Petroules authored
Change-Id: I14c4315b6a5029723c2940c05160551361b91dd3 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I3f894c718f8a940c4d5685a882402ba08ccde75c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Nikolai Kosjar authored
If the user input contains "::", match against the qualified symbol name. Otherwise, as before, match against the unqualified symbol name. This applies to the function and class filters and allows to narrow down the results by using a namespace prefix, e.g. "c core::*category". Change-Id: Id152f412740e27f2f2d001dc7008dba8a92a37ce Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
jkobus authored
Change-Id: I87f64446161a57aea0896f68e4eafacef791969b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
This will make it easier to use a single SearchSymbols instance and a single run serving all locator filters. Change-Id: Idb6a3693ad356227d46d0b28fb4c3a5db62b4ac4 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
hjk authored
Change-Id: Iba945476c4534c2901232f22b4510d023b929ebd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Change-Id: Id293954706b7a510d68dd7710bd11c3b7dbcf9e9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib584cb5d6d1d3802f3a21b741b560ace78722b9a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I5c79493f4e4bd73b51e66a319088cbfe2756fa89 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: I2f5aa2b15235dfa7f3f002703771dd902d67199e Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
David Kaspar authored
Change-Id: I66b133d343edee762066a7e2797f9f24073dded2 Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Tobias Hunger authored
They were not used Change-Id: I3e461d16937d5e5617077b394d5535be84a0b45e Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Orgad Shaneh authored
To be consistent, change the topic in the project node accordingly Change-Id: Ie15aa62db28836330f619f0752ac488e0dd87e57 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: I0db53224eaf716909382f468248c893616513b5a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 23, 2013
-
-
Thiago Macieira authored
Change-Id: Ia542cf9e3c695a2c3c4b6340c3d72dfe743339c6 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Guillaume Belz authored
Change-Id: If70d24c1ffca3695bed1495cc697a12043152298 Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
-
Tobias Hunger authored
Change-Id: I0a10ec80fc6a1f5677c13409f1ea5da4aa0d182d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This code is moved from the gcc toolchain into the ABI class so that the debugger can reuse it. Change-Id: I9932f41f69eff9ce5982cfb1f0a2e0add33b91c9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
If escape is pressed within 400ms after invoking completion, it is popped again Change-Id: Ibf34af22def54bc9a18d804ac9ee471f075eae96 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Otherwise it is passed on to other widgets (like the Find toolbar) Task-number: QTCREATORBUG-5748 Change-Id: I3e7fe19327d2b3d15c9c9f84360b936dc4698dfd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Kai Koehne authored
Change-Id: I94c6a92cd27b6c0bd818b9d82240b20875909f07 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Kai Koehne authored
Change-Id: I139fe7cd9e0ab4c11222bc388c9815dc2ffe8352 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-