- Jul 04, 2010
-
-
Alessandro Portale authored
There is already a "CONFIG" in variables[] which always overshadowed the entry from functions[].
-
Alessandro Portale authored
-
Alessandro Portale authored
I did not learn to count higher than 20, myself.
-
- Jul 02, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-1290
-
Friedemann Kleint authored
To be able to connect to them in the debugger namespace. Reviewed-by: dt Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
dt authored
-
dt authored
Also properly initialize m_projectContext in Qt4Manager, fixing the disabled "Run QMake" action
-
- Jul 01, 2010
-
-
ck authored
-
- Jun 30, 2010
-
-
ck authored
-
Tobias Hunger authored
* Stop warnings about using QFileInfo without a proper filename. Turns out that the filename of the project can still be empty when calling these methods from the new project wizard (before the first page is done).
-
- Jun 29, 2010
- Jun 28, 2010
-
-
kh1 authored
during the generation process and copy might fail afterwards.
-
Friedemann Kleint authored
Move open project dialog handling into ProjectExplorer and make it use its list of project file patterns. Same in Checkout wizards. Task-number: QTCREATORBUG-1759 Reviewed-by: dt
-
hjk authored
-
kh1 authored
Cherry-picked from 2.0 branch. Task-number: QTCREATORBUG-1670 Reviewed-by: ck
-
kh1 authored
Task-number: QTCREATORBUG-1670 Reviewed-by: ck
-
ck authored
Task-number: QTCREATORBUG-1748
-
- Jun 25, 2010
-
-
Alessandro Portale authored
DEPLOYMENT, ICON, TARGET.CAPABILITY, TARGET.EPOCHEAPSIZE and TARGET.UID3
-
hjk authored
-
hjk authored
A mostly mechanical change. Reviewed-By: con
-
- Jun 24, 2010
-
-
Oswald Buddenhagen authored
we don't use anything the features may set up, so loading them just wastes time. this may change if we start processing extracompilers properly.
-
Oswald Buddenhagen authored
make it an argument of the main entry point instead of a property
-
ck authored
-
- Jun 23, 2010
- Jun 22, 2010
-
-
Robert Loehning authored
-
Tobias Hunger authored
* Doubleclicking the directory in the targetsetuppage now switches between shadowbuilding (default) and in source building. Not very obvious, but then we do want to encourage people to use shadowbuilding. Task-number: QTCREATORBUG-1668
-
dt authored
I can't fully explain the backtrace, but connecting to qtVersionsChanged() in ::init() and not the ctor is the correct thing to do. Task-Nr: QTCREATORBUG-1653 Reviewed-By: hunger
-
ck authored
Task-number: QTCREATORBUG-1636 Reviewed-by: kh1
-
Tobias Hunger authored
* Update the Qt version combobox whenever the buildconfig signals that its Qt version changed. Task-number: QTCREATORBUG-1692 Reviewed-by: dt
-
Friedemann Kleint authored
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Jun 21, 2010
-
-
Oswald Buddenhagen authored
-
kh1 authored
Task-number: QTCREATORBUG-1686 Reviewed-by: ck
-
ck authored
Reviewed-by: kh1
-