summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Adding interface for context widget to qmljs libThomas Hartmann2010-07-062-0/+33
* Created a utility property reading classThomas Hartmann2010-06-303-0/+291
* Don't show the full file name in the reload prompt by default.con2010-06-302-8/+14
* Created a utility rewriting class from existing visitors.Erik Verbruggen2010-06-303-2/+742
* QmlJS: Make variables in imported JS documents show up in completion.Christian Kamm2010-06-253-26/+1
* QmlJS: Ignore .pragma library for now.Christian Kamm2010-06-152-1/+86
* Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-2/+2
* Added C-style comment folding.Erik Verbruggen2010-06-152-7/+7
* Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-142-5/+5
* QmlJS: Avoid infinite recursion when encountering property loops.Christian Kamm2010-06-083-4/+25
* Fixed disabled checkbox styles for plugin managerLasse Holmstedt2010-06-071-8/+8
* SSH: Fix Net7 crash.ck2010-05-311-3/+4
* Fixed default property discovery for custom QML components.Erik Verbruggen2010-05-312-1/+32
* Disabled invalid ObjC++ discovery code.Erik Verbruggen2010-05-281-0/+2
* Fixed the default UI colorThorbjørn Lindeijer2010-05-272-2/+5
* Fixed position of current argument highlight for constructorsThorbjørn Lindeijer2010-05-271-3/+6
* QmlJS: Add null checks when accessing Bind::rootObjectValue.Christian Kamm2010-05-201-12/+18
* SSH: Fix Net7 bug.ck2010-05-201-3/+2
* Fix PluginView to handle dependencies when disabling pluginsLasse Holmstedt2010-05-197-29/+65
* Fixed QTCREATORBUG-1397.Erik Verbruggen2010-05-192-3/+11
* QmlJS: Potentially fix hard-to-reproduce crash in JS completion.Christian Kamm2010-05-193-11/+2
* QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.Christian Kamm2010-05-193-6/+6
* Fix the build.Christian Kamm2010-05-191-2/+2
* QmlJS: Change to a nicer way of marking strings for translation.Christian Kamm2010-05-195-28/+35
* QmlJS: Generalize EasingCurve name check to all enums.Christian Kamm2010-05-193-134/+19
* QmlJS: Allow numbers to be assigned to easing.type.Christian Kamm2010-05-191-2/+2
* QmlJS: Provide good completion for PropertyChanges with a target again.Christian Kamm2010-05-192-8/+20
* QmlJS: Remove unimplemented functions from CompletionContextFinder.Christian Kamm2010-05-191-3/+0
* QmlJS: Fix completion context finder if cursor is on empty line.Christian Kamm2010-05-191-7/+12
* QmlJS: Make Snapshot discard outdated Documents.Christian Kamm2010-05-171-2/+8
* Add a changed signal in AggregationNicolas Arnaud-Cormos2010-05-172-13/+22
* Doc - UI - Fix UI text capitalization to follow the KDE Style Guide rules.Leena Miettinen2010-05-142-3/+3
* Fixed crash when using -noload to disable multiple pluginsLasse Holmstedt2010-05-127-51/+45
* QmlJS: Fix completion for grouped property bindings.Christian Kamm2010-05-124-4/+63
* Pluginmanager: Make startup profiling API accessible.AFriedemann Kleint2010-05-123-1/+25
* QmlJS: Fix potential crash when a document doesn't have a type env yet.Christian Kamm2010-05-111-0/+4
* Msvc: Ignore more warnings when compiling net7sshKai Koehne2010-05-111-1/+1
* Comments starting at end of a line can not be uncommentedmae2010-05-071-1/+1
* Make the toolboxes in Projects Mode nicerJens Bache-Wiig2010-05-074-10/+50
* QmlJS: Fix completion context when cursor is to the right of inserted ;Christian Kamm2010-04-303-1/+10
* Moved quick-exit check back to the indenter.Erik Verbruggen2010-04-302-3/+3
* Fixed an issue with animated icons on fancylineeditJens Bache-Wiig2010-04-292-3/+3
* QmlJS: Completion for enums.Christian Kamm2010-04-295-4/+83
* QmlJS: Improve completion for object bindings with 'on'.Christian Kamm2010-04-292-5/+20
* QmlJS: Add a check to disallow recursive type definitions in xml file.Christian Kamm2010-04-291-1/+10
* QmlJS: Don't put automatic semicolons directly after colons.Christian Kamm2010-04-291-1/+0
* QmlJS: Improve property and Type completion in Qml object members.Christian Kamm2010-04-294-5/+90
* QmlJS: Add CompletionContextFinder to allow context sensitive completionChristian Kamm2010-04-295-9/+195
* QmlJS: Move parts of the indenter to the new LineInfo.Christian Kamm2010-04-295-546/+714
* Get rid of unsigned/long suffixes before evaluating numbers.Roberto Raggi2010-04-291-2/+12