summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Clang: Output warnings if QIODevice::write() failsNikolai Kosjar2017-09-111-1/+3
* C++: Fix highlighting of "float" keyword for C filesAndre Hartmann2017-09-111-2/+2
* Implement port gatherer on macOSFilipe Azevedo2017-08-301-0/+31
* FileName::exists(): Check for empty files firstFriedemann Kleint2017-08-281-1/+1
* Fix save for relative symbolic links on WindowsOrgad Shaneh2017-08-281-1/+1
* FileUtils: Recover deleted commentOrgad Shaneh2017-08-241-1/+3
* ProjectExplorer: Fix parsing ports from netstat output on Windowshjk2017-08-242-0/+69
* Do not disable "required" plugins when testingEike Ziller2017-08-231-1/+1
* HostOsInfo/FileUtils/PersistentSettings: Fix build without QtGuiEike Ziller2017-08-225-11/+47
* FileUtils: Remove unused includes and forward declarationEike Ziller2017-08-222-3/+0
* Utils: Fix typo in pri fileEike Ziller2017-08-221-1/+1
* Fix that plugins were wrongly indirectly enabled when testingEike Ziller2017-08-216-39/+37
* QmlJS: Rename variable called "interface"Christian Kandeler2017-08-172-6/+6
* ProjectExplorer: Order projects in session alphabetically againhjk2017-08-172-0/+18
* QmlJs: fix false positives for propertiesMarco Benelli2017-08-101-0/+3
* C++: Limit number of nested class instantiationsNikolai Kosjar2017-08-081-0/+2
* C++: Do not insert matching } within stringNikolai Kosjar2017-08-071-0/+5
* Wizards: fix dynamic table size usageTim Jenssen2017-08-041-0/+1
* ProjectExplorer: Add option to hide empty directories from project treeTobias Hunger2017-08-042-0/+25
* Utils: Fix compilation with clangOrgad Shaneh2017-08-021-0/+1
* Utils: Fix compile for Qt5.6Christian Stenger2017-08-011-8/+8
* PersistentSettings: Minor cleanupOrgad Shaneh2017-08-011-23/+8
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-281-0/+7
|\
| * ModelEditor: Fix a crash moving packages into itselfJochen Becher2017-07-261-0/+7
* | qtcreatorcdbext: Fix qbs build for the "no python" caseChristian Kandeler2017-07-281-1/+4
* | Extensionsystem: Add a full stop to the end of error messageLeena Miettinen2017-07-281-1/+1
* | Icons: warn about invalid resourcesTim Jenssen2017-07-281-1/+7
* | Debugger: check for python when builing cdbext with qbsDavid Schulz2017-07-271-5/+101
* | Unit tests: Fix ProjectInfoGenerator.* testsNikolai Kosjar2017-07-274-24/+29
* | C++: Delete empty source fileOrgad Shaneh2017-07-263-4/+0
* | C++: Re-add Roberto's license header to files without oneOrgad Shaneh2017-07-265-0/+96
* | Replace include guards with #pragma onceOrgad Shaneh2017-07-262-10/+2
* | Locator: Fix diverse issues with drawing highlighted textEike Ziller2017-07-264-2/+372
* | Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-252-7/+7
* | Clang: Sort files in *.pri/*.qbsNikolai Kosjar2017-07-241-116/+117
* | Utils: Make the wizard icon for files widerAlessandro Portale2017-07-242-0/+0
* | Clang: Tool tips for clang query diagnosticsMarco Bubke2017-07-243-3/+3
* | C++: Fine-tune auto insertion of '}'Nikolai Kosjar2017-07-212-22/+211
* | Wizards: Make the big wizards icons smallerAlessandro Portale2017-07-212-0/+0
* | Clang: Add clang query paneMarco Bubke2017-07-2028-97/+506
* | Utils: Use replace instead of transformMarco Bubke2017-07-191-5/+1
* | CppEditor: Avoid auto insertion of '}' in empty lineNikolai Kosjar2017-07-171-1/+5
* | Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-174-1/+59
* | Fix build on macOS with Qt 5.6Eike Ziller2017-07-121-1/+1
* | Remove the last usage of deprecated Carbon APIs from Qt CreatorJake Petroules2017-07-105-3/+60
* | Debugger: Fix detection of the latest cdb in qbs buildsDavid Schulz2017-07-101-1/+3
* | Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-102-9/+14
|\ \ | |/
| * C++: Fix crash for invalid codeNikolai Kosjar2017-07-062-9/+14
* | FancyMainWindow: Disregard accelerators when sorting docksOrgad Shaneh2017-07-071-1/+2
* | Introduce and use Utils::stripAcceleratorOrgad Shaneh2017-07-072-0/+11