- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
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>
-
- Nov 02, 2011
-
-
Daniel Teske authored
Task-Number: QTCREATORBUG-6419 Change-Id: If3ab035ee3a117744213d5e3db3ffa41f7283d53 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
Used for buttons that open additional dialogs, but not comboboxes. Change-Id: I9b40eac236f18b4c0b2e358ddeccb953024e8d50 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Peter Kuemmel authored
'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>
-
hjk authored
Task-number: QTCREATORBUG-6430 Change-Id: I92edba9e4564bbdff6babc548d49e9ba36bc3b77 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
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>
-
hjk authored
Change-Id: I3aa6ae756557c86caed7860bd0ffb26dced35bdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 01, 2011
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-6432 Change-Id: I67b6a92faccc65f92cc612abf210c0a2eca4860b Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Kai Koehne authored
Change-Id: Icbe52a5198b670fb7a0bbe2ddb12fc0bbdb2dd17 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6434 Change-Id: Ic6ec34288733c4aa46cee353acf3920f3b4cf9ce Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 31, 2011
-
-
Eike Ziller authored
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>
-
Thomas Hartmann authored
This fixes a crash bug. Change-Id: Ibfe5c30910fed8b5e3132a05bc6a2eec39d4d308 Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-6426 Change-Id: I253b005c1e0af093342a5b8315086c007138b764 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Leandro Melo authored
Task-number: QTCREATORBUG-833 Change-Id: I76a4b69d6e9402f045a98712531475aff5e8d0ac Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kamm authored
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>
-
Daniel Teske authored
Task-Number: QTCREATORBUG-6365 Change-Id: I19a200e3c811eef83d591f6eacca3e48eb0fba8f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
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>
-
Tobias Hunger authored
Change-Id: If35b1ef2c0eba424cbdf70e0405243c14d413bab Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kamm authored
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>
-
Christian Kamm authored
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>
-
Christian Kamm authored
Task-number: QTCREATORBUG-6368 Change-Id: Iae68427e429e625214bc0729aaaf313dc3371570 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Eike Ziller authored
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>
-
Eike Ziller authored
Change-Id: I07a382696c57f5451645e854e55aa30e9e81326c Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- Oct 28, 2011
-
-
Jarek Kobus authored
Change-Id: I07c2708d727d59286b0d625a4c0c318f18b03b93 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Jarek Kobus authored
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>
-
hjk authored
Change-Id: I5610be7e78593d345c1f79fff6b2a61b105f8fbc Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
Change-Id: Iddfc6de1e34ce08bbc5fe6601195b3206b120c27 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Molkentin authored
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>
-
Pawel Polanski authored
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>
-
Friedemann Kleint authored
Change-Id: Ie8737acaea614fdda66cb7642eaed21be41cae64 Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 27, 2011
-
-
Daniel Teske authored
Change-Id: I5d7b0faf4c0331eb88f75a2f778eaa71ca8fa10a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6414 Change-Id: Idb9277e951270688766b1e569c7ae0f962b2e4c3 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Molkentin authored
Change-Id: I296888ce0c98a38afc4b21554942aa579a56c95a Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Aurindam Jana authored
Rectify wrong state transitions for "Attach to QML Port". Change-Id: Ife55344fb5089513743ff14f6bb5f2cabeed0adb Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Oct 26, 2011
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-5734 Change-Id: Ie4aa437616955fd65fcc6adbfc0e9f115caf7e1c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-5606 Change-Id: Iaea9f2afc57e2f22f734c43bd22105e19d768224 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Daniel Molkentin authored
This usually happens if somebody enables it manually outside of an SDK context. Change-Id: I3ad37edc9d682ca1416ab594b959b8e4d5eb6041 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Molkentin authored
Certain plugins (example, updateinfo) should not be included in a binary release, but we want to provide & build them by default to ensure they still compile. Defining the qmake variable IDE_PACKAGE_MODE will skip them in the build process. To still enable the UpdateInfo plugin, also define UPDATEINFO_ENABLE. Change-Id: I256467edfd1e6ec272562e68e9ef19599e864185 Reviewed-by:
Niels Weber <niels.2.weber@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Erik Verbruggen authored
Change-Id: I106102025e4d65aa9759ce7ebdf505ef3765bf32 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-