aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Wizard: Add a wizard for item modelsTobias Hunger2015-10-217-0/+692
* Wizards: Use C++11 in all qmake projects created by the JSON wizardTobias Hunger2015-10-203-0/+6
* Debugger: Adjust native mixed debugging after upstream changeshjk2015-10-194-76/+174
* Snippets: Add license snippetsTobias Hunger2015-10-191-0/+123
* Debugger: Make basic native-mixed debugging work with LLDBhjk2015-10-133-104/+103
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-093-280/+236
* Debugger: Do not try to treat labels as variableshjk2015-10-081-0/+3
* QmlDesigner: Adding layouts to doResetProperty()Thomas Hartmann2015-10-061-2/+34
* Debugger: Add watcher handling in pdbbridge for basic typeshjk2015-09-301-1/+30
* Add .directory files to git.ignoreMitch Curtis2015-09-301-0/+1
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-252-5/+9
|\
| * Debugger: Disable CLI use of gdbbridge.pyhjk2015-09-251-5/+5
| * Debugger: Reduce scope of usage of Python's importlib modulehjk2015-09-241-2/+2
| * Added newer QtMultimedia version to bundle.Marco Benelli2015-09-171-0/+4
* | Debugger: Reduce scope of usage of Python's importlib modulehjk2015-09-241-2/+2
* | Clang: Set diagnostic colors for text editor scrollbarMarco Bubke2015-09-232-0/+6
* | Static.pro: Remove unnecessary evalsEike Ziller2015-09-221-3/+3
* | Use variables for install locationsEike Ziller2015-09-224-4/+4
* | JsonWizard: Update wizards to make use of new featuresTobias Hunger2015-09-223-6/+20
* | Qt Quick Designer: License change to Qt Commercial + GPLv3Alessandro Portale2015-09-18210-2781/+1636
* | Wizard: Do not set c++11 for the plain C project wizardTobias Hunger2015-09-171-1/+1
* | Add new ModelEditor plugin.Jochen Becher2015-09-163-0/+299
* | QmlPuppet: Fix warning about unused static functionTobias Hunger2015-09-151-18/+0
* | QmlPuppet: Fix warning about overriding methodTobias Hunger2015-09-151-1/+2
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-151-3778/+1355
|\|
| * Update Russian translationSergey Belyashov2015-09-101-3778/+1355
* | Wizards: Rename all qml template filesTobias Hunger2015-09-1412-7/+12
* | Debugger: Use the usual callback mechanism for LLDB, toohjk2015-09-113-206/+136
* | TextEdit: Add underline support to text settingsMarco Bubke2015-09-101-1/+6
* | Plain C/CPP Wizards: Use proper main signatureTobias Hunger2015-09-092-2/+2
* | Debugger: Add more roundtrip markers to LLDB protocol outputhjk2015-09-071-0/+18
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-046-6472/+6488
|\|
| * Update three.js in Canvas3D project templateMiikka Heikkinen2015-09-031-7/+8
| * Update Canvas3D project wizard templatesMiikka Heikkinen2015-09-023-6467/+6482
| * QtQuickWizards: Fix compilationTasuku Suzuki2015-09-023-3/+3
* | Debugger: Remove unused bits of pdbbridge.pyhjk2015-09-031-63/+0
* | Debugger: Improve type display in PdbEnginehjk2015-09-031-3/+18
* | Debugger: Replace unneeded requests for updates in PdbEnginehjk2015-09-021-2/+3
* | Debugger: Handle anonymous function argumentsChristian Stenger2015-09-021-0/+5
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-014-2118/+1962
|\|
| * Dark theme: make application output error message text color readable.Mitch Curtis2015-08-291-1/+1
| * CppClassWizard: Do not add signal/slot to non-QObject classesTobias Hunger2015-08-271-1/+1
| * Qml2Puppet: Use helper functions from Qt 5.6Thomas Hartmann2015-08-262-1/+402
| * Ukrainian translation update for 3.5Viktor Ostashevskyi2015-08-251-2114/+1954
| * qmlpuppet: Fix build against Qt 5.6Friedemann Kleint2015-08-251-2/+6
* | Debugger: Also show instruction bytes in LLDB disassemblerhjk2015-08-311-3/+5
* | Debugger: Add display of mixed disassembler output for LLDBhjk2015-08-281-3/+28
* | Debugger: Fix handling of large registers with LLDBhjk2015-08-281-9/+12
* | Debugger: Make (sub-)registers editablehjk2015-08-281-0/+13
* | QmlPuppet: Fix warning about inconsistent override usageTobias Hunger2015-08-271-15/+15