- Jun 22, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
hjk 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
-
-
Leandro Melo authored
-
Leandro Melo authored
-
Oswald Buddenhagen authored
-
Christian Kamm authored
It'll be much saver to move to the qmldump based functionality once it has been moved into Qt. Essentially reverts: 45415783 Reviewed-by: Erik Verbruggen
-
ck authored
Reviewed-by: kh1
-
Bill King authored
-
- Jun 18, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
the latter does too much
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
that way the users don't have to duplicate the connect everywhere. as a side effect, MaemoPackageContents will have error reporting now.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
externalize the error message and evaluation notification callbacks into an own handler interface.
-
Oswald Buddenhagen authored
more types, and callback even for top-level project file
-
Oswald Buddenhagen authored
feature files are already generally excluded. add the explicitly injected files (qmake.conf and .qmake.cache) to that. this makes path-based exclusion superfluous.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Leandro Melo authored
Unit test cases were also created for this.
-
Tobias Hunger authored
... otherwise the ASSERT will not trigger when it should.
-
Oswald Buddenhagen authored
the message manager is not thread-safe, so don't use it outside the main thread.
-
ck authored
Task-number: QTCREATORBUG-1673
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Subclasses can override this method to do things when the mime-type is set/changed.
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Denis Mingulov authored
Merge-request: 2165 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-