aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove the designer templatesTobias Hunger2015-08-276-224/+0
* | Don't treat pdbbridge.py as argumentChristian Stenger2015-08-251-3/+5
* | Debugger: Remove unused code from pdbbridge.pyhjk2015-08-241-376/+32
* | Adapt Qbs code to latest changes.Jake Petroules2015-08-212-2/+0
* | Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-205-38/+45
|\|
| * Debugger: Also display subentries for pretty printed char arrayshjk2015-08-131-1/+0
| * Debugger: Use qtHookData to extract Qt version when possiblehjk2015-08-131-0/+8
| * Debugger: Fix evaluated expressions containing quoteshjk2015-08-131-1/+0
| * Debugger: Fix QJsonDumper with LLDBhjk2015-08-121-6/+6
| * Debugger: Fix display selection of char arrayshjk2015-08-123-18/+10