- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Nätterlund authored
Change-Id: Ibf62cd0812eb113bec1ff49dec6d0017f57ccabf Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
I moved setPath(wizardDialogParameters.defaultPath()) into the constructor of BaseProjectWizardDialog. I created addExtensionPages() instead of having of having the foreach everywhere. Moving the call into the constructor of BaseProjectWizardDialog is not trivial since a lot of derived classes rely on execution order and the order is often different. Entangling this is not trivial and easily might break functionality. Change-Id: I48dddaf72caea84da783dc9e2f42f2c7eff1c0ce Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Feb 14, 2012
-
-
Thomas Hartmann authored
Removing some comments... Change-Id: I48dddaf72caea84df883dc9f2f42f2c7eff1c0ce Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Daniel Teske authored
Change-Id: Id997113ddb224fd079e70dcc5803bc1c2a657874 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: I145af259369ed8f2f98a2c9cc2ce4998e2e97938 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Instead of each BaseTextMark being a QObject and being connected to editorOpened, centralize that and distribute the signal to only the BaseTextMarks that need it. Change-Id: I3f2783c34a25d78aa335418236850436028bfdf3 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: Ib07cdc5cbe9a26385f82e6a845d72f218de7b2a6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
QtQuickAppWizard currently has a combobox representing the choice of Qt Quick Components + the option to import .qml. After this patch instead of deciding this inside the wizard the decicion is made by choosing one of 4 instances of QtQuickAppWizard. Change-Id: If2f295b1dfc760d195dee83c59794104935016ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
We want finer grained features Change-Id: Id65d58409a6960aa9d132cb29592b921ee6bcfdf Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Eike Ziller authored
It is supposed to refer to the property of the file on disk (if there is any). Task-number: QTCREATORBUG-4998 Change-Id: Iaed62c17d124b364aecec4d1f910046bade42d40 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Change-Id: Id2aa3b6f25a17416bb8ea601b6f5dd0de45f5375 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6940 Change-Id: I33040819e9eb0961866b5709fd29b1dec5592ab4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Feb 13, 2012
-
-
Tobias Hunger authored
Fix crash happening when adding/deleteing a embedded linux target. Change-Id: Ib69f4da1570c20ea43deb1a288427401a861df5e Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Change-Id: If068ae4f7a2b04c5f6888b76c1a90ce09d7365fe Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: Ic1e8adbe3861a47e48fc9bcb619d59904e98cc44 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: I91217b58a8617cc4a37c8fbf3580b3c213c41e19 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Also move the editor closing out of the function. It isn't needed on shutdown as all editors are already closed then. Change-Id: Ie50a238e0a0382a99b0a267b286f9ed9484f26f6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Removing a not really needed log10 and adding a comment Change-Id: I7dfb71c2f23dc6ec0f09e4554fc1b6f7e3e442fb Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Daniel Teske authored
Forgot to fix that in the last commit Change-Id: I60f23be915f01c43fc3950ba6a97315176429842 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
the classes have been renamed/moved out of the namespace. Change-Id: Ia4a121e61c687517c99de6d63874a918039f1106 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Daniel Teske authored
The order of actions and thus the state at which the signals are emitted has changed. The aboutToUnloadSession comes before the actual saving now. Also the aboutToLoadSession is after restoring values but before restoring projects and editors. Change-Id: I3eae66cffae970f00535d8d6e2bb11a6ca645456 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Thomas Hartmann authored
Change-Id: I49d6fffeb1805cd07befcb27bb37d4c6cadc9111 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
Change-Id: Ib2012eecbffeb7eea123ed666efe2d79a79e05ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Eike Ziller authored
This change moves the "close document" button back to the top-left and instead changes the icon on the "close split" buttons. Change-Id: I187c3f707f38ea8edef996cb5393654015d551ca Reviewed-by:
Virva Auvinen <virva.auvinen@nokia.com>
-
- Feb 10, 2012
-
-
Thomas Hartmann authored
This avoids an infinite recursion. For some reason "" might be a proper prototype in some cases. Change-Id: Ib3af9d0ff2fbf87b2ba20a79e8b456831e7a940f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Thomas Hartmann authored
Change-Id: Ia2012ffcbffeb0bec124ed666eee2d79d79e05ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
IWizard::descriptionImage() can return the path to an image. An empty string is interpreted as no image available. Change-Id: Ia2012eecbfdeb9bec123ed666fff2d73d79e05ce Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Christiaan Janssen authored
Change-Id: I86b4474aeadb991ba8591784945371e8ac925b00 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Joerg Bornemann authored
Change-Id: Ic34f6cb8016068d81ac0e6262d552d93248033d8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Change-Id: I1fc126782bd88dd65ff83f50fc1dcf65e51a37ff Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Christian Kandeler authored
This way, our code (if not gdbserver's) is IPv6-safe. Change-Id: I8cb95f5f3b01ba89b01d98f0bc00428979c16752 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I62bce3b563b6aba481642fac0d427c0f0d3b2ddd Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Nätterlund authored
Change-Id: Ifb2a378cdc000eb84b65f25c2132783d3a3f53c4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Alessandro Portale authored
Change-Id: Ie47a9bd71603e217bd1ff60800cc3f1abf920929 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tommi Asp authored
Caused while to run forever when not checking cursor.movePosition() return value. Change-Id: Ie8211a477ab1889d4583d3b01e1a200d9905fd6d Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
- Add flags to the wizards' QtProjectParameters, introduce flag to add widgets if required. - Change the modules to be lists for easier checking. Change-Id: I49a000565ffea1a1593cf20a84b240f5c7458ae3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Leandro Melo authored
Now IGenericProposalModel::isSortable also takes the current prefix as a parameter. This is particularly useful for cases like in the C++ completion: For global completions it will only sort if there's already a content prefix - Notice, however, that the "sorting threshold" for a maximum number of items is still kept in IGenericProposalModel::sort. Task-number: QTCREATORBUG-6404 Change-Id: I3c2f282aa565287b8b4989930b6a27093862ef25 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Thomas Hartmann authored
The display names might be different form the internal string id. Change-Id: Ib2bf9d0ee2fbf87b2ba20a79e8b456830e7a940e Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Element9 authored
This quickfix switches places of the parameter declaration under cursor with the next or the previous one in the parameter declaration list. Change-Id: Ic379967ac51297a317a55d0e0faf6c5b1cb9d585 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-