summaryrefslogtreecommitdiff
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Dumpers: Add a failing test for string display()drafts/for/masterdrafts/for/4.3Orgad Shaneh2017-08-111-0/+8
* Update Russian translationSergey Belyashov2017-08-091-782/+1342
* Debugger: Fix editing of std::{w,}string, QString, QByteArrayhjk2017-08-093-17/+26
* Debugger: Make std::complex values expandablehjk2017-08-081-0/+1
* Wizards: Add file extension as text overlay to some wizardsAlessandro Portale2017-07-2418-0/+18
* Wizards: Make the big wizards icons smallerAlessandro Portale2017-07-2134-0/+0
* QmlDesigner: Remove QtQuick.Controls 1.0 dependcy from Window mockupThomas Hartmann2017-07-201-1/+0
* Debugger: Don't hard-fail on missing Python json modulehjk2017-07-201-1/+8
* Wizards: Use the new icons for the Qt Quick Application WizardAlessandro Portale2017-07-183-2/+2
* Nim: Update the Nim wizard iconAlessandro Portale2017-07-186-2/+2
* fix property spellingTim Jenssen2017-07-171-3/+3
* Update QML type descriptions for qbsChristian Kandeler2017-07-141-43/+75
* Fix typo in Russian translationRobert Loehning2017-07-131-1/+1
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-122-0/+3
|\
| * Qmlpuppet: add missing includesMarco Benelli2017-07-102-0/+3
* | Dumper: Fix exception when accessing empty itemsChristian Stenger2017-07-071-0/+2
* | Debugger: Don't list static members of items in arrayshjk2017-07-051-5/+6
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-261-3/+26
|\ \ | |/
| * QmlDesigner: Fix combobox for font familyThomas Hartmann2017-06-231-3/+26
* | Dumper: Use correct integer value for enumsOrgad Shaneh2017-06-201-1/+1
* | Add old default text style as Default ClassicMarco Bubke2017-06-201-0/+64
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-202-1847/+2352
|\ \ | |/
| * Update Polish translationsJarek Kobus2017-06-151-1822/+2324
| * Fix internal C++ code model dumpersOrgad Shaneh2017-06-131-25/+28
* | Use declaration and output argument in dark styleMarco Bubke2017-06-191-1/+2
* | Debugger: Fix manual splitting of complex template parameter typeshjk2017-06-191-0/+1
* | Debugger: Add dumper for std::{optional,byte} and gsl::{span,byte}hjk2017-06-162-0/+35
* | add style icons to wizardsTim Jenssen2017-06-1310-0/+0
* | Dumper: Add bitfield value in debugging messageOrgad Shaneh2017-06-131-1/+1
* | Debugger: Prettify values for enum bitfieldsOrgad Shaneh2017-06-123-9/+16
* | Snippets: Add struct snippetNikolai Kosjar2017-06-121-0/+9
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-123-1579/+2141
|\ \ | |/
| * Update Russian translationSergey Belyashov2017-06-081-1577/+2088
| * qt5QtQuick2-bundle.json: add missing modules and versionsJ-P Nurmi2017-06-081-0/+51
| * Dumper: Fix type of lvalue for bitfields on GDBOrgad Shaneh2017-06-071-1/+1
| * Dumper: Do not use None for bitposOrgad Shaneh2017-06-061-1/+1
* | QmlDesigner: Remove unused memberRobert Loehning2017-06-071-1/+0
* | Update wizard template iconsMitch Curtis2017-06-0638-3/+3
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-024-3/+11
|\ \ | |/
| * Use virtual keyboard with Boot2Qdb plugin alsoKari Oikarinen2017-05-312-2/+2
| * Debugger: Fix unnamed typedef resolutionOrgad Shaneh2017-05-301-1/+1
| * Dumper: Introduce Value.__sub__Orgad Shaneh2017-05-291-0/+8
* | Debugger: Add a simple dumper for Utils::Porthjk2017-05-311-0/+4
* | Dumper: Remove duplicate function in lldbbridgeOrgad Shaneh2017-05-301-3/+0
* | Modeling: Add project management page to wizardJochen Becher2017-05-291-0/+5
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-234-1/+7
|\ \ | |/
| * QML application wizards: Add code to bail out on load errorsFriedemann Kleint2017-05-163-0/+6
| * Debugger: Fix display of pointers as arrayshjk2017-05-161-1/+1
* | Make Qt python pretty printers available inside LLDB/XcodeTor Arne Vestbø2017-05-192-30/+432
* | Make sure lldbbridge.fromNativeValue always sets value nameTor Arne Vestbø2017-05-181-54/+44