- 01 Oct, 2013 20 commits
-
-
Przemyslaw Gorszkowski authored
Based on type hierarchy. Added to context menu ('Open Include Hierarchy') Shortcut(Ctrl+Shift+I) 'Include Hierarchy' contains: FileName for which 'Include Hierarchy' is done Includes(which files are included by current file - tree hierarchy) Included by(which files include current file - tree hierarchy) It is possible to open/goto each file by clicking on specific item. Additionally for 'Included by' files it goes to the line where is include directive for current file. Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
The UI side will come in another commit. Change-Id: I1038a438587fe4cef70408f7f627d08837fc192d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Kandeler authored
Change-Id: I0779ac1ed42cf1d6815ec278b2a9fb2c6c3bf775 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-476 Change-Id: I82ed92acdcda551d2c6a9ca221832ac20117a08f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I5171bc3df7672d403f83d0ff352e8016a9694c40 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib6beb99f346d72a329ec7cd72fcce1d63e46b1f2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
Change-Id: I6569e3d53b78cdcdf8607a289b5be37447e0a03c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I486198c9d7e27159445411c38037d315b90cd67a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Joerg Bornemann authored
Change-Id: I39a458d6805fcb214297471f72bf3b6cb2dd487d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Moves functionality of CPPEditorWidget::findLinkAt into a newly created class FollowSymbolUnderCursor. This slim downs cppeditor.cpp a bit and makes Follow Symbol Under Cursor more easily testable. Change-Id: I106c7fbfc6869dd13c75381fbe87c90dc88998a7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Daniel Teske authored
The AndroidManifest.xml is no longer needed in as many use cases as before. So the new deployment does not automatically create a android manifest. Offer a button on the deployment page to create a android manifest. This also edits the .pro file adding the ANDROID_PACKAGE_SOURCE_DIR. Change-Id: I2655dd6c96e2087732b4d7240b31fe9fcf168600 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Joerg Bornemann authored
Add an autotests for follow symbol under cursor in QObject::connect calls. Task-number: QTCREATORBUG-10264 Task-number: QTCREATORBUG-10265 Change-Id: Ie72d49476e173e82027a3579fd71ed5f8ac3f95b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
El Mehdi Fekari authored
Basic implementation of an install/uninstall targets utility. Note: This does not support 10.1 NKDs. Change-Id: I3bb29ef467dd24a121ee59e11abb2237dcff696a Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
David Schulz authored
Task-number: QTCREATORBUG-10180 Change-Id: Iaf672c79a95c37fba2f5243db9564305de8e76dc Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Kandeler authored
Change-Id: Ib0ef2c6a4f634902f3ff1f987b54fc112ae70940 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
...from CompletionAssistProvider, so other providers can be executed asynchronously, too. Change-Id: I6ec06f6d76bc2937bc272450b4e8dffd81ee868e Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ia2e4dc776d3040d2ccb13d9b029c2f0cc8db0fcd Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
If two files from different (sub-)projects include the same header file, and the defined macros differ for both files, the header file will be parsed with only the appropriate macros for the including file. Task-number: QTCREATORBUG-9802 Task-number: QTCREATORBUG-1249 Change-Id: I560490afa287b3bb1e863bce1bb4f57af36ad56e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ia641c70f8c72cf762cf571cdd505385d28492b7c Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
Conflicts: src/plugins/coreplugin/coreplugin.pro src/plugins/coreplugin/coreplugin.qbs src/plugins/cppeditor/cppdoxygen_test.cpp src/plugins/cppeditor/cppquickfix_test.cpp src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp src/plugins/cpptools/cppcompletion_test.cpp Change-Id: I392229af933c1e56b9ea459d4d240a2144b4bfcb
-
- 30 Sep, 2013 20 commits
-
-
Orgad Shaneh authored
${var} has been replaced with %{var} since 2.2 Change-Id: Ifecd94fb68b8f7dfb4b4f56736d8c317cd6d41a2 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Rafael Roquetto authored
Change-Id: I7bd6649dd20b0b204b7a4f4bcbcee6bc45fa0272 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Andre Hartmann authored
Git commit dialog: Added a drop-down menu to the commit button to execute "git push" or open the "Push to Gerrit" dialog directly after a commit or amend. Task-number: QTCREATORBUG-8854 Change-Id: I00ff8f816d1768e0cdaf6929126b55826788e578 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Lorenz Haas authored
Rewrites post increment/decrement operators (++ and --) as pre increment/decrement operators and moves non string/numeric literals and non id expressions from loops condition to loops initializer. Change-Id: Id95334b6df6fcaa9af436cc1d2d0982d38bf8fe2 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
Those should be added once at initialization time, not for each setupWidget call. Change-Id: Id65b919f911e47d2f687bcb3c40e7120d63c5468 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Feels better that way. Change-Id: I69f9140037a725a5e937e5d34c2f5c6eed1737dd Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Marco Bubke authored
To prevent to have a puppet in qt which is selected first. Change-Id: Ibe5efa1a10d1287eba17f8d29e9e77b2488d8b84 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Otherwise it is so easy to use a old puppet. Change-Id: Ibe4cb8a783b88805db836fbb5874c349bb3976ea Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: I536618e9b80f3ed213c6c54dd6c2becbb64c709b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Use the diff switcher state as a permanent setting Change-Id: I6c3669090082787ae750596cf3e62973c04d94c3 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It is very common to have output from a previous (longer) command appear instead of the newly created one. For example: Open a log. Check "Show Diff" and immediately uncheck it. If this is done fast enough (or with a high Log Count limit) the output with the diff will appear instead of the normal log. Change-Id: Ie64cc4a383a261f5328a4d0486eec93f73766679 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
If the user cancels a command, output and error text might still be interesting. When aborting a command internally (when Creator is closed, or later when a command is re-executed for the same editor), we don't want any of those, and they have a destructive potential. Change-Id: I5e35fdf59c0fcdc0af45f13ac142da31edf18bd7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Also add in Projects view Change-Id: I42145c742a38f5538a4ed44574963136aa18e134 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Id350ef638b3db769ba07abba1dcddeec05eff713 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Id99b5c06eedd014e5845a1b4642901e4b222090a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Marco Bubke authored
Change-Id: I22440c949f634b60ec90803aa6b61bbcf819ea48 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Adds macx-ios-clang to the list of "suggested" mkspecs for Clang/Mac. Change-Id: I3c3f803d651c42e1c2ed7a0f77047a531acf6a0c Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Friedemann Kleint authored
Such that QLayout properly handles it. Fixes warnings about resizing violating size constraints on Windows. Task-number: QTCREATORBUG-10251 Change-Id: I25361fbc994f23d5616c240663d64f8b3474e7f7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Nikolai Kosjar authored
Starting with commit 243a6259 EditorManager::closeEditors() does not delete the editors anymore, but calls deleteLater(). When the call returns, all kind of checks fail since the editor widget destructor was not yet called. Fixed by providing and calling Core::Tests::closeAndDeleteEditors(), which explicitly sends QEvent::DeferredDelete to the widget. Change-Id: I3287abbe74ccf7d7a18b997a847701c8be17cb55 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
fakevimhandler.cpp:941:43: warning: comparison of integers of different signs: 'Int' (aka 'unsigned int') and 'int' [-Wsign-compare] return m_xkey == c && m_modifiers != int(HostOsInfo::controlModifier()); ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Change-Id: I360873f0c74512d95ca8ecaac4f1ab0a477877e7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-