aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add properties to template for Qt Quick Application.Takayuki ORITO2016-05-271-0/+3
| | | | | | | It imitate template for Qt Quick Controls Application. Change-Id: I3440c96f06f3607b43811399427e341e73dea657 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Debugger: Fix dumping of numeric QJsonValue inside arrayshjk2016-05-241-1/+6
| | | | | | Task-number: QTCREATORBUG-16313 Change-Id: I544e89fc964cd404652d8ea0c8df127e51235292 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Debugger: Robustify disabling of system pretty printershjk2016-05-241-1/+5
| | | | | | | | | | There seems to be systems producing non-ASCII error messages when running this in directories with non-ASCII characters. Since we won't be able to workaround, silence the error to not disturb further operation. Change-Id: I527ce10c062273d2f4928f2a8fab79b704de067b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* QmlPuppet: Add missing bracesOrgad Shaneh2016-05-201-1/+2
| | | | | | | | Detected by GCC6 Change-Id: I62ad2da87477251b6abbf8f5c33c6a392787fb41 Reviewed-by: Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* Wizards: Add an application wizard for QtQuick.Controls.2Alessandro Portale2016-05-198-1/+188
| | | | | | | Change-Id: I516a0b016d57d997624a449ec58e56e3af3f265f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Ukrainian translation update for 4.0Viktor Ostashevskyi2016-05-141-589/+3392
| | | | | Change-Id: Ib1ebf53cf3815b86e3ecf0df2824c5baf0b12f18 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Debugger: Guard QObject property extraction against failureshjk2016-05-121-3/+7
| | | | | | | | | | Nowadays, the [property] section contains only "top level" properties, inherited ones are available through by expanding the base class. Task-number: QTCREATORBUG-15798 Change-Id: I40475500a2d20f27145a47fa7ed1e61d4a592c10 Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Debugger: Add a QArrayData dumperhjk2016-05-111-1/+4
| | | | | | | Helpful when inspecting staticMetaObjects. Change-Id: I32fa0797625a675a7bad7f470ed51232734de826 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Debugger: Add dumper for Qt Creator's Core::GeneratedFile typehjk2016-05-111-0/+4
| | | | | | | Useful for debugging 'New Project' type wizards. Change-Id: Icabb4610e34a876b814965ed2b0d3017b5352878 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Wizards: Add "Qt 5.7" option to QtQuick[.Controls] wizardAlessandro Portale2016-05-092-0/+18
| | | | | | | With updated import versions. Change-Id: I9c69373d31c7e434eb7b9c210606a79be3d1566e Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Translations: Update Japanese translationTakumi ASAKI2016-05-091-11693/+11584
| | | | | | | | Done-with: KATAYAMA Daiki https://www.transifex.com/user/profile/nebula121/ Done-with: Naoki MATSUMOTO <nekomatu@gmail.com> Change-Id: I8549d8f4ac9d32eb2209dbc140483434369bf6c5 Reviewed-by: Naoki Matsumoto <nekomatu@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Debugger: Fix QUuid dumper with large numbers and LLDBhjk2016-05-041-1/+2
| | | | | Change-Id: I357063022435d461d0b52c14541a4dfae69a1cdb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Add missing German translationsRobert Loehning2016-05-031-179/+275
| | | | | | Change-Id: I9982cb7c627f6b9cfccabe6f8e152ba0a014ad42 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Debugger: Disable QModelIndex dumperhjk2016-05-031-2/+2
| | | | | | | | | | The inferior calls to rowCount() and columnCount() used to create data() display are troublesome when debugging an actual issue with item models and not too helpful otherwise. People needing that information can still evaluate idx.data() etc manually. Change-Id: If736afbf8fc44cf28e7f07e5f2c3b039a2f4984c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Update german translationJochen Becher2016-05-021-1502/+3377
| | | | | Change-Id: I9d699da6668aafd45d7399fc4d5eb37c3ac6f223 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
* Debugger: Disable QAbstractItemModel dumperhjk2016-05-021-2/+2
| | | | | | | | | | The inferior calls to rowCount() and columnCount() used to create the "n x m" "nice" display are troublesome when debugging an actual issue with item models and not too helpful otherwise. People needing that information can still evaluate m->rowCount() etc manually. Change-Id: I3a3feed6aab19096ab01bc91c488de5fcbd732d7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Add QtQuick Controls and Templates 2.0 to qt5QtQuick2-bundle.jsonJ-P Nurmi2016-04-271-0/+2
| | | | | Change-Id: I50cfcaebc92bf47c7c420c34509cdfa28a0ac842 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* Fix reference values to be shown in debugger view.Alexandru Croitor2016-04-221-5/+5
| | | | | Change-Id: Ia8e6da004ea22515fccf4292cc3ddd8c530040c2 Reviewed-by: hjk <hjk@theqtcompany.com>
* Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-213-7/+16
| | | | | | | And for that, we also need separate theme color roles. Change-Id: I27bf4499acb516f7f824f5e57632797653b150ec Reviewed-by: hjk <hjk@theqtcompany.com>
* QmlDesigner: Fix assertThomas Hartmann2016-04-211-1/+1
| | | | | | | | | Trying to serialize a void start using QVariant does assert. Solution: Ignore properties of type void star. This was triggered by TreeView. Change-Id: Idca5646a472fdfce8761861f5bf889bb73300fff Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* QmlPuppet: Don't compare C string literals with ==Ulf Hermann2016-04-211-1/+2
| | | | | Change-Id: Idaafbc650849744af660e896bf875bdd43e6ae36 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* Debugger: Disable dumper for QVariants with user defined types for LLDBhjk2016-04-201-0/+7
| | | | | | | | | | | The type info is not directly accessible to the debugger. The workaround used so far generally works for initialized data, but can force loading all debug information otherwise. The behavior is exceptionally bad for LLDB 3.7 with GCC 5.x/C++14 due DW_TAG_base_type 'auto' encoded with DW_ATE = 0x0, bit_size = 0 produced by GCC and not understood by LLDB. Change-Id: I2b28b8a6aa15751c8e797bcbf501b81622680596 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Flat theme: Make some icon colors opaqueAlessandro Portale2016-04-201-5/+5
| | | | | | | | | | | | | | Transparency channel plus shadow create more artifacts than benefits. This change removes sets the alpha to ff and changes the rgb values so, that the icons still look exactly as before on the standard toolbar background. Te icons will however be better visible on other backgrounds such as menus. Change-Id: Idbf2c5c838bad615844ebf2eb63d104f8939b991 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Update Russian translationSergey Belyashov2016-04-151-109/+117
| | | | | | | Change-Id: I39ccb765e37e2d9ff2d080ff7cf92518f6a203c9 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Anton Kudryavtsev <a.kudryavtsev@netris.ru> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Themes: New display names "Default" -> "Classic", "Default Flat" -> "Flat"Alessandro Portale2016-04-152-2/+2
| | | | | | | | | | | | Also the defaultflat.creatortheme is renamed to flat.creatortheme. The file name of the "Classic" theme remains default.creatortheme in order to make sure that who previously actively switched to another theme and back to default won't suddenly get the flat one. Change-Id: I1a1f35aded00201a685ad221b70a9b728f2be972 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Debugger: Add breakpoint commands for LLDB backendhjk2016-04-151-0/+16
| | | | | | | | | | | | | | | | Commands needs to be given in Python, i.e. something like import time print time.asctime() for i in range(1, 10): print(i) works. Task-number: QTCREATORBUG-15585 Change-Id: I7724617e4bbe85a717ae78b21014e2b55c4089c8 Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
* Debugger: Hex-Encode LLDB disassembler comment fieldshjk2016-04-141-1/+1
| | | | | | | | | | They may contain quotes and possibly other data breaking the transport protocol. Change-Id: I53795bd1de54385e8d9c50088368fdc768db217b Task-number: QTCREATORBUG-15635 Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
* WelcomeScreen: QImageProvider fixAlessandro Portale2016-04-142-0/+6
| | | | | | | | | Adapting to fix for QTBUG-38127. Otherwise, the icons are too big in a HighDPI case. Task-number: QTBUG-38127 Change-Id: I70e27c06eaf1f2efa89c31d0a190aba52af28038 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Move 3rdparty resources into 3rdparty subdirectoryEike Ziller2016-04-1219-10903/+11
| | | | | | Change-Id: Ib6363629ef3e4d10bca64936a46147b5defc048b Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Remove code duplication for copying resources.Eike Ziller2016-04-121-47/+4
| | | | | | | | | | | | | qtcreatordata.pri was created for "conditional" copying of resources to the build tree. Adapt it a bit and use it for the "unconditionally" copied resources as well. A side effect is, that the unconditionally copied resources now are also installed file by file instead of the directory as a whole, which doesn't make a difference in the end result though. Change-Id: I6da3eeaadcb48c19987858bbb8c2d42ee149f6f3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Debugger: Restrict array dumping to 1 mio elements by defaulthjk2016-04-121-4/+10
| | | | | | | | Individual dumpers can override. User accessible gui to be done... Change-Id: Idf81dab11f810b43fc6721cbb37d12a1365a8634 Task-number: QTCREATORBUG-16021 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Rename static.pri to qtcreatordata.pri and move to base directoryEike Ziller2016-04-122-40/+1
| | | | | | | Preparation for using it at other places than static.pro as well. Change-Id: I8b3f55fdd2a90bc793f4bbc584e3e96f80231ce5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* GlslEditor: Remove duplicated iconsAlessandro Portale2016-04-113-0/+9
| | | | | | | | | This change makes GlslCompletionAssist reuse the equivalent icons from CPlusPlus, and adds specific ones for "Attribute", "Uniform" and "Varying". Change-Id: Ic8860274a9f421d28cfec86ed0d1badb7e1cf92e Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* CPlusPlus: New code model iconsAlessandro Portale2016-04-113-0/+27
| | | | | | Change-Id: I9ad6445319d85ffb652377a00256a68d56754352 Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* "Default Flat": Brighter text color on the fancy barsAlessandro Portale2016-04-111-1/+1
| | | | | | | | White instead of gray. Change-Id: I74f948c4b3cccb9dcad520eb6c08c1ad1175f651 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
* Debugger: Change default encoding for char * to UTF-8 in displayhjk2016-04-111-2/+2
| | | | | | Task-number: QTCREATORBUG-16029 Change-Id: Idf14ec54a53bd71b15196aedc7fc5e40b7bb6b5d Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
* Debugger: Handle wchar_t* equally special as char*hjk2016-04-111-6/+17
| | | | | | | Task-number: QTCREATORBUG-16034 Change-Id: Ic1aed8cef2d8eea9ceaf4123b0b0b7da08e6c86b Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com>
* Debugger: Always sort local variables alphabetically.hjk2016-04-111-1/+0
| | | | | | | | | | It was there for GDB at a time, but never for the other backends. Fix the GDB regression and make the sorting consistent across backends. Task-number: QTCREATORBUG-15296 Change-Id: If728c65f0c8ca4a8378c7cf5e53f1dadbfb72b29 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* "Default Flat": Explicit normal and bold toolbar text colorsAlessandro Portale2016-04-091-7/+9
| | | | | | | Nothing changes, but this makes it more manageable. Change-Id: I30879625ae8a46f86499c5f033a3cac129797568 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Debugger: Fix LLDB operations with XCode 7.3's lldb-350-0.21.3Christian Stenger2016-04-081-4/+4
| | | | | | | | Task-number: QTCREATORBUG-15965 Task-number: QTCREATORBUG-15945 Task-number: QTCREATORBUG-15949 Change-Id: If68cb17f6c627ede2d7f5381dbb4188f27fc66d5 Reviewed-by: hjk <hjk@theqtcompany.com>
* Use aux templates instead of phony_targetsEike Ziller2016-04-082-44/+3
| | | | | Change-Id: Idb5f64ab806ac06c286d5bebf7215fe2156a3435 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Debugger: Move struct sorting logic to generic parserhjk2016-04-082-15/+4
| | | | | | | | | | Backends only have to specify whether an object members are sortable in principle (e.g. all structs), and some numeric 'sortgroup' value for member items (higher values are always sorted on top). Change-Id: I10ce94580374fed48a35f058a575a1408d6801af Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* More contrast between enabled/disabled state of stop iconRobert Loehning2016-04-071-1/+1
| | | | | | | Now also for Default Flat theme Change-Id: I6d0962240b2eb19dbaecc390204c1af2de533d3c Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* QmlDesigner: fix binding is not workingTim Jenssen2016-04-061-0/+24
| | | | | | Change-Id: Ic40eca09f281626428157dd94ed802c846b2f7e9 Task-number: QTCREATORBUG-15942 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* QmlDesigner: Fix assertThomas Hartmann2016-04-061-1/+2
| | | | | | | | Trying to serialize a QModelIndex using QVariant does assert. Solution: Ignore properties of type QModelIndex. Change-Id: Idca5646a472fdfce8761861f5bf889bb73340df7 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Debugger: Add a QBitArray dumperhjk2016-04-061-0/+16
| | | | | | | Task-number: QTCREATORBUG-15974 Change-Id: Iafb0d94f5d780b3165d8bb749429754a5de051e3 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* Debugger: Add dumper for std::valarrayhjk2016-04-061-0/+9
| | | | | | Change-Id: I80d6a11714777d813dc0a6917a4dfa826d013cb9 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* Debugger: Fix LLDB operations with XCode 7.3's lldb-350.0.21.3hjk2016-04-061-0/+2
| | | | | | | | | | The output of lldb changed. Adapt our use. Task-number: QTCREATORBUG-15965 Task-number: QTCREATORBUG-15945 Task-number: QTCREATORBUG-15949 Change-Id: Ic78593c1a7c4ae69ecf23e381cd2f23441b4829b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Fixing crasing TimerThomas Hartmann2016-04-051-1/+1
| | | | | | | | | A "raw" QObject (created instead of the Timer) will crash the engine later. Instead we setup the QObject using createPrimitive(). Task-number: QTCREATORBUG-15916 Change-Id: I5f0dd9c887fd57d492222d221e54f267e12a5044 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* More contrast between enabled/disabled state of stop iconRobert Loehning2016-04-041-1/+1
| | | | | Change-Id: I0096535c1cd7de6924046be62c04a4336a013b5a Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>