summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* make sure Xlib is in our dependenciesOswald Buddenhagen2014-01-071-0/+1
* Cdbext: remove the depth limitation of symbol dump.David Schulz2013-12-201-15/+19
* Remove function acceptIndented that is not used anywhereThiago Macieira2013-12-061-5/+0
* Revert "C++: Fix highlighting for lines with predefined macros"Nikolai Kosjar2013-12-032-17/+8
* CPlusPlus: Remove unneeded declarationshjk2013-12-021-3/+0
* Cdbext: Add simple dumper for QTextCursor.David Schulz2013-12-022-0/+19
* C++: Fix highlighting for lines with predefined macrosNikolai Kosjar2013-11-292-8/+17
* Revert "Preprocessor Enginge: fix bug in pp-engine.cpp"Nikolai Kosjar2013-11-291-1/+43
* Mac/Retina: Fix painting of "Details" buttonEike Ziller2013-11-291-3/+21
* Preprocessor Enginge: fix bug in pp-engine.cppSimon Schäfer2013-11-281-43/+1
* TypePrettyPrinter; Add space to default parameter formattingDaniel Teske2013-11-261-1/+1
* QmlJS: Fixing warningsThomas Hartmann2013-11-262-2/+37
* C++: Support __thread and thread_localOrgad Shaneh2013-11-264-2/+43
* QmlJS: QmlDesigner warnings should be warningsThomas Hartmann2013-11-251-3/+3
* qmljs: improve suggestion orderingFawzi Mohamed2013-11-251-2/+5
* qmljs: fixing testsFawzi Mohamed2013-11-222-9/+13
* Fix wrong header file name in QMLJSKai Koehne2013-11-211-1/+1
* qmljs: fix import cacheFawzi Mohamed2013-11-212-10/+27
* QmlJS: Simplify code, fix MSVC-warning.Friedemann Kleint2013-11-201-9/+6
* QmlJS: Fix compilation with Qt4Nikolai Kosjar2013-11-202-2/+2
* qmljs: scan importsFawzi Mohamed2013-11-204-7/+87
* qmljs: fingerprints for documents, libraries and FakeMetaObjectsFawzi Mohamed2013-11-209-21/+353
* qmljs: new import/dep trackingFawzi Mohamed2013-11-2015-21/+1275
* Use the qmake variable for -ldl on Unix systemsThiago Macieira2013-11-181-1/+1
* Select executable when selecting app bundle with path chooserEike Ziller2013-11-181-0/+9
* cdbExt: Fix dump of QFile.David Schulz2013-11-181-7/+9
* CppTools: Use editor manager's codec as fallbackNikolai Kosjar2013-11-182-1/+37
* CPlusPlus: Use correct placeholders in printfTobias Hunger2013-11-181-1/+1
* Support enabling experimental plugins from installer.Eike Ziller2013-11-142-3/+11
* QmlJS: Add warning if we use a Qt Quick 1 code model for Qt Quick 2Thomas Hartmann2013-11-144-3/+34
* Braces cleanupOrgad Shaneh2013-11-146-20/+11
* CdbExt: Fix dump of QDateTime after latest 5.2 changes.David Schulz2013-11-133-7/+44
* C++: Remember the class a ClassOrNamespace is based onNikolai Kosjar2013-11-122-8/+22
* Avoid warning when compilation with MSVC2013Yuchen Deng2013-11-122-2/+2
* CdbExt: Workaround GetTypeSize issue...David Schulz2013-11-111-4/+8
* QmlDebugger: Fix connection with older Qt versionsKai Koehne2013-11-081-1/+1
* CdbExt: Fix dump of QFileInfo.David Schulz2013-11-081-1/+1
* CdbExt: Fix dump of QString when array size equals full size.David Schulz2013-11-071-1/+1
* qmljs: use new qml parserFawzi Mohamed2013-11-0628-1492/+2203
* Remove loop and use QSettings "api" to remove all subkeys.Eike Ziller2013-11-061-2/+1
* Replace QString::fromLocal8Bit("") callsKai Koehne2013-11-051-1/+1
* QmlDebug: Fix compilationOrgad Shaneh2013-11-041-0/+2
* QmlDebugger: Exchange supported QDataStream versionsKai Koehne2013-11-014-19/+65
* Make "Reset warnings" option reset "Do not ask again" messages.Eike Ziller2013-11-012-2/+113
* Botan uses dlopen & family, so it must link to -ldlThiago Macieira2013-10-311-1/+1
* Revert "utils/function: expose also ref and cref"Fawzi Mohamed2013-10-292-13/+3
* WinUtils: Remove purged functions from headerOrgad Shaneh2013-10-291-9/+0
* PathChooser: Grant direct access to lineEdit's history keyhjk2013-10-282-0/+8
* utils/function: expose also ref and crefFawzi Mohamed2013-10-282-3/+13
* Crossify normalizePathNameOrgad Shaneh2013-10-243-48/+59