- 14 Dec, 2010 2 commits
- 13 Dec, 2010 15 commits
-
-
hjk authored
-
Thomas Hartmann authored
Each Components starts a new scope for ids. Using a stack to check this properly.
-
Friedemann Kleint authored
PC register is 'rip' for 64bit and 'eip' for 32bit. Task-number: QTCREATORBUG-3361
-
hjk authored
Was aiming at the current line, not the selected one.
-
hjk authored
Not functional due to missing public API in the editor manager.
-
hjk authored
-
Arvid Ephraim Picciani authored
-
Friedemann Kleint authored
Move container size code to container.cpp/h and known type enumeration to separate knowntype.h. Add some more types. Change type detection to work without 'class '/'struct ' prefixes for inner types. Add Qt types with Movable/Primitive flags. Add QStack/QQueue, size for std::deque and std::stack. Add infrastructure for linked-list type containers and std::list. Implement QList specialisations depending on type.
-
Thomas Hartmann authored
You only want to add the parent to the parentSet list in the else case.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
id: list id: on etc. are actually allowed. We should rely on the parser for this kind of checks anyway. Task-number: QTCREATORBUG-3347
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
- 10 Dec, 2010 23 commits
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Only show items that are available and use requiredImport for filtering
-
dt authored
-
dt authored
Turns out to be a oversight
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This is more consistent with the whole architecture and allows the item library to listen to imports.
-
Friedemann Kleint authored
Set up infrastructure for having 'fake' children in a symbolgroup that merely reference others. Print inames correctly, do index bookkeeping accordingly, adapt visitor. Prototypically implement complex dumpers for array-type containers. adding children as additional symbols.
-
Thomas Hartmann authored
Types unknown to the metasystem get the red line now and a questionmark icon.
-
Thomas Hartmann authored
The Qt import was removed in the QtQuick case.
-
Christian Kamm authored
At the moment, it inserts implementations inline. Done-with: Leandro Melo
-
con authored
We have to delay or drop event handling, so the Qt code that delivers the event can return control. The commit also prevents dropping another file while we are currently already handling a drop. Task-number: QTCREATORBUG-3344
-
dt authored
-
Kai Koehne authored
Store the artifical 'CurrentFile' in the settings as the mainFile, cause leaving it empty translates to 'use file from project'.
-
Kai Koehne authored
Don't enumerate all files to be copied any more, but copy whole subdirectory tree.
-
Kai Koehne authored
Update qmlobserver with changes in qmlviewer until 376e636eccedb8d8bb.
-
hjk authored
Use virtual function instead of if/qobject_cast cascades.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Roberto Raggi authored
Reviewed-by: Christian Kamm
-