- 26 Nov, 2013 11 commits
-
-
Tobias Hunger authored
Change-Id: I1e94be130c215802fbb3f7189fe5fb8e1599bf7c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I90a45dccb21963a24e338880a0b3677bb5dbf8e5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I15827d955160ca61e0dfdf2c809808c3d643a1ed Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I4b864d4f6037e0b331940677e8ef9c844ebcd84f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I522bdb7e035b772265cec1d1b0296dd22ccc1691 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I685b8449482fe4e3c42c3205124bbb881ab064e1 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I1bcf9cf626d0f42520442ec8e9d7be413e16a102 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ia3b26c60193b994571cd3b7fbbf8346ddeca46ea Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ibb5df238b2b8155e971e17aa9aa52d486a7da775 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tobias Hunger authored
Change-Id: I1470adbb466699d3448edb6f7d989fb94a05ca01 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: Ifbe1d0d69a131e397d01d26c46ac49aab523aadb Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 25 Nov, 2013 1 commit
-
-
Daniel Teske authored
But only up to 5 Task-number: QTCREATORBUG-8897 Change-Id: Ide286729689a3d780a04aed03fcc3383261b0d02 Reviewed-by:
Pawel Faron <pawelfaron87@wp.pl> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 23 Nov, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I75ee86775cdab78a477c7303acd38374c5db9d51 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 22 Nov, 2013 17 commits
-
-
Fawzi Mohamed authored
Change-Id: I8f2eaa64f3cb923753234de76f3491d4daa034fa Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-10893 Change-Id: I00833ce76b70ab6ed4a6624874caa71b3726e37f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Nikolai Kosjar authored
* Make test data driven * Compare with reference files Change-Id: I0fed8fcd689da17229853afc940e575b6f22babe Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
The wrong LookupContext/Document was used to lookup the type. Task-number: QTCREATORBUG-10353 Change-Id: Iac501ca368543716b5f38b6d2bec474ab585e189 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Christian Kandeler authored
Change-Id: Ib2170bfba7a2c6752dbe8217e0ae64dde5b899dc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Przemyslaw Gorszkowski authored
Example: namespace NS { struct S { int member; void fun(); }; } using NS::S; void S::fun() { mem// ctrl+space } Task-number: QTCREATORBUG-9037 Change-Id: I5a568be1b5c44deb02caa04996167a88a9c5d4d7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Joerg Bornemann authored
The complete value for OS X is ["osx", "darwin", "bsd4", "bsd", "unix"] Change-Id: Ib0f08e1dfb4ef2ce6e23eeffbfa054fe01b629cf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Knut Petter Svendsen authored
ccFileOp returned true even if the user pressed "cancel". This resulted in the DocumentManager being incorrectly notified that the file was renamed. Change-Id: I000c28204083c2e52de9bffb66611acb710be1cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
That waits forever. For processes that should finish in a reasonable time, we should not wait forever. I changed most of the waits to 5s, all of those functions do handle a failed waitForFinished. I doubt that all callers do also handle it correctly, but that's probably still better than waiting forever. Task-number: QTCREATORBUG-10868 Change-Id: I368a911f19a4f81d71b24cf9d58796bd99878040 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Ulf Hermann authored
Previously there would sometimes be a long line of equal time labels if you selected a small range from the middle of a long trace. This patch increases the accuracy of the labels based on selected range, not on start time. Task-number: QTCREATORBUG-10865 Change-Id: I482da242c5e9f0117611f100888e80e23ad91b4c Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
As the timeline cannot show out of bounds areas anymore we can remove the code which draws the background for them. Change-Id: Ifedfc10b67bd4ce2e2a4bb2cbdcc03b877472a92 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Due to QTBUG-34962 we can't rely on the width properties of Flickables so we use some other elements to size the background bars. Task-number: QTCREATORBUG-10882 Change-Id: Iee427022111b6092486adaebfd33f8e2e6a91190 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Smaller ranges shouldn't be useful for anything but create rounding errors all over the place. Task-number: QTCREATORBUG-10880 Change-Id: I5cf5e2c08b5cae676717ba8ada1cddee4523c399 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Orgad Shaneh authored
* Fix logic * Rename the function Change-Id: Ifa0bb77693e17ee75f30646ea3bbbf858e6e391c Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I3b6c41f687b1763316cc05dbf66b204857e84747 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas BOUTROUE authored
Change-Id: I80d889c4db32d5ee69d3cfea0adadd96a44a7751 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Petar Perisin authored
since show can be called with file name as source, we get its repository as source in diffhandler Task-number: QTCREATORBUG-10780 Change-Id: Ib0076c583eb5d43e66deb68adfdff1d25fc5a798 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 21 Nov, 2013 10 commits
-
-
hjk authored
Change-Id: I80bc3f21eec194580adf0e82bd0429e5ae27ad51 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Change-Id: I0e57d83526dff0edb435f9d81b18e22d4ee26e08 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Daniel Teske authored
Change-Id: Ia5b4f9a1be705dd2b6a0a5ae1f5d44f272973c17 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
hluk authored
Change-Id: I9647eb7a3679e6a1a545d8ed71d9c531e1691d25 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
You shouldn't be able to select out of range areas with the selector in the timeline if you can't scroll to see them anyway. Change-Id: Ia1909f463db2c64dc2605eac7f4be53a76222338 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
By overflicking you could reduce the selected range and implicitly zoom in. That seemed wrong. The rubber effect doesn't serve a real purpose on desktop applications anyway. Task-number: QTCREATORBUG-10864 Change-Id: Id4d6107e23c184621c5fcce21bf042e6ed4bd8e6 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Fawzi Mohamed authored
the attached process is seen as still running just after the attach and continuing fails, immediately later a spontaneous stop is detected and on ios (where we set continueAfterAttach) we continue after the spontanous stop. This also work in the desktop case. Change-Id: I92fbcd3ba319da7d9e664f67c8cbbea00f0daa43 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Kai Koehne authored
Fix a qmake warning introduced in e1b44e87 . Change-Id: I8f7913ceabc411044785634d1708fbc035b0a5c4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Ulf Hermann authored
Don't handle redraw events in QML anymore and instead trigger a redraw on geometryChange as well as componentComplete from C++. This reduces redundant code and glitches from forgotten QML event handlers. Change-Id: I0eadfb54cf8e392152c4d91b83c874b37b1aca96 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Thomas Hartmann authored
Fix a crash when closing Qt Creator and clear() is called from the destructor. Change-Id: I037599653a6ca32e326b2263e7e6f526523e6f8e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-