- Oct 19, 2010
-
-
con authored
Didn't work if a project specific encoding was set. Task-number: QTCREATORBUG-65 Reviewed-by: Robert Loehning
-
con authored
Task-number: QTCREATORBUG-1956 Reviewed-by: Joerg Bornemann
-
Christian Kamm authored
This was the root cause of several issues with scoping and import resolution. For instance, finding the components that instantiate a component that's opened in the editor failed; leading to code completion missing valid entries. Reviewed-by: Erik Verbruggen Reviewed-by: Roberto Raggi
-
Friedemann Kleint authored
Reviewed-by:
Joerg Bornemann <joerg.bornemann@trolltech.com> Task-number: QTCREATORBUG-2776
-
Friedemann Kleint authored
As they do not look nice in the layouts and several options pages are involved in the case of the form class wizard. Reviewed-by: con Task-number: QTCREATORBUG-2778
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Oct 18, 2010
-
-
con authored
Otherwise all the Qt headers might not be found at all. Task-number: QTCREATORBUG-1377 Reviewed-by: Tobias Hunger Reviewed-by: Erik Verbruggen
-
con authored
Task-number: QTCREATORBUG-65 Reviewed-by: Robert Loehning
-
Christian Kandeler authored
Using a debian directory in the project root directory might interfere with non-MADDE configurations. We therefore introduce an extra directory qtc_packaging, where we can safely put our stuff. In the future, this should also contain non-Fremantle (and possibly non-Debian) configurations. Reviewed-by: Oswald Buddenhagen
-
Thomas Hartmann authored
Recent changes in 4.7 rendered the original qml code invalid Task-number: QTCREATORBUG-2765 Reviewed-by: Marco Bubke
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
Friedemann Kleint authored
Sometimes, std::string is seen instead of std::basic_string<>. Reviewed-by: hjk Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com> Task-number: QTCREATORBUG-2662
-
Friedemann Kleint authored
Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com>
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Reviewed-by: Tobias Hunger
-
Leena Miettinen authored
Reviewed-by: Tobias Hunger
-
Leena Miettinen authored
Reviewed-by: Kai Koehne Reviewed-by: Christiaan Janssen
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Tobias Hunger authored
-
- Oct 15, 2010
-
-
Robert Loehning authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2726 Reviewed-by: Oswald Buddenhagen
-
Tobias Hunger authored
Rename "Reset..." back to "Undo Uncommitted Changes..." to be more in line with git gui as well as the file-based operations. Reviewed-by: Leena Miettinen
-
Tobias Hunger authored
Refer to "blame", not "annotate" since that is what we call the action elsewhere. Reviewed-by: Leena Miettinen
-
Thorbjørn Lindeijer authored
This caused it to go to 0 when for example displaying size 9 at 10%, which is an invalid value so it caused the text to revert back to the default size. It also caused zooming to sometimes appearing to have no effect. For example zooming size 9 to 110% would still yield size 9 rather than 9.9. Task-number: QTCREATORBUG-2744 Task-number: QTCREATORBUG-2745 Reviewed-by: Robert Loehning Reviewed-by: hjk
-
Tim Jenssen authored
- the Nokia Qt SDK UpdateInfo plugin progress should stay in the progress view till the user clicks on it - now the futureprogress knows the difference between: KeepOnFinishTillUserInteraction and KeepOnFinish Reviewed-by: con
-
Thorbjørn Lindeijer authored
At least for now QML has no built in effects like DropShadow, Colorize or Blur. So it makes no sense to keep the snippets for adding these. Reviewed-by: Roberto Raggi Reviewed-by: andre
-
Thorbjørn Lindeijer authored
Reviewed-by: Leandro Melo Reviewed-by: hjk
-
Robert Loehning authored
Reviewed-by: hjk
-
Robert Loehning authored
Task-number: QTCREATORBUG-2742 Reviewed-by: hjk
-
Kai Koehne authored
Make sure changes in 0a8c34d3 are applied to existing .pro files too. Reviewed-by: TrustMe
-
Christian Kandeler authored
Reviewed-by: kh1
-
Kai Koehne authored
Don't complain e.g. about a missing cdb debugger if the user doesn't want to debug C++ anyway. Task-number: QTCREATORBUG-2376 Reviewed-by: hjk
-
Daniel Molkentin authored
QML examples are now read like any other Qt example, but still get their own dropdown box. Advantages: Less code, proper naming, also loads the help if available Disadvantage: Only contains a few examples, instead of all. We now trust whoever made the selection for Qt Demo. Reviewed-by: con
-
Daniel Molkentin authored
Reviewed-by: Tobias Hunger
-
Thorbjørn Lindeijer authored
Trivial fix.
-
Kai Koehne authored
Disable the message box feature alltogether: Debugging output should be captured by QtCreator already. Task-number: QTCREATORBUG-2748
-
Oswald Buddenhagen authored
Reviewed-by: hunger
-
kh1 authored
Reviewed-by: ck
-