- 05 Jun, 2013 18 commits
-
-
Marco Bubke authored
Change-Id: I130bacab8d94ddc5b8544a1b74d662059f976aca Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
The signal spy never worked with value types. The recursive code is not needed anymore and anyway broken. Change-Id: I28861d13fa6ca8b7e8af97f5720c2968759da264 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
-
Thomas Hartmann authored
This patch adds a generic property editor pane for QtObject. Objects derived from QtObject get an auto generated property editor for their additional properties or can use the specfics mechanism to define a custom one. Task-number: QTCREATORBUG-9451 Change-Id: I730b19e4e417f3f4d4ee6cdf2b3f3ef32f8c1f94 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
F3 is still free in Qt Creator Change-Id: I0588e467a5f7c60ee621c472614be6003d5fe2dd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
The property editor will now try to find a pane for the specific version first. Example: If we have a QtQuick.Item 2.0 We first look for: QtQuick/ItemPane_2_0.qml And then fallback to: QtQuick/ItemPane.qml The same does apply for the specifics file. Task-number: QTCREATORBUG-8681 Change-Id: If210998780073295f168169d2fc424288d3bd6a0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: I6b48de43028b75a1e477d90334fecb2e7bf30835 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Eike Ziller authored
Conflicts: src/plugins/qmljstools/qmlconsoleitemdelegate.cpp src/plugins/qmlprofiler/qmlprofilerengine.cpp Change-Id: I95c2c4116e28683fafcc0a557a7913d67361dcd4
-
Tobias Hunger authored
Change-Id: I1a593af642c70ca7a0654163e7a32d405a1c2aa6 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Tobias Hunger authored
We may leak resources otherwise. Change-Id: Ic09f58bd47cbf283e22f17f2c3393ca03c5dfacf Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Tobias Hunger authored
This will silence some warnings about removing files with empty filenames which we get due to trying to remove a file we never managed to open. Calling finalize() unconditionally is the right thing to do here as that processes and/or displays on error message to the user if there is any. Change-Id: Ibe7d07233f2c2698e53a7ad21041bc5cc4fcac0e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Leena Miettinen authored
Change-Id: I955ebdd5896750fd0c598e9d59cf2ace5c28a591 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: I269013c06dd540309b95cf1411bbc3571df2c5b5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
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 22 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>
-
You-Ruei Tzeng authored
Done-with: Liang Qi <liang.qi@digia.com> Change-Id: I5bfe56344497b950951bc5f038ce6868abb2f41a Reviewed-by:
Liang Qi <liang.qi@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Liang Qi authored
Change-Id: Id1b330283a5f6e32300df3dbb2081fd287a2c752 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@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>
-