- 30 Sep, 2014 5 commits
-
-
Daniel Teske authored
Makes testing easier Change-Id: I8dd6a01e6c82aec9e6ac37c999934083f72f5355 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Kandeler authored
Change-Id: I9c02e0f7b9701ffac9a2c05d240573e65464fb52 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: I0fb76c8627f65329d1bfebecf44cc3c75e6b07b5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
These reuse the existing pages we use for other wizards. Change-Id: Ic505204e0988a6b44d112da35748f81d9f8e2c1f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I5c047cf5e2bffa2f7c19c145c4f8d0adf3e64533 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 29 Sep, 2014 29 commits
-
-
Orgad Shaneh authored
Change-Id: I427c3272027a516f8271fc3ccc7ecc6a7cca40fe Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
10 is \n and 13 is \r... This partially reverts commit caca06ad. Change-Id: I6b8cba940213c1f5acb7737c3c99646db0f5699f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Jake Petroules authored
This allows Qbs to correctly set DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH for OS X and iOS platforms. Change-Id: I9d3093bc0b4a377f08e8cc737139d02a2158c4ea Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Jake Petroules authored
Set toolchain list centrally. Set target OS for additional operating systems: WinRT, Windows CE, Android, FreeBSD, NetBSD, OpenBSD, BSD (generic), BlackBerry, QNX, and Solaris. No more "else assumptions" which would for example detect Clang on Windows as MSVC, any non-Clang toolchains as GCC, or any unrecognized operating systems as Unix. bsd4 is gone as it is not necessary in any practical sense (and no other operating systems have different identifiers by version -- there is a dedicated hostOSVersion property anyways). Detect iOS without relying on Qt. Change-Id: I38e2adf188d4604182ec84003dc5d281fce025cc Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Ulf Hermann authored
The search paths can only be constructed once the extension system is ready. This may never happen if the plugin is loaded directly, e.g. from an autotest. Change-Id: Ibfcb7bbb6138480d772d5097aaa8b0ae44d1b043 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
... and some of the related implementation details Change-Id: I1f03aa5acf2d3fb2cfc2a6a7845f3d3578b0408d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Ulf Hermann authored
It wasn't helpful that this method could either count all events or only the events from a specific model. Change-Id: I09dcb37edd3403a23f6ee9008fc71b6761aa9e26 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
height() needs a modelmanager now and rowCount() is centralized. Change-Id: I7fc1833d4bb5de4df99bed0e43f1da836e45df21 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
This fixes an out-of-bounds array access. Change-Id: Ia572d87ba00160f0869d8c7ab2941b4f9bc403f5 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
Follow symbol in next split broke with fd9b2af9 because the flag was no longer handled through EditorManager::openEditorAt Also remove the flag NoNewSplits which is no longer used, and simplify how links are opened from the C++ editor. Change-Id: I845cc3a0a43d82b79d5c46a273232b69fd6e3ea9 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Conflicts: src/plugins/projectexplorer/projectexplorer.cpp Change-Id: I6dffc1925e6bf35cf6e9fe0676c11d1a5143a208
-
Ulf Hermann authored
Like this we can easily refer to them from QML and it makes it simpler to see if we mean the overall height or the height of a single category. Change-Id: Ia2b79d99b5c46c3d9563cfc2ed0715bc352ce9b4 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: I64e721e11aa1a8d7a678f0f0a4573c7f7a885380 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
SortedTimelineModel's find methods were off by one if the given time was exactly the start or end time of the first or last element. Change-Id: I34e7813af5a32f1a9f9b8af9c17f970e68b5e58f Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: I2b079af208cfbe9969749847685da80fdff9be90 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
We don't want anyone to insert stuff into the ranges without reflecting it in the actual data. Change-Id: Iaa8cc9a962216ba466da2c468826f6fbf6bef11c Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: I8e20f70b0e6959f32e1a6e8731cab73da07986b9 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
We'll need to refer to them for additional global metadata. Change-Id: I717d3199b5ce8846c273b93bb8cd31fe3941035b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The convention is now that selections are the rows in the expanded timeline, "types" are the types in the QmlProfilerDataModel, and events are the single boxes in the timeline. Thus, the event view shows only types and for consistency the V8 view does so, too. Having eventId as synonym for "type index" and "event index" as actual index into the list of events is confusing. Change-Id: I6b7c4c3f1ab0a8b71c511de52ab296a2e91cf5f0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Change-Id: Ia496829dd3070ef65b2cec31ecaf30955b2900c8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Andre Hartmann authored
Task-number: QTCREATORBUG-12727 Task-number: QTCREATORBUG-12873 Change-Id: I1dffad5af9ac254fa17f89291db7baf640ed1851 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Daniel Teske authored
Change-Id: I0c183894389d92178a469fe2980568b7517a153c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Change-Id: I5d9b1d71eea5ffaed36477d73915f4a4fb4ab90c
-
hjk authored
Change-Id: I5b3b0595f9d33f3c0e419cc01612295564307d39 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-13092 Change-Id: I3d059af748f0160ebfc97bebbd43de9210f17250 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: I1bb8cb6baec091fd924b3738f93a83196c22d807 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Erik Verbruggen authored
Change-Id: I9a3766665bae737a15aac18900185edb2c0ad87b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
jkobus authored
Simplify drawing highlights by passing selections into a drawing function. Reduce selections which are covered completely by other selections. Task-number: QTCREATORBUG-12844 Change-Id: If282d5c881d25cac1b8db4ac8dfc45d47b0b8580 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I60e379fdc36f67fdd8fc2d0d440ed41a82374f97 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 26 Sep, 2014 6 commits
-
-
Orgad Shaneh authored
Conversion of QList to QVector required further adaptations. Instead of trying to match all expressions, break on first match. Change-Id: I76d67ae876687ac15f3099a0a26eac582ad73c76 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Useful for e.g. substituting any build dir to current project dir. Change-Id: I50e8c101fa39bd45e55eef65776b18ef76bfd6ad Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: I4387067424c50aa7097509a129353baf6c7ddddd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Less noise on the user side. Change-Id: Ia5b495a1f9d3ec43623056d793f6771b3b84fd6b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tim Jenssen authored
This is the revert of the reverts ;) Change-Id: I750dfffa6d509e058b97b605be5f2cc0a42c28f3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-13022 Change-Id: Iaf763541c3876778576be09f50a2977d0d6d1b41 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-