summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set and propagate the `auto' specifier.Roberto Raggi2010-03-245-1/+24
* Only show ObjC-quickfix when the editor has the appropriate mime-type.Erik Verbruggen2010-03-241-1/+3
* Accepts trailing return types.Roberto Raggi2010-03-246-1/+20
* Fixes for signals and complex script bindings.Erik Verbruggen2010-03-241-1/+11
* Fixed testcase.Erik Verbruggen2010-03-243-11/+22
* Require a T_EQUAL when parsing conditions.Roberto Raggi2010-03-241-1/+2
* Recognize C++0x decltype.Roberto Raggi2010-03-241-1/+18
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-2419-37/+850
* QWebView has no copy slot. Fixes the side bar copy connection.kh12010-03-241-3/+1
* QmlDesigner: Fix crash in TestCore::testRewriterForArrayMagicKai Koehne2010-03-241-1/+6
* Fix warning on progressbar animationJens Bache-Wiig2010-03-241-3/+1
* tr()-Fixes in QmlDesigner.Friedemann Kleint2010-03-243-37/+37
* QmlDesigner.ItemLibrary: workaround: delete resource view before its modelJörg Schummer2010-03-241-0/+1
* More fixes to the autotests.Erik Verbruggen2010-03-243-10/+15
* Fix leak in help plugin.con2010-03-241-2/+2
* Multiple fixes to the progress barsJens Bache-Wiig2010-03-244-19/+30
* Header cleaning mainly in find/cpaster.Friedemann Kleint2010-03-2443-320/+353
* Changed conversion to variant to use the functions in the PropertyParser name...Erik Verbruggen2010-03-241-9/+7
* Disable the 'Add to project' part when there are no projectsThorbjørn Lindeijer2010-03-242-2/+9
* Fix updating run control buttons when project has no active runconfigLasse Holmstedt2010-03-241-3/+12
* Fixes: Tooltips for hover help didn't show up anymore.con2010-03-236-29/+22
* Fixes: Build with webkit.con2010-03-232-2/+1
* Rewrite of the whole help modul initialization.kh12010-03-2319-610/+410
* Implement our own search for keywords using QSql.kh12010-03-233-44/+123
* Make use of the now available gui help engine.kh12010-03-234-10/+10
* Make use of the help manager's core help engine.kh12010-03-232-6/+7
* Add some more convinient functionality the help manager.kh12010-03-232-22/+142
* Move the constants where they belong.kh12010-03-234-11/+12
* Fix wrong naming scheme.kh12010-03-231-3/+3
* Make them const.kh12010-03-232-4/+4
* Make use of the core engine, no need for gui stuff.kh12010-03-235-53/+44
* Remove some superfluous stuff.kh12010-03-232-13/+4
* tr()-FixesFriedemann Kleint2010-03-235-30/+26
* More consistent debugger status messagesJens Bache-Wiig2010-03-231-3/+3
* Make disabled icons sharper in sidebarJens Bache-Wiig2010-03-234-34/+49
* Fixes: Notification about externally modified files on Windows.con2010-03-231-3/+6
* Warn the user against building in a subdirectory of the source directorydt2010-03-232-12/+24
* Sanitize input for shadow build path chooserdt2010-03-231-2/+2
* Ensure a minimum indent of 1 for the help outputdt2010-03-231-1/+1
* Don't trim lines before pushing them to the parsersdt2010-03-231-4/+4
* Add <b> to make the tags balanceddt2010-03-231-1/+1
* Make cmake mimetypes xml file visible in the project treedt2010-03-231-1/+2
* Add *.cmake to glob patterns for cmake files.dt2010-03-231-0/+1
* Moved code for accessing Windows Registry to src/shared.Robert Loehning2010-03-235-125/+243
* Fixed #import completion to act the same as #include completion.Erik Verbruggen2010-03-231-0/+4
* Added function isRegistered.Robert Loehning2010-03-231-4/+11
* Fixed saving in Designer modeThorbjørn Lindeijer2010-03-231-1/+4
* Introduced a single convenient function for updating additional contextsThorbjørn Lindeijer2010-03-2312-106/+54
* Improved statusbar output for the debugger modeJens Bache-Wiig2010-03-234-18/+20
* debugger: polish address display. also remove the mostly unused 'stored' addresshjk2010-03-236-14/+0