- Jan 21, 2014
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-5456 Change-Id: I0bb4756e3cdf3c87a4c2b0fbfe6953faaa5e1c52 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Fawzi Mohamed authored
Xml does not support control characters (even if encoded), thus QXmlStreamWriter does not encode them, and QXmlStreamReader gives an error with them. Thus outputting a control char would stop the application. Now we send them with a special tag and decode them. Note that the Output pane does some emulation of terminal behavior when receiving them. Sending app output as block because otherwise the stange logic within the OutputPane inserts spurious newlines (a string not containing a newline always gets a newline prepended) . Task-number: QTCREATORBUG-11219 Change-Id: I3557ffbb23ca2ea4eec9a97335a95580c9c4482b Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Christian Stenger authored
Squish 5 has problems to handle menus on Mac for Qt5.2 builds. Change-Id: I533f8fcd2c8a2786ae354cd92e92efad0fb1dd57 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Robert Loehning authored
Change-Id: I798a29aa9a4676edd1493f4973d29f8725e117e5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Jan 20, 2014
-
-
Christian Stenger authored
Change-Id: I4160e3f8e7f43f9711b3436693aeb3b333208faf Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: Ic0772f96c3d99af1d2001ca599820bc61192281c Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Robert Loehning authored
Change-Id: I6f89d908366257ab2dbd5d0a48f77f41e131ae12 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Leena Miettinen authored
Feedback from users indicates that they cannot find the instructions for setting up the Android development environment. Added links to the instructions in several high level topics. Also, moved the Qt 5 instructions above the Qt 4 instructions in "Connecting Android Devices". Change-Id: Ie31bc27b959ac5a7146f00a576a900b932c07a98 Reviewed-by:
Martin Smith <martin.smith@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Nico Vertriest <nico.vertriest@digia.com>
-
Friedemann Kleint authored
Purify reports "Uninitialized Memory Read" for shortenTemplates. Change-Id: Ieab51cd78bf9fc7bbc539ef3158e0f57a12579d7 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 17, 2014
-
-
Christian Stenger authored
Change-Id: Idca881989a673d3f220379d3a233c851ee75e248 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
The crash was actually only in tst_SCOM05 as WELP suite is completely disabled. Change-Id: I32d9bef43dc50eb8d3c71a5b1d6e7894c7d74276 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: Ib6af4b61d4ca7bd32b3e3e9dcb837a91692a1dfe Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
lldb from Xcode is recognized as well. Change-Id: I4c79b5362ced38461aa4f823d4e303093f81fcac Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Tobias Hunger authored
This prevents an access to free'd memory when opening qtcreator.pro. Looks like qml2puppet.pro gets added to that cache in QMakeVfs::writeFile with part of the including pro-file's filename in it. That part gets cleaned when that containing ProFile goes out of scope, leaving a key in QMakeVfs::m_files free'd but accessible. Change-Id: I80b43d2fbb66c214647497ea97e6e3a587e274d6 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10382 Change-Id: I6c38fda8a4bf70ae93f6ec7dd671878589056124 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> (cherry picked from commit eb5b9596398c401d043d20f81fd8b68b02ec5168) Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
The root item cannot be "filled". Adding a try catch block just in case. Task-number: QTCREATORBUG-10476 Change-Id: Ic5c5efddd78194275d7d6e393eb945d6c9d89ed0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-11229 Change-Id: Ie884565f1cc75fc9554466b8fdea413f385c9200 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- Jan 16, 2014
-
-
Fawzi Mohamed authored
Change-Id: Id0c52f6a96a5c36893f64cbc96cc7eee300e6afa Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Fawzi Mohamed authored
Change-Id: I56559f6d9bd128069e2c270e033c958a6a239c3a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 15, 2014
-
-
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>
-
- Jan 14, 2014
-
-
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>
-
- Jan 13, 2014
-
-
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>
-
- Jan 10, 2014
-
-
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>
-