The minimum size was to fully fit in the search term label, which could
get very long in case of long namespace + method names (or just long
text search terms). Also guarantee usability of the replace line edit.
Change-Id: I8664e20739ceb06251ffedf426cccdc4bacacedc
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Used for buttons that open additional dialogs, but not comboboxes.
Change-Id: I9b40eac236f18b4c0b2e358ddeccb953024e8d50
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
'git diff' marks merge conflicts different to changes.
With this fix it is possible to jump to the merge conflicts
also by a double click.
Task-number: QTCREATORBUG-6424
Change-Id: I355274e1ded4a05b3c7db718cbe9f48453070f82
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Make the second "Abort Debugger" kill the gdb process directly
instead of relying on further communication.
Also fix some "unexpected" (but harmless) state transitions.
Change-Id: I0938ec76420fbd77ec4b7348819dd7f63763547f
Reviewed-by: hjk <qthjk@ovi.com>
Because of a different naming of the Qt versions on Linux/Mac
this test always runs without starting a build on these OS's.
Change-Id: I93d89576ee6f56d7de9aee70aa79ea58a4239c5f
Reviewed-by: Bill King <bill.king@nokia.com>
Reflect changes in targets installed with the Qt SDK 1.1.4.
Add information about advanced development with Symbian SDK.
Task-number: QTCREATORBUG-6051
Change-Id: I28715cbb11a8088630ce4de5d0756ede2ca1d96e
Reviewed-by: Tim Kelly
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
It was only showing up if one had a helper library that was outdated.
Change-Id: I8d0ffcd16434dc6cfeadd408a2bdb59aa3ec73ba
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
Constructors would not get the correct name before. Now rewriting the
function's name is not done by going through the 'rewrite type' func-
tionality but rather by minimizing the symbol's name directly.
Task-number: QTCREATORBUG-6223
Change-Id: I3c25e414337937f5dd0f54570c899ca2ca21d2ef
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Pick a tool chain that suggests the same mkspec as the Qt version
was build with if possible.
This should help with the case of us choosing the wrong tool chain
on mac.
Change-Id: I206658fd36f2f3c2223392a2c69cf264b5b6a54e
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
That fixes navigation and the 'function signature update' quickfix for
global functions and functions in namespaces.
Task-number: QTCREATORBUG-6413
Change-Id: Ifc68a88a34eb363f4e84c72e9f72444d22df1086
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
The qmltypes files shipped with libraries shouldn't, but could define
components that form a prototype cycle. Use of the new
QmlObjectValue::prototypes() function avoids the code model getting
stuck in an infinite loop for these cases.
For plain ObjectValues this is already solved by using
PrototypeIterator.
Change-Id: I0f562672ab99b454bc3a0121c7a1b9eca43476bb
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This e.g. avoids "lines" of several MB if file search hits a binary
file.
Task-number: QTCREATORBUG-6116
Change-Id: Ibf89a332bc82ddbdb2aeb83c4b3886e784dab4b8
Reviewed-by: Ralf Neubersch <neubersch@neubersch.de>
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Change layout in code style selector.
Make it possible to see the values
of built-in code style without a need to copy it.
Built-in code style can be also modified after
being copied inside code style editor.
Task-number: QTCREATORBUG-6341
Change-Id: Ifcbf807d5730ccf9026e86572710d0cc0ccf9f1a
Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
There is no good plan on how to expose examples and demos
of Qt 5 other than using XML manifests. Thus, it's best
to disable the fallback mechanism, as it can only break
(see e.g. QTCREATORBUG-5472).
Change-Id: I4cc1fa875297c3d368ae261f5404fa61301f172f
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
The 2s work perfectly for most cases.
However, while deploying via WLAN sometimes
due to weak signal the 2s is not enough
Change-Id: If3a8bfbf6c4a244e589c1620a5c953486a0524d0
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>