- 30 Mar, 2010 4 commits
-
-
Kai Koehne authored
Fixes crash when changing the transform origin of an item in the Property Editor. The fundamental problem is that the metatype system doesn't know about the enum. We used to return then an invalid QVariant when trying to convert the string to a QVariant. Now we instead return a valid QVariant, but with wrong type (QString). Task-number: BAUHAUS-522 Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
Roberto Raggi authored
OK, it seems that this change is not necessary. This reverts commit 40bae63c.
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
- 29 Mar, 2010 36 commits
-
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Jarek Kobus authored
-
hjk authored
-
hjk authored
binary is already gone.
-
Roberto Raggi authored
-
con authored
Also fixes a problem on Mac Cocoa with not being able to use the close editor button. Reviewed-by: Lasse Holmstedt
-
dt authored
This also fixes pkg-config support for the code model. Task-Nr: QTCREATORBUG-976
-
Thomas Hartmann authored
See BAUHAUS-532
-
Thomas Hartmann authored
See: BAUHAUS-393
-
Thomas Hartmann authored
-
mae authored
Fixed colors to use the same as refactoring rename, and a few fixes for undo and document changes outside the tab areas. Reviewed-by: Roberto Raggi
-
mae authored
Reviewed-by: jbache
-
mae authored
-
mae authored
Reviewed-by: Roberto Raggi
-
Jarek Kobus authored
-
Jarek Kobus authored
-
con authored
out icon as well.
-
dt authored
Was showing the wrong projectname. Reviewed-By: danimo
-
dt authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-978
-
dt authored
-
dt authored
-
Jarek Kobus authored
-
hjk authored
-
Tobias Hunger authored
* Simplify code a bit, too.
-
Tobias Hunger authored
* Comment out TARGET.CAPABILITY in symbian section * Use += to append to already set capabilities instead of overwritting them.
-
hjk authored
-
hjk authored
-
Kai Koehne authored
Only watch directories, and not single files. Also, share one FileSystemWatcher between projects & FileFilter items. This fixes the issue that the process runs out of file handles e.g. when loading a .qmlproject file containing all of qt examples & demos. Basic implementation of FileSystemWatcher was copied from ProjectExplorer::FileWatcher - however the FileWatcher is only for files (and not directories), and also monitors the last change date etc.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
by modifying it to change the root path of the model instead of changing the top index of the view. Depends on fix for QTBUG-8632.
-
Roberto Raggi authored
Done with: erikv
-