- Dec 10, 2013
-
-
Eike Ziller authored
Change-Id: I30eb3855fa4e8e59195cb865c712cdc171700af3 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Dec 09, 2013
-
-
Ulf Hermann authored
In order to unify the uses of range data and the calculation of first and last ranges in visible areas we need a template class to provide the respective algorithms. Change-Id: I1c2e9c9fa9ae048262026236c4ff39017ab7913f Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
Change-Id: I7c07ec61f215cc325109fb091f89b09fbfc0d043 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Ulf Hermann authored
It's so much nicer for the qml profiler to know the actual sizes of images ... Change-Id: Ib1c0d38b002a061e7cffe2619034e144e4d5f2cf Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Petar Perisin authored
Change-Id: I6c96cb90cd22c9ece225bc99470068a9168dabe4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I5972489d06637616953bd0d93a3b65c4d9918377 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Petar Perisin authored
Change-Id: Ic6d246c27540689a68d338d7e62c3d85fd5236b4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
David Kaspar authored
The BlackBerry command-line tools were launched without any environment set that would match the related BB NDK Target. This results in command-line tools to not run at all (they fail to find 'java' program). The only workaround it to have 'java' program on system PATH. Task-number: QTCREATORBUG-11029 Change-Id: I90e102413d7843d538d394aec306749e37e6148b Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Kai Koehne authored
Q_PID is a pointer under windows, and the compiler won't allow us to convert a 64 bit pointer to int. Task-number: QTCREATORBUG-11026 Change-Id: I34e45bf2ef1e565c5967fac6b482c14117a04578 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Jarek Kobus authored
Change-Id: Ibf18eb165b9e052c9a77b1b917b2746d56f81646 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Dec 08, 2013
-
-
Thomas Hartmann authored
Change-Id: Ia03bb14c7e19090fa71ebf35597539a254bcb308 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Dec 06, 2013
-
-
Thiago Macieira authored
It's invalid to call it if no previous function returned an error. Don't rely on undefined behavior. Instead, simply check if waitForFinished() returned false, which is what this code intended to do anyway. Change-Id: I67903ba65e86ff1d1810481b2bd5724ab99a4b76 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Fawzi Mohamed authored
Task-number: QBS-427 Change-Id: I2ad69076ba8fe4c989f6909b77087c94def683cb Reviewed-by:
Ivan Komissarov <ABBAPOH@me.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Rafael Roquetto authored
Do not show "Invalid password" dialog when the user has actually pressed "Cancel" upon prompting for the certificate password or csk password dialog, and make sure the "overwrite" dialog does not appear after a failed attempt to request a debug token. Change-Id: Id9aa78ab3517249df5bd3b4c2d1e0fd2032c3c0b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Rafael Roquetto authored
Align certificate and csk password prompts according to their parents Task-number: QTCREATORBUG-10948 Change-Id: I139019b2a5a73f5082a434518c62be97c63574e8 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Rafael Roquetto authored
To prevent the certificate password dialog from appearing when the BlackBerryKeysWidget is shown(), only request the password and open the certificate when the user clicks "Open certificate" button. Task-number: QTCREATORBUG-10948 Change-Id: Ieb4f11735e726be892fbb3cf4e09afe1b9067b04 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I5ee6d308409eef60a240b89bb10ef35e2d5f1f62 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thiago Macieira authored
remotelinuxruncontrolfactory.cpp(124): warning #1011: missing return statement at end of non-void function "RemoteLinux::Internal::RemoteLinuxRunControlFactory::create" Technically, the function doesn't reach there, but ICC 14 doesn't know about it. Change-Id: Id55f6f33ff7c0eb97dba9af99bf0d34a9c01e191 Reviewed-by:
Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Dec 05, 2013
-
-
El Mehdi Fekari authored
Task-number: QTCREATORBUG-10795 Change-Id: Ia158370a00762190fa4b209e27c52c2ef32e5819 Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Knut Petter Svendsen authored
Derived objects (DO) are created during builds with ClearCase build tools (e.g., clearmake). They are used for build avoidance and derived object sharing. DOs are typically object files, but can also be source code generated from code generation tools. It is probably never a good idea to edit such a file. Change-Id: If4248f09409424ee771aab720851bb6ce1aa40c9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Derived Objects (DO) should not be checked in or out. Ideally they should not be edited at all, but in the case where a user by accident opens a DO and it is read only do not offer to vcsOpen() the file. Change-Id: I5aee9655ca8696c6d7291950946052261526c751 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
For dynamic views we only at initial sync/indexing check for checked out files. When a file is opened it will be reindexed if needed. The very time consuming recursive listing of all vobs is not needed as for snapshot views. Change-Id: I83d4ab70efdd311b6f3239ab45569c6d1810e10f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Knut Petter Svendsen authored
Refactored code to make it more testable, and added tests. When running WITH_TESTS the TestCases will make the plugin fake ClearTool such that ClearTool is not needed to run the current tests. Change-Id: I49b50a667309cf337a07ef20dabb4801c680700d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
For the check if a certain editor is already open. Broke with 8c2e3fd2. Task-number: QTCREATORBUG-10836 Task-number: QTCREATORBUG-10945 Task-number: QTCREATORBUG-10994 Change-Id: Id1b20cd935986306f85a659f19dff52f2ee38052 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Orgad Shaneh authored
First selectionChanged when dialog is opened always has empty index for previous. Change-Id: I024374f9e61fffae351f15af54f769ddf84ded75 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ieb8d0cd0906cdf0ea7a37e60e92a263c359c7a41 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
jkobus authored
Change-Id: If68e0c62781b235c2f0e573afe6d0e28709f28f3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
David Schulz authored
Change-Id: I3c3ae623beab55259179aaf0613d2bc5aaad1c28 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Jan Kundrát authored
QStringList::join doesn't accept a QLatin1Char on my system. This fixes a build regression introduced in commit fccffba0. Change-Id: I98d8339032cb5ea315e09860aac3db91ab21d4c5 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Nätterlund authored
Depending on NDK version, the application used for the SDK installer is different. Without this, the installation of NDK's is not possible from within Qt Creator. Change-Id: I71ba67ccb05d30bcef5b63e7e397e545c5a89e3e Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com>
-
- Dec 04, 2013
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-10983 Change-Id: I73dbc3e5279db8d85954d15411b68c47a038bafb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Fawzi Mohamed authored
try to first terminate (sig TERM) the tool before killing it (this ensures a cleaner shutdown of the connection to the device). Task-number: QTCREATORBUG-10922 Change-Id: Ib39fbd1d35a651cdb51364532bdef5b69cb1347e Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
adding /System/Library/Frameworks for completeness Change-Id: If2fbe015af591eb3ff820b2ea2f732b2d4c08e01 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
jkobus authored
Change-Id: I9f8681a8d975558e5e8626566df73ac8438c4cef Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Orgad Shaneh authored
Change-Id: I2fdf1c72b3e5ffe25b5184c1161a803c4427945b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I086076cc58c78430e025a78703a028610024ed23 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Required for correct resolving of first virtual appearance Change-Id: I2307027f769fb2f4c0942f4aa4e0d2b5327562b5 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Change-Id: Ia823f9ef190af417492019ae6966d6fdb2454ae1 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: I53bdb26ea4e48d59b4623076da9cdb4ff499c3e1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Have the DebuggerItemConfigWidget remember the engine type (even though it does not display it), so that it can write that information back into the model later. Change-Id: I1ed0d6a8d3750696a7eb5c453179acc282b78ce4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-