aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* qbs templates: install app by defaultJoerg Bornemann2014-03-032-0/+10
| | | | | Change-Id: Ib639f70f2cb30842d8bce2073883979d0b67afa7 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Debugger: Remove glitch in QObject property reporting.hjk2014-02-281-4/+1
| | | | | | | | There was a spurious item named [10] (or similar) at the end of the list. Change-Id: I9bfd41325f47206c11e26161f6b0838778f8c306 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix some fallback in type lookuphjk2014-02-281-1/+1
| | | | | | | Just in case. I can't trigger the codepath anymore. Change-Id: Ia1cecca7a9628b36128fa6efbb2f6ffbc4bef4b2 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Add start with step-into for LLDBhjk2014-02-281-2/+8
| | | | | | | Task-number: QTCREATORBUG-11596 Change-Id: I4561d74524b70bc81345ab9beb60ec7242045509 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Re-work qt namespace detection with gdbhjk2014-02-281-1/+11
| | | | | | | | | We can always use python now. Avoids one roundtrip on startup, a temporary file, and only does it when needed. Change-Id: Id32a812bec477307da1d93950f7758f3a5699464 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix metaobject lookuop for older versions of GDBhjk2014-02-281-9/+12
| | | | | | | Symbol.value is not available in 7.4 Change-Id: I86e00cbeef61669ca5950e35a7b0aed86dcb2f87 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Rework gdb Q_OBJECT detection (again)hjk2014-02-271-26/+33
| | | | | | | We need to filter out Q_GADGETS Change-Id: Id0ec18188e5b40506d69908e7218e3971cbddad9 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Add "Separate Window" display option for QUrl objectshjk2014-02-271-0/+11
| | | | | Change-Id: Ifd4f60a96856d15993efd857d33421f691bb8824 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Debugger: Some cleanup in gdbbridgehjk2014-02-251-43/+4
| | | | | Change-Id: Iecea0ee1d66cff3a4dbe2c9605babb2e49d0c93a Reviewed-by: hjk <hjk121@nokiamail.com>
* Templates: Remove 'Module/' part from #includeshjk2014-02-244-8/+8
| | | | | | | | That was not recommended practice for user code. Change-Id: I68c2471444dd6c6fc0b6cc64df9a677947863973 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Debugger: Remove some workarounds for older GDB versionshjk2014-02-211-63/+1
| | | | | | | | | | | ... and the Python magic needed. This also helps to remove module dependencies that break current QNX setups. Change-Id: I6554cf0f344b4c3788681389f2c972e49c9851b6 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Cristian Adam <cristian.adam@here.com> Reviewed-by: Martin Boháček <mbohacek@blackberry.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix Qt 4 QVector dumper with LLDBhjk2014-02-191-14/+15
| | | | | Change-Id: I2b5ab838558b2e1b3a0c13fafcc37efebb014c19 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Welcome Screen accessibility improvementsFrederik Gladhorn2014-02-193-0/+6
| | | | | | Change-Id: I2fa2f98566378a5f9ad12e3c74cbe293d97eb2a4 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Reference only public propertiesFrederik Gladhorn2014-02-191-4/+4
| | | | | | | | | This doesn't change anything, but the control property is "private" to button, prefer using the public root "button". Change-Id: I2dc4e92367ff196e2d02b74d6f97ebc0ee355a76 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Improve key handling for welcome screenFrederik Gladhorn2014-02-191-8/+7
| | | | | | | | | | | | | This makes the Projects/Examples/Tutorials buttons work by keys in addition to mouse. Instead of only respecting the mouse for button presses use an ExclusiveGroup so that pressing space also changes the mode (before pressing space on the Examples button would change to example mode but not highlight the button). Change-Id: Ib4704fc1bb09767b6b69e2a6364ceca4525a0676 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* CustomWizard: Use object pool to find factoriesTobias Hunger2014-02-178-8/+8
| | | | | | | | | | | Rename class type of CustomQmakeProjectWizard from "qt4project" to "qmakeproject" and document that change in the manual and changes-3.1.0. Also update all the in-tree xml files to that new class name. Change-Id: I7a9ef914a429d68e7f37a2115c03fa81d7433398 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Make availableFeatures() nicerjkobus2014-02-145-5/+5
| | | | | Change-Id: Ia25c0967e6f65cb046c9f3b1798c747b8da02fc9 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Fix in French translationRobert Loehning2014-02-141-1/+1
| | | | | Change-Id: If7f1e79597541df76fd41612ef63148aedb71ded Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
* Update qtquick features numberjkobus2014-02-139-9/+9
| | | | | | | Task-number: QTCREATORBUG-11465 Change-Id: I17653a10e8d844e94be294d66d59f3235631ccb0 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Debugger: Also display dynamic QObject propertieshjk2014-02-131-4/+61
| | | | | | | | | | Also, don't pre-compute the property count for performance reasons. This leaves us with not too much information before actually expanding the note, but better than waiting a minute before seeing anything from a qwidget or such. Change-Id: Ia39a01ec053ca821bb6cc76f09b3e836fa0d1b03 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* BlackBerry: Improve handling of Qt libraries when creating packageTobias Nätterlund2014-02-131-15/+0
| | | | | | | | | | | | | | This lets the user choose between bundling the Qt libraries in the bar package, use the libraries shipped with the device, or use libraries deployed to the device by the user. From the user's choice, the correct assets will be added to the bar package, and the correct environment will be set up, so those does not have to be pre-filled in the bar-descriptor.xml template any longer. Task-number: QTCREATORBUG-11376 Change-Id: If44a9f9868d068f2ccbbeca3e25447496a336648 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
* Fix deployment for QtQuick templatesjkobus2014-02-119-4/+37
| | | | | | | Task-number: QTCREATORBUG-11412 Change-Id: Iee117faaf85fcaa3e216091a8f7d95b4e12237cb Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Debugger: Stop process before manipulating breakpoints with LLDBhjk2014-02-111-0/+12
| | | | | | | | | This seems to be a LLDB/Linux specific problem. Task-number: QTCREATORBUG-11441 Change-Id: I390e17737a63f53dc1d1e2060ef87a3ad94fedf5 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix reaction to unsupported types of breakpoint.hjk2014-02-111-3/+6
| | | | | | | Task-number: QTCREATORBUG-11434 Change-Id: I5b295df0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-02-117-24/+53
|\ | | | | | | | | | | | | | | | | Conflicts: qtcreator.pri qtcreator.qbs src/shared/qbs Change-Id: Ic6f115e3d9da32327cfe2d02d7356687dc3f60d7
| * WelcomeScreen: Changing the "Getting Started Now" button urlAlessandro Portale2014-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | We want to reduce the needed number of clicks to the Android setup info from 4 to 2 clicks. Therefore the main index.html is better. Also that page does not open in split help, anymore. Change-Id: Idfd08c78728cb2face6cf9769ca332ac8805eef5 Reviewed-by: Sami Makkonen <sami.makkonen@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
| * Fix unfinished messages in Russian translationSergey Belyashov2014-01-281-4/+4
| | | | | | | | | | | | | | Change-Id: I263ec0131a5d4546405078dd5d08fe7cd4964803 Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
| * Update Russian translationSergey Belyashov2014-01-271-2/+34
| | | | | | | | | | | | Change-Id: Ib95694db02effc1d5cb15c711287b84fe29f9e08 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
| * QmlDesigner.PropertyEditor: template LineEdit should fill layoutThomas Hartmann2014-01-272-2/+3
| | | | | | | | | | Change-Id: I6c537b4a2ee7feace7b0bd63430b7fc442cf81b8 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
| * QmlDesigner.PropertyEditor: Use URlChooser for BorderImageThomas Hartmann2014-01-231-1/+1
| | | | | | | | | | | | Task-number: QTCREATORBUG-11331 Change-Id: I1cd09079ea3441639aa91f29d504e7bb8771d080 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
| * WelcomePage: Use TextField instead of TextInputThomas Hartmann2014-01-221-15/+10
| | | | | | | | | | | | Task-number: QTCREATORBUG-11325 Change-Id: I542d592db0d1414a5c0cc93b5bd3bb1c1f1f7702 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
| * QmlDesigner.QmlPuppet: Adding CONFIG += consoleThomas Hartmann2014-01-221-0/+1
| | | | | | | | | | | | | | This is required for the version check, Change-Id: I9845260b029e8e01eb71e92c78d40f2a842a5f46 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* | Debugger: Make 'Jump to Address' work with LLDBhjk2014-02-101-4/+7
| | | | | | | | | | Change-Id: Iba288df0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Run to line for LLDBhjk2014-02-101-11/+28
| | | | | | | | | | | | | | And some error reporting. Change-Id: Iab298df0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Make LLDB main loop exception reporting more verbosehjk2014-02-061-2/+2
| | | | | | | | | | | | | | Include the full call stack. Change-Id: Ib2a18df0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Move list of statics to subnodehjk2014-02-061-14/+21
| | | | | | | | | | | | | | Task-number: QTCREATORBUG-11401 Change-Id: Iafa18df0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Fix "Jump to Line" for LLDBhjk2014-02-061-2/+17
| | | | | | | | | | | | Change-Id: I2fa58fd0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* | Debugger: Work around wrong executable nameshjk2014-02-051-1/+5
| | | | | | | | | | | | | | | | | | | | We currently don't always get proper executables from the process list, and we don't need them for attaching. Task-number: QTCREATORBUG-11295 Change-Id: I2fc18df0db85063146ed9dc09351844924e22bdc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Revert "WelcomeScreen: Changing the "Getting Started Now" button url"Alessandro Portale2014-02-041-1/+1
| | | | | | | | | | | | | | | | | | wrong branch This reverts commit c3e675064c167eee79c04837015641f5af20a012 Change-Id: I2a24c89e4953e69057b8e125a4be18410ee6005b Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* | Debugger: Move special argv display to DumperBase and use for LLDB, toohjk2014-02-043-34/+36
| | | | | | | | | | Change-Id: Ie1913f5a5062d230e02a4f1738ca14bd6cebc55c Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Pass command line parameters with LLDBhjk2014-02-041-2/+7
| | | | | | | | | | Change-Id: Id25155688e0e9bbe0d45cde20563929b7370695d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Allow incremental expansion of large stackshjk2014-02-031-5/+20
| | | | | | | | | | | | | | Task-number: QTCREATORBUG-11108 Change-Id: Id1a155688e0e9bbe0d45cde20563929b7370695d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* | Debugger: Re-structure version check in QDir dumperhjk2014-02-031-18/+22
| | | | | | | | | | Change-Id: Ic14155688e0e9bbe0d45cde20563929b7370695d Reviewed-by: hjk <hjk121@nokiamail.com>
* | Debugger: Yet another way to extract metaobjectshjk2014-01-311-2/+8
| | | | | | | | | | | | | | | | FindFirstGlobalVariable seems to return bogus values. EvaluateExpression might be more reliable. Change-Id: Ic84155688e0e9bbe0d45cde20563929b7370695d Reviewed-by: hjk <hjk121@nokiamail.com>
* | Debugger: Make some gdb dumper work for libc++hjk2014-01-313-6/+17
| | | | | | | | | | | | | | Better user experience on Mac. Change-Id: Ice1455685e0e9bbe0d45cde20563929b7370695d Reviewed-by: hjk <hjk121@nokiamail.com>
* | Get rid of Qt Quick Ui template based on QtQuick 2.0Jarek Kobus2014-01-314-45/+1
| | | | | | | | | | Change-Id: Ifa134618cf84f3ec71d443fc3d8bb0fba2768ea8 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* | WelcomeScreen: Changing the "Getting Started Now" button urlAlessandro Portale2014-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | We want to reduce the needed number of clicks to the Android setup info from 4 to 2 clicks. Therefore the main index.html i better. Also that page does not open in split help, anymore. Change-Id: I96b43f269c946c3a836811480ee29221db5fade9 Reviewed-by: Sami Makkonen <sami.makkonen@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* | Debugger: Work on older LLDB.hjk2014-01-311-6/+16
| | | | | | | | | | | | | | | | | | Breakpoint setting and some data examination give now results with 167.2. Communication is not working, only one event is handled. Change-Id: Ice40e568ee0e9bbe0d45cde20563929b7370695d Reviewed-by: hjk <hjk121@nokiamail.com>
* | Use qrc files for qml files inside qtquick app templatesJarek Kobus2014-01-3132-446/+80
| | | | | | | | | | | | | | | | | | Remove unused application viewers Task-number: QTCREATORBUG-11264 Change-Id: I3e24be9b58ef47cb2b2c2cce0361c08e71c93ee9 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* | Debugger: Use a more robust fallback for SBValue.Dereferencehjk2014-01-301-4/+3
| | | | | | | | | | | | Change-Id: Ie81899017c7e711ea8b04d85f8298b0d73f1cbab (cherry picked from commit 88114aba3ef4ccf2d1597e9a21dd49efb8c86717) Reviewed-by: hjk <hjk121@nokiamail.com>