- 15 Nov, 2010 40 commits
-
-
Alessandro Portale authored
-
Alessandro Portale authored
First usage: convert QML examples into c++ projects.
-
Alessandro Portale authored
-
Oswald Buddenhagen authored
Conflicts: share/qtcreator/static.pro src/plugins/qmljseditor/qmljsoutlinetreeview.cpp src/plugins/projectexplorer/outputwindow.cpp
-
Oswald Buddenhagen authored
-
hjk authored
-
con authored
The fixed size buttons were too big on Mac. Task-number: QTCREATORBUG-3098 Reviewed-by: Jens Bache-Wiig
-
Tobias Hunger authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
hjk authored
-
Christiaan Janssen authored
Reviewed by: hjk
-
Friedemann Kleint authored
-
Tobias Hunger authored
Allow the installer to specify the SBS v2 directory. Reviewed-by: Tim Jenssen
-
Friedemann Kleint authored
For Breakpoint data manipulation. Reviewed-by: hjk
-
hjk authored
-
hjk authored
-
hjk authored
-
Tobias Hunger authored
Provide a field in the symbian Qt version to set up the SBSv2 build system. Reviewed-by: dt
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
hjk authored
FIXME: add translations once interface has stabilized.
-
hjk authored
It also shows the response data.
-
hjk authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-3070
-
con authored
E.g. on Mac.
-
hjk authored
-
dt authored
Should help in debugging QTCREATORBUG-2821
-
hjk authored
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
We must not call updateFilterPage() when the "Options" dialog is not currently open. Without this patch, Creator will crash on a documentation update if that dialog has been opened at least once and is currently closed. Reviewed-by: kh1 Reviewed-by: con
-
hjk authored
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler. Engines and Views are only supposed to refer to them by id. They also have individual states now. The breakpoint data is split into a "user requested" "fixed" part in BreakpointData and the engines' acknowledged data in a new struct BreakpointResponse. TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions in the marker handling.
-
Friedemann Kleint authored
Reviewed-by: hjk
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Initial-patch-by: hjk
-
Christian Kamm authored
-