- 05 Jun, 2013 5 commits
-
-
Orgad Shaneh authored
They are unneeded, some of them are unmaintained Change-Id: I0ad87e152d8e2328b486b2f904f7cf9613004afe Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Friedemann Kleint authored
Change-Id: Ie4645f3a3c82d18099dd154293d242ab07b1e5fc Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
This change * Removes IMode::type, ModeManager::activateModeType, and IEditor::preferredModeType, and adds IEditor::isDesignModePreferred instead * Adapts the mode switching code in EditorManager to handle multiple windows, for example switching to edit mode should only happen if the editor/view is in the main window. Otherwise the editor window should be raised and focused * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor * Reverts the EditorManager::ModeSwitch logic to switch mode or make the current editor visible by default, introducing DoNotMakeVisible flag instead * Fixes a few instances where EditorManager::ModeSwitch should have been used One non-trivial problem left: If you open a .ui file and switch to an external editor window, edit mode is activated, because the current editor no longer is a .ui file, which means that the design mode gets deactivated. Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
jkobus authored
Change-Id: Icc4bb2648fc4e18e95216012ce08365940a80937 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Change-Id: Ia657fbe20f51657295bfe657a88dab58c668c3f1 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 04 Jun, 2013 35 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>
-