- Nov 02, 2010
- Nov 01, 2010
-
-
Alessandro Portale authored
Reviewed-By: TrustMe
-
Alessandro Portale authored
...and do not call it show(), because that is the signature of a non-virtual base class function. showExpanded() sucks as name, and hjk, who reviewed this is not convinced. But showExpanded() is still better than show(). Task-Number: QTCREATORBUG-2979 Reviewed-By: hjk
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
Oswald Buddenhagen authored
this is a team work by the following people: Beaver Xu <xtfllbl@hotmail.com> cch123 <cao1988228@163.com> shiroki <shiroki@cuteqt.com> Rei <chloerei@gmail.com> Merge-request: 210
-
Oswald Buddenhagen authored
-
hjk authored
Reviewed-by: Friedemann Kleint
-
Thomas Hartmann authored
I also added a tooltip. Reviewed-by: Lasse Holmstedt
-
Thomas Hartmann authored
Also fixes the memory leak in resize code. cleanup Reviewed-by: Marco Bubke
-
Sergey Belyashov authored
Merge-request: 211 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
- Oct 29, 2010
-
-
Alessandro Portale authored
These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck
-
Thorbjørn Lindeijer authored
Reviewed-by: Jarek Kobus Acked-by: dt
-
Friedemann Kleint authored
Do not parse options if empty (when a file was passed to the core). Reviewed-by:
Thorbjørn <thorbjorn.lindeijer@nokia.com>
-
- Oct 28, 2010
-
-
Pierre Rossi authored
-
con authored
Conflicts: share/qtcreator/translations/qtcreator_pl.ts
-
Oswald Buddenhagen authored
ok, i'm cheating ... it's only 97% complete :D
-
Pawel Polanski authored
(cherry picked from commit 37fd6189) plus manual fix for "CDB debug engine does not support ...".
-
Oswald Buddenhagen authored
-
Pawel Polanski authored
-
Christian Kandeler authored
The time stamp check must descend into directories. Task-number: QTCREATORBUG-2920 Reviewed-by: con
-
- Oct 27, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Niels Weber
-
Daniel Molkentin authored
Reviewed-by: con
-
Daniel Molkentin authored
Also center images, don't scale, and be less jumpy on startup Reviewed-By: con
-
Christian Kamm authored
The detection of whether a type or one of its children is exported was broken when we fixed the type information for the QtQuick module. Reviewed-by: Erik Verbruggen
-
hjk authored
Reviewed-by: dt Task-number: QTCREATORBUG-2921
-
Leena Miettinen authored
Task-number: QTCREATORBUG-2661 Reviewed-by: Carsten Owerfeldt
-
Friedemann Kleint authored
Reviewed-by: con
-
Friedemann Kleint authored
Account for "0x0000000100002682sub $0x68,%rsp", convert hex address correctly to match the location. Reviewed-by: hjk
-
hjk authored
Ensure that at most one instance of the CDBEngine is alive. Prevent inconsistent debugger states if several sessions are started. Squashed cherry-picked commits from master correcting the plugin state handling (2efdeb5c, 57f76162). Reviewed-by: hjk Task-number: QTCREATORBUG-2894 (cherry picked from commit 5a5ba58d)
-
Christian Kamm authored
The parser's error recovery generates three nested object definitions for code like Item { Item { font } } where the innermost definition corresponds to 'font }' and has an empty lbrace token. If we create a Range for this recovered definition, code completion will fail for 'font.'. Task-number: QTCREATORBUG-2767 Reviewed-by: Roberto Raggi
-
-
- Oct 26, 2010
-
-
Christian Kamm authored
Fixes f1fb0bdd. Reviewed-by: Kai Koehne (cherry picked from commit 528999d5)
-
Friedemann Kleint authored
Set complete build environment (MinGW). Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2883 (cherry picked from commit f1fb0bdd)
-