- 04 Jan, 2011 16 commits
-
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kandeler authored
-
Jarek Kobus authored
After reordering the mobile item the logic stayed unchanged what caused wizard problems. Wizard progress items are fixed too.
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
- Enable/disable all interactive elements when packaging is enabled/disabled. - Don't limit the width of line edits. - Don't make the labels bold.
-
Christian Kandeler authored
The toolchain is not available in all places where we need the respective information, which resulted in duplicated code.
-
hjk authored
Reviewed-by: con Task-number: QTCREATOR-201
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
To accommodate the limitation of output line width of CDB.
-
Friedemann Kleint authored
Determine field offset of map node using GetFieldOffset. Qualify with full module.
-
Christian Kamm authored
Task-number: QTCREATORBUG-3405 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
This change in how electric characters are handled has gone into the C++ indenter a while ago and works well there. It means Creator is less likely to annoyingly change the indent on lines where the indentation whas changed manually. It is still possible to trigger a reindent manually. Reviewed-by: Erik Verbruggen
-
- 03 Jan, 2011 3 commits
-
-
Marco Bubke authored
Pixmaps can be very large, so they are slow down the pipeline. Now there is a extra socket for images.
-
Christian Kandeler authored
- Disable "Remote Processes" button when no entry is selected. - Fix some keyboard shortcuts.
-
Christian Kandeler authored
-
- 22 Dec, 2010 5 commits
-
-
Thomas Hartmann authored
We are reading gradient data from the model instead of the instances now. This avoids problems with asynchronous implementation and is feature wise the same.
-
Thomas Hartmann authored
This was called too often.
-
Thomas Hartmann authored
Fixing slight behaivour changes of refactoring.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This is cleaner and avoids a regression.
-
- 21 Dec, 2010 16 commits
-
-
Alessandro Portale authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Qualify map and hash nodes as Module!QMapNode<>. Limit recursion depth of GDBMI dump. Introduce error reporting. Iterate QMap nodes and create artificial key/value nodes.
-
hjk authored
don't set the marker when clicking in the breakpoint view
-
hjk authored
Cursor positioning after the operation is wrong, but bearable.
-
hjk authored
-
hjk authored
-
hjk authored
-
Pawel Polanski authored
-
Kai Koehne authored
qmlviewer is picky about file path capitalization, and will bail out with 'File name case mismatch' if e.g. the working directory is wrongly capitalized. Prevent this by computing the canonical path of the qml file + working directory in advance. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-3417
-
hjk authored
Task-number: QTCREATORBUG-3427
-
hjk authored
-
hjk authored
Does not seem to work in an MI context and is not used by the python script.
-
hjk authored
-
hjk authored
-
Pawel Polanski authored
-