summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* PathChooser: Provide static way to expand a directory...Christian Stenger2016-01-202-0/+17
* Licensing: Fix license on sshlogging* filesTobias Hunger2016-01-202-32/+22
* Utils: Remove deprecated use of style optionshjk2016-01-201-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191072-18528/+13442
* Clang: Correct member access operator if possibleNikolai Kosjar2016-01-195-5/+53
* Utils: Add a soft assertion in HistoryCompleterOrgad Shaneh2016-01-191-0/+1
* runAsync: Allow calling member functionsEike Ziller2016-01-191-1/+31
* runAsync: Allow function references, and non-const parameters.Eike Ziller2016-01-191-2/+2
* SSH: Use categorized logging.Christian Kandeler2016-01-1818-156/+166
* C++: Match const/volatile/signed/unsigned for FullySpecifiedTypeOrgad Shaneh2016-01-151-0/+11
* mapReduce/runAsync: Fix behavior of waitForFinishedEike Ziller2016-01-151-2/+2
* Locator: Avoid use of QtConcurrentEike Ziller2016-01-141-0/+19
* Removing the ThemeEditorAlessandro Portale2016-01-142-86/+0
* File search: Avoid use of QtConcurrentEike Ziller2016-01-133-149/+221
* Lexer: Support Microsoft suffix (u)i64Andre Hartmann2016-01-121-0/+11
* ModelEditor: move 3rd_party/modeling into libs/modelinglibJochen Becher2016-01-11329-17/+16
* Utils: Fix maskToColorAndAlpha()Christian Stenger2016-01-071-2/+2
* ProjectExplorer: Use FileName in WorkingDirectoryAspectOrgad Shaneh2016-01-062-1/+7
* ModelEditor: fix warnings from MSVC compilerJochen Becher2016-01-061-0/+6
* QBS files: fix modelinglib build on WindowsYuchen Deng2016-01-061-0/+1
* ModelEditor: Define syntax of custom definitions like QMLJochen Becher2016-01-052-405/+507
* ModelEditor: Make item names in-place editableJochen Becher2016-01-0518-91/+509
* ModelEditor: Make keyword static known to class member parserJochen Becher2016-01-053-0/+8
* ModelEditor: Show class members on diagram automaticallyJochen Becher2016-01-051-0/+14
* ModelEditor: Improve class members parserJochen Becher2016-01-052-11/+52
* QmlCodeModel: fix FakeMetaObject::toString .Marco Benelli2016-01-051-6/+8
* MacroExpander: Remove unused typedef and member variablehjk2016-01-052-2/+0
* MacroExpander: Remove tracking of 'invisible' variableshjk2016-01-051-11/+3
* Clang: Clangbackendipc build fixYuchen Deng2016-01-051-3/+1
* Merge remote-tracking branch 'origin/3.6'Oswald Buddenhagen2016-01-044-49/+24
|\
| * FancyLineEdit: Fix initial value of m_firstChangeOrgad Shaneh2016-01-041-1/+1
| * Removed qmltypes tooling-related warnings.Marco Benelli2015-12-181-4/+0
| * Clang: Flatten code completion chunksMarco Bubke2015-12-162-44/+23
* | ModelEditor: Fix alignment linesJochen Becher2016-01-0411-36/+171
* | ModelEditor: Encode class member declaration in HTMLJochen Becher2016-01-041-6/+6
* | ModelEditor: Support model specific customizationJochen Becher2016-01-044-3/+32
* | Utils::Icon: Make the style options flag basedAlessandro Portale2015-12-234-25/+34
* | CdbExt: Fix indices when the predicted number of children...David Schulz2015-12-211-1/+10
* | Debugger: Remove unused functions in cdb extensionhjk2015-12-212-49/+0
* | Debugger: Split DebuggerEncoding enumhjk2015-12-215-73/+41
* | ModelEditor: Fix class member parserJochen Becher2015-12-171-10/+18
* | ModelEditor: Copy selected elements to clipboardJochen Becher2015-12-172-1/+34
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-155-4/+8
|\ \ | |/
| * QmlDebug: Avoid dangerous interactions with QPacketProtocolv3.6.0Ulf Hermann2015-12-112-1/+3
| * Sqlite: Fix warning on MinGWOrgad Shaneh2015-12-101-3/+3
| * Clang: Show type icon for usings/typedefsNikolai Kosjar2015-12-082-0/+2
* | C++: Support negative enum valuesOrgad Shaneh2015-12-151-1/+4
* | Debugger: Merge qtcreatorcdbext/base64.{h,cpp} into stringutilshjk2015-12-159-98/+14
* | Debugger: Remove base64 encodings in cdb communicationhjk2015-12-155-85/+8
* | Debugger: Use hex instead of base64 encoding for CDB debuggee outputhjk2015-12-151-1/+1