summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
| * | QmlDesigner: Expose typeFilter propertyThomas Hartmann2020-04-231-1/+3
| | | | | | | | | | | | | | | Change-Id: Iaf0c6db67eb25b730bc31f87b52b0ec93ab15266 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | | QmlDesigner: Fix warnings about unused lambda cpaturesChristian Kandeler2020-04-231-1/+1
| | | | | | | | | | | | | | | Change-Id: I73e7aeed02527efd657df44232c13bb2e136f5ee Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | | QmlDesigner: Fix warnings about unused variables and functionsChristian Kandeler2020-04-231-0/+3
| | | | | | | | | | | | | | | Change-Id: Ib907db11dcdcef9cbbb91c8fd7af22ae420796b1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-2313-7/+69
|\ \ \ | |/ / | | | | | | Change-Id: I296a61fe43aea134de9e7a6ee8042af3f45f5e99
| * | Debugger: Fix dumper for std::unique_ptr with custom deleterhjk2020-04-231-1/+4
| |/ | | | | | | | | | | Task-number: QTCREATORBUG-23885 Change-Id: Ifba6ef7233886d1c9341e7912d6924cd9afbc4eb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
| * QmlDesigner: Inspect components for existing statesThomas Hartmann2020-04-218-0/+32
| | | | | | | | | | | | | | | | | | For each created items we retrieve a list of the names of all existing states. Task-number: QDS-1978 Change-Id: I8e85e439fce3c6204cb8bcf69f6be847cc8dae5c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
| * QmlDesigner: Add padding for QtQuick positionerHenning Gruendl2020-04-214-0/+12
| | | | | | | | | | | | | | | | | | Add PaddingSection for Column, Row, Flow and Grid positioner in PropertyEditor. Task-number: QDS-1501 Change-Id: Icd7b6ed2ab371e3a821e725668ca0c9c63d1c1c9 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * QmlDesigner: Allow setting state propertyThomas Hartmann2020-04-211-4/+4
| | | | | | | | | | | | | | | | This has to be blocked only for the root item. Task-number: QDS-1979 Change-Id: Ia05255468623fe715e3f7172e2f058a70629b783 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
| * QmlDesigner: Show proper error message for componentThomas Hartmann2020-04-211-2/+17
| | | | | | | | | | | | | | | | | | If a component cannot be created we have to show a proper error message. Task-number: QDS-1980 Change-Id: I48a6ff0fd89c9666328c501abb00dc0997171d96 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | Match use of int in operator>>Thiago Macieira2020-04-221-2/+2
| | | | | | | | | | Change-Id: I9709abb1c3734e10a7defffd1607e743f6d662e2 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | Android: Start lldb-server and attachhjk2020-04-221-4/+14
| | | | | | | | | | Change-Id: Id7c45d9161d3389e9de419835c312d87916a34bc Reviewed-by: David Schulz <david.schulz@qt.io>
* | AutoTest: Wizard: Add Support for Catch2Jochen Seemann2020-04-206-1/+139
| | | | | | | | | | | | Done-with: Christian Stenger <christian.stenger@qt.io> Change-Id: Idc59cf962e54845746a645efb5e931502deae38e Reviewed-by: David Schulz <david.schulz@qt.io>
* | Merge "Merge remote-tracking branch 'origin/4.12'"The Qt Project2020-04-171-4993/+7094
|\ \
| * \ Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-171-4993/+7094
| |\ \ | | |/ | | | | | | Change-Id: Ie35e9959693b6f6f78509eea5b259d6493ef87f2
| | * Update German translationRobert Loehning2020-04-141-4993/+7094
| | | | | | | | | | | | | | | | | | Change-Id: Id8654ce21bd6db9c26aeaebee53c7965536a6abf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | | Debugger: add dumper for Utils::EnvironmentDavid Schulz2020-04-171-0/+35
|/ / | | | | | | | | Change-Id: I2e80447b9b9690376a6d789c8b18d33cca22f4ab Reviewed-by: hjk <hjk@qt.io>
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-148-2172/+4686
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: cmake/QtCreatorIDEBranding.cmake qbs/modules/qtc/qtc.qbs qtcreator_ide_branding.pri src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp Change-Id: I34c3d1fd5be90537e37d15e00b1a0d455d1bf81d
| * Update Russian translationSergey Belyashov2020-04-121-2137/+4598
| | | | | | | | | | | | Change-Id: I6aa5f53e28639aa4f7426cef577138661ba9617e Reviewed-by: Viacheslav Tertychnyi <tvk537@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
| * QmlDesigner: Fix GradientLine tooltipHenning Gruendl2020-04-091-2/+6
| | | | | | | | | | Change-Id: I88bf3425b4ade5a80d49bb34744248431eec5128 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * QmlDesigner: Fix for ActionIndicatorThomas Hartmann2020-04-094-12/+25
| | | | | | | | | | | | | | | | | | | | | | | | * Fix SpinBoxInput hover * Fix ActionIndicator when statements * Add hover state to ButtonRow * Increase Z * Show indicator in edit state In edit state hover does not work reliable Change-Id: I7077ad391a7661a14ec784ab43bb31517e252885 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * QmlDesigner: Add string support to ComboBoxThomas Hartmann2020-04-081-20/+54
| | | | | | | | | | | | | | This allows setting raw strings. Change-Id: I372b933db071ea724236c22d9562c464744de7fc Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
| * QmlDesigner: Adjust OriginControlThomas Hartmann2020-04-071-1/+3
| | | | | | | | | | | | | | | | | | * It is not clear where the action indicator is. Therefore we always show it. * Adjust position Change-Id: I97f312b488ef3d96872914262ad36d5df606754f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-077-83/+47871
|\ \ | |/ | | | | | | | | | | Conflicts: src/plugins/android/androidmanifesteditorwidget.cpp Change-Id: I8143d9e02837dcd78a637da7b333a6eeebb105cb
| * Wizards: Add support for PySide 5.15Christian Stenger2020-04-071-0/+8
| | | | | | | | | | | | | | | | Fixes: QTCREATORBUG-23824 Change-Id: Ia0a2785d6371f771fcf83d3b326e76455143f8a5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
| * fix incorrect GaussianBlur shader code generationUnseon Ryu2020-04-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m_quickView in Qt5NodeInstanceServer::initializeView() is instantiated with setProfile(QSurfaceFormat::CoreProfile) However QGfxShaderBuilder::QGfxShaderBuilder() initiates and generate the gaussian blur shader code with referring default format. that doesn't set the profile to QSurfaceFormat::CoreProfile. The correct resolution is to get profile with accessing current window. But QGfxShaderBuilder is not QQuickItem so it doesn't have any way to access current window. As qmlscene does, it could be a nice solution to keep the current surface format as default when instantiating QQuickView. Fixes: QDS-1864 Change-Id: I0fcf80effccebf7cfe8e58c071cf121b6af5bdbd Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
| * Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-04-034-80/+47858
| |\ | | | | | | | | | Change-Id: I3edd6457620e6c2686e13d1030805294d7d3958f
| | * add croatian translation4.11Oswald Buddenhagen2020-04-023-2/+47780
| | | | | | | | | | | | | | | | | | | | | | | | contributed by Milo Ivir. Fixes: QTBUG-75911 Change-Id: I8f04f8b5f35ef6083d32d9ef397ce6b150fb22ac Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
| | * Fix Russian translationViacheslav Tertychnyi2020-03-311-78/+78
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8d9534e5fa1e8a44a0cfa0f22fe74e54e6b10d15 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Anton Kudryavtsev <antkudr@mail.ru> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
| * | Debugger: Pass symbol file to LLDB and use ithjk2020-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | | Instead of guessing from the executable. Change-Id: I5f57020446bc5e0f7915dac487a32d673eb97952 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | | Android: Also install LLDB from SDKhjk2020-04-061-1/+1
| | | | | | | | | | | | | | | Change-Id: I7ebf70387935a7e88b80b57d97659ec5f50ba758 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* | | Git: Add remote URL history completerAndre Hartmann2020-04-051-1/+5
| | | | | | | | | | | | | | | | | | | | | To checkout wizard and to remote add dialog. Change-Id: I8e4e011a41a862a40d6c1eadd0eaf3ce55f6db80 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* | | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-0315-100/+260
|\ \ \ | |/ / | | | | | | Change-Id: I79083060dfc3bc4408123acd3b7305b9701650fd
| * | Debugger: Make LLDB work a bit with remote Linuxv4.12.0-rc1hjk2020-04-021-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The device on remote side *has* to configure (/usr/bin/)lldb-server as "GDB server executable" in the device settings. A real gdbserver does not work. Change-Id: I045ffb60a824e06ee683d8bdfffeb480a580af5f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
| * | QmlDesigner: Fix crash in puppet when component has errorsMiikka Heikkinen2020-04-021-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check component creation errors earlier to avoid crash. This allows puppet to notify creator about the problem, so invalid components can be properly highlighted in navigator. Change-Id: I059a5be04c4e509a38f6d47daa97e0da36c333ae Fixes: QDS-1887 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
| * | QmlDesigner: Rename signalThomas Hartmann2020-04-012-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | The name clicked is missleading. Change-Id: I2782d1af5c0bd8a58c24729f043291b482cec6a8 Reviewed-by: Aleksei German <aleksei.german@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
| * | fix formattingBrook Cronin2020-04-011-64/+64
| | | | | | | | | | | | | | | Change-Id: Iaf49d5fa3239209e68f30762cc565fe3833b571e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * | add new icon font, update mapping in constantsBrook Cronin2020-04-012-48/+64
| | | | | | | | | | | | | | | Change-Id: Idbaa82a22ac317fc9089f76fc5de506e3f4bba5c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * | QmlDesigner: Fix tooltipThomas Hartmann2020-03-311-1/+1
| | | | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-23786 Change-Id: Ia87f6c711c8fb46dd8ac74802e224a5e7382aa46 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
| * | QmlDesigner: Exit puppet asynchronously in case of failed icon renderMiikka Heikkinen2020-03-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The application event loop is not yet active at setup time, so just calling qGuiApp->quit() directly doesn't actually exit the application. Change-Id: Iccae4dd59d92b593205c2057b189774f827ffcda Fixes: QDS-1875 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
| * | QmlDesigner: Colorize light gizmosMiikka Heikkinen2020-03-317-22/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Light gizmo icons and models are now colored based on the light color. Image provider is used instead of simpler ColorOverlay component, as ColorOverlay doesn't properly handle transparency when rendered offscreen in puppet. Change-Id: If6af915bca9bea2cb48ac23ac6c5ba46dc150e3b Fixes: QDS-1733 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | | QmlDesigner Add Default LabelAleksei German2020-03-311-0/+18
| | | | | | | | | | | | | | | Change-Id: Id2f3f1be68f3b6f00b80d4959aeb597137086541 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-3014-219/+417
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: src/tools/qml2puppet/CMakeLists.txt Change-Id: Id6243b0f725a68075d789bf35e771113b742645b
| * | QmlDesigner: Show selection and gizmo for scene root light/cameraMiikka Heikkinen2020-03-301-13/+15
| | | | | | | | | | | | | | | | | | Change-Id: Ib650a5e331cf2936ef20a47abec5086bb08f06d2 Fixes: QDS-1857 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
| * | QmlDesigner: Remove focus setting from EditView3DMiikka Heikkinen2020-03-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | There is no keyboard handling on puppet side anymore, so no need to set focus, either. Change-Id: I00ebf7de1ac0b339c1323a62a61a1c086123d848 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
| * | QmlDesigner: Fix scene root finding logicqds/v1.5.0-beta1Miikka Heikkinen2020-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | If there's a single node child on View3D, detect that as scene root when another non-node direct child of View3D is selected. Change-Id: Ib538b0ae368e7b460700a99e4c450a15586c2f62 Fixes: QDS-1865 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
| * | QmlDesigner: Do not support rectangle gradient in Qt for MCUsThomas Hartmann2020-03-301-1/+1
| | | | | | | | | | | | | | | Change-Id: Ida324bf0647234a0ecff6689265767c0925d9115 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
| * | QmlDesigner: Enable toggling the helper grid on/offMahmoud Badri2020-03-304-200/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the toolbar buttons from the puppet side and few other clean-ups. Task-number: QDS-1849 Change-Id: I075753552043a9f1bc649f6baf54dc7b689e4f64 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * | QmlDesigner: Create thumbnail for imported 3D assetsMiikka Heikkinen2020-03-308-2/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qmlpuppet now allows creating icon from qml source code. Invoke qmlpuppet with following arguments to create icons: --rendericon <size> <icon file name> <icon qml source> E.g. --rendericon 24 ~/my_icon.png ~/my_icon.qml Two icons are created, one with size x size dimensions and one with double the dimensions and "@2x" injected into the file name. 3D asset import utilizes this icon rendering to produce item library icons for imported components. Change-Id: I92c62c80d961f5f61a0ce1c09b32bbcbf80ea56c Fixes: QDS-1052 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
| * | Fix for Pane not being visible in the form editorUnseon Ryu2020-03-271-1/+0
| | | | | | | | | | | | | | | | | | Task-number: QDS-797 Change-Id: I4b06aa0e09f78fdd3bb9531cf21441bdae3ee2a5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-2614-15/+24
|\ \ \ | |/ / | | | | | | | | | | | | | | | Conflicts: src/plugins/coreplugin/dialogs/shortcutsettings.cpp Change-Id: I1f21845350bb69268ca51bc77167a8244adce22a