- 19 Oct, 2010 7 commits
-
-
con authored
The heuristics depended on pro files appearing before pri files in the list, but now the list is alphabetically sorted. Leading to deployment.pri being selected by default for mobile projects. Task-number: QTCREATORBUG-2792 Reviewed-by: Friedemann Kleint
-
Christian Kamm authored
Task-number: QTCREATORBUG-2574 Reviewed-by: Roberto Raggi
-
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
-
- 18 Oct, 2010 7 commits
-
-
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
-
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
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
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
-
- 15 Oct, 2010 16 commits
-
-
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
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
-
Oswald Buddenhagen authored
Reviewed-by: hunger
-
Christian Kamm authored
Task-number: QTCREATORBUG-2640 Reviewed-by: Roberto Raggi
-
Christian Kamm authored
It is now guaranteed that the ModelManager's snapshot will be updated before the documentChanged/libraryInfoChanged signals are emitted. Whether the updated document/library is already in the snapshot or not was undefined before. Task-number: QTCREATORBUG-2640 Reviewed-by: Roberto Raggi
-
- 14 Oct, 2010 8 commits
-
-
Christian Kandeler authored
Capitalization + native separators. Reviewed-by: kh1
-
Christian Kamm authored
Task-number: QTCREATORBUG-2737 Reviewed-by: Kai Koehne
-
Christian Kamm authored
Reviewed-by: Kai Koehne
-
Christian Kamm authored
Task-number: QTCREATORBUG-2733 Reviewed-by: Kai Koehne
-
Kai Koehne authored
At the time setupToolbar is called in the shutdown process the connection still exists. Instead just use the parameter. Task-number: QTCREATORBUG-2693 Reviewed-by: Christiaan Janssen
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
This makes use of a Maemo target perform acceptably for big projects. Task-number: QTCREATORBUG-2703 Reviewed-by: kh1
-
hjk authored
Mac gdb does not like the idea. Reviewed-by: Joerg Bornemann
-
- 13 Oct, 2010 2 commits