summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* QmlDesigner: Fix compilation of qml2puppet for Qt 5.6Thomas Hartmann2015-07-022-1/+38
* Re-enable QmlProjectManager by defaulthjk2015-07-022-4/+4
* Replace several "Plain C++" with one JSON wizardTobias Hunger2015-07-019-139/+118
* QtQuickWizards: Fix versions and make minimum Qt version workTobias Hunger2015-06-252-17/+8
* Debugger: Be more robust in case of unexpected non-ASCII outputhjk2015-06-251-5/+5
* Clang: Handle Q_ENUM() and Q_FLAG() in qt5-qobjectdefs-injected.hNikolai Kosjar2015-06-241-0/+2
* Clang: Respect QT_NO_*KEYWORDS in qt5-qobjectdefs-injected.hNikolai Kosjar2015-06-241-6/+14
* JsonWizards: Only show wizards with Qt versions that support themTobias Hunger2015-06-172-8/+14
* JsonWizard: Make minimum Qt version workTobias Hunger2015-06-172-4/+21
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-171-1/+1
|\
| * Fix typo in French translationRobert Loehning2015-06-101-1/+1
* | Replace assignment of null QString() with a call to clear().Jarek Kobus2015-06-161-1/+1
* | Fix import autocompletionMarco Benelli2015-06-161-0/+6
* | Editor: Highlight Search results in scrollbar.David Schulz2015-06-162-0/+6
* | TextMark: Adjust color for improved visibility in the scrollbar.David Schulz2015-06-162-8/+8
* | Debugger: Allow hex values to be passed for qmlcontext addresseshjk2015-06-151-1/+1
* | Dumper: Improve Token dumperOrgad Shaneh2015-06-121-9/+10
* | Dumper: Fix exception with Python3Orgad Shaneh2015-06-121-1/+1
* | Debugger: Pass request to sort struct members to {gdb,lldb}bridge.pyhjk2015-06-112-3/+12
* | Debugger: Consolidate GDB and LLDB "updateLocals" code pathshjk2015-06-101-3/+5
* | GenericHighlighter: Update built-in definitionsOrgad Shaneh2015-06-102-3/+6
* | qml2puppet: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-0815-107/+107
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-031-1/+1
|\ \ | |/
| * Escaped a special character in the XML fileVenugopal Shivashankar2015-05-271-1/+1
* | C++ class wizard: Do not add Q_OBJECT macro for non-QObjectsTobias Hunger2015-05-282-2/+2
* | JsonWizard: Make description on projects page default to the wizard descriptionTobias Hunger2015-05-285-10/+5
* | JsonWizard: Make checkbox default values true and falseTobias Hunger2015-05-286-13/+1
* | Move plain C application wizards into one Json WizardTobias Hunger2015-05-289-140/+119
* | JsonWizard: split plugins and features when considering enabled stateTobias Hunger2015-05-2829-28/+34
* | JsonWizards: Move .gitignore template fileTobias Hunger2015-05-277-7/+7
* | Debugger: LLDB strictly requires bool values for breakpoint APIJack Andersen2015-05-271-4/+4
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-8/+4
|\ \ | |/
| * Russian translation updateSergey Belyashov2015-05-191-8/+4
* | CustomWizard: Remove example wizardsTobias Hunger2015-05-269-400/+0
* | IWizardFactory: Remove class wizard kindTobias Hunger2015-05-263-3/+3
* | Wizards: Make sure wizard ids are uniqueTobias Hunger2015-05-224-4/+4
* | Fix themesOrgad Shaneh2015-05-222-2/+2
* | QmlPuppet: Remove dependency on ObjectNodeInstance in MetaInfoThomas Hartmann2015-05-216-44/+35
* | QmlPuppet: Register callback for notifyPropertyChangeThomas Hartmann2015-05-215-2/+31
* | QmlPuppet: Clean up private API usage in ServerNodeInstanceThomas Hartmann2015-05-213-22/+32
* | QmlPuppet: Clean up private API usage in QmlPropertyChangesNodeInstanceThomas Hartmann2015-05-214-36/+126
* | QmlPuppet: Explicitly include private headersThomas Hartmann2015-05-211-0/+3
* | TextEditor: Sort text marks in categories.David Schulz2015-05-212-0/+14
* | QmlPuppet: Clean up private API usage in QmlStateNodeInstanceThomas Hartmann2015-05-215-54/+103
* | QmlPuppet: Bring back simplified NodeInstanceSignalSpyThomas Hartmann2015-05-217-3/+229
* | QmlPuppet: Remove unused codeThomas Hartmann2015-05-202-10/+0
* | QmlPuppet: Remove unused private headerThomas Hartmann2015-05-201-1/+0
* | QmlPuppet: Remove private dependencies from NodeInstanceServerThomas Hartmann2015-05-203-4/+12
* | QmlPuppet: Remove private dependencies from PositionerNodeInstanceThomas Hartmann2015-05-202-12/+5
* | QmlPuppet: Remove private dependencies from BehaviorNodeInstanceThomas Hartmann2015-05-203-8/+13