- 04 Jun, 2013 40 commits
-
-
Petar Perisin authored
Change-Id: I3b3f72c5699e63f3f273b1564ea0a093b6c9725b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Petar Perisin authored
and also remove unnedded command. Change-Id: I6c20f2061fc3628693d80ad01fe23c1a835ca127 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Petar Perisin authored
Change-Id: I106420e8492d64451eee3648800ce57a4de2bfb9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Marco Bubke authored
You can now pan if you drag the mouse around with the middle mouse button. Change-Id: I70e1666c542406b126214c2b9b8b56193bcbcf76 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-9238 Change-Id: Ibbb81dc61f5f2938aee81d85129cdaad48c112df Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Implement putEmptyValue, use type priorities, introduce concept of backend specific tests. 39 pass, 136 fail... Change-Id: I71e89259dc925f799bca413b537b65e9e689e1b8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Marco Bubke authored
Change-Id: I3aa1217c990ae36a43b269d8177fc5566b1c9dea Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If230176bc7e96476e2f748d850a5a4c93b57cafa Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Lorenz Haas authored
Remove restricted use of declarations and add an option to define if SymbolFinder should be used to find a matching definition for symbol. Change-Id: If5cf5b11926e116766dd60dd3726b4fcf2e1c9f5 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
* Move initializer lists completely * Respect whitespace as it is Task-number: QTCREATORBUG-9462 Task-number: QTCREATORBUG-9463 Change-Id: Id9c41394b4aa55b0a85957286ab42f2ce8966c08 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Oswald Buddenhagen authored
it's not necessary to immediately re-calculate the roots after assigning QMAKE_PLATFORM - it's sufficient to do it on-demand, so merely invalidate them. this avoids that we re-calculate them multiple times without ever using them in between while processing specs with distributed platform assignments. Change-Id: If508594764811b96a577fc81c5ded34ab0453148 Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com>
-
Oswald Buddenhagen authored
looking up the same files in the same locations over and over again is a rather significant waste. in particular, looking up the CONFIG flags that don't correspond with features has a measurable impact on qt creator's project loading time. Task-number: QTCREATORBUG-9154 Change-Id: Ibae3d8b7797e706a6416a7d45c77734ab1281b51 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Oswald Buddenhagen authored
Change-Id: Iddec1a818ff9f3ad8b12491100883e433e4b8246 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
Updated the screen shot. Change-Id: Ie65927bb872b37b6be78160810f97b215525c14f Reviewed-by:
Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Oswald Buddenhagen authored
this tremendously speeds up loading of qt 5.1 based projects (including qt itself) under mac os, as these look up the sdk dynamically, and use caching to avoid doing that in every subproject. Change-Id: I833253f81c3159056fab2ff888f293b36cc2ef56 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Oswald Buddenhagen authored
just directly use the filename we constructed it from. Change-Id: Ia428a2cb4b192fea6bde62dfbf35361bcfc4b21e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Erik Verbruggen authored
Thanks to Jesper K. Pedersen for the fix! Change-Id: Ie49c3352e26a9632b1500596b00d559bfe932dff Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Leena Miettinen authored
Fixed two typos and used more consistent style with the rest of the manual. Please ask me or some other tech writer to review when you add text :). Change-Id: I53fbd7268a82724e3ca862e7d6fcadb97899e478 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Marco Bubke authored
Change-Id: Ia6edcd10c42f0ef71ed1237e45185e5fd8a4a66e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I15bc4a1a431787e350ace9fa09d8c140d06a7ed6 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
jkobus authored
Change-Id: Ib0615de8dec6fa7d50ec1901e42ebe6c3c9b98e8 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
jkobus authored
Change-Id: I4b286051da2267ff7130e5cab8dbeeececd07769 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Leena Miettinen authored
Moving to line and column and showing the file encoding. Change-Id: Ifd9727b3f1812da4b165eb9224cc7d042ae840d2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I5ac34d96152d6e4f9abc8f6dd18d1e1eab0bde7f Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
hjk authored
26 pass, 149 fail... Change-Id: I243eb03fe0ddcb193ed8d45e672564f7113b662f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
Change-Id: I43f09042a525a798d95b3365873be24eafd423e9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
Also make sure that "Apply function signature change" gets to the top of the list. Task-number: QTCREATORBUG-9441 Change-Id: Iaf67f8ea9c99ddfc973e610f7e0f4c35b7967629 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Gunnar Sletta authored
Subpixel antialiasing cannot be supported when rendering is done to a transparent-cleared FBO. Change-Id: I46eeac792416f6164521c9142a8b6cffbbddc99b Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
To better find it in the qt creator locator. Change-Id: Icfc7b400ee972802471a7a52f8552bb0fd41acdb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Do not emit an updateNode signal for all existing nodes, but only for those that actually changed state. Change-Id: I0a906833a6879e224df0d4be05d3813b8e130083 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
Work around a regression in Qt 5 (QTBUG-31538) Also prefer setting left+right margins instead of all margins for the label. Change-Id: I108de101239145295d37002aa989a959d8041c55 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
jkobus authored
Change-Id: Ie97ae07b02499b4d8d80e006aa77ca3b802f39b3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Petar Perisin authored
Change-Id: I0d5b0eaf562d30f34f01bcf344791a4ce766bdab Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Petar Perisin authored
Change-Id: Idf770a20db66191b4d7fe3a704d31bdce70505c5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Petar Perisin authored
Change-Id: Ic2243adaa36444099f834676186331927f3f4588 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
jkobus authored
Change-Id: I5f7c57479d5342f5457159b14fb6afa087cb988f Reviewed-by:
Marcel Krems <m.krems@software-vision.eu> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I5581521753fa525c6bb9f53725c28f947c8bbd44 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Running interactive rebase and choosing edit for a commit causes stash pop when the commit is expected to be edited Change-Id: I37249e8486b609dedba143bd130059444f882303 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
We could have gotten new VCSes or existing ones might have gone, so clear the cache of which VCS manages which directory. Change-Id: I87a1b9c894e2867773ea4df221e463adb14f4ee9 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Marco Bubke authored
Change-Id: Ic45416d1ad187520dc4771192e621d7e44ee360f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-