- Aug 20, 2013
-
-
Orgad Shaneh authored
* Removes duplication * Supports all flags accepted by runVcs * Supports output while running Change-Id: Id067791760753184cd2516c23634564880ca5db0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Introduce a proxy class for thread synchronization * Use signals for appending text to output window Change-Id: Iecbb010e6b6e9dab27d9862a43dafa450f2bb1f8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Iebf4302bb5e3f893dc573e504efc214861d80848 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-9979 Change-Id: If66146a6a5764b916470426e094c9f3f617ef2cd Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Ic331ddf90e7d3c74f18dbe65be2dcc458777bc3a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
These are not build system issues and deserve their own category. This has the side effect of avoiding them to get cleared when e.g. reparsing Qbs files. Change-Id: Ib949504533f7f15a560796bea91cae329f19a20b Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Example: 'LATIN SMALL LETTER DZ' (U+01F3) is rendered as "dz". The uppercase of that is 'LATIN CAPITAL LETTER DZ' (U+01F1), or "DZ". The titlecase is 'LATIN CAPITAL LETTER D WITH SMALL LETTER Z' (U+01F2) "Dz", which is what I would expect here when capitilizing the first letter. Change-Id: If4fe342e310168dd6190034d4f1ceca4c2ef4a1a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Aug 19, 2013
-
-
hjk authored
Change-Id: Ib1d273ef2c2bb97a2343da6d361fde7c01012040 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Kandeler authored
Change-Id: I2d3fd1286f185bff5eb5374d411087fad15a9568 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Tobias Hunger authored
Change-Id: Ic48e4efb4992f1724ff150c2686e3e99c39dbd97 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Provide a QProcess-like abstraction that can be used to implement processes running locally or on a remote device. Objects of a concrete class implementing the functionality are created by IDevice objects. Current implementations are: - Local execution (QProcess-based), provided via the DesktopDevice. - Remote execution via SSH. - A specialized case of the former for remote Linux systems (provided by LinuxDevice). The latter is already being used in a number of places. As a result, lots of code dealing with details such as setting the remote environment could be moved to a central location. These things are no longer the concern of whoever is wishing to run a remote process. Change-Id: I919260ee6e77a020ca47226a4a534e7b8398106f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Change-Id: I8438695997bc7f5cad1bdb1b14c61c3b05485162 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
BogDan Vatra authored
Change-Id: I3640272dc027047a1d27a2b55329c9f5093e8f1f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
BogDan Vatra authored
Change-Id: I7e66136d2b75a932b981713ccc27e3e69fd44baa Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Change-Id: Iaed86d3b0ccab4f7018f0cbf2e178a892a580606 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ie71aa8a39f4584a024a4f104841ad8e57947e489 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
David Schulz authored
The soft links inside the framework can't be resolved. Change-Id: I9f328bc074091236fb33eee63e725e49efeac5c9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
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>
-