- 07 Feb, 2012 7 commits
-
-
Christian Stenger authored
Change-Id: Ie21ef72546408158d0d487d5b8dccf4d7ee2603f Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Christian Stenger authored
qmake -query QMAKE_MKSPECS can return a list of paths Change-Id: I349adbccab27e613f4b21e27f610578c35b1e6b8 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Tobias Hunger authored
Change-Id: Id19a97536d5cb7175c55b01f6ec0e1832f250813 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
To until it is actually used. Change-Id: Ib1dba971ce886236160ce287fbf48cb854569ecb Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> Reviewed-by:
David Schulz <david.schulz@nokia.com>
-
Christian Kandeler authored
More stuff (e.g. deployment information) will move into that class shortly. Change-Id: I9ad785533d54859e72079b54796710707f716469 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christiaan Janssen authored
When resetting data, the variable that tracks vertical scroll on the qml side could go out of sync with the scroll bar. Fixed by resetting both scrollbar and variable at reset. Change-Id: I3a130192d460568c44de815d71aa6290c311c89a Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
User can choose to see them through the context menu. Change-Id: Ibf1670098126658af497c7a87b46c26f6dd2d41e Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 06 Feb, 2012 12 commits
-
-
Adam Treat authored
When an outputpane is toggled visible/invisible/visible by clicking on the icon itself the plugin is not made aware of the visiblityChanged(true) state since changePage does not detect that the index has changed because indeed it has not. This change just explicitly adds the visibilityChanged call after the toggle so that the plugin is made aware. Change-Id: I6e782f52c9ac926c39acd91b5533009899a4ec2a Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
- Add combo box listing the last 10 elements of history. - Introduce parameter class for the dialogs that can stored/ retrieved as a QSettings array using template helpers. - Give dialogs a static 'run()' method that returns the DebuggerStartParameters to handle the history, move code from the debugger plugin to the dialogs. Change-Id: Ieb15f7c8ef9489f925b9d2f47ec09feebcf73826 Reviewed-by:
hjk <qthjk@ovi.com>
-
David Schulz authored
Change-Id: I9f8175ab98d0fd01cc44b27941e35078cacd5aa2 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kandeler authored
Change-Id: I156fa2ecc179f7f9a75ea0c1357b7e6881f5740f Reviewed-by:
hjk <qthjk@ovi.com>
-
Alessandro Portale authored
Task-number: QTCREATORBUG-6879 Change-Id: I0a98df8a7bfd588909886b322e0b87106a4f4c37 Reviewed-by:
Denis Mingulov <denis@mingulov.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
When selecting event before the timeline has been rendered at least once. Change-Id: I8f34ebacb948163f57e3c2bc893d17c745366294 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Robert Loehning authored
Change-Id: I8594161b99c207852be290cc8212aefe6faef609 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Christian Stenger authored
If there are more than 1 folder starting with the given path it still fails for me - it switches into the parent folder and that's it. Adding the separator char works fine again. Change-Id: I49a9aaf3f68c09d8db803ce9b1e5222a8faeaf7b Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Bill King <bill.king@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6912 Change-Id: I25376752e5d4d0c433f65f4c99a238c73efc1798 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Alt-A clashes with Analyze menu, so use Alt-C instead. Task-number: QTCREATORBUG-6514 Change-Id: I9a13358a341e04445d5ae442ffc23ff4b6661eff Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6905 Change-Id: I605b11ed896ca68720435805c52f7ae0a585628c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I8d776732729a7c67ae4fe5405f65ae5de7284845 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Feb, 2012 1 commit
-
-
hjk authored
Change-Id: I32d353ec332d39fa80fab9780a0b084156842666 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 03 Feb, 2012 20 commits
-
-
hjk authored
Change-Id: I75905e26930b02df077f6b62f837855b83b4d8d8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christiaan Janssen authored
Change-Id: I2f242895b00792d2e6930ec642209be886e22bad Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Robert Loehning authored
Because of the proposals the file dialog makes when typing into the line edit selectFromFileDialog() seems to fail sometimes (in Jenkins and on my machine). Change-Id: Iea098016075e9a8471bd85f585e473fa8dd3bf6a Reviewed-by:
Robert Löhning <robert.loehning@nokia.com> Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Christian Kandeler authored
- Read-only for now. - Should get features such as download(QModelIndex) etc. Change-Id: I491674484b9dbc729b1ffc762bd8e489a613dd25 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-6894 Change-Id: I7682e27135a3cbc6011a6241fb7975d549ecd5d6 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ib3acdef95477180da218f17d441b230c9c894f74 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christiaan Janssen authored
Change-Id: I5082b8bfb8f9ab242b18a1942aa831145d3e9d06 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Roberto Raggi authored
Add the declaring `inline' namespace to the `using list' of its enclosing namespace symbol. This should be enough to ensure the correct visibility of the symbols declarated in the inlined namespace. Change-Id: Id4de74577c498fe439a49709a306ef0deb145988 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6886 Change-Id: I99e076d9881bead58cbcb9c66f3e5ab1d1187b6f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
* Avoid calling git --version repeatedly * Use VcsManager to find toplevel directory which does caching. Task-number: QTCREATORBUG-6906 Change-Id: Ib9ba94751bbecac686a0e116baeded9b2f6f3d90 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christiaan Janssen authored
Loading Trace files was broken because of this. Fixed now. Change-Id: I3a464714e182523d06e1cb594eee7f76ece7e9bf Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Robert Loehning authored
Change-Id: I05255b3d06cf08fa2e2744105aa88c8510b0f6ef Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Eike Ziller authored
Can easily be done when they are actually requested. Change-Id: I2022b2b97ea13725ed62ed2657f99cb505553c45 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Daniel Teske authored
It's only ever called two times and makes it easier to understand how m_sesionName is changed Change-Id: I0106516b78481181d7a027a6348eee45e0e462d6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
To reproduce the bug: 1) Load a project into the default session.cpp 2) Close creator (which saves the session) 3) Start Creator 4) Create a new session and switch to it => This calls createImpl and overrides the default session, even though it shouldn't 5) Load the default session, which will now be empty Change-Id: I7c23fba8c1f9fd32cc95b3b9206afc422c1f0133 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Bojan Petrovic authored
Change-Id: I7fd9e88061e2854a8b18b9853ef71436921db062 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
David Schulz authored
The change brokes the Lexer. This reverts commit e46a5579 . Change-Id: I3363c6eff74b53a7f2d9f417941cde07aaa92619 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Tobias Hunger authored
Change-Id: I6aa8fb6bd9c494941e5baa94552845c56beb1ada Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
Change-Id: Ifd399cd167681d90c93d3e9f7c8e09299bdfff3b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Ia08a976d894e67c33c9c503d219ec12a4a4c46eb Reviewed-by:
hjk <qthjk@ovi.com>
-