- Jun 03, 2013
-
-
Fawzi Mohamed authored
Qmljs now keeps a cache of parsed qrc files, and can resolve "qrc:" links. This breaks the assumption that the name that the qml files has on the filesystem is the one that qml sees, and that contents of directories can be found just looking at file whose path starts with the directory path. Currently the first file is used when multiple qrc files contain the same path, but support for strict and weak path resolving is already there. At the moment only qrc files for projects that call updateQmljsCodeModel are updated. ChangeLog: QmljsSupport: Imports using qrc links are resolved. Task-number: QTCREATORBUG-8953 Change-Id: I695fac2692af2417d49c192c580a1c2e7b4873f4 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tobias Hunger authored
Change-Id: Ia689f7686b1efe30e839aa03a5a3f9c5cd801915 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Peter Kümmel authored
Check k before using it. Change-Id: Ic240b7a60b0d2b89e209a795525097cd99c9518a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Change-Id: I231e89849e2f06958d05a511320ec236b5702a1c Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
More sensible place, gotoLine is a method in IEditor anyhow. Change-Id: I420a6bf17060c16e6f1a4f45e0bef89379fb6bf8 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Looks very much like the current IDocumentFactory / IEditorFactory set up does not make much sense. Should be cleaned up in a follow-up commit. Change-Id: I000b68fe6b6d75add713866818711545b41dfe23 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Removes another useless IEditorFactor::open implementation Change-Id: I01d3c46131e8e3d6dcce1f0e338bc7d637153e98 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Change-Id: I1acafd85ec7a87ba2ac61240f30c329d56461118 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Petar Perisin authored
Task-number: QTCREATORBUG-9375 Change-Id: I4e18e4c2d4db71392aa305d49ffce924f8451a0b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- May 31, 2013
-
-
Tobias Hunger authored
We want to enforce the internal diff if possible, but that option is only in 1.7 and later. Task-number: QTCREATORBUG-9425 Change-Id: If89f0a7eedae51a04a5f1c40d48287a6425f7a12 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This was necessary ages ago for the mac. That comes with SVN 1.6.18 nowadays, so get rid of it. Change-Id: Ie7dfc0acdd7670099fa6ccefc84867ba05d87b7c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
All others may not have sticky settings in the first place. This fixes the name and icon fields always becoming disabled, even for manually added kits. Change-Id: Ie62ec6083586d65db851cee5d9a464e6c316be40 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I79950d9a5114ee9810dc959412d1695015c083b1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I47116fcce1c063a6a0af82ebac080f843d2d158f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Replaced "https" with "http" (where redirecting works) as a workaround for a bug that causes Qt Creator to crash when trying to open external links using https. Task-number: QTCREATORBUG-9397 Change-Id: If331eaffd2296a79f6e6f1ee7becd725d2aadb1d Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
hjk authored
Change-Id: I17121fcce1c063a6a0af82ebac080f843d2d157f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I722e78c352066ddd05e96199fd8ead088e3e9f59 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
El Mehdi Fekari authored
If the logs contain a '\n' the message parts in the new lines are not displayed. The new line messages are displayed with no buffer details and are ignored when the parsing is processed. Change-Id: I0e174dd5283a64c4e9b0434c06dd417f1be2c810 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
hjk authored
Change-Id: I492e78c352066ddd05e96199fd8ead088e3e9f58 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I352e78c352066ddd05e96199fd8ead088e3e9f58 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Useful for commit messages with "reverts <hash>" for example. Can later be extended for interactive rebase Change-Id: Ibf77433ecddfacbd8d443636ddbc406bda474aa7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Nätterlund authored
Any device inheriting from LinuxDevice can now implement a createDeviceTester() method to return their own AbstractLinuxDeviceTester that runs when the device wizard is completed, or when the Test Device button is pressed. The MaddeDevice implementation of the device actions now completely matches that of LinuxDevice, so those are removed. The QNX device check was improved with additional tool checking. Change-Id: Ie761b7cfc5591238aa2a18a74fe1843fb2cdbeaa Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I5e03853f0b658d7f246538ca90e35f38cc2f49d4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I4a63734793debfcb37283257bb7cbf4b1153197f Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
They can not work there anyway. Change-Id: Ic643ae7e35ad599ffb3928530eafb6ec537f3f04 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Add an image that shows the current location of the progress bar and the button. Change-Id: I2292721e6215d056a6eedab3ed5dd9485ec0776f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Nätterlund authored
This introduces a DeviceCheckBuildStep which any DeployConfigurationFactory could use to insert a step to check whether a device is set up for the current kit or not. Currently only used in the QNX deploy configuration. If there is no device known to a QNX kit, ask the user to add one. Launch the appropriate device wizard if the user agrees to add a device. Change-Id: I42db995f50890e2a2dd7aacc24a0049cdd6a6fee Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: I296de582b4ddb706d9f5f3f7092654b3f5d79e46 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Change-Id: I261bc1ee09a2c22155e4874a4429a868d837c256 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Leena Miettinen authored
Change-Id: I1002916cc0281396ad1a7ca6481a69eeb9b58622 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I1bd5654d62b11456c35cc5bf1099e41fb3559bc7 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Ibdd3147cc2a64407802fa237b7943d2e96c90030 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Sergey Shambir authored
Change-Id: Ib61197da939165d24b99e40f29f9de13d109e044 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9411 Change-Id: I0bb90e508b78d0e7c7ff86fda72399036ad665ae Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hluk authored
Task-number: QTCREATORBUG-9289 Change-Id: Ic05b71491f8ed625df0ce514182eff916171666a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Task-number: QTCREATORBUG-9289 Change-Id: I7ac1c925a13df49d60db410dce2d90b02cac7cfd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I69393d9b2aca0e4a702af8385020547bf89ba6fe Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: Iae0f427ed447430c82852c967022bc30ee4e88d1 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
hjk authored
Add a bit of space around "Context Lines" label. Remove extra spinbox frame. Change-Id: I69533c2fa3e93473f41194bdc36ce07042df9855 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Petar Perisin authored
Change-Id: I013c116fc7e0ac1571513005b8ea49992e0771a3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-