aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-125-13/+73
|\
| * Debugger: fix cdb dumper test for namespaced QtDavid Schulz2019-07-091-0/+8
| * QmlDesigner: Fix RealSpinBox interactionHenning Gruendl2019-07-064-13/+65
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-0436-310/+1321
|\|
| * More Utils::toSet/toListhjk2019-07-044-7/+20
| * Wizards: Fix typo in Plain C++ wizardChristian Stenger2019-07-041-1/+1
| * QmlDesigner: Consistently capizalize "Flickable"Robert Loehning2019-07-031-1/+1
| * QmlDesigner: Fix DoubleSpinBox in-/decrease issueHenning Gruendl2019-07-034-77/+61
| * QmlDesigner: Hide the cursor when dragging in SpinBoxThomas Hartmann2019-07-031-0/+3
| * QmlDesigner: Increase size of SpinBox for FlickableThomas Hartmann2019-07-021-1/+1
| * QmlDesigner: Fix ListView property editor layoutThomas Hartmann2019-07-021-0/+2
| * QmlDesigner: Hide label if text is emptyThomas Hartmann2019-07-021-0/+1
| * QmlDesigner: Increase the compression timer for SpinBoxThomas Hartmann2019-07-021-1/+2
| * QmlDesigner: Use new combobox for layout propertiesThomas Hartmann2019-07-021-29/+27
| * QmlDesigner: Improve custom property editor for URLThomas Hartmann2019-07-021-3/+2
| * QmlDesigner: Add editors for font, Text and RectangleThomas Hartmann2019-07-025-13/+220
| * QmlDesigner: Extend support for custom property editorThomas Hartmann2019-07-021-0/+6
| * QmlDesigner: Add RealSpinBox and refactor SpinBoxHenning Gruendl2019-07-0218-182/+975
| * QmlDesigner: Set property editor scale factor to 1.1Thomas Hartmann2019-07-021-1/+1
| * Debugger: Fix QStandardItem dumper testDavid Schulz2019-07-021-1/+4
| * Debugger: add dptr child to QDir for msvc targetsDavid Schulz2019-07-021-16/+16
| * Dumper: Fix std::map<K, V>::iterator dumperOrgad Shaneh2019-07-011-1/+2
* | "New Class" wizard: Add option for adding the Q_OBJECT macroChristian Kandeler2019-07-012-1/+12
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-2810-55/+62
|\|
| * Wizards: Fix qbs project template for QtQuick appChristian Kandeler2019-06-271-1/+1
| * Wizards: Fix regular expressionsChristian Stenger2019-06-275-7/+7
| * Pretty printers: Unify code for different allocatorsMichael Weghorn2019-06-261-42/+19
| * Merge remote-tracking branch 'origin/4.9' into 4.10v4.10.0-beta2Eike Ziller2019-06-261-3/+3
| |\
| | * Small fixes in French translationRobert Loehning2019-06-241-3/+3
| * | Fix std::basic_string printer with custom allocatorMichael Weghorn2019-06-261-1/+1
| * | Fix std::vector<bool> printer with custom allocatorMichael Weghorn2019-06-261-2/+2
| * | gdbbridge: Convert children to gdb.ValueMichael Weghorn2019-06-261-1/+1
| * | QmlDesigner: List all fonts in projectThomas Hartmann2019-06-251-1/+31
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-211-6/+6
|\| |
| * | QmlDesigner: Remove shortcuts from undo redo in controls 2Thomas Hartmann2019-06-201-4/+4
| * | QmlDesigner: Remove shortcut from Controls2Thomas Hartmann2019-06-201-2/+2
* | | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-203-13/+26
|\| |
| * | QmlDesigner: Add alias export to QtObjectThomas Hartmann2019-06-191-6/+15
| * | QmlDesigner: Use MenuItem instead of ActionThomas Hartmann2019-06-191-5/+5
| * | Debugger: Improve QObject dumperhjk2019-06-181-2/+6
* | | New class wizard: Add Qt module dependencies, if necessaryChristian Kandeler2019-06-191-1/+4
|/ /
* | QmlDesigner: Fix layout in templatesThomas Hartmann2019-06-122-14/+25
* | QmlDesigner: Fix property editor template for colorsThomas Hartmann2019-06-122-4/+2
* | QmlDesigner: Disable horizontal scrollbar for property editorThomas Hartmann2019-06-121-0/+1
* | QmlDesigner: Use OpenGL 4.1 surface for puppetThomas Hartmann2019-06-121-0/+8
* | CMake: Small clean-up of CMake WizardsCristian Adam2019-06-127-62/+89
* | QmlDesigner: Reserve less space for labelThomas Hartmann2019-06-121-1/+1
* | QmlDesigner: Slightly reduce size of the spin boxThomas Hartmann2019-06-121-1/+1
* | Wizards: Include namespace in header guards againChristian Kandeler2019-06-123-3/+3
* | QmlDesigner: Add more studio controlsHenning Gruendl2019-06-1218-154/+306