- Feb 10, 2012
-
-
Robert Loehning authored
Change-Id: Id0d768895f74e3686f15817b520552524493e79d Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Thomas Hartmann authored
IWizard::descriptionImage() can return the path to an image. An empty string is interpreted as no image available. Change-Id: Ia2012eecbfdeb9bec123ed666fff2d73d79e05ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Christiaan Janssen authored
Change-Id: I86b4474aeadb991ba8591784945371e8ac925b00 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Eike Ziller authored
Change-Id: Ifce2624e7843c720826e594d441bd80785cd8ffc Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Joerg Bornemann authored
Change-Id: Ic34f6cb8016068d81ac0e6262d552d93248033d8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Change-Id: I35c93b7a970a7b659a4bca7b680c2db776dc07ab Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Erik Verbruggen authored
Change-Id: I49d6ff7eb1805cd07bdfcb27bb37d4c6cadc9115 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Leandro Melo authored
Change-Id: I1fc126782bd88dd65ff83f50fc1dcf65e51a37ff Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Christian Kandeler authored
This way, our code (if not gdbserver's) is IPv6-safe. Change-Id: I8cb95f5f3b01ba89b01d98f0bc00428979c16752 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I62bce3b563b6aba481642fac0d427c0f0d3b2ddd Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Nätterlund authored
Change-Id: Ifb2a378cdc000eb84b65f25c2132783d3a3f53c4 Reviewed-by:
hjk <qthjk@ovi.com>
-
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>
-
- Feb 09, 2012
-
-
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>
-