- Jun 03, 2013
-
-
hjk authored
We need to distiguish between start of GDB itself (a.k.a .gdbinit-style customization) and after the dumper machinery is initialized, which is nowadays often delayed until the first stop hook. Change-Id: I40f1e7225c2043b8bcb7d50eef948bb3c9162bb6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: I9a265b10c91950754c710ee270cae4530a808ea8 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Fix MiniProjectTargetSelector becoming too small when no sidebar is displayed. Task-number: QTCREATORBUG-9423 Change-Id: I40f9093f7217448c3b29a699aa8e07710127d608 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: Icb94fc1123f0b1f675356e9f3c347f25a6c3cb53 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Erik Verbruggen authored
Moved it from the handleIfDefDirective to the pre-defined macros, so that #if defined() can also see it. Task-number: QTCREATORBUG-9322 Change-Id: Icbecad5c885dd2374b559969c99631c3ddc73844 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
Change-Id: Icbf27edc8b3d7bd73504b449491f70056220c99f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-9314 Change-Id: I59c026cce02b85eeb54f4d10d5c9fb0c59bfe28a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
It was in exactly the wrong branch. Change-Id: I0679c18dc9c049bb89c2cba47cb0762ad81e3024 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
It's visible in the stack view anyway an make auto-resizing of the L&E view ugly due to its length. Change-Id: I722eb03fe0ddcb193ed8d45e672564f7113b662f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Instead of using the actual visibility state of the widget, which might have screwed things up if for some reason the widget itself was not visible the moment settings are saved. Change-Id: I7ae89259dc925f799bca413b537b65e9e689e1b7 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Christian Stenger authored
Change-Id: I247ba4ba11fc036d0afaa70d98e89eaf2315b60a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: I13d002773dd81206c70b7eb91727f152d7e84507 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I44718dce73bbcd376d90fdf40f4bb5ab4c57443a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Kate highlighter doesn't have enough colors * It works out of the box only on Windows * New editor support links Change-Id: I09bbaef08574660e535ccb86c2c460d5976fc2e3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I61e07b2abe3b1da1b56935bb3ce528a5f571705f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I546241fb3531cbc542b97d6d0f53382c9225dcf4 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
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>
-