- Aug 24, 2010
-
-
Olivier Goffart authored
Discovered with change b7fd293098 in Qt master
-
Friedemann Kleint authored
by making operator== non-inline. Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Remove method declaration. This is a remainder of merge ef1e52df.
-
- Aug 23, 2010
-
-
Alessandro Portale authored
-
Alessandro Portale authored
Less readable, but perhaps more robust.
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Jarek Kobus authored
Since it will not work for pri files. The code is prepared to work with pri files. However, currently it will work only in case the pro file which includes the pri file lays in the same dir. After the QTBUG-13057 is done it will be just a matter of changing the apropriate variable name in librarydetailscontroller.cpp to make it working properly. Task-number: QTCREATORBUG-125
-
hjk authored
-
Friedemann Kleint authored
to be used for the promoted widgets dialog. See also 00e954ca817f89958a8a8777d93d3843252dc88c in Qt 4.8. Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com> Task-number: QTCREATORBUG-163
-
kh1 authored
Task-number: QTCREATORBUG-2130
-
Friedemann Kleint authored
Remove some unused leftovers from DebuggerOuputWindow.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
Kai Koehne authored
Fix typo in commit c2a618ae.
-
Kai Koehne authored
Qt change f5c5e20ab20f016c0735 optimizes the calculation of the children's bounding rect by taking the parent bounding rect into account. This led to a recursion in the QuickDesigner Form Editor, because LayerItem::boundingRect() is defined as the children's bounding rect. Break the cycle by setting ItemClipsChildrenToShape to false. (cherry picked from commit 2067cfcf)
-
Thorbjørn Lindeijer authored
Due to the wrong enumerators being used, it was impossible to define custom shortcuts for these actions. Reviewed-by: mae Task-number: QTCREATORBUG-2139
-
Kai Koehne authored
Remove unimplemented NOTIFY signals. Furthermore the signals must be declared in the same class as the Q_PROPERTY (not in a base class): Fix this in filefilteritems.h.
-
Kai Koehne authored
Fixes compilation with Qt 4.7.1
-
- Aug 20, 2010
-
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Alessandro Portale authored
-
Olivier Goffart authored
-
Friedemann Kleint authored
... on canceling.
-
Friedemann Kleint authored
Do an initial connection check on the host (once per host). Add utility function to NetworkProtocol, displaying connection check message box. Move the 'Paste' handling into the PasteView dialog, such that the checking happens there and the dialog stays open if something fails. Task-number: QTCREATORBUG-2117
-
Olivier Goffart authored
-
Friedemann Kleint authored
As it created 2 output panes that could be closed indepently of each other.
-
Pawel Polanski authored
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
Pawel Polanski authored
-
Christian Kandeler authored
-
Kai Koehne authored
Don't misuse the input field for a custom qmlviewer path with displaying the effective qmlviewer used. Previously the effective qmlviewer was only calculated when the project pane is shown first, and then never updated. Reviewed-by: holmstedt
-
Kai Koehne authored
QmlInspector has been disabled Reviewed-by: holmstedt
-
Christian Kandeler authored
-
Leandro Melo authored
- Manage definitions button is enabled only when path is valid. - Definitions displayed in the dialog are the ones from the path being managed, not the ones currently registered. - Mime types are registered whenever a download was attempted or one of the locations changed.
-
Kai Koehne authored
Remove unneeded widget (has been added unintendedly in 60fffd
-
Pawel Polanski authored
Bug QTCREATORBUG-2088 has been fixed Task-number: QTCREATORBUG-2088 Reviewed-by: Friedemann Kleint
-
- Aug 19, 2010
-
-
Christian Kandeler authored
Otherwise, we couldn't sensibly use the device's gdb for debugging.
-