- Aug 19, 2013
-
-
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>
-
Orgad Shaneh authored
Change-Id: I51b86be846618df45595cb176c34ee8a8558082d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Aug 14, 2013
-
-
Daniel Teske authored
Some people want to hack, so give them enough rope to start. Change-Id: Ic8b3f873c322b02c3df91ee267d1e5f07c2ab507 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Daniel Teske authored
There's just one difference for adding a Blackberry qt version, that doesn't require a duplication of everything else to explain. Change-Id: I097d3b30bc823e47b89efe219dd5447608958ee6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com>
-
Thomas Hartmann authored
The method parentProperty() throws an exception instead of an invalid ModelNode(). Change-Id: I56ce782338cf66ab81b660905f48fe433ca4e843 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
David Kaspar authored
The DeviceSettingsWidget is using vertical-scrolling-only ScrollArea for both General and Type Specific groups. This provides "Type Specific" group more space to display information. Task-number: QTCREATORBUG-9981 Change-Id: If37d8bb9a65b5392ef4fd488b4c8f0c9f3cf35e8 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Christian Kandeler authored
Botan requires to be initialized before first use. We do that on-demand, but currently we miss one of the two places where this is necessary. The problem only manifests itself with multithreading, because Botan itself also does an on-demand initialization, but does not guard against concurrent access when doing so. Task-number: QTCREATORBUG-9980 Change-Id: Id65c428e3d8842c8a6f16942b11d52412239d3c9 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Marco Bubke authored
Change-Id: Ic626f07d4a2bde32495b70b8c5726cb4b6821da3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I29b0361054673058588fd7dec9b0cd63d98a8c5a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I7be9bd6c3d03a5b488ee4013b64f9927217f67b3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I5d06ad83adcd48b311d9c270ffcc5d1cf85e3afa Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
This are dummy implementations. Change-Id: I555ac15509350497edfdd3bdc5e5e3a2a046a496 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I7227f84ae808ac449bc92f5a068696295b6814ab Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
The import should be removed and not the import list. Change-Id: I6d9017141ea9c0d5885ed6d3dc3d227c2fe7b2f4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If72caf241fcb3cda69790102e369e0ddac9d8d50 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I3a69662c97931155cc589ca86f61e5deb67ffd12 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-