- 25 Nov, 2014 3 commits
-
-
hjk authored
Remove rarely used ones, add a currentTextEditorWidget() Change-Id: I27b97c17927c71e07dc3b489785b7f2f76eb801e Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Lukas Holecek authored
Change-Id: Ib528fa2914bfcb17caed114d7da2d201079b0725 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lukas Holecek authored
Change-Id: If09f2cfeb58e9810ec3858c0a20d2f5e0a7fac14 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 24 Nov, 2014 9 commits
-
-
-
Eike Ziller authored
Conflicts: src/plugins/coreplugin/coreplugin.cpp src/plugins/coreplugin/themesettingswidget.cpp src/plugins/qbsprojectmanager/qbsprojectmanager.cpp src/plugins/qbsprojectmanager/qbsprojectmanager.h src/plugins/qmlprofiler/qml/Overview.js src/shared/qbs Change-Id: Ibe92c166fc5bfbcb4d6964e50ca7298d8459d60e
-
Marco Bubke authored
Warning which needs return value should be asynchronous because the event loop of the blocking dialog leads to crashes. Change-Id: I2e348f9351611dfd053cd3fbacfb6696401ee427 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
The close project action is special. If there are multiple projects open we show a menu with individual actions per project. If only one project is open, we show one the "m_unloadAction". Even with only one project open, the current project might be null. So explicitly manage enabled the same way as visible. And also us the displayName of the startup project, since that is guranteed to be non-null if there's a project open. Task-number: QTCREATORBUG-13497 Change-Id: I9150568da162c58ee524c2b954e0b9a816f79d7c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
The default button would move to the first pushbutton that got focus. E.g. tabbing through the android settings would move the default button to the first button that got focus. The cause of that is that for QPushButton::setDefault to work, the button needs to be a child of the QDialog. So call it after adding the buttongroup to the layout. Change-Id: Ife35bf15aa8585f7931a87ee715f316bb02b36be Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikita Baryshnikov authored
Orphaned after 4a596c8e Change-Id: Ib13f2ff8810fd812ea31497795dade9e9ca35129 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
The templates are fetched from qtbase/doc/global Change-Id: I15386a66e1dae552f5637062d9f176bf6565a834 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Eike Ziller authored
"Watermark" is not available on OS X We have a new logo now Task-number: QTCREATORBUG-13482 Change-Id: I01fdfb958bc67660a87a2c5a18f88613e7121aff Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eskil Abrahamsen Blomfeldt authored
Since unsigned packages are not deployable, we always make packages signed with the debug key when there's no signing requested, even if the native code is built as release. This was already fixed for Qt 5.4, where we use androiddeployqt to deploy the apk, but for earlier versions, we need to use the correct apk name. We also need to use the apk name which is used by androiddeployqt in Qt 5.3, which does not contain the "-signed" suffix. Change-Id: I87f7936002946acd80bc245935c44cf148f9630d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 21 Nov, 2014 28 commits
-
-
hjk authored
Change-Id: I6e106d4ae20b0c26acbb1f2257c59dea0498f623 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Have value(...) return a QVariant that is never mangeled and add a stringValue(...) method to retrieve stringified values. It is way easier to see who needs what now. Use this consistently in the JsonWizard and fix one place where a QVariant was expected but a stringified version was returned. Task-number: QTCREATORBUG-13486 Change-Id: I2c4e9188280940e529f0f60bcc18b9b7330865d1 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I62a04582d29b122f6210b3bcef0d3e5e26d5286e Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-13484 Change-Id: I1d63ceb485a0bde87010f86dce540c4c37da8b48 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
jkobus authored
Change-Id: Ie046c9db2544e22937968d6673f0813d59e2dc93 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Change-Id: I0e0ab9197a17bc71d953e5d9f068cca491a06b89 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
hjk authored
Change-Id: Ic2ebc78c026617a5e40901f81ee1258c042c54dc Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Change-Id: I1998f0750c5905a3dc4e83db297edc135cd2a39a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ie56de7a0e59cadd8557f7a2fd00d434470000f3c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
We need a general purpose TimelineModel and a specialized QmlProfilerTimelineModel. Change-Id: I2da02d65efa11e160cab5fa9f8a21075beb0e2bf Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ibe5e7638eb7f3d88ed02e6de12b81c9b2aba3e7d Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Orgad Shaneh authored
Detected by valgrind Change-Id: Iae3845edfcf1933c90b6b20b6af3909324ceb6fe Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
The source and examples directory is not a sub directory of the qt source directory in the sdks. But we still want to treat it as part of a the matching qt. Task-number: QTCREATORBUG-13469 Change-Id: Ib63722052a14c29e4198c879dd770fb4ecdcdb80 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-13457 Change-Id: Ib328678de18e1ae7160aaa1035356a62413b2efb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
To reflect changes in the template. Hide license header from the docs. Change-Id: Ib703f5a8c17ef210a14c684caa8ba9ecf8936839 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Leena Miettinen authored
Because the templates were changed. Change-Id: Ib64f65d1735604ad0c54addc2c7d1ce850ca08a8 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Orgad Shaneh authored
Detected by valgrind Change-Id: I32008cb91b5b814f67896ad1efb08f1366a38c76 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Leena Miettinen authored
The string was hidden in the UI. This needs to come back when the condition changes again. Change-Id: I096fdbe0ff15f9dbaa7fb04a0dbb6271fab87315 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Detected by valgrind Change-Id: Id8de8e8f5e3f4e691be818ff0224676345227156 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Id476d9be7c0b1a4fb7c8e5fffb2861441d369316 Task-number: QTCREATORBUG-13451 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
jkobus authored
We use double quotes instead of single ones. Change-Id: Ieb0024aec2053bea2a03e5ae09fb576089663ff1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I5aa8162d18fad46601198fe71fe87591737c30ff Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ifbc42208d3a34051fbf87cff7e9179f7dcdd7bf9 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
The view should check if it needs the labels before requesting them. Change-Id: I935259e91337202224af7890d0617e1b12dd922a Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
This relieves us of the headaches created by figuring out what should happen if the model manager is changed later. Extension models can be safely created through a factory. Change-Id: I8cf8fd6d639e4e6c9da66351ea44cfc35fd614a5 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
The selectionIds are an integral part of the timeline and have to be given for each event. The typeIds are optional. Thus it makes more sense to store the selectionIds in the basic Range classes and have the derived models handle the typeIds instead of doing it the other way around. Change-Id: I824224b6f58e8d45311134887482586283fbff41 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
The event view deals in type ids and the timeline view has to handle selection by type id. Using the coincidence that typeId == selectionId in the cases we're interested in is ugly. Change-Id: I6f94ccd2c3945d5901d0a225deee7de077bfce58 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
We can easily implement all specialized models with only the public interface. Change-Id: I2fc75ad4a4270d9dd40068e78f9364f3963805e0 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-