- Nov 05, 2014
-
-
Nikolai Kosjar authored
They were triggered for void f(void); void f() {} // add space in parameter list to trigger Change-Id: I410f3ac13380429a1803b95576afa92fef1fe4cf Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Nikolai Kosjar authored
The symbols of these files do not provide much value. Change-Id: Ie81b12dc795c068742600e272807f9e6a87609ea Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-13315 Change-Id: Ibf963569bdebf8a791f0a7ceb8cd010efed99dad Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Available in Qt Creator Enterprise. Change-Id: I22a8ef1edb87b42a2568cf5b1f5f911663d5e5f6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
... and use it for the Current* fallbacks in the Kit expander. Change-Id: I1d346aa56647f6d3030bd4384eb89e2a27db6418 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: Id6963a6ef29478db85c92c4d557f823502e173a5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
Edit the new messages and add them to the Qt Creator Manual. Change-Id: Ib494fd20861473ea824dd0d4260cad621c4081a4 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
* Hash is not a comment, "HG:" is. * First line *that is not a comment* is a summary Change-Id: If4e3428bfd4461dc105583a998be5d8185be3ab6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ic215b778a6365d8bce5cb8eeb0d016d8ce80e476 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-12929 Change-Id: I6b395a2bed6c90ac5ba62a7732c99a5cd763599c Reviewed-by:
Jonathan Liu <net147@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Less code, less cycles. Change-Id: I1bbc2d5050fd29f199c12120d183f84c686953fe Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
A minor glitch in the startup profile. Change-Id: I2195530e922b3fb37dbfadc800933a9378491833 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
This partially addresses QTCREATORBUG-12929 which is about svn commit no longer showing output which does include the revision number Change-Id: I149f1fea05a63cc80625ba5e02c10edbce471e1a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: If035d3a2476408d3c54aa30f9b276bc5921845b3 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
Change-Id: If99b9d2bdd2f21d605beb39e65a4188f1b45ffc5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Complements commit 1840a89a Change-Id: Idf09e77ae766aa43683ffaf0a7aa108f4b41d705 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: I6631655f2795d887070f5e621ae5e25d72644578 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: I7a4f4aef7d673d784ba7390fb9857a72b61a3799 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
There is still createRepositoryManagementActions, but it can be used for reference of missing functionality... Change-Id: I5d4cf71c8bec8034890215a77a8ff9d136475837 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Stenger authored
Change-Id: I6e35bbb7e48594e75e2fa8eadd11ae4b8490f34e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ic6aaa88dfdc33966e0e8007a9420461811ae48c2 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Nov 04, 2014
-
-
Robert Loehning authored
Change-Id: I7ea4b8cd971bee1368dec3ce92ef27bf45d4c88b Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
The “replacing signature” warning of codesign is interpreted by the LdParser as an error. Handle it in the xcodeparser. Change-Id: Ic7e654d7d60a5030be309509d27080ab7cb3bd4f Task-number: QTCREATORBUG-13256 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I28c5e1ab63f4af8d5474d889efc6fcbed9513bb9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Adam Strzelecki authored
This fixes regression 65c113bc that caused files to be likely assigned to "all" target when all CMake targets were having sources residing in same directory using Ninja generator. As "all" came first then it became best match in such case. This introduces slight modification, so target with most include paths is chosen from these having best file system proximity to source file. Doing so we select likely real target and get all #include preprocessor directives resolved properly in the editor. Change-Id: Ifb85bb5954b4cf5618a6d8444c993c69ebab2259 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Stephen Kelly <steveire@gmail.com>
-
Daniel Teske authored
- Works for all container types now, defaulting to the same container type for input and output - Enables specifying the result container type, e.g. QSet<X> x = Utils::transform<QSet>(list, function); - Use our own inserter instead of std::back_inserter, to enable usage with QSet<> Change-Id: I7256e51430bfc1409456c68b6ee270778b95e9d5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
We call updateViews() and similar and therefore need to be in the gui thread. Change-Id: Ia0e9be59dbcc529341449ba7f64a93cda320ff5b Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I6607afde615d40a94597678665e8f30a2d6d87c6 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Nikolai Kosjar authored
Change-Id: I5eeab0415c2f73f698188e91ec553b74c8779eae Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Task-number:QTCREATORBUG-13325 Change-Id: I07ca3c6061855dcef31071ad3c143413d370b3aa Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
* Subversion was not found when calling the managesDirectory method in subversion's top level directory * Subversion was not found for non-existing directories. This broke the wizard's version control support. Task-number: QTCREATORBUG-7763 Change-Id: Iefbd8e179c48b188e4f079fce8f72ae8b3ec0236 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
Should have been added as part of f78b6aed Change-Id: Ic4776b2352ca8e0ea99a341ab8a3397d0eaf3c1d Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie3bcd79cf402c0dbed8a6f616c730a7c59a907d2 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: I56195042a49af05833c1ddcf40a91efb569b48b1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I805a15c4a6bd95442c48956f8d37e2d00457ca36 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Orgad Shaneh authored
Change-Id: I5e4f03f9a5f80b2697ac1e7a952a8c5b5765aae2 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Eike Ziller authored
It was using the wrong search help engine to get the search terms. Instead let the search widget itself figure out the search terms, and pass it directly on to the help widget when activating links. Change-Id: Ib72220eafca69e92894fe7584b1e4dfd9a42cc7e Task-number: QTCREATORBUG-13239 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Nov 03, 2014
-
-
hjk authored
Task-number: QTCREATORBUG-13102 Change-Id: I0845d98cdbca9a172a3ccda7b5730a7a2d5392b3 Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
This prevents creator from claiming there is a ongoing commit when trying to commit the next time. Task-number: QTCREATORBUG-13236 Change-Id: Iaeb27db2cbebdeaf97cd410c05cf88c5d437046b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
vcsDelete(...) is used after a file is already deleted from the filesystem (and after asking the user), so it is safe to --force the removal in svn. Task-number: QTCREATORBUG-13271 Change-Id: Id3c076987f6518efb186a04d31855b189cfd52ab Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-