summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Editors: sync the layout with the contents before setting text cursorUlf Hermann2014-09-121-2/+2
* SSH: Do not always emit an error if an SFTP channel exits.Christian Kandeler2014-09-111-0/+3
* SSH: Fix maximum packet size check.Christian Kandeler2014-09-111-3/+5
* QmlJS: Add error message for invalid root item in the designerThomas Hartmann2014-09-103-0/+25
* qmljs: always add environment paths to the qml vContextsFawzi Mohamed2014-09-081-0/+7
* QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-033-7/+16
* QmlJS: Remove undefined methodKai Koehne2014-09-031-2/+0
* QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-035-6/+6
* C++: Fix possible use-after-free of AST.Erik Verbruggen2014-08-291-0/+2
* qmljs: fixing used importsFawzi Mohamed2014-08-282-3/+5
* FancyMainWindow: Don't relay enter events as leave eventsUlf Hermann2014-08-261-1/+1
* qmljs: adding getDay and getUTCDay to date objectFawzi Mohamed2014-08-211-0/+2
* Utils: Add algorithm.h to qbs project file.Christian Kandeler2014-08-071-0/+1
* qmljs: do not try to dump without uriFawzi Mohamed2014-08-011-12/+7
* CppTools: Auto-include pre-compiled headersNikolai Kosjar2014-07-243-5/+8
* C++: Fix expensive parsing of expressionsNikolai Kosjar2014-07-242-8/+126
* C++: Remove superfluous declarations in ParserNikolai Kosjar2014-07-242-5/+0
* ObjC++: also index ObjC symbols.Erik Verbruggen2014-07-241-0/+2
* qmljs: disable console warnings for failed dumpingFawzi Mohamed2014-07-231-2/+2
* C++: Support alignas in C++11 mode.Erik Verbruggen2014-07-2216-111/+283
* C++: block recursion when parsing subsequent case statements.Erik Verbruggen2014-07-222-6/+11
* qmljs: fix import search paths collectingFawzi Mohamed2014-07-221-9/+5
* Debugger: Save width of manually resized tree view columnshjk2014-07-182-68/+215
* {Fancy,Debugger}MainWindow: Consolidate dock actions menu populationhjk2014-07-182-7/+5
* FancyMainWindow: Polish dockwidget titlebar displayhjk2014-07-171-13/+68
* Compile fix for Qt 4.8.6Robert Loehning2014-07-172-3/+3
* qmljs: avoid shortened namesFawzi Mohamed2014-07-174-6/+6
* qmljs: track origin of ObjectValuesFawzi Mohamed2014-07-174-29/+73
* qmljs: add libPath utility methodFawzi Mohamed2014-07-172-0/+9
* qmljs: make Context::vContext publicly accessibleFawzi Mohamed2014-07-172-0/+6
* C++: Check for Function::name() before using itNikolai Kosjar2014-07-172-7/+9
* C++: initialize class field.Erik Verbruggen2014-07-161-0/+1
* Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-1633-110/+111
* qmljs: remove absolute path library importsFawzi Mohamed2014-07-151-8/+7
* qmljs: avoid reset if C++ types did not really changeFawzi Mohamed2014-07-151-2/+14
* FancyMainWindow: Use auto-hiding dock title barshjk2014-07-152-94/+202
* Bump CDB extension version for 3.2.Friedemann Kleint2014-07-151-1/+1
* Wizards: Close wizards with escapeEike Ziller2014-07-142-4/+20
* ExtensionSystem: Compile fix.Christian Kandeler2014-07-121-0/+1
* PluginManager: Skip test run in case of plugin errorsNikolai Kosjar2014-07-111-0/+7
* PluginSpec platforms: It is "OS X"Eike Ziller2014-07-111-3/+6
* Plugin manager: Show current platform string in plugin detailsEike Ziller2014-07-111-1/+6
* PluginSpec platform: More deterministic name for LinuxEike Ziller2014-07-111-14/+8
* Add ProxyCredentialsDialogKai Koehne2014-07-105-3/+259
* C++: Fix return type of lambdaNikolai Kosjar2014-07-101-4/+8
* Fix compilation.Christian Kandeler2014-07-101-0/+1
* Core: Refactor file dropping into reusable componentEike Ziller2014-07-092-0/+91
* Qbs: Avoid subdirs with ..Eike Ziller2014-07-091-17/+0
* HistoryCompleter: Fix current text() handlinghjk2014-07-084-23/+29
* C++: template base class and default argument for template classPrzemyslaw Gorszkowski2014-07-081-5/+7