- Mar 19, 2015
-
-
Eike Ziller authored
-
Ulf Hermann authored
The offsets can get very large if you have long traces or zoom in very closely. We hardly ever need more than a few on each level, so this is just a waste of memory. Also, use 64bit integers to index them, as we can get very close to the numerical limit with 32bit ones. Change-Id: I20db4ea5dd2ea8922fa6552c106194bb4f19a76b Task-number: QTCREATORBUG-14105 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Joerg Bornemann authored
This can be used e.g. by profilers that need to match some on-device path to a local path. Change-Id: I38e572bfbd7848cfb2e8ba9e275b99bb09692fea Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
hjk authored
Change-Id: Iec6b4478862578397ee2b3953cd06730bd0db121 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: I91c26bcb70a10ed00c32f8bf18f16e0ac449c5b6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
... and further unify GDB and LLDB code paths. Change-Id: Id89f3804c53190c4888082891fd3c3c55eceac84 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
In that state one should be able to remove them. Change-Id: I9c1383decb087971cdc01607c32801f6ac22f99d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Mar 18, 2015
-
-
Daniel Teske authored
- Clarify that int constants should be unscoped enums. - Require enum values to duplicate the enum's type only for unscoped enums. Change-Id: Ibf63ada3a925c0fe0a364fd408cedc9638cf4708 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
The list of mimetypes was missing new types like tga, dds and webp. Just ask QImageReader::supportedMimeTypes() for the supported types, which is also easier to maintain. Task-number: QTBUG-45061 Change-Id: I80573da868088915b8d746c56374786e5e36903c Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I27690c11ca89509dbf770beacf8b13349c0ab7da Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Ia828f07279cde4d57b2550937a94f13edfe996b2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
Update screenshot. Change-Id: Ib2591d1d2c594d098d2265cd7cbc18f05f12d5ca Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I0db0f605ccfac21127556f4ebaab801cf5393ab9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14119 Change-Id: I17434490a1a0a8374ee0c178c45a032af283e7a5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie4ea04b3505a5f3a9ba1b32eeb1e74fc28353737 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-14157 Change-Id: I3e556a44832fea06f6a57882b0470dcd9c22b0aa Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
hjk authored
Change-Id: I858d38a1f52cd7247f1b57d686c3c065e5a0fb61 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Kai Koehne authored
The feature has been actually been disabled since commit ac771eb5, but now it's time to also remove the dead code ... Fixing the feature and bringing it out of the experimental state would require quite some effort that apparently nobody is willing to spend. So it's better to remove it. The enablers in the qmldebug library, as well as the QmlJSDelta utility class in qmljs library, are left in though. Change-Id: Idf98a2f946d0db86bef2f20d2349d6ffedba219c Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Iae4696b2d0fff84286f3953d3382f52262d72a6b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Only scroll without changing the cursor position when pressing ctrl. Task-number: QTCREATORBUG-11386 Change-Id: I850da6f42696d6b5d9db488562aa56903c4ce970 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Since the action for this ID might be unregistered temporarily, and re- registered under different circumstances. Change-Id: I6c4ef3ddf814487cc9b63ff979ebb1539cdf7c81 Task-number: QTCREATORBUG-8108 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I2fe0c76e0ed30b69da9fdba5d9b9de6b46d647d8 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Mar 17, 2015
-
-
Christian Stenger authored
Change-Id: I6aebbf300e9e86729c0b00bee3bb9b6d4bf87854 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Leena Miettinen authored
In the UI and docs. Change-Id: I193b4599d0c915b2829b12c212718c91cb7f0793 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
hjk authored
Change-Id: Ic9d3df22d917e5644d6302a6af06aa8eadea8b5a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Alessandro Portale authored
In case you opened more than one project with the same name, it shows the full path incl. dir separators in the first-level tabs in the project mode. Change-Id: Idbf5dfe6ef0c20eecf3a3473011bb2d9b1794cea Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Change-Id: I3f041b9a7fe60ab5adf4ab3054f53713b78e1ab6 Task-number: QTCREATORBUG-14150 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Eike Ziller authored
That was the behavior before the fix for QTBUG-30845 (which introduced scroll wheel zooming for read-only QPlainTextEdit). Change-Id: I216ed6c827d8dc966af3af67158e9c275c9fa949 Task-number: QTCREATORBUG-11017 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-11625 Change-Id: I1017546463e819fc05846af74582cb9f5739ff08 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Kai Koehne authored
The feature has been actually been disabled since commit ac771eb5, but now it's time to also remove the dead code ... Fixing the feature and bringing it out of the experimental state would require quite some effort that apparently nobody is willing to spend. So it's better to remove it. The enablers in the qmldebug library, as well as the QmlJSDelta utility class in qmljs library, are left in though. Change-Id: Idf98a2f946d0db86bef2f20d2349d6ffedba219c Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I381bb020b75fbc7e43bff6bd2fef5982ed114c14 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
The formerly required 7.4.1+x does not produce valid stack traces through its Python interface, which we nowadays want to use. The version requirement for GDBserver (7.0+) is not affected, but the general advice is still to use a GDBserver version matching the version of GDB if possible. Change-Id: Icb08544c56f4ba8c16ca77938b87be8a680ac563 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I75ad17d12994376d88117570250a6c45e7495fea Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I008b3ad8efad56578953741f94bba4ade5f45d63 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Otherwise people might expect to much from it. Change-Id: I2023db821dd1f1fc2773c947c29479082cd8c5fc Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Leena Miettinen authored
In translatable UI strings. Change-Id: I0890ce916bdcf4939d008cbcfd7af5044ddb8d9a Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Ia2f57eb721cd761ba7c71e58a9b37a3c3fbcc043 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com>
-
- Mar 16, 2015
-
-
Alessandro Portale authored
We don't need to set breakpoints and cannot set bookmarks. So, let's save the space. Change-Id: I7ff21464f2af104d7a4a7906acfb6c2917c8f7b2 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Leena Miettinen authored
Start messages with an initial capital letter. Change-Id: Ie22a5ecffd8a7dc9dc2bb45d9e3a03eb30775744 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Change-Id: I6a5970eb9ccd76e730203c2d95dbd4e4dbb4af8a Reviewed-by:
hjk <hjk@theqtcompany.com>
-