- 03 Aug, 2010 38 commits
-
-
Alessandro Portale authored
Makes development easier (no recompiling needed when tweaking the templates). Also, all other templates are in that folder.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Olivier Goffart authored
If an object is created at the same location of another old object, It could be matched.
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Tobias Hunger authored
* Handle moc warnings there * Add unit tests * Use new parser in Qt's makestep Task-number: QTCREATORBUG-1908
-
ck authored
Reviewed-by: kh1
-
Leandro Melo authored
Task-number: QTCREATORBUG-1896
-
kh1 authored
Reviewed-by: ck
-
ck authored
Reviewed-by: kh1
-
Roberto Raggi authored
Done with: Thorbjørn Lindeijer
-
Leandro Melo authored
-
Olivier Goffart authored
-
Pawel Polanski authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
As in 479bcbd5
-
Thorbjørn Lindeijer authored
There should be no need for the text editor to request an update of the completion box, since when it's there it will have focus and update itself. Reviewed-by: Roberto Raggi
-
Roberto Raggi authored
-
Thomas Hartmann authored
Pinning is now indicated by a different icon and you can press the modified button to unpin the toolbar. This way pinning is way more discoverable and easier to understand.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Lasse Holmstedt authored
Also, update the gray mask that appears when user enters context of some item. The mask is grown if the item changes its geometry, but never shrunk, as this would introduce annoying flicker on the screen.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Roberto Raggi authored
-
Pawel Polanski authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
It gets a little too colorful.
-
Thorbjørn Lindeijer authored
In the default style this is currently the same, but in general it makes more sense to highlight properties as fields.
-
Thorbjørn Lindeijer authored
It's missing some highlights that we currently don't support, but it comes very close.
-
- 02 Aug, 2010 2 commits
-
-
Alessandro Portale authored
Switchen from QMAKE_BUNDLE_DATA to QMAKE_EXTRA_TARGETS, like we already do on Windows and Linux. QMAKE_BUNDLE_DATA does not seem to create make targets. We need to copy-if-changed the files into the resources folder on each run. Also pushed the Resources/ folder one level deeper, into Contents/.
-
Alessandro Portale authored
-