summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MingwToolChain: Avoid double call of hostAbi()Orgad Shaneh2015-10-141-2/+2
* Clang: Fix reloading documentsNikolai Kosjar2015-10-142-8/+47
* MingwToolChain: Do not use uninitialized valueTobias Hunger2015-10-141-1/+1
* MiniProjectTargetSelector: Merge palette setup codeTobias Hunger2015-10-141-8/+3
* KitInformation: Improve handling of stylingTobias Hunger2015-10-145-12/+33
* Add Utils::filtered as a wrapper around std::copy_ifEike Ziller2015-10-141-0/+12
* AbstractEditorSupport: Simplify licenseheader handlingTobias Hunger2015-10-141-24/+2
* Snippets: Make it possible again to escape $fields$Tobias Hunger2015-10-142-10/+33
* TemplateEngine: Do not append trailing newlineTobias Hunger2015-10-141-1/+2
* TemplateEngine: Fix indentionTobias Hunger2015-10-141-1/+1
* ProjectExplorer: Do not resolve symlinks when opening a projectOrgad Shaneh2015-10-142-9/+4
* PathChooser: Add interface to set ok/error color for lineeditTobias Hunger2015-10-142-0/+28
* FancyLineEdit: Remove setTextColorTobias Hunger2015-10-142-10/+5
* Gerrit: Add ProgressIndicatorTobias Hunger2015-10-142-0/+35
* Gerrit: No need to subclass FancyLineEditTobias Hunger2015-10-144-64/+30
* FindToolBar: Update to FancyLineEdit changesTobias Hunger2015-10-142-3/+8
* FancyLineEdit: Allow to set the ok colorTobias Hunger2015-10-142-8/+19
* FancyLineEdit: Use static initializersTobias Hunger2015-10-141-17/+12
* ProjectExplorer: Avoid execution of g++ on startupOrgad Shaneh2015-10-1411-28/+36
* Show tool name in warning about wrong build modeUlf Hermann2015-10-141-2/+1
* Clang: Rename isProjectPartValid to isProjectPartLoadedNikolai Kosjar2015-10-143-4/+4
* Clang: Tests: Move test data into test/dataNikolai Kosjar2015-10-1424-38/+19
* Clang: Tests: Clarify test namesNikolai Kosjar2015-10-142-42/+42
* Clang: Add testUnsavedFilesTrackingByModifyingIncludedFileExternally2Nikolai Kosjar2015-10-142-0/+25
* CppTools: Fix dead lock on project unloadingNikolai Kosjar2015-10-141-2/+6
* ToolChains: Fix theoretically possible null pointer accessTobias Hunger2015-10-141-1/+1
* Fix qbs build with Qt that does not have the SVG module.Christian Kandeler2015-10-141-1/+7
* Revert "TextEditor: Use canonical path for opened document"Eike Ziller2015-10-141-1/+1
* Main: Replace preprocessor directives with HostOsInfoOrgad Shaneh2015-10-141-48/+34
* TextEditor: Use canonical path for opened documentOrgad Shaneh2015-10-141-1/+1
* ModelEditor: Simplify file formatJochen Becher2015-10-131-1/+6
* ModelEditor: Introduce newest version of qtserialization frameworkJochen Becher2015-10-1318-375/+731
* ModelEditor: Remove unused DiagramReferenceSerializerJochen Becher2015-10-136-244/+0
* Utils: State Qt dependencies in the *.pri fileNikolai Kosjar2015-10-132-3/+1
* Utils: Fix compilation of utils.qbsNikolai Kosjar2015-10-131-1/+3
* Tests: Fix compilation of templateengine.qbsNikolai Kosjar2015-10-131-1/+1
* Clang: Add UpdateTranslationUnitsForEditorMessageMarco Bubke2015-10-1337-102/+669
* KitInformationConfigWidget: Clean up header a bitTobias Hunger2015-10-132-27/+15
* MiniProjectTargetSelector: Improve theme handling for mutable kitinfoTobias Hunger2015-10-131-6/+18
* MiniProjectTargetSelector: Update mutable KitInformationTobias Hunger2015-10-132-7/+13
* FancyLineEdit: Refactor classTobias Hunger2015-10-135-28/+11
* MiniProjectTargetSelector: Add button widget for mutable KitInformationTobias Hunger2015-10-131-0/+1
* Clang: Improve diagnostic update timerMarco Bubke2015-10-137-10/+64
* Snippet: Use Template engine to pre-process snippetsTobias Hunger2015-10-133-10/+27
* Debugger: Make basic native-mixed debugging work with LLDBhjk2015-10-137-174/+173
* ModelEditor: Show scrollbar as needed in properties panelJochen Becher2015-10-121-1/+1
* Clang: Don't set a translation unit dirty if the main file is deletedMarco Bubke2015-10-123-16/+54
* Clang: Check in translation unit if the file existsMarco Bubke2015-10-121-0/+1
* Clang: Fix exception messageMarco Bubke2015-10-121-1/+1
* Clang: Request new diagnostics after reloadMarco Bubke2015-10-123-1/+13