summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-281-1508/+4309
|\
| * Add missing QtQuick.Controls/Dialogs/Layouts type descriptionsJ-P Nurmi2013-05-271-0/+3
| * Ukrainian translation updateVictor Ostashevsky2013-05-271-1508/+4309
* | QmlDesigner: Remove unused codeMarco Bubke2013-05-284-70/+0
* | PNG: Fix warning about sRGB informationTobias Hunger2013-05-2725-0/+0
* | Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-243-1/+20
|\ \ | |/
| * Wizards: Adding a title to the Qt Quick Controls templateThomas Hartmann2013-05-241-0/+1
| * QmlDesigner.Instances: custom rendering for QQuickWindowThomas Hartmann2013-05-232-1/+19
* | Debugger: Implement stack frame switching with LLDBhjk2013-05-241-4/+7
* | Debugger: frame.GetFunction().GetName() is not GetFunctionName()hjk2013-05-241-1/+1
* | Debugger: Fix step out and instruction-wise for LLDBhjk2013-05-241-5/+4
* | Debugger: Make LLDB std::vector dumper workhjk2013-05-232-6/+45
* | Debugger: Don't show LLDB's "synthetic" name suffixhjk2013-05-231-4/+7
* | Debugger: Move templateArgument implementation to Dumper classhjk2013-05-233-45/+52
* | QmlDesigner.PropertyEditor: Adding sheet for QtQuick.WindowThomas Hartmann2013-05-232-0/+150
* | Debugger: Remove hard coded python path for LLDB modules on Machjk2013-05-231-17/+7
* | Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-231-22/+179
|\ \ | |/
| * Russian translation updateSergey Belyashov2013-05-221-22/+179
* | QmlDesigner: Add content item hackMarco Bubke2013-05-228-1/+34
* | Debugger: Handle LLDB differences between Linux and Machjk2013-05-221-5/+11
* | Debugger: Adjust QList dumpers to LLDB needshjk2013-05-223-72/+77
* | Debugger: avoid using sys.maxsize, Mac doesn't like ithjk2013-05-221-1/+3
* | Debugger: Add autoderef to LLDBhjk2013-05-221-1/+7
* | Debugger: Move some common code back to qttypes.pyhjk2013-05-223-221/+226
* | QmlDesigner: Fix anchoring for application windowMarco Bubke2013-05-213-5/+10
* | QmlDesigner: Fix value change notificationMarco Bubke2013-05-211-2/+1
* | Revert "QmlDesigner: Remove NodeInstancesSignalSpy"Marco Bubke2013-05-215-0/+200
* | Git: Provide highlighter for interactive rebaseOrgad Shaneh2013-05-171-0/+65
* | CustomWizard: Add a placeholder field for QLineEditAurindam Jana2013-05-172-2/+2
* | Debugger: Make reference types visible with LLDBhjk2013-05-171-2/+21
* | Debugger: Clean up std::{w,}string dumperhjk2013-05-171-22/+6
* | Fix some compiler warningsOrgad Shaneh2013-05-172-0/+2
* | Debugger: Make dumper tests startable with LLDBhjk2013-05-161-56/+97
* | Debugger: Don't hard code LLDB path on Linuxhjk2013-05-161-2/+7
* | Debugger: Use backend-agnostic readRawMemoryhjk2013-05-151-4/+4
* | Debugger: Make readRawMemory uniformly accessible from Dumper objecthjk2013-05-151-0/+3
* | Debugger: Merge dumper.py into gbridge.pyhjk2013-05-152-1945/+1945
* | Debugger: Make std::string dumper work with LLDBhjk2013-05-151-7/+26
* | Debugger: Replace std::string::_Rep lookup with hardcoded valuehjk2013-05-151-6/+9
* | Merge branch '2.7'Oswald Buddenhagen2013-05-157-8/+33
|\ \ | |/
| * make phony_target hack work on mac even with qt 5.1Oswald Buddenhagen2013-05-142-2/+2
| * QmlDesigner: Fix recursive dirty testMarco Bubke2013-05-061-3/+6
| * Wizards: QtQuick 2.1 import for ControlsThomas Hartmann2013-05-061-1/+1
| * QmlDesigner.PropertyEditor: also support .svg for ImageThomas Hartmann2013-05-062-2/+2
| * QmlDesigner.qml2puppet: Adding simple testThomas Hartmann2013-05-061-0/+22
* | Debugger: Avoid Linux/LLDB crash when looking up "void"hjk2013-05-141-4/+1
* | UI text: make descriptive text shorter.Leena Miettinen2013-05-142-4/+4
* | Debugger: Make our std::vector and QList dumper work with LLDBhjk2013-05-144-83/+135
* | Debugger: Make some LLDB "visualizers" accessiblehjk2013-05-131-35/+94
* | Debugger: Make QByteArray dumper work with LLDBhjk2013-05-132-15/+54