summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Fix unstoppable debuggerFilipe Azevedo2017-09-201-4/+2
| | | | | | | | | | For some reason sometimes a user stop request with lldb can trigger a spontaneous stop, avoiding the debugger to stop correctly. This change fix the issue by emitting the correct states from lldbbridge.py. Change-Id: Ib8a2f4875824f4fff426b2d5e0fc4a79ce48c68e Reviewed-by: hjk <hjk@qt.io>
* Dumper: Dump CHAR/WCHAR arrays as stringsOrgad Shaneh2017-09-181-4/+4
| | | | | Change-Id: I78bdb181e27cc858356c9026fc960135b54cdcbb Reviewed-by: hjk <hjk@qt.io>
* Debugger: Add to solib-search-path, don't replace ithjk2017-09-131-0/+5
| | | | | | Task-number: QTCREATORBUG-18812 Change-Id: I0fb8d81d55e9928bd3825c510a11ab426ec082c6 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Update danish (da) translation for Qt Creator 4.4scootergrisen2017-09-111-5499/+9242
| | | | | Change-Id: I83d612efb8cddfb98961901efbf8bc6832b43682 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Doc: Add step list for adding custom debugging helpersLeena Miettinen2017-08-171-2/+2
| | | | | | Change-Id: I01aba948b9dfd55a58cae5fdd51e1588bb675e6a Task-number: QTCREATORBUG-18740 Reviewed-by: hjk <hjk@qt.io>
* Debugger: Adjust a comment on the used of dumpers for CDBhjk2017-08-161-3/+2
| | | | | Change-Id: Iac11c9f9415de3c8128f271fdbefdf78877d2755 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Debugger: Show guts of QString::Data when requestedhjk2017-08-151-5/+3
| | | | | | | | | If people already decide to drill into QString they are likely to want to be able to drill into QString::Data, too. Change-Id: I90cf1bd9b7bed66805fc7493cf1595d27ef3b129 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: hjk <hjk@qt.io>
* Debugger: Hex-encode LLDB disassembler source lines for transporthjk2017-08-151-1/+1
| | | | | | | | Unescaped quotes break the protocol. Task-number: QTCREATORBUG-18721 Change-Id: I235c4dc33e599769bc854423ef4a7dc6f46bf58e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Merge "Merge remote-tracking branch 'origin/4.3' into 4.4" into 4.4Eike Ziller2017-08-141-2/+0
|\
| * Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-08-141-2/+0
| |\ | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/qmlprofiler/qmlprofilertraceview.cpp Change-Id: Ib1d75a8572f650898cb598d008867e2c0514d752
| | * QmlDesigner: Fix macOS menu issue4.3Thomas Hartmann2017-08-101-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introducing the Loader broke the menu on macOS. There is no reason to disable the Loader. This was premature optimization. Task-number: QTCREATORBUG-18662 Change-Id: Ief00246182ab1f1096efec634ed0626aeba95c84 Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
* | | Debugger: Fix location marker update for LLDB Jump to Linehjk2017-08-141-1/+2
|/ / | | | | | | | | Change-Id: I93c46eabb8c91c3e7158454f04cf027d55ece621 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* | Update Russian translationSergey Belyashov2017-08-091-782/+1342
| | | | | | | | | | | | Change-Id: Ib821849cec98c999302a7f5e4c8ce2a1f7e5ef1f Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* | Debugger: Fix editing of std::{w,}string, QString, QByteArrayhjk2017-08-093-17/+26
| | | | | | | | | | | | | | | | | | ... as well as std::vector and QVector Change-Id: I7fd33be9917a17414149813c28316166b8de9be7 Task-number: QTCREATORBUG-18681 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Debugger: Make std::complex values expandablehjk2017-08-081-0/+1
| | | | | | | | | | | | Change-Id: Idecd15378cfe2a0026ad5b9317ee7ad791a5ff47 Task-number: QTCREATORBUG-18680 Reviewed-by: André Hartmann <aha_1980@gmx.de>
* | Wizards: Add file extension as text overlay to some wizardsAlessandro Portale2017-07-2418-0/+18
| | | | | | | | | | Change-Id: Ibfd1144271c4381c7125db80713cbde431a54cf7 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Wizards: Make the big wizards icons smallerAlessandro Portale2017-07-2134-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | The feedback was clear: Icons were too big. This patch decreases the sizes from 92x68 to 48x48. 48x48 should not be too big anymore, and at the same time it should still allow to have an understandable image. Change-Id: I45a9f2214a43987ed60d2bd7527c025016dde745 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | QmlDesigner: Remove QtQuick.Controls 1.0 dependcy from Window mockupThomas Hartmann2017-07-201-1/+0
| | | | | | | | | | | | | | | | It is not required and prevents the mockup from working if QQControls 1 are missing. Change-Id: Ib439bded6dce6b8e0d6f21e9b22f3dad2a6c0d3a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | Debugger: Don't hard-fail on missing Python json modulehjk2017-07-201-1/+8
| | | | | | | | | | | | | | | | Only needed for native combined debugging. Task-number: QTCREATORBUG-18577 Change-Id: I7c5d877b9601e77ab8de251305db829a07675f8d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Wizards: Use the new icons for the Qt Quick Application WizardAlessandro Portale2017-07-183-2/+2
| | | | | | | | | | | | Task-number: QTCREATORBUG-18550 Change-Id: Ic91979393a8e2ea54a0d0ab10135028b42efba97 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Nim: Update the Nim wizard iconAlessandro Portale2017-07-186-2/+2
| | | | | | | | | | | | | | | | | | The icon should have the same size and look as the other icons. Task-number: QTCREATORBUG-18550 Change-Id: I16ee48196a14878858f02cabe0678342b4abb44f Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | fix property spellingTim Jenssen2017-07-171-3/+3
| | | | | | | | | | Change-Id: I00f84ec8d2c83d7f3937d2e21a24e02ba28991b3 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Update QML type descriptions for qbsChristian Kandeler2017-07-141-43/+75
| | | | | | | | | | Change-Id: I386fcec239dabd34715129f0ed750d71dd0b568c Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* | Fix typo in Russian translationRobert Loehning2017-07-131-1/+1
| | | | | | | | | | | | Task-number: QTCREATORBUG-18546 Change-Id: If4d41b590a935c3661748f26c628525f238e6a88 Reviewed-by: hjk <hjk@qt.io>
* | Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-122-0/+3
|\ \ | |/ | | | | Change-Id: Ifb1dcc847ba4b32a79b349955fad5207e402cb7b
| * Qmlpuppet: add missing includesMarco Benelli2017-07-102-0/+3
| | | | | | | | | | | | Task-number: QTCREATORBUG-18498 Change-Id: Ie40a066508bb52f53b8ad528f9d4cf6969fc0632 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | Dumper: Fix exception when accessing empty itemsChristian Stenger2017-07-071-0/+2
| | | | | | | | | | | | | | | | | | This also fixes accessing 'this' when located inside a different thread. Task-number: QTCREATORBUG-18466 Change-Id: Ib90cc23c65c033a234d3f7cf9b1ba76abff719e2 Reviewed-by: hjk <hjk@qt.io>
* | Debugger: Don't list static members of items in arrayshjk2017-07-051-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To properly access a static member we need a nativeValue which we don't have in the expansion of an array. Not showing static members in that case is a compromise between LLDB behavior (never show statics) and showing something wrong (see the linked bug report) Task-number: QTCREATORBUG-18366 Change-Id: I688779224a89d4ecbc47dd5623922efb32be9c4c Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-261-3/+26
|\ \ | |/ | | | | Change-Id: Ib5405ed2c3356f65b49fe2f454f8ac2e0de44ef6
| * QmlDesigner: Fix combobox for font familyThomas Hartmann2017-06-231-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The editable combobox had some serious issues. I changed the signals we react to and the properties we use. We react on activated to change to fonts in the model. For some reason using currentText does not work reliable. We have to retrieve the current etxt manually using textAt(). We also react to accepted to changes in the text edit. Here we simply use editText. We also react to selection changes and change the font. Change-Id: I99abd7609f8b64ef446ce154aed0c2a61dfa00f9 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | Dumper: Use correct integer value for enumsOrgad Shaneh2017-06-201-1/+1
| | | | | | | | | | | | | | In case of an enum bitfield Change-Id: I1e7756d5dffb4d81030795c495f2474a77c50452 Reviewed-by: hjk <hjk@qt.io>
* | Add old default text style as Default ClassicMarco Bubke2017-06-201-0/+64
| | | | | | | | | | Change-Id: Id38993095862a0f2097598ee9000dbcdc77b6030 Reviewed-by: hjk <hjk@qt.io>
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-202-1847/+2352
|\ \ | |/ | | | | Change-Id: I126f3a05212a3d5df78812e66285bc9e8078360b
| * Update Polish translationsJarek Kobus2017-06-151-1822/+2324
| | | | | | | | | | Change-Id: I35cdd493dca5fb0e105a029880ea3f5b66b2dfef Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * Fix internal C++ code model dumpersOrgad Shaneh2017-06-131-25/+28
| | | | | | | | | | Change-Id: I8a6f9b5e5abb27c9a96bf573f517aff26f9f2b38 Reviewed-by: hjk <hjk@qt.io>
* | Use declaration and output argument in dark styleMarco Bubke2017-06-191-1/+2
| | | | | | | | | | Change-Id: Icca770dfbeedd6207960202ea4b42c2045f320ef Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Debugger: Fix manual splitting of complex template parameter typeshjk2017-06-191-0/+1
| | | | | | | | | | | | | | | | Parsing has to stop at the first < (coming from the end). foo::span<int>::bar<double> has a parameter 'double', not 'intdouble'. Change-Id: Ied142d5e75a7587d6c0efd3b51608b199b999e93 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | Debugger: Add dumper for std::{optional,byte} and gsl::{span,byte}hjk2017-06-162-0/+35
| | | | | | | | | | | | Change-Id: I7e06214bfd2ace91f480b73bb370e5dc6297c502 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: hjk <hjk@qt.io>
* | add style icons to wizardsTim Jenssen2017-06-1310-0/+0
| | | | | | | | | | Change-Id: Ia5741e68d9ce0a812080bfba7b120f5d5575c210 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Dumper: Add bitfield value in debugging messageOrgad Shaneh2017-06-131-1/+1
| | | | | | | | | | Change-Id: I353e85b5b6999f85e93eed18ac0cf414c1c46066 Reviewed-by: hjk <hjk@qt.io>
* | Debugger: Prettify values for enum bitfieldsOrgad Shaneh2017-06-123-9/+16
| | | | | | | | | | Change-Id: I55329bba1864c9ebbbcb3b3bf1b940346507f8cd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Snippets: Add struct snippetNikolai Kosjar2017-06-121-0/+9
| | | | | | | | | | | | Change-Id: I8c1e486d752ac0eaddbb1d7909a0e9b50382cc87 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-123-1579/+2141
|\ \ | |/ | | | | Change-Id: I83af635dcac98e4fd78b21d8dd9dc3a27a4fdf94
| * Update Russian translationSergey Belyashov2017-06-081-1577/+2088
| | | | | | | | | | | | | | Task-number: QTCREATORBUG-18305 Change-Id: Ie6cb90054b2d562c0c73a3fc7307d7835cd78853 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
| * qt5QtQuick2-bundle.json: add missing modules and versionsJ-P Nurmi2017-06-081-0/+51
| | | | | | | | | | | | Change-Id: Ic101cda0a4b17557a8c04590fec22812331b189b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Marco Benelli <marco.benelli@qt.io>
| * Dumper: Fix type of lvalue for bitfields on GDBOrgad Shaneh2017-06-071-1/+1
| | | | | | | | | | Change-Id: Ic0e82fc012eb1277a74ff2e63fdc0a13caaf5f1c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
| * Dumper: Do not use None for bitposOrgad Shaneh2017-06-061-1/+1
| | | | | | | | | | | | | | | | | | It causes an exception when being divided Noticed with boost::icl::interval_set. Change-Id: I5629436c3c1ba10e7b67bb05d720329f4c61eafe Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | QmlDesigner: Remove unused memberRobert Loehning2017-06-071-1/+0
| | | | | | | | | | Change-Id: I646ebaed1179fd679b67ec8c942d7b8a592e9900 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* | Update wizard template iconsMitch Curtis2017-06-0638-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The icons have been redesigned to have a more consistent and clean look. The colors work well with both dark and light themes. The dimensions of the icons have been made larger in order to facilitate their use in an icon grid. A follow-up commit will add more wizard templates that make use of the larger icons in order to depict various Qt Quick UI layouts. Some icons (Qt Quick Application, Qt Quick Controls 2 Application) were unchanged, as the follow-up commit will remove them in favor of more specific templates. Task-number: QTPM-395 Change-Id: I5804c3fb92c60e53e1380cfb05d4c7f14e877d8a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-024-3/+11
|\ \ | |/ | | | | Change-Id: I56004e3ec9dc9d92d33bdae438c4f7e069eccc45