- Jun 05, 2013
-
-
Joerg Bornemann authored
Change-Id: Ifb851fe09179b4822c53f528c793209226396c33 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Display line numbers as part of the displayName of nodes in the Projects view. These are shown for the virtual files we use to enable navigation to Qbs groups and products and it more clear that these are actually locations in the build system and not real files. Change-Id: If32354ad5ceb79c865cae2951fe470c51718728f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
We agreed to not use structs to avoid the class/struct mismatch warnings in MSVC and clang. Change-Id: Id1b2d89646d3a982c8d85b84b44a4e697102c220 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I52b6b84732cf363b06ea248eeabdc99d89fb4beb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Joerg Bornemann authored
Change-Id: Ibc35523c82e3260a32bcabaf76c27f633c529fb2 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Thomas Hartmann authored
If the C++ class name equals the QML type name we looked up the CppComponentValue of the C++ class. This one has no version information, which creates issues in the item library. As a solution we try to resolve the type as a C++ class as a last resort. Any QML type has precedence. Task-number: QTCREATORBUG-9422 Change-Id: Ia84663cab1b4011f1ef6494de86ea6d92ab74bef Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Friedemann Kleint authored
Introduced by e967049f . Change-Id: I11f9b76f50e2343d499c7df4bd4cdd98cdb6be10 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
54 passed, 122 failed (lldb 300.99/gcc) Change-Id: I71e1666c542406b126214c2b9b8b56193bcbcf76 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
The ProjectExtension kept a pointer to a page which is destroyed once the wizard is done and accessed it whenever VCS settings were touched. Task-number: QTCREATORBUG-9412 Change-Id: Iabe33d877a3d614ab7470c5e11fe26f7de1bb69c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: I81b52b8f349cfd5e9d67bd48b0be32c48e5b2f8e Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I99edfed36b12942e64ee1947a46eddd1ca08b9ba Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Broken in 92392454 Change-Id: I4e3d3b1c2fbec66c5471baedf1996529b852b868 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: Ifaa78943be52d821bfbc3f32fb3fc914cf2d4315 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
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>
-
- Jun 04, 2013
-
-
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>
-