- Mar 28, 2012
-
-
hjk authored
Change-Id: I2ea81b1a9407ae7e5045aadf43b0c2d971fc615b Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I10a419a5dc538d4d42bab7f3f2070430db388eed Reviewed-by:
hjk <qthjk@ovi.com>
-
Konstantin Tokarev authored
Most of editors have "jump to file" or "follow symbol" actions. This patch reduces amount of related boilerplate code. New actions are made optional to prevent shortcut clash (both use F2). Change-Id: I2af580ed9d6789df25f4487ba001f3b83887c504 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Mar 27, 2012
-
-
Tobias Hunger authored
Tag examples without an existing .pro-file as "broken". That makes it possible to search for those plugins in the examples page. Change-Id: I211e7a53b395fa98fee6222a21ab5116718224c8 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Do not list examples that point to non-existing project files. Change-Id: I6b7fdff3831a5a1845cf8c8d8429287abb1f86ab Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Do not try to open non-existant project files when asked to open an example. Change-Id: Ibcd106a0a8354f98998e61cafa3f5cd2ce2844b0 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Alessandro Portale authored
Q_GLOBAL_STATIC_WITH_INITIALIZER will be removed in Qt5, since it interferes with multi threading. Change-Id: I2013091ecb0613a168cd77f56ac88edb3b97fe1d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
Change-Id: I29f09197f98ad12f3508ff2357dc294b2f820050 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Do not mark up properties using types that are not known to designer as designable. Change-Id: I45b702dc0e441998f6afa7989f8c12a3b068899e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
Commit d86b2abc was accidentally reverted. See: d86b2abc for details Change-Id: I0efff4126f3504661957529ce98a1fc1ea169a00 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Thomas Hartmann authored
These webpages are likely to require account data and therefore we better open them in the system browser. Change-Id: Iccc158f3e96052fcf30001ec827c23a4a8362fff Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Erik Verbruggen authored
Change-Id: I2edff4126f3504661957529c198a1fc1ea169a08 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
hjk authored
Change-Id: I92f47982067b57ca3d34a66977c557325d31ba09 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Mar 26, 2012
-
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-7189 Change-Id: Ie0dfe044a5b79af1b320683d27698a9d89ab3ede Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Fawzi Mohamed authored
Change-Id: Ia4e2da06714b06fc7a98a0acb6d3868fc4bafca9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Christiaan Janssen authored
Discard pending data if a new trace arrives while an old one was still being processed. If we don't, the data of both traces gets mixed, leading to a possible crash. Change-Id: Ibba7df06f6a4b7e93d00f6fa1fa4802baf3a1731 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
hjk authored
Change-Id: I6f80047ad229e0be851b06a277ab2f899757828f Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
This adds a flags that enforces capitalization of filenames. Change-Id: Ie6660f1985a2e96fd68549c5ced1b37c33f064cc Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Friedemann Kleint authored
Add a wizard that quickly creates a text file without prompting for a path, useful for shuffling clipboard pastes around, for examples when collecting stack traces, etc and posting them to a code paster. Acked-by:
Eike Ziller <eike.ziller@nokia.com> Change-Id: I9fa6375a961cfcfef28a79b71ee4e046e57f0ec7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Konstantin Tokarev authored
Change-Id: I9ddfe95ea9e0df31c6737e11fe7b4b095b594d18 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christiaan Janssen authored
The cause of the crash was that animation events are a special case inside the profile data model, and some parts of the statistics computation were not taking that circumstance into account. Change-Id: Ibec929abb18fcdd8af4ddb5ff40b125915746725 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
hjk authored
Change-Id: Ida267bcd5f5b5931612373e5dbd80fe9eb4dbdb3 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Change-Id: I5431e2ff63f2785ac3020dede165779cbb97dc45 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: I381531bb25f853b713a9d2ec0dc53d1b0c2d2c84 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Use the StyledBar instead of custom widgets in inspector and messagelog window. Change-Id: I3bb8fc3aef20caf9c6c2b3c5e214d3642f5f8397 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
QtCreator uses the Find Tool Bar uniformly to search for strings. Change-Id: I399661597120be3402432b0c99489174f7bf2d62 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: Ic1a158f3e96052fcf30071ec827c23a4a83625f5 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Orgad Shaneh authored
Change-Id: I7857792f7f8c27bc7d6004eb6a63c10449144efa Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Eike Ziller authored
qglobal from 4.7.4 doesn't define MAC_OS_X_VERSION_10_7 Change-Id: Ia152108b52b92b65916002df76065e4eb95dc8a0 Reviewed-by:
Bill King <bill.king@nokia.com>
-
- Mar 23, 2012
-
-
Christian Kandeler authored
Change-Id: I6f5515d9d04517a71ba5a6bcbbd54af7d14d2bbb Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kandeler authored
This reverts commit b2796f69f78b8243e1e4cedef44d23e273317727 Again, these are not typos. See I1833b5229f4cfa2c7c9c4599963b097731b55fb5. Change-Id: I48cbe15605a0dd8b283d49ff35b6e66ba172c410 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: I78a22b885217ed45c97b992e0d70ef3bc19d24f9 Reviewed-by:
hjk <qthjk@ovi.com>
-
Oswald Buddenhagen authored
-
Aurindam Jana authored
Change-Id: I1967e8b4da4d1f52c97be557fda0d019e6598c09 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Stenger authored
These values have changed (see src/plugins/projectexplorer/taskmodel.h) Change-Id: I7b351cfae2bceca782ea022b855d86926e942d53 Reviewed-by:
Bill King <bill.king@nokia.com>
-
Tobias Hunger authored
Change-Id: I636af8ae9f4bd5a6abd55122cb892eb562159547 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Aurindam Jana authored
Introduced by 2.5 merge with master dbcaadd8 Change-Id: Id85df5a4f6400850cf36453e4e641f7a25ead888 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-7182 Change-Id: I153788664067445cece3c7ecf46cf8217539251d Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
If the node is a component it is not present as an item. Task-number: QTCREATORBUG-7176 Change-Id: I426e2e8bfdf9e0eced566c60e2721d3630ef554a Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Aurindam Jana authored
Extend searching from a specified column to all columns. Change-Id: I939867611dc79376237f3599baab28b408620b62 Reviewed-by:
hjk <qthjk@ovi.com>
-