- 07 Feb, 2012 29 commits
-
-
Daniel Teske authored
Instead of reseting the variable at new SessionFile, I did it at the right place, that is after reportingFinished(). Change-Id: Ia5b58734a646840ff645dad07dd87a2bffcef02b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6893 Change-Id: Idb780e97c23f6cc5d1bcede149959b2e58f9eaa2 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Change-Id: I00f3ebd2d6fff34424b1c3c291e8bd715387acfb Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Daniel Teske authored
Change-Id: Iccb40a16d3087f612ad5d570ed42a243fe87dfe5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: I7a6b19838761bffdd38abd988efa8f1af8f2cb4b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Note: The m_dep.clear() calls on new SessionFile are theoretically unecessary. After SessionManager::clear(), m_depMap should be empty. I can't prove that easily though, so I'll remove that later. Change-Id: I50b36ca7578dccb50b2b2d81351c8e2d1f0826cd Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Ic030e6ac521728431ee17b2e69e7d5aaa30b1fc3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Note: We do not need to clear it on delete m_file; new SessionFile, since the clear() before that removes all projects from m_projects Change-Id: I800f52939602cc2c02deff993da578e28ad9115c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Preserve the exact same semantics, that is set it to 0 even if it is later overriden anyway. Note, this 0 setting prevents the startup project changed signal from being emitted, so it's likely to be wrong. I'll fix that later. Change-Id: I8efc33e54fca1fe3636006fe8616ae20aa8c211b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Another step towards removing SessionFile. Change-Id: I63ff5bd1c62d03e362e33c0ed65bf7bf3d7d0d6f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Remove the functions and access the variable directly. Change-Id: Ic35d971a618299b6ccf26f9fb0d76de498268cc1 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Another step towards removing SessionFile. Change-Id: I0d3f7e9de3fbdf49ecc5e5d033128cb29a14538b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Removing the bool success makes later refactorings easier to do. The code flow is the same, except that the block handling failedProjects after load was always run, even if SessionFile::load returned false. The only place SessionFile::load returns false failedProjects didn't yet change, so the code was wrong before. Change-Id: I8ce565791d67ece7ab8fc7c4a799ed365153e34b Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
I want to get rid of SessionFile, this is the first step. Only slight coding style reformating has been done. Change-Id: I57cae8356b9f12229e3f788f2e71f8e1161fc3c7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
It's easily constructed from sessionName, thus removing one member Change-Id: I8ae92db0732dada6baa7b50ec84d7b95a16efed6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Only called in debug output, which is going to change later anyway Change-Id: I7dd6ec4a30a5d98eeab82cf46276c2811dc0207c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
So remove code that checks for that Change-Id: I6e717f27713fae0b7487e18a45790b82e4e1e8cd Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
There used to be 3 states for the SessionManager: 1) Uninitialized (after ctor) 2) A default virgin session 3) Using a session (including the default session) And we used to switch from state 1 to 2 or 3 after ICore::coreOpened(). This changes that we start in state 2 and thus don't emit a few signals after coreOpened. I don't think that'll break anything. Change-Id: I4cf7dade132c9d0ebd6d472d79c8b70c07acd20f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I80ac1229f2b5343a0f460d6271df18bf5dec310c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6763 Change-Id: I7a95bdbb9ab7b85beb19b7d390a10a5d629dc7e7 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Iafba9d5c61b5fd36242b25a262638f475e5e1858 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Change-Id: I1f4ff490d57053ce33853214e46a1beb444cbaa3 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
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 11 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>
-