summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* compile fix with namespaceshjk2010-02-2411-28/+5
* No need to have a function if we can call connect inside the class ctor.kh12010-02-233-32/+16
* Return a reference to the object, changed from pointer.kh12010-02-237-22/+19
* Move the factories inside there own source files.kh12010-02-237-319/+454
* Remove dumper class, wasn't heavily used anyways.kh12010-02-232-55/+0
* Fix wrong connect/ disconnect logic.kh12010-02-231-4/+4
* Style cleanup, no functional change.kh12010-02-231-66/+73
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-2319-284/+162
* Symbian: Use 'make sis' for the ABLD-toolchain as well.Friedemann Kleint2010-02-233-161/+40
* QmlDesigner.propertyEditor: setting up several panes beforehandThomas Hartmann2010-02-231-0/+4
* QmlDesigner.propertyEditor: setting a value in intial setupThomas Hartmann2010-02-231-0/+1
* QmlDesigner.propertyEditor: change caching behaivourThomas Hartmann2010-02-231-9/+4
* QmlDesigner.propertyEditor: fix setupPane()Thomas Hartmann2010-02-231-12/+17
* QmlDesigner.propertyEditor: catch exceptions for expression editingThomas Hartmann2010-02-231-2/+8
* QmlDesigner.propertyEditor: change timing of defered constructionThomas Hartmann2010-02-231-1/+1
* QmlDesigner.propertyEditor: enables caching for WidgetLoaderThomas Hartmann2010-02-231-24/+29
* Add check for anchor line, changed value assignment checks into visitor.Christian Kamm2010-02-234-76/+168
* Show target overlay icon only in the active target button.con2010-02-234-34/+60
* Fix parsing errors not showing for the QmlJS editor.Christian Kamm2010-02-231-36/+40
* QmlDesigner: Fix artifact when moving items aroundKai Koehne2010-02-231-3/+1
* Fix CppModelManager::parse broken in recent commitdt2010-02-231-2/+3
* Remove more/less-flicker in the projects tabmae2010-02-231-0/+14
* * Use prev/next icons from coreplugin resourceNadeem Hasan2010-02-231-9/+11
* Check that the id property is a plain lowercase identifier.Christian Kamm2010-02-231-0/+26
* Add check for correct color string in Qml.Christian Kamm2010-02-233-37/+100
* Set parents on objectsTobias Hunger2010-02-232-10/+16
* Fix possible crash when deleting targetsTobias Hunger2010-02-231-9/+11
* Migrate ManhattanStyle to use QProxyStyleJens Bache-Wiig2010-02-234-92/+40
* Add Qml type checks for assigning literals to properties.Christian Kamm2010-02-232-5/+38
* Fix semantic checks not being applied to the Qml root object.Christian Kamm2010-02-232-3/+2
* Fix compilation for latest qt/masterKai Koehne2010-02-236-161/+110
* Qt versions are different if the dislayname does not matchTobias Hunger2010-02-221-0/+2
* Did some modifications to the sidebarJens Bache-Wiig2010-02-221-12/+6
* Disable Project Mode if no projects are loadedTobias Hunger2010-02-223-32/+19
* Sort targets on displayname in project modeTobias Hunger2010-02-222-7/+18
* Add method to insert into targetselectorTobias Hunger2010-02-224-6/+34
* Sort targets in miniprojecttargetselectorTobias Hunger2010-02-221-4/+18
* Sort target names in comboboxTobias Hunger2010-02-221-2/+8
* Disable target selection combobox if necessaryTobias Hunger2010-02-221-0/+2
* Fixed pre-processor handling for Q_PROPERTY, Q_ENUMS and Q_FLAGS.Erik Verbruggen2010-02-222-28/+27
* Fixed QTCREATORBUG-743Erik Verbruggen2010-02-221-1/+1
* Fixed compilation issue on Mac.Erik Verbruggen2010-02-221-4/+0
* Fix qmldesigner autotestsKai Koehne2010-02-221-0/+6
* Rename tools/qmldesigner to tools/qmlKai Koehne2010-02-2236-0/+99
* Remove reduce_exports / hide_symbols qmake magicKai Koehne2010-02-221-2/+0
* Compile Windows.Friedemann Kleint2010-02-221-1/+1
* QmlDesigner.propertyEditor: refactoring propertyeditor.cppThomas Hartmann2010-02-222-24/+39
* QmlDesigner: fixes viewlogger for WindowsThomas Hartmann2010-02-221-2/+6
* Fix code model indexing crash on Mac.Friedemann Kleint2010-02-223-38/+108
* Only compile QmlDesigner plugin if private headers are installedKai Koehne2010-02-221-2/+8