aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* ModelEditor: Fix a crash moving packages into itselfJochen Becher2017-07-261-0/+7
* C++: Fix crash for invalid codeNikolai Kosjar2017-07-062-9/+14
* Revert "Make the output window readonly, but still keyboard friendly"hjk2017-06-221-2/+0
* MacroExpander: Prevent loop with subprovidersTobias Hunger2017-06-203-7/+16
* fix infinite loop on environment modify()Tim Jenssen2017-06-121-0/+4
* C++: Initialize BaseClass::_isVariadicRobert Loehning2017-06-011-1/+1
* Debugger: Optimize cdb python type identificationDavid Schulz2017-05-311-0/+3
* Debugger: Add compile time warning if cdb can't be foundDavid Schulz2017-05-301-1/+7
* Debugger: Add warning when building cdbextension without python supportDavid Schulz2017-05-301-0/+2
* Debugger: Filter type names before looking them upDavid Schulz2017-05-301-0/+6
* Fix check if example location is writable on WindowsEike Ziller2017-05-291-0/+27
* QmlJS: Allow Loaders in ui.qml filesThomas Hartmann2017-05-221-1/+0
* Reduce CPU load of test parsingEike Ziller2017-05-161-36/+45
* Wizards: Fix wizards in KDE environmentsTobias Hunger2017-05-122-2/+2
* C++: Fix invalid read in isQtReservedWord()Nikolai Kosjar2017-05-121-1/+1
* TemporaryDir: Use qAddPostRoutine() for cleanupFriedemann Kleint2017-05-091-5/+15
* SSH: Fix DSA key creationChristian Kandeler2017-05-051-0/+2
* SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-059-19/+13
* Debugger: Fix missing 'typename' prior to dependent typenameDavid Schulz2017-05-051-1/+1
* qtcreatorcdbext: Fix build with MSVC2017Friedemann Kleint2017-05-041-4/+8
* Avoid some memory allocationsLaurent Montel2017-05-012-2/+2
* Don't use return keyword when method doesn't return anythingLaurent Montel2017-04-241-2/+2
* Debugger: cdb extension version bumpDavid Schulz2017-04-241-1/+1
* Fix dead storeThomas Hartmann2017-04-201-31/+17
* Debugger: Fix assigning std::stringDavid Schulz2017-04-201-11/+14
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-193-3/+3
* C++: Use Utils::transform() in BackwardsScannerOrgad Shaneh2017-04-191-6/+7
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-144-5/+6
* Reserve some elementsMontel Laurent2017-04-143-0/+3
* Don't use return keyword when not necessaryMontel Laurent2017-04-146-9/+13
* Utils: Keep correct palette for dark themers after suspendAlessandro Portale2017-04-113-3/+13
* Debugger: Fix assigning values to localsDavid Schulz2017-04-114-9/+17
* Debugger: Optimize python output handlingDavid Schulz2017-04-103-1/+39
* ModelEditor: Fix copy/paste mistakesRobert Loehning2017-04-072-2/+2
* QmlJS: Abort if file could not be openedRobert Loehning2017-04-071-1/+2
* QmlJs: fix reformatting of 'signal' statementsMarco Benelli2017-04-071-2/+6
* TreeModel/Find: Save a few cycles when searchinghjk2017-04-052-6/+4
* qmljs/qmljsdescribevalue: Remove pointless checkRobert Loehning2017-04-051-14/+12
* qmljs: Prevent possible nullptr accessRobert Loehning2017-04-041-1/+3
* QmlDesigner: Allow Dialog in .ui.qml filesThomas Hartmann2017-03-311-2/+1
* Timeline: Don't select by typeId if the typeId is already selectedUlf Hermann2017-03-311-1/+1
* FlameGraph: Attribute extra space in root item to "others"Ulf Hermann2017-03-311-0/+4
* QmlJS: Add special severity for loading type informationThomas Hartmann2017-03-302-7/+9
* Timeline: Use ScrollView's rather than Flickable's width for scrollingUlf Hermann2017-03-291-6/+6
* Utils: Adjust name fillWithZero()Thomas Hartmann2017-03-291-1/+1
* Debugger: Reset expression syntax after evaluateDavid Schulz2017-03-291-1/+5
* Utils: Use brace initialization instead of constructor and 0Thomas Hartmann2017-03-281-1/+1
* Timeline: Fix and clarify index lookupUlf Hermann2017-03-281-6/+10
* Timeline: Further optimize item selectionUlf Hermann2017-03-282-65/+141
* Timeline: Add functions to find "best" and parent index in a modelUlf Hermann2017-03-282-0/+39