aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* consoleprocess_unix: handle race between disconnect and readyReadFawzi Mohamed2013-03-201-1/+4
* consoleprocess_unix: correct isRunning propertyFawzi Mohamed2013-03-201-1/+2
* fix qbs files for MacOSJoerg Bornemann2013-03-181-5/+6
* Fix wrong usage of Properties blocks in qbs files.Christian Kandeler2013-03-151-11/+14
* Utils: Change the minimum width size of PathChooserMehdi Fekari2013-03-141-1/+1
* C++: Consider '^//[/!][^\n]*' as doxygen commentNikolai Kosjar2013-03-121-5/+1
* C++: Fix crash due to dangling pointerNikolai Kosjar2013-03-121-2/+3
* C++: Fix crash when handling lambdas as argumentsNikolai Kosjar2013-03-061-0/+3
* ConsoleItem: Return copy of QString instead of refAurindam Jana2013-03-052-2/+2
* qmljs: do not show warnings for not fully supported languagesFawzi Mohamed2013-03-052-0/+19
* QmlConsole: Remove zero width spaceAurindam Jana2013-03-052-0/+7
* C++: cache fully qualified name lookupus in scopes.Erik Verbruggen2013-03-052-21/+74
* Add qbs submoduleOrgad Shaneh2013-03-011-0/+6
* C++: performance improvement for template instantiationPrzemyslaw Gorszkowski2013-02-272-2/+10
* C++: split lines only once in find usages.Erik Verbruggen2013-02-262-37/+38
* Fix crash on case-preserving replaceNuno Sucena Almeida2013-02-261-2/+5
* Debugger: Fix CDB Dumper for QDateTime.Friedemann Kleint2013-02-251-10/+18
* Allow building against a system-wide installation of botan.Davide Pesavento2013-02-253-6/+48
* QmlBundle: Do not translate warningsKai Koehne2013-02-222-11/+13
* Fix warnings introduced by reordering member variablesTobias Hunger2013-02-224-5/+5
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-2113-6/+589
* C++: fix 'using' for templates in typedefsPrzemyslaw Gorszkowski2013-02-212-2/+12
* C++: fix instantiation of template special. with pointer argumentPrzemyslaw Gorszkowski2013-02-212-6/+46
* Reduce padding in often-used structsTobias Hunger2013-02-217-10/+9
* Synchronous process: Show binary in message box for Qt 5.Friedemann Kleint2013-02-201-1/+5
* Prevent infinite loop when user chooses not to terminate hanged processOrgad Shaneh2013-02-201-1/+1
* Don't show the collection item if plugins list is emptyYuchen Deng2013-02-201-18/+21
* Fix the wrong logic for plugin loadingYuchen Deng2013-02-201-5/+4
* Fix crash if plugins list is emptyYuchen Deng2013-02-201-1/+2
* C++: fixed resolving complex typedefPrzemyslaw Gorszkowski2013-02-202-4/+27
* PluginManager: Implement -load %plugin% optionDaniel Teske2013-02-196-5/+90
* C++: Cleanup, removed unused methods/fields.Erik Verbruggen2013-02-192-6/+0
* C++: Fix highlighting of doxygen's "///"Nikolai Kosjar2013-02-191-3/+2
* Rename PluginSpec::isEnabled() into isEnabledInSettingsDaniel Teske2013-02-186-23/+26
* UI text: fix typoLeena Miettinen2013-02-131-1/+1
* UI text: Fix QML JS static analytics messagesLeena Miettinen2013-02-131-69/+69
* utils.qbs: fix ProductModuleJoerg Bornemann2013-02-131-0/+4
* String improvementsRobert Loehning2013-02-121-3/+3
* qmljs: fix "." gone astrayFawzi Mohamed2013-02-111-1/+1
* UI text: fix qmljs messagesLeena Miettinen2013-02-112-60/+60
* Eliding Label: Set a tooltip if it elides.Daniel Teske2013-02-111-1/+5
* C++: fix code completion for typedef of pointerPrzemyslaw Gorszkowski2013-02-111-8/+51
* Fix compilation with qbs on non-Linux, non-Mac Unix-like systems.Christian Kandeler2013-02-083-4/+14
* UI text: fixed zeroconf textLeena Miettinen2013-02-081-3/+3
* Fix clang warning (unused value)Nikolai Kosjar2013-02-081-2/+2
* Fix crash in profiling: spec may be 0 for common reports.Friedemann Kleint2013-02-071-1/+2
* HistoryCompleter: Refactor saveEntryYuchen Deng2013-02-071-5/+2
* HistoryCompleter: Add removeHistoryItem member functionYuchen Deng2013-02-072-0/+6
* Utils: Make sure we only use fdatasync() on systems that have it.Christian Kandeler2013-02-061-3/+3
* C++: Fix null pointer dereferenceNikolai Kosjar2013-02-061-0/+6