- Jan 16, 2014
-
-
Daniel Teske authored
Change-Id: I175f1f4edbd3b8301c69f4922535738f75b75733 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 14, 2014
-
-
Tobias Hunger authored
Create Tasks in such a way that they have the correct TaskType from the start. This makes sure the icon chosen by default is the correct one for that type and avoids the need to override the icon again later. Change-Id: Ic47f1d119a7d8f85fcb6f2ee9aaaeadf074f8348 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 10, 2014
-
-
Thomas Hartmann authored
When having multiple Qt versions with examples registered in Creator, the welcome mode showed all of them initially. The reason was that m_uniqueQtId was initialized with noQtVersionsId instead of uniqueQtVersionIdSetting(). The function uniqueQtVersionIdSetting() gets the correct Qt version from the settings as shown in the combobox. Task-number: QTCREATORBUG-10790 Change-Id: I9f435f6372f8b0c0495daf6c6efcf4bcc5e70455 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Jan 06, 2014
-
-
hjk authored
This affects mainly Apple's version of GDB. Mac users are advised to use LLDB, or some recent build of FSF GDB. Change-Id: I6a7fbb591e79f737e12d08b0e881e9e4d1d9660c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Dec 11, 2013
-
-
Tobias Hunger authored
Change-Id: I6ef0750d78ab2c935a34a047ffd49bc72c746dc2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Dec 10, 2013
-
-
Eike Ziller authored
The default "matches" method now takes the widget and looks for all child labels, checkboxes, push buttons and group boxes. Because of that, the former "createWidget" method can be called multiple times without creating a new widget (-->widget()), and the "finished" method must ensure that the created widget gets deleted, since not all widgets that were created are added to the UI anymore. Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Dec 09, 2013
-
-
Ulf Hermann authored
It's so much nicer for the qml profiler to know the actual sizes of images ... Change-Id: Ib1c0d38b002a061e7cffe2619034e144e4d5f2cf Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Dec 03, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-10860 Change-Id: I22550b4415e07cac0d78f36595dc7ee781a837c0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 26, 2013
-
-
Tobias Hunger authored
Change-Id: Ia3b26c60193b994571cd3b7fbbf8346ddeca46ea Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Nov 14, 2013
-
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10695 Change-Id: I4a61cc03f0aa978d07d48e8f56f032a7a666879b Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 12, 2013
-
-
Tobias Hunger authored
Accept colon, space or tab after the location (url:line and optional :column). Apparently in QML each and every error message is built up as the responsible developer thinks it makes the most sense and no two seem to agree on a common format. Task-number: QTCREATORBUG-10692 Change-Id: I103ae6eeb12b427cce2069db7da5d98a0737bda6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Nov 07, 2013
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-10681 Change-Id: I2a51eb95f8f9fa00114a2a9100eec5d052d2cca5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Nov 06, 2013
-
-
Oswald Buddenhagen authored
we rely on successful completion and accurate output from it, so it is counterproductive to suppress error messages from it. Change-Id: I35a5e085ff9813ba774f6f24feccb4d0f04019fe Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Oswald Buddenhagen authored
the function is fairly generic in fact Change-Id: I808a15ed2fab470aab3fbc9d471f94f790bc9631 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Nov 04, 2013
-
-
Kai Koehne authored
Remove infrastructure to debug/inspect QML applications with Qt 4.7. Change-Id: I277e9884e009475a29017f502bbe1d069317460f Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
This makes the specializations responsible to register the environment aspect that makes the most sense for them. The only real user of this is the QmlProject, which added its own EnvironmentAspect on top of LocalEnvironmentAspect set by the base class. Change-Id: I2ad8c23a008e249dc919491a5fd397ec04502375 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Nov 01, 2013
-
-
Fawzi Mohamed authored
ios now uses libQt5Core_iphonesimulator.a and libQt5Core.a for device and simulator, this changes detects both architectures. Change-Id: I0e2883c06355eb2b75aeeba4365c8aea14bb8ced Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- Oct 29, 2013
-
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 25, 2013
-
-
Daniel Teske authored
Change-Id: Ibacaf76e39e98c9d37d56e0bdedbbae07702e979 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 24, 2013
-
-
Orgad Shaneh authored
Denoise usages get{Short|Long}PathName are now static. They're not used anywhere except in normalizePathName. Change-Id: Ief277b6d828faadd98ec7faa39dd682bfaa8805f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 23, 2013
-
-
Daniel Teske authored
We are saving anyway in extensionsInitialized() Task-number: QTCREATORBUG-10455 Change-Id: I6cdc0f11a3f0f9db5061ef1c00646de4c3251d05 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 18, 2013
-
-
Tobias Hunger authored
qmakeProperty and qtVersion call that implicitly already. Change-Id: If4596740b9da02ef662b9831019f19c4d679cd39 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Otherwise, qmake properties can be wrongly read as empty. Change-Id: If63a306664758c01529b437fca30f5222b75f02f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This is a low level method which is not useful for normal usage. Change-Id: I5fd1c019856a8a84299f5b11c159ea6b0f5131a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Oct 16, 2013
-
-
hjk authored
Change-Id: I5c7727f18039a359c79397f28e1c32bcd7acf101 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 15, 2013
-
-
Thomas Hartmann authored
We have to wait for all of the QtVersionManager and HelpManager to be initialized, and some data actually being requested from the examples model, before showing any examples. Task-number: QTBUG-33924 Change-Id: I189710374f4af8d7d9cbe4731fa3faafd0623ffb Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Yuchen Deng authored
After this is done, QbsProjectManager/CMakeProjectManager will be able to have full Qt support work without having to depend on Qt4ProjectManager. It's should belong here. Change-Id: I577d47cb8a40eb697aa862fbec36c56ff05004f0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
With Nokia's decision to stop support for Harmattan applications in their app store, the last remains of a use case have disappeared. Change-Id: Ia036112de01c8c3a866da3529b4a941db11c7358 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 14, 2013
-
-
Jake Petroules authored
Task-number: QBS-397 Change-Id: I9b29781e752176d0cf71221b896a6ac017538c7b Reviewed-by:
Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 10, 2013
-
-
Thomas Hartmann authored
We have to wait for the QtVersionManager until all Qt versions are loaded. Change-Id: Ia6f823660d0252fb8e8ee1b8cfaec32e26ebc0bd Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Nikolai Kosjar authored
Only methods as programming functions are affected. Besides renaming some actions like "Switch Between Function Declaration/Definition" this mostly touches (api) code comments. This is a follow-up patch to commit 872bfb70. Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 09, 2013
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Oct 08, 2013
-
-
Thomas Hartmann authored
The getting started page is not part redesign, anymore. Change-Id: Iec779d4fcf86f1800e17a5b7775698b64ce16555 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 07, 2013
-
-
Thomas Hartmann authored
The tutorials page was removed during refactoring. Change-Id: Iec779d4fcf86f1807e17a5be775698b64ce16655 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 02, 2013
-
-
Fawzi Mohamed authored
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 27, 2013
-
-
Orgad Shaneh authored
Duplicate dependencies Change-Id: I23e931cd6e75494a8ec7e099b0f2549764e5924b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Sep 26, 2013
-
-
hjk authored
Change-Id: I56a09dd89d2ac086ee264432510fd39b5efe69c5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-