- Apr 23, 2010
-
-
Lasse Holmstedt authored
Also, a class name is added in qmjs::bind so that we have a class name for custom properties defined inside a component.
-
Lasse Holmstedt authored
Task-number: BAUHAUS-607
-
Lasse Holmstedt authored
If you have plugins that extend qml, you probably want to debug them too. This is now possible with the "Start debugging QML and C++ Simultaneously" debug menu entry. Just select a QML project which uses c++ plugins and start debugging in this mode.
-
hjk authored
Still too hidden. Probably the 'Always adjust' settings should be persistent.
-
con authored
The menus were only updated during context changes (not if action states where updated directly), and didn't take into account that the active action for a context might still be disabled. Also, enabled separators should not automatically lead to enabled menus.
-
con authored
-
- Apr 22, 2010
-
-
Erik Verbruggen authored
-
kh1 authored
-
kh1 authored
-
Erik Verbruggen authored
Task-number: BAUHAUS-620
-
Marco Bubke authored
This is fixing a crash Task-Number: BAUHAUS-622 Reviewed-by: Marco Bubke
-
Christian Kamm authored
They had not yet been updated to the new way of importing javascript. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Use ScopeBuilder.push(...) for the same functionality. Reviewed-by: Erik Verbruggen
-
Banana Joe authored
Reviewed-by: danimo
-
Daniel Molkentin authored
Includes sources.
-
Kai Koehne authored
-
Kai Koehne authored
-
Jens Bache-Wiig authored
I created a nicer blue arrow by default and use standard icons on X11 where possible. Note that we still need an alternative solution for mac. Reviewed-by:thorbjorn
-
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
-
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
-