- Oct 04, 2012
-
-
Tobias Hunger authored
Change-Id: Icae877d0c809ce6952b47d51e575930696738349 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Also use the optimization for snapshot views as well. Change-Id: Ic8c2d9f874f09b6b3b4a50eb8c5d396f10ecd6cd Reviewed-by:
Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
empty directory has no children, and root directory was not handled correctly Change-Id: I1936eab96aef0a3be462f705c60f1f26995be68b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Change-Id: I4186502f0615ee16340a6cabc9c61d7a9ff4836c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
Change-Id: I145f2849db8b1a488b4af51f0f136cfa6ac12b67 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Peter Kümmel authored
The cmake wizard proposes also ninja if ninja support is available Ninja must be in PATH, but it is only called once, so it doesn't hurt. Task-number: QTCREATORBUG-7720 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Change-Id: If3c9c7ae55e6990fa16b031fc2998a8d8d9ed17a Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net> Reviewed-by:
Yuchen Deng <loaden@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
At the very least data can be restored that way. Change-Id: I3a75783f9988fee7cd3571ed6e57c3cc0c86e0e8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Idac6b09d9b8d3371070490b68fe116e94f0fda72 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This is needed to catch any updates that were triggered during tear down of the UI (which happens after the saveSettings signal was emitted). Change-Id: I9f14e8807070f3192551a3653bad31072db539f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: If9582c35a35322efcd0d1666a6e52a62df98af21 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I5246852f77f13791e7dfc8af781da69789519116 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Change-Id: Iadb961ec0c74529f0afe278e5e46473e22c05979 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
The previous one was failing on 'this' pointers of instances of classes templatized on function pointers. Change-Id: I2be50db5be643974f318fb6999136f5c7a4cfc1c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
This macro isn't defined in Qt5 anymore, so use Q_OS_* where appropriate. Regarding bug QTCREATORBUG-7936: Now the fonts look normal again on GNU/Linux, e.g. in the text editor and the application/compile output pane. Task-number: QTCREATORBUG-7936 Change-Id: I501cca608f273789d095e1138b32c2c8c38b0059 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Id15d42d9447221be85baff92d08823d3fff4c3da Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 02, 2012
-
-
Tobias Hunger authored
Change-Id: I1947726b67c5f9474b0052c25ea8dca494f4c6b4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do allow kit config to become "tidy" again after a change made it dirty. Change-Id: I764093c2ce199633d8f67bea0e4747d6b0bfd2b7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I17046315b286dd4c224f7465da0ec981941c77d5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Przemyslaw Gorszkowski authored
Task-number: QTCREATORBUG-7933 Change-Id: I98469a092ff3ff0acc69800e9aade4ebb268332a Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Friedemann Kleint authored
Change-Id: I8cbb07c76c730cf40d6099b3cd26ebc82923931c Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Robert Loehning authored
Change-Id: Ib1cd24818b691fc4ccd43b60ff4afdd4e0394fde Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Stop resizing width on scrolling the proposal widget via drag of the scrollbar. Task-number: QTCREATORBUG-7925 Change-Id: I948a0ec1bba8a9294b8a65b5eaa72063bbede48f Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Kandeler authored
The original problem was that we cannot assume QLineEdit::editingFinished() is emitted when clicking a button while a QLineEdit has the focus (QTCREATORBUG-1675). The original solution to that introduced two more bugs, namely that changes are not visible in other tabs until the dialog has been closed and reopened and that pressing "Apply" also applies changes that are done later and which the user intends to revert by by pressing "Cancel" (QTCREATORBUG-7288). This patch intends to fix all of these issues. Task-number: QTCREATORBUG-1675 Task-number: QTCREATORBUG-7288 Change-Id: I569a89f64843e08ee389e3eba6bdcb473ba22393 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Przemyslaw Gorszkowski authored
Problem was with nested template type(in this case shared_ptr<T> is nested template type) Task-number: QTCREATORBUG-6784 Change-Id: I8ea9203f2b1fbde73d9ac4e6c8cdeb2b6e0afcef Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Oct 01, 2012
-
-
Aurindam Jana authored
Fetch data on demand for 4.x. Since, parentIds are not known, the tree will be reset when new objects are created. Related changes in Qt side: https://codereview.qt-project.org/#change,35982 Task-number: QTCREATORBUG-7779 Change-Id: I8b53604979bbbc2e6f01bc7b785929811a76f398 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Robert Loehning authored
Change-Id: I06fadcc2643b16a59adb962f134c259aa3991c39 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Friedemann Kleint authored
When choosing "Manage kits" from the wizard, the settings dialog locks up when using Qt 5 since 2 modal dialogs execute on the mainwindow. Task-number: QTBUG-27206 Change-Id: I69b756fed48983ec7217452b2f6c3049a520f1c3 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: I6ad0e25d084cfccde6776c8d4cdaae43ea071b55 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This makes it possible to close all editors and still have the typehierarchy visible. It used to close for no apparent reason. Change-Id: I4d1500b5402905c6a04623ea60247c9d746acab8 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Leena Miettinen authored
Change-Id: I16419b21a7414c0e97238d33c433a88233076cf5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Change-Id: If70418319529f75e893f3d5b60cb7dfa6a739dca Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Fix typo. Change-Id: Iee76e5f7a0c09d4e1d0f7c08a8c80f5bad9e5109 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Change-Id: I012af35287b0ee478eb99c95c54ba438f8e4e6d7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Thomas Hartmann authored
We have to call start() for QTime. Calling elapsed() without calling start before was never defined. Change-Id: I229b3cbb30a2b3e5e98fdb05736ee0f37ae42c38 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Leena Miettinen authored
Change-Id: I80b8b74c07bc909e35d5e001bd65afd7d114a7c1 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Leena Miettinen authored
Change-Id: Idcad814afc9e12256821106ee3272391ad95c8ef Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Leena Miettinen authored
Change-Id: Ic312b7f78a65c7a2f17f3186f4f0ce7f0c1cf2ee Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Aurindam Jana authored
A client for DeclarativeDebugger Service. The service is a backport of QmlDebugger service. Change-Id: I868a286756c2d6bcbb2f41904a13d7f691e9704c Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Tobias Hunger authored
Change-Id: I7dd8d3b8ae919808fd7089079dcd5583ebc89913 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
Change-Id: Ib5e24e6d697e5ce9c3960adecee5b015f7dee450 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-