- Feb 10, 2010
-
-
con authored
Since the target names are translated, we cannot use the saved display name from the user file. Reviewed-by: Tobias Hunger
-
Tobias Hunger authored
* This is necessary as the decission on whether Symbian support is available at all depends on the ToolChain used to build. We should improve this!
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
-
Erik Verbruggen authored
When a PP line ended with a \ (join line) and the next line was empty (ending th joining), the following token would be incorrectly marked as joined. Done-with: Roberto Raggi
-
Erik Verbruggen authored
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
ck authored
-
Friedemann Kleint authored
-
- Feb 09, 2010
-
-
Oswald Buddenhagen authored
previously, the entire value hash was simply pushed on a stack upon entering a custom function. the problem with that was that setting the function's argument already detached (i.e., copied) the entire hash. so instead store only actually modified values in nested scopes and let lookups cascade to parent scopes. improvement: 2% for qt, 15% for creator ...
-
Oswald Buddenhagen authored
it is extremely unlikely that a function would change one of the interesting variables (all types of source file lists) but not re-export them subsequently. thus the scoping only complicates matters and burns cpu cycles. we ignore the tiny possibility that this could illegitimately reset a list while doing exact parsing - the subsequent cumulative parsing would most likely catch these files again anyway.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
these values do not require evaluating magic variables. the semantics would be totally unclear anyway.
-
con authored
Use that for showing details about connected Symbian devices. Also update the icon with an (not-)connected overlay icon. Graphics design pending.
-
Marco Bubke authored
-
Marco Bubke authored
-
Tobias Hunger authored
-
Marco Bubke authored
-
con authored
-
con authored
-
con authored
-
Marco Bubke authored
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
editor.
-
Erik Verbruggen authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Marco Bubke authored
-
Kai Koehne authored
d914555badc in qt-dui/master removed QmlType::fromObject. This patch replaces the method with QVariant::fromValue. The difference here is that the QVariant type is always QObject*, instead of the real inherited type. We have yet to verify if this breaks something.
-
Roberto Raggi authored
-
kh1 authored
Depending on the Qt version we might be able to gather the qemu path, if not the former error message was a bit misleading.
-
ck authored
Reviewed-by: kh1
-
Marco Bubke authored
-
Alessandro Portale authored
Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com> modified: src/plugins/debugger/registerwindow.cpp
-