- Mar 18, 2010
-
-
con authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-895
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Christian Kamm authored
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
-
mae authored
Previously it was possible to end up with the wrong editor state (the one from a duplicate editor), i.e. the cursor position was wrong.
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Kai Koehne authored
- It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
-
Kai Koehne authored
- Mar 17, 2010
-
-
con authored
Since Leopard our default shortcut for completion collides with the one for Spotlight (Ctrl+Space). Cmd+Space is taken for Mac's keyboard layout settings, so going for Opt+Space...
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Lasse Holmstedt authored
The use case is simple: if you cut images in photoshop, you typically have a background and a number of other images on top of it.
-
Lasse Holmstedt authored
Reviewed-by: thartman
-
Jens Bache-Wiig authored
I made it hide the cancel button this time and added a nice animation when hovered.
-
dt authored
We used to indicate that the cache for a file is up to date by having a Entry with ent->locker == 0. But we first wake up all threads and only after all the threads who waited for that parse to complete we set ent->locker to zero. Thus a different thread could get the impression that it needs to wait for the parse thread, yet get no wake up. We need a different flag to indicate that we are actually already done parsing and the cache can simply be used instead of waiting for a wake up. Reviewed-By: ossi
-
dt authored
-
Friedemann Kleint authored
checking the validation line edits as a last resort.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Friedemann Kleint authored
-
Jens Bache-Wiig authored
I added support for picking up standard icons in the file and edit menus. This should help for integration in KDE and GNOME.
-
Friedemann Kleint authored
-
Jens Bache-Wiig authored
- Cleaned up frames in the QML inspactor. - Do not force toolbar height for designer widgets
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
Erik Verbruggen authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
Retrieve QueryProcessImageFileNameW via QLIbrary/dlopen on all platforms due to it being not present on Windows XP.
-
Daniel Molkentin authored
-
Kai Koehne authored
-
hjk authored
-