- 13 Jan, 2011 2 commits
-
-
con authored
Introduced by recent ProxyAction refactoring, we may not copy the actual enabled/visible/checked state during initialization.
-
Kai Koehne authored
Regression introduced in 17d11b7b.
-
- 12 Jan, 2011 36 commits
-
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
Much faster.
-
con authored
Instead of doing context magic which doesn't reflect what actually was meant: The actions are different commands, but the button should be corresponding to different commands in different states.
-
Tobias Hunger authored
-
Tobias Hunger authored
Fix git show using the default format the first time it gets used. Task-number: QTCREATORBUG-3412
-
Marco Bubke authored
But still slow.
-
con authored
There was no reason, and using QAction is more flexible.
-
con authored
A generic action that acts as a proxy for another (changeable) action, like it is used for mostly all of the visible actions in Qt Creator through the action manager.
-
Christian Kamm authored
Task-number: QTCREATORBUG-3490
-
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 2 commits
-
-
Oswald Buddenhagen authored
deal with lists of strings here as well Task-number: QTCREATORBUG-3260
-
Leena Miettinen authored
-