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>
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>
This fixes regression 65c113bcbc 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>
- 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>
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>
* 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>
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>
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>
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>
As it is stored in IContext, done similar to BaseTextEditor
Change-Id: I858c75f38d55edf9b13e9c04ca2ff1586e06670e
Reviewed-by: hjk <hjk121@nokiamail.com>
Since 10.6 is no longer supported (C++11).
With the explicit system requirement, the user gets a nice message
about minimum system requirements, instead of a comment-less crash at
startup.
Change-Id: I909796ce8c5a303162b7a778311b95ed06a28108
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
This can use the faster route through QFileInfo::exist now.
Change-Id: Idb41b5d5185d7f02eacba498fb01f483d95e8d57
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
... and use that to retrieve that version again.
This avoids trying to run qmake to make sure it is actually a qmake
and not just some binary with the same name in the PATH.
Change-Id: I7a2c3c85e81c77cc3b56dde088a73e065d03760c
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This avoids a new project being opened if you are trying to add a new
subproject to some existing project.
Change-Id: Ic5a2f4b0dedbfd6994c59e4944fc32b11d648871
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Pick the correct directory when the wizard is started via the context
menu of an project node.
Change-Id: Ib2ebba5f796381217673c9030a7b279b6d764a59
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Make the strings more consistent.
Use book style capitalization for dialog titles,
button labels, and options in lists.
Change-Id: If6b1df918630d12b677e25ddf0cd314722556e5f
Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com>
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
make it two column layout
left column: VCS widgets and Description
right column: Files
Change-Id: Id9fb7e30d214d2bfad013d385ecfb7c9698fc046
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Reviewed-by: André Hartmann <aha_1980@gmx.de>