From c8a2423627e8ca3e411bf65e581ea6f24abbf222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Thu, 16 Apr 2009 16:48:13 +0200 Subject: [PATCH 1/2] Don't disable the frame around QSpinBox in debugger options --- src/plugins/debugger/gdboptionpage.ui | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/debugger/gdboptionpage.ui b/src/plugins/debugger/gdboptionpage.ui index baf91e4667d..7c7c20b957c 100644 --- a/src/plugins/debugger/gdboptionpage.ui +++ b/src/plugins/debugger/gdboptionpage.ui @@ -182,9 +182,6 @@ Qt::LeftToRight - - false - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter From ceca662ec5477ad53ea763636c05a2b0448f4c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Thu, 16 Apr 2009 17:01:25 +0200 Subject: [PATCH 2/2] Updated known issues related to .pro file parsing Reviewed-by: Oswald Buddenhagen --- doc/qtcreator.qdoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 4f31d54407a..9ae007d3bd2 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1571,8 +1571,11 @@ \o Loading KDE4 designer plugins breaks the style in KDE < 4.2.1 due to a bug in KDE. - \o Scopes in \c{.pro} files are ignored, and environment variables not - expanded. + \o The DEFINES and INCLUDES set in \c{.pro} files are not dealt with + on a file-specific level. Because of this, handling of DEFINES has + been disabled completely. Also the \c{.qmake.cache} is not being + parsed. In general, the \c{.pro} file parser is incomplete and + problems are still to be expected. \o Code completion for generated UI header files is updated only after a build.