- Sep 21, 2010
-
-
kh1 authored
-
hjk authored
-
hjk authored
This has bad interaction with '.' and ESC.
-
hjk authored
-
Christian Kandeler authored
The GUI part of this has been removed already. Reviewed-by: Alessandro Portale
-
Christian Kandeler authored
According to the man page, dpkg -l ist not suitable for automated parsing. Reviewed-by: kh1
-
Friedemann Kleint authored
Make address a quint64. Enable DisassemblerViewAgent to match the disassembly-addresses by converting the numbers, making it more robust. Remove the complicated formatting needed for CDB.
-
Jens Bache-Wiig authored
This will be the default in Qt with 4.8. It is faster and less prone to graphics issues than the X11 engine so we should use it in Creator by default. task-number: QTCREATORBUG-2238
-
Christian Kamm authored
Done-with: Alessandro Portale
-
Christian Kamm authored
Introduced new Creator-specific qmake variable QML_IMPORT_PATH that lists the import paths required by the QmlJS engine. Done-with: Alessandro Portale
-
Marco Bubke authored
-
Friedemann Kleint authored
Make address a quint64, linnumber and ignoreCounts int. Reviewed-by: hjk
-
Christian Kandeler authored
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=192729 Reviewed-by: kh1
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Uses unexported API. Reviewed-by: Thomas Hartmann
-
Friedemann Kleint authored
Reviewed-by: hjk
-
Christian Kandeler authored
Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2391 Reviewed-by: kh1
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2390 Reviewed-by: kh1
-
Christian Kandeler authored
-
- Sep 20, 2010
-
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2406 Reviewed-by: hjk
-
Tobias Hunger authored
Reviewed-by: Thomas Hartmann
-
Friedemann Kleint authored
-
Kai Koehne authored
-
hjk authored
Make the comboboxes expand to the right. Reviewed-by: Friedemann Kleint
-
Denis Mingulov authored
Merge-request: 178 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Jure Repinc authored
Merge-request: 173 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Thomas Hartmann authored
We should list all children
-
Thomas Hartmann authored
Do not paint children that have an instance of their own.
-
Thomas Hartmann authored
We now take into account that parents have to be skipped until we get to the parent that has a node instance
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We iterare now over all parents until we find an instance
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This is a hack and has to be fixed. We have to use instances to resolve this properly.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
imports are now properly forwarded and we catch exceptions.
-
Thomas Hartmann authored
Before everything that was not children was ignored. Thin of "back", "front" "flipableChildren"...
-
Thomas Hartmann authored
If we can recover we should.
-
Thomas Hartmann authored
literals like 100 or true should never be turned into strings even if types cannot be resolved properly.
-