- 15 Jan, 2014 5 commits
-
-
Petar Perisin authored
Change-Id: Id4fa9f6c4f874c9b1ac5112efceaf0c22ed84d00 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Oswald Buddenhagen authored
this pretty surprising behavior would interfere with building the examples from an installed qt tree with qmakes from other qt builds. .qmake.conf (and .qmake.cache) files provide a possibility to explicitly "anchor" project roots, so there is no point in having a second, even more magic way to do it. Task-number: QTBUG-35485 Change-Id: I8fd4fda67cabafdf55e7a98282dcdfaffb4a405e Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com> (cherry picked from qtbase/65a676372c533e8b35117081ec0aa1a94e1500e5) Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Stenger authored
Change-Id: I9ee7bfb01d2618f426450182552cec0263af02ec Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Thomas Hartmann authored
There were serious layout issues in the property editor. While not 100% reliable reproducible they were quite annoying (TASK). The reason for the issues were the existence of several QtQuickViews and changing visibility of items. The pane for Item and the empty pane for no selection use different QtQuickViews in a StackWidget. Somehow visibility of items is not always updated properly when changing the QtQuickView in the stack. Solution: Do not use visibility but stack order instead. For the layout margins/targets all controls are now always visible, but unused margins/targets get disabled. Task-number: QTBUG-36141 Change-Id: Iec62b81796301aaf483606d9aca5a4ad3572e98b Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
Morten Johan Sørvig authored
By default, OpenGL-based apps will switch multi-GPU Macs over to discrete graphics hardware. It is possible to prevent this, and it makes sense to do so for Qt Creator since its users will typically be more concerned with power usage than raw OpenGL performance. Commit 8166a34f makes the necessary change to QtBase and this commit enables the non-switching behavior by adding the NSSupportsAutomaticGraphicsSwitching key to the Info.plist Change-Id: Iea6ef4b4922645f792cfb9b8b0b8860f5b2c0674 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 14 Jan, 2014 7 commits
-
-
Thomas Hartmann authored
There is no guarantee that the selection is still valid, when changeExpression() is called. The signal might be triggered by an EditingFinished() signal that was emitted after the selection was changed. Just ignoring the change is not the ideal solution, but there is not much more we can do. Task-number: QTCREATORBUG-11249 Change-Id: I770dade680b0b8a052efd910b636829d1037e3ad Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
The clone log contains escape as a character (unicode 0x1b) which makes the creation of the results.xml fail. This patch removes these for unquoted text logs. Change-Id: Ia5312c4cf41dbf9c40732e48ebe4694f79f39bb2 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Thomas Hartmann authored
Change-Id: Ic9faddd21fdf80357b1360951a1cc054546866e9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Those properties are QtQuick 2 only and were missing in the property editor. Change-Id: Ie58a4eac86b945bdde24d32fc373396268bb593e Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Thomas Hartmann authored
If there is a non <cpp> export for the CppComponentValue we use it. Task-number: QTCREATORBUG-11205 Change-Id: Ia82c8fc5f567245f5d04b0fd91819bf443312e17 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
Anchors and/or anchor targets might be invalid. e.g.: anchors.left: parent We have to check this. Task-number: QTCREATORBUG-11255 Change-Id: Ib939292d0f89cc1d22119972627c03f1e85043db Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Ulf Hermann authored
This is a temporary fix to work around the fact that the profiler's loading indicator won't show on top of the timeline view. It's not particularly beautiful but at least the UI doesn't just "hang" anymore. A final solution has to be provided in qtdeclarative by allowing widgets to be placed on top of QML scenes. In principle it's also possible to change the loading indicators to be actual windows and by doing that have them stay on top, but the result would be very messy. Change-Id: Ic774b0792786d7d278da5ba0beda4531f0dba77d Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 13 Jan, 2014 4 commits
-
-
Sergey Belyashov authored
Change-Id: I7a103dd3b416999be9a67fee7b839e42d596ec2f Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
hjk authored
Change-Id: I7de69c49245daf03ffd3e257cbd08f25b7bedd1d Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Orgad Shaneh authored
QLayout calls setMinimumSize, which breaks maximized state on Windows. Task-number: QTCREATORBUG-9586 Change-Id: Ibd9ceb8bccbdf26c6369e86ad4918835d645ca1e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Kai Koehne authored
Do not repeatedly try to fetch updates, but only once. Change-Id: Id177b6677077e97132c7b40af3de35015a9c7658 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 10 Jan, 2014 6 commits
-
-
hjk authored
Change-Id: Id8f2ad9e46c88302d523b879558f65b4a86b0e2c Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
You can use the :c, :l, and :u modifiers to convert the case of variable values. Change-Id: I4abffcf1b4545eafdef0d243e68813076e8fc1ce Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
El Mehdi Fekari authored
Change-Id: I472cacaea48495bb039b18426bbb2010673d1a65 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thiago Macieira authored
-1 is not a valid unsigned value. registerhandler.cpp(354): warning #68: integer conversion resulted in a change of sign return createIndex(row, col, TopLevelId); ^ Change-Id: I41935255704f19724d6cec16ea470e2f8f8a16a1 Reviewed-by:
Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
When having multiple Qt versions with examples registered in Creator, the welcome mode showed all of them initially. The reason was that m_uniqueQtId was initialized with noQtVersionsId instead of uniqueQtVersionIdSetting(). The function uniqueQtVersionIdSetting() gets the correct Qt version from the settings as shown in the combobox. Task-number: QTCREATORBUG-10790 Change-Id: I9f435f6372f8b0c0495daf6c6efcf4bcc5e70455 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Build paths of Qt 5.2 changed. Task-number: QTCREATORBUG-11233 Change-Id: I9e3b2d53cb10f09bc1b9d780669ebb72c595ad4f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Jan, 2014 1 commit
-
-
Christian Stenger authored
Current Squish fails to hook into native file dialogs for Qt5 builds. The workaround forces Qt Creator to use QFileDialog. Change-Id: I3a28314bab54178d93cda85c0a36e9202f037c9c Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- 08 Jan, 2014 8 commits
-
-
Orgad Shaneh authored
Unused variable Change-Id: I190d8adf6efba8273ded2288c7232a1e77ef62f9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10873 Change-Id: Idb20aece719bedbf4b505e6500ec62a7be916c11 Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Orgad Shaneh authored
Change-Id: I1a58d9bce7c0c6409b0473e81913d7d207b88444 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Fawzi Mohamed authored
Correctly use the device specific cached symbols to avoid downloading them from the device (big slowdown). Task-number: QTCREATORBUG-10884 Change-Id: Ic82482e4b1dadf55f695a67fd420ac1b095a3ca1 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Robert Loehning authored
Change-Id: I4d100538e05e2669908df5b0a0cc2156da181863 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
Change-Id: I608811fa480a94e0e3d65fbfb24d2425e7b4049d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Robert Loehning authored
Change-Id: I83ca568b88537fca189425de1795b82eaca66105 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 07 Jan, 2014 9 commits
-
-
hjk authored
Change-Id: Id995ee20b231dc4179eed0b03b139fdcb9ffb60a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: Id0441ed8bb4ca1a116157e033bd711ece0e2b2ed Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Robert Loehning authored
Change-Id: I1687ae59c6327616ee18f6120dca9d0d0ce40bcf Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
The example project parts had no project file set and thus the "right" project part could not be determined in cppeditor.cpp:718. Change-Id: I088571e9d3c3c8790670bbdd8e68190835a85ad5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Schulz authored
Change-Id: Ibb24ded55ba02b908b63d71f1f872c73ee7b011b Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-11107 Change-Id: I5d0bc2cb34a1c02e2c310df4bd40fa9df198292d Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Regression in 3.0. Change-Id: I8772176dc6ed75fb0f9c976632defacebe9d3589 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ieb1e13a25dd2ac4fbe2c1dba0adbbe93dcc6b4e7 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: Ib2aa41d6a059246e15d1f42831bdec96c235161e Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-