- Aug 19, 2013
-
-
Marco Bubke authored
Change-Id: Ia86ee67cdb0ab25f5ba00877997ae6b74fe4687a Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Change-Id: I06b798549bf9ce02d824477ea945c389da50ebce Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Ifcb3ca832f55b2dc0ab7f5ea0a981042fc03814d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Kaspar authored
Widget margins has been zeroed so the default margins of the 'Type Specific' group applies only. Request and Upload buttons has been placed on a separate row to allow better width stretching. Task-number: QTCREATORBUG-9981 Change-Id: I86d3be06d0057e92289fe6ed5cf38f16f5f3158b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Daniel Teske authored
Those are our own autosave files. Change-Id: Iefbca9d9eaa201a4650b157272c0b7d6ac875ac0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Don't show them in the project tree and don't tell the codemodel that it needs to update itself. Not the cleanest code. Task-number: QTCREATORBUG-9957 Change-Id: I37fc1e2d401f59365ffbbb53617eeb7b86eb6456 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Otherwise there's no way to have a '%' in a file after replacement. Task-number: QTCREATORBUG-9793 Change-Id: I3c9bfac9f3bd8a19bbc293839d9d69ccf951e264 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Erik Verbruggen authored
Change-Id: I38cc0e55348cac0245d2ab8f3e39c68de76e3e6d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
This cleans up various bits of the avd support in Creator. - Adds a abi combobox to the create avd dialog. - Moves the startAvd code into a separate thread, so that starting a avd while deploying doesn't block creator anymore. - Implements a better waitForAvd function that works even if a emulator is already running and accurately can detect that it has finished booting. Note: There are still many problems in the avd support in creator. - The "clean libs on device" and "install qasi" functionality block the gui thread if they are run on a avd. - If no avd exists and no suitable hardware is attached, the user gets a create Avd dialog, which doesn't tell him why he needs to create a avd. That information is hidden in the compile output. Still this fixes the main use case of hitting run on a newly created project with no actual device attached. Change-Id: I76b3fdb1bdf3eadac07f82ad7d145ce6af453326 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Nicolas Arnaud-Cormos authored
Change-Id: I6b0d4956b5dcbd13ee26c72081f77e5d8a4f219b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Task-Number: QTCREATORBUG-9984 Change-Id: Id4197b8d0db917606eb0e2767d2b05195e6cfbcd Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
Change-Id: I67254bb6d3d23e9fa9e121df0b3b923330cfe84a Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Nikolai Kosjar authored
...and rename it to runSearch. Change-Id: I12482b62751a234982f41cafb7e63a641012bc30 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Change-Id: Iceb9a536f6dc53bd9a61cbf5b6bab14154196628 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Id328492826bdcf4b7f7e6933a9dc3931174de0fb Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I59738bb434b4daa664173404cb9bc7555aace4c8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Marco Bubke authored
Change-Id: I3c392ad333b9a7720495073fb8549996c6f1842d Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
prefixNames containing white spaces did crash. This was lost during refactoring. Instead of calling toLower one the string we call toLower only on the first char. This creates camel case ids. Change-Id: I1093d12258e87d4f56ceef67a553d844afdfd376 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I54bad5ddc239e3d8e91ff4f39c74bab780c658f2 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I9cb2b9f4bffe1c80cfaf6894c934d0eece74dbda Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kandeler authored
A non-existing command may not always result in a "FailedToStart" error, but can also lead to "normal" finish with a non-zero exit code (from the shell), which means that people whose remote system is missing the "env" command currently get no feedback at all when pressing the "Fetch" button. (Independent of this, the exit code should always be checked anyway.) Change-Id: I1387897436825c18e7df2d03d5ee3870ff6b70f5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Joerg Bornemann authored
We assing a DWORD to wParam when posting WM_DESTROY, thus we can be sure that there's no loss of data. Change-Id: I21c9b658ff06ea7792d0a357ff508bdab04fa5f7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Make methods static and add a instance() method for Signals/Slots. Remove ProjectExplorerPlugin::taskHub() method and use the new ones instead. Change-Id: Ifae24ff19579fc524cbd61bddc826095c443adfa Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ia8b1bf0f984c083a842c5814500ecb365a645280 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Aug 16, 2013
-
-
hjk authored
Change-Id: I8e1254c6955b7fd3aa42cec8036daedc4301fcaa Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
The Analyzer implementation is now simple and still generic enough to serve as general base. Change-Id: I050a21919bf128929b77a64da1f46d157691d849 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
It is used e.g. in the RemoteLinux plugin (via ProjectExplorer::EnvironmentAspect) and should therefore not assume that it's meant for a host system process. Change-Id: I9f44f862f133579b65951e43fc1e654c425fd3d7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
This is basically a generalization of HostOsInfo for a system that might not be the host system. HostOsInfo is now implemented in terms of the new class. Prospective use case: Untie Utils::Environment from the host system. Change-Id: If333b96674652109fcb0ad79f75aaaf5e86e17e3 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I74be65ab4bdec45b3a9679dfd86c112b38358cd6 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
- Aug 15, 2013
-
-
Orgad Shaneh authored
e.g. If a branch with the chosen name already exists Change-Id: I22be3001ed68d6bf6f45d9180ad60403267d4ad9 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Thomas Hartmann authored
toLower() is called inside generateNewId(). Change-Id: I8526c25f5d2898946f0a1568e6203297c9672093 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: Idc33ddf04f0b6fc317aeb5ed72fd7164ba174ab4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I3a7120793d3a6a34b45a22dbb25cf6a5381580e8 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I4686ed5e5c218e1e37a189bdfc19cdb4ea4640f6 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I546199945e4b0b0acc7e4b656da547868b1cc99d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Radovan Zivkovic authored
Change-Id: I8b440c76255b0cd2b952539ad4945443e293a661 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
We want to use the lower cases name instead of always image as an id. Change-Id: I7b266c3f7658918236baf0b7805552852cc3a854 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Qt for need the direct include. Change-Id: If7dd2f52edd44d39eaa85f1d4f0d83e327bcfa30 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
Change-Id: I87d83e848bccacec7afa940d2931f3702343cb4b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Kaspar authored
Change-Id: I22a67a99f64e3711d8a2475c948abd6f45353aa5 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-