- 10 Feb, 2012 20 commits
-
-
Alessandro Portale authored
Change-Id: Ie47a9bd71603e217bd1ff60800cc3f1abf920929 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tommi Asp authored
Caused while to run forever when not checking cursor.movePosition() return value. Change-Id: Ie8211a477ab1889d4583d3b01e1a200d9905fd6d Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leandro Melo authored
Change-Id: I3837555554891789f798b52416faf03952f1c738 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Friedemann Kleint authored
- Add flags to the wizards' QtProjectParameters, introduce flag to add widgets if required. - Change the modules to be lists for easier checking. Change-Id: I49a000565ffea1a1593cf20a84b240f5c7458ae3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Leena Miettinen authored
Change-Id: I64b86a97df63afea54411a4d8b9bdffb9e5aed7e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leandro Melo authored
Now IGenericProposalModel::isSortable also takes the current prefix as a parameter. This is particularly useful for cases like in the C++ completion: For global completions it will only sort if there's already a content prefix - Notice, however, that the "sorting threshold" for a maximum number of items is still kept in IGenericProposalModel::sort. Task-number: QTCREATORBUG-6404 Change-Id: I3c2f282aa565287b8b4989930b6a27093862ef25 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Robert Loehning authored
Change-Id: I3b15c73ec725f35ca12388e9b59d4a6de21ce7bd Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Thomas Hartmann authored
The display names might be different form the internal string id. Change-Id: Ib2bf9d0ee2fbf87b2ba20a79e8b456830e7a940e Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Eike Ziller authored
Change-Id: I43fe2b0fb2f0365b1c07b92a3a8567ab8adcc1a4 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leena Miettinen authored
Update screenshot. Change-Id: I0c1746e71735632d18eeb49df71aa1d13db4553d Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Element9 authored
This quickfix switches places of the parameter declaration under cursor with the next or the previous one in the parameter declaration list. Change-Id: Ic379967ac51297a317a55d0e0faf6c5b1cb9d585 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Adam Treat authored
Add actions to the basetexteditor to indent and unindent a selection. These actions are equivalent to Key_Tab and Key_BackTab respectively. The advantage of having actions here is the user can override them and assign any key binding they want. Thus, I could assign Ctrl+I and Shift+Ctrl+I to them and have the same behavior as Kate. Change-Id: I0a305a7b45018072a78f2880ea15650ea92095a1 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Tobias Hunger authored
Change-Id: I945d3fa33193394e00842cf4f6d2f1bb2852033d Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
Change-Id: I845dbd32534f544980d2cc3f1da3f3bf47b65e4e Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Adam Treat authored
Add a new option to main.cpp which allows the user to specify a specific pid to use to open a new file and forwards all the arguments to that pid. Required some changes to QtSingleApplication, but I did not alter any existing API. Just added some new methods for querying an instance of a specific pid. Together with some changes to the terminal plugin this will allow the user to open any file with Qt Creator from within the terminal plugin by simply invoking the qtcreator binary. All that is necessary is the addition of an alias like so: if [ -n "$QTCREATOR_PID" ] ; then alias qtcreator="/path/to/qtcreator/binary/qtcreator -pid $QTCREATOR_PID" ; fi This is entirely analagous to what kate allows where you can open any file with kate from within the embedded terminal. Change-Id: I476d78d673ee60052a02eb974eefc5368d24193b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Table views just look ugly, no matter how much you customize them. Change-Id: I0125bac4e3bebc955673ae53a30609def8a6bfbe Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Kandeler authored
Since the deployment info is now in the target, we cannot create deploy configurations anymore for a Desktop target. We must therefore not offer it. (Yes, that does remove a feature. It will be re-added shortly, presumably by allowing the creation of an Embedded Linux target in more cases.) Change-Id: I48ef938cbe443c0f20bb1ea294295c8570dd6342 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Eike Ziller authored
Change-Id: Ida39536c327e20240c55d7b8076dc5394ef6d7c0 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Stenger authored
Change-Id: I8f838a61261e1355031b7206a73c013cdcbda5a3 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Erik Verbruggen authored
Change-Id: Ifa0bc37916d3ac3a523580bec15a6685709e7810 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 09 Feb, 2012 20 commits
-
-
Alessandro Portale authored
Symbian and Meego components are only supported on the devices and for the simulator. Change-Id: I21db10d32a80eac9ea04b678efd0e7dd65bccaff Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Robert Loehning authored
Change-Id: I70801de29312bb49db060d0b87fc9dcb1490c6ca Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Thomas Hartmann authored
This is a cleanup for 95a028e8 . Change-Id: Ia2012ffcbadeb6bec123ec77751f2c73a94e05ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Friedemann Kleint authored
Change-Id: Ib1af8c0bb2fbf87b2ba20a71e8b456730e7a940d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Daniel Teske authored
And also add a missing updateActionAndSummary call Change-Id: I2734ad1ef3ad4c22b97f0d2586cddcca6dc39f89 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Id05cddc44fc2dd95a6de9bca851db21259b0df85 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
This is necessary to handle Qt 5 moving mkspecs out of unsupported. Task-number: QTCREATORBUG-6862 Change-Id: I193e3d16467773a2a714ef44f8d441d2d2395801 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I258a5a9dce400b256b7243fe9c5f3038822f1692 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
David Schulz authored
... the event was raised on a position outside of the selection Task-number: QTCREATORBUG-6734 Change-Id: Ida4ede1e5e7c118799212a1a6cf4766eec969b4a Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christiaan Janssen authored
Change-Id: Id7cdaf8a46b7ccffc48ff486e789adc2586751ba Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christiaan Janssen authored
happened when the same binding is repeated twice, one call immediately after the other Change-Id: I65b5824e474ec2ed1a44a3b16a97061fd58e1820 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6411 Change-Id: I961c49b7b5bbf571eecff8f12f9df78faa65f40a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ifbc2713fc100570f7dd245cd9b00c4a6b8decb83 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Noone uses it Change-Id: I40edddfdd3dbcab72e6c8892bb19aac9cbea045e Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Change-Id: Ia20094acbadcb6bec921ec77751f2c73a94e05cb Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Erik Verbruggen authored
Change-Id: I559a3112d2aa0a3c09554f8da8b7917f9aa27944 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leena Miettinen authored
Change-Id: I5897bc27c70ff6793aea8446d763557de9d29ddd Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
Change-Id: Iebc581fb62a54ddae0a5e1119bb5f177e6ca21db Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Change-Id: I7806b39a74b8864581a0c33690842062dad600f6 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
- Add missing QtScript module (pulled by json in utils - Include type definitions for Q_DECLARE_METATYPE - Unconditionally include QtSvg in Qt5 Change-Id: If298dd98fb660a6ba701f1ba36ced2d2027ea3e8 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-