- 12 Jan, 2011 25 commits
-
-
Friedemann Kleint authored
Fix 07cac219 . Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Leena Miettinen authored
Reviewed-by: con Reviewed-by: Friedemann Kleint
-
dt authored
Toolchains can't hold a pointer to the qtversion for which they were created. Copying QtVersions does not clone toolchains instead they are held via a shared pointer. Thus the original qtversion for which the toolchain was created might not exist anymore. Reviewed-By: ck
-
dt authored
Task-Nr: QTCREATORBUG-3435
-
Christian Kamm authored
Reviewed-by: Friedemann Kleint
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kamm authored
Also don't require a rehighlight of every open document when the signal is emitted. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
- Ignore WOW64 breakpoints. Restructure code to examine stop reason before notifications to be able handle special stop reasons in a simpler way. - Fix autodetection to look into %ProgramFiles% (x64) as well.
-
Christian Kamm authored
Reviewed-by: aep
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
con authored
-
con authored
Conflicts: src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
-
con authored
Reviewed-by: Thorbjørn Lindeijer
-
Kai Koehne authored
Fix "QPropertyAnimation::updateState (%s): Changing state of an animation without target" warning. This apparently happens when the animation is still running, but the FutureProgress widget has already been killed. Avoid this by setting the widget as the parent of the animation.
-
con authored
Reviewed-by: hjk
-
con authored
-
- 11 Jan, 2011 15 commits
-
-
Oswald Buddenhagen authored
deal with lists of strings here as well Task-number: QTCREATORBUG-3260
-
Leena Miettinen authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2996
-
Christian Kandeler authored
Could happen e.g. when RDA is used.
-
Friedemann Kleint authored
Make NameDemangler's message non-translateable.
-
kh1 authored
Task-number: QTCREATORBUG-3378
-
kh1 authored
-
Christian Kamm authored
-
Friedemann Kleint authored
No longer do detection and build in one directory using .pro/_build.pro as this causes problems with shadow builds. Instead, do the detection in libs.pro.
-
Leena Miettinen authored
Reviewed-by: Tim Jenssen
-
Friedemann Kleint authored
complete b606469a.
-
dt authored
Task-Nr: QTCREATORBUG-3433
-
con authored
Broke by recent refactorings. Reviewed-by: Tobias Hunger
-
con authored
Adds a 'type' attribute to the 'dependency' tag, with possible values 'required' and 'optional'. Optional dependencies may not be linked against. You'll need to use the new dynamic methods in plugin manager (retrieving objects and calling methods by name) if you want to access functionality of optional dependencies.
-
dt authored
Reviewed-By: kh
-