- Apr 22, 2010
-
-
Marco Bubke authored
model All views should be now work with node without valid type. Reviewed-by: kkoehne
-
Marco Bubke authored
Task-number: BAUHAUS-618 Reviewed-by: kkoehne
-
Friedemann Kleint authored
-
Thomas Hartmann authored
-
Leena Miettinen authored
Reviewed-by: Kai Koehne
-
Leena Miettinen authored
Reviewed-by: con
-
Leena Miettinen authored
-
Kai Koehne authored
Add QtGui/private to the list of include paths. qdeclarativeitem_p.h has: #include <private/qgraphicsitem_p.h> which failed before.
-
Tobias Hunger authored
Tasknumber: QTCREATORBUG-1188
-
- Apr 21, 2010
-
-
Daniel Molkentin authored
-
Friedemann Kleint authored
Try to find matching version for mkspec. Rubber-stamped-by:
Joerg Bornemann <qtc-committer@nokia.com>
-
Daniel Molkentin authored
No need for scrolling after my last commit. This reverts commit 577057d2.
-
Tobias Hunger authored
-
Tobias Hunger authored
* Add annoying code to set the table up in a way that looks decent * On the plus side: Keyboard handling is *much* better now Reviewed-by: dt
-
Tobias Hunger authored
* Remove now unused code * Make updateButtons private * Remove unnecessary calls to update Button Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Do not trigger resets of the model when not necessary * Actually handle resets of the model when necessary Tasknumber: QTCREATORBUG-1172 Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Be more paranoid when checking parameters * Use QAbstractTableModel instead of ItemModel, remove methods no longer needed * Update to newer interfaces for reseting the model * rename index() method which shadows the index from QAbstractTableModel Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Daniel Molkentin authored
- List sessions by recent use instead of alphabetically - Tweak the session manager. It is now a persistent dialog with only a close button - Implement session renaming in the session manager - Cleanups Task-Number: QTCREATORBUG-1168
-
Thomas Hartmann authored
Before recent refactoring (done by Marco) the node instances were not able to handle outside the current state. So we had to change back to the base state for all base state changes from the rewriter. This is not necessary, anymore. Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
-
Thomas Hartmann authored
See BAUHAUS-581 This patch adds missing properties and implments the wrap mode combobox
-
Thomas Hartmann authored
This patch fixes the notification signals for PropertyEditorValue There a two different signals now for the qml part and the backend This avoids subtle bugs
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This function returns the expression in a certain state
-
Thorbjørn Lindeijer authored
Since the fix in 01a0ec16, sometimes & would turn up in the tooltips due to them being escaped but not interpreted as HTML.
-
hjk authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
The current icons don't look so nice at this size, but new ones should be on their way.
-
con authored
It creates too much headache with widgets calling setWindowTitle themselves and Qt spilling out warnings about missing "[*]". Reviewed-by: Thorbjørn Lindeijer
-
Robert Loehning authored
-
Jens Bache-Wiig authored
* Enabled proper keyboard navigation * Skip header items when using arrow keys * Fixed a static pixmap warning Task-number: QTCREATORBUG-1237 Reviewed-by: Daniel Molkentin
-
Thomas Hartmann authored
before the "stops" label was visible even if gradient editing was disabled
-
Thomas Hartmann authored
font.bold, font.italic font.strikeout and font.underline are now int the metasystem
-