- 06 Aug, 2012 8 commits
-
-
hjk authored
Having a single button as separate form is wasteful. Change-Id: I8d1f6dd9c88293c5e3d01fdc56db2aa094e82598 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: Ief75ee62b544b419a8c4d758e275092007603862 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I0b1a7c51bfcfcd53efa87b678da513b6b546c55c Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Unix only for now. Windows to follow later. Change-Id: I2a5742373f8c849ba3852c933780f9bfa96ba2de Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
More horizontal and vertical space. Change-Id: Ieae970d9ac15df32531fb934799eff6d589bc3e4 Reviewed-by:
hjk <qthjk@ovi.com>
-
thohartm authored
For some languages (e. g. russian) we have to wrap. Task-number: QTCREATORBUG-7675 Change-Id: Ib49a2c7b11a16228010934db89c5c0e60b8e465c Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> (cherry picked from commit ed0c57ee) Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
hjk authored
Change-Id: I2e7d81a4efb75877901d29964df4f71314e951b4 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Saves code on caller side and cycles for the hashing. Change-Id: I9d0c739b44a4611a4d70d33cf2798e0b078a72b5 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 03 Aug, 2012 6 commits
-
-
Orgad Shaneh authored
Change-Id: Ia2b8c7705129937a60585d881e1fbfa7815d858f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Oswald Buddenhagen authored
QMAKE_INTERNAL_INCLUDED_FEATURES is added even before loading the first prf file, so the check for an empty value map would never trigger. use a flag variable instead. Change-Id: If0af31d8466eadb90eca2a2e4024eff03b54e3b1 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I6bce707b0dd2cbf207c02b89b27a2c0a31f62126 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
With the process list model being publicly available from the IDevice interface, there's no longer a need to force all subclasses to create the dialog themselves via opaque handles. Since clients can now check whether a device offers a process list, the base process list model has been made abstract. Change-Id: If4a0aa68a95b221862c287ad8397ebabe9be5909 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I9262663e2d85d3fc1a1faa311804afb395bdb7dc Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Functionality is available in base class. Change-Id: I795dd3ef0cf535e796b08a3671065b5121582c17 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 02 Aug, 2012 17 commits
-
-
Yuchen Deng authored
Change-Id: I092277ae6e9a35910ee9cbaa1806e0d848339bbb Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Christian Kandeler authored
Now each device gets to decide in what way a process list is set up and how a process gets killed. This enables e.g. non-SSH based devices to provide process lists. The default implementation provides an empty list. Change-Id: Ibb352cd8a5ea556951b02ba512208daeb3b1e1a6 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: Ie8d41e66ebeb2cca88bb007037a4f452802171e9 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Friedemann Kleint authored
- Remove trailing blanks - Fix remaining rich texts in Android UI. Change-Id: I8ea5ec6890d76b83257fd1eb79eeb2760b946f0b Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Oswald Buddenhagen authored
follow suit with qmake ... Change-Id: I8be9b0ecdc45c6358fe00d03ea5d9e77c631c3bb Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
instead of re-generating mkspecPaths on each use (which is exactly once for the makespec itself and additionally any queries of $$[QMAKE_MKSPECS]), do it only once. now projects don't need to inherit the root env's m_qmakepath any more, as they are guaranteed not to need rebuilding the cache. instead, they must inherit the cache, obviously. Change-Id: Id8e80279a11e8d975b73fd542ecc36d24c57f2f4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
just clearing the cache to signal the need for reconstruction is a pretty safe way to ensure that every subproject will do the same work. now projects don't need to inherit the root env's m_qmakefeatures any more, as they are guaranteed not to need rebuilding the cache. Change-Id: Ibc0b2d39dabf4a47430975ad30c6b32689de7854 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
03a84a7e re-introduced them unnecessarily after 55cad4a4 made them to be evaluated by the parser already. Change-Id: I1a121567fdd791f5c47c23babc4946a11b3e1f31 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Oswald Buddenhagen authored
no need to duplicate the code Change-Id: Icc27e028dbb97faf9e48aba11dd5749526ee1e9d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Oswald Buddenhagen authored
now that the basic variables are not magic any more, we need to make sure they are initialized. Change-Id: I75a9b66b95f84599fb9af1f4787a752319344fcb Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
follow suit with qmake ... Change-Id: I091c2f10f547d8f339a2f0cadf5a49cfe0a88cea Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
this makes it identical to the bootstrapped path used by qmake itself. this applies only to full qmake mode. Change-Id: I7100315fe95d0ee900f6bea2552c9292e3d1a07d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Friedemann Kleint authored
In MSVC2012, more bases classes for std::string and containers were introduced whereas std::pair_base was removed compared to MSVC2010. Add a findMember() function to be able to skip base classes when looking for a certain member to finally fix this issue. Introduce SymbolGroupValue::parent()/childCount() and simplify the helpers using it. Change-Id: I7a6aad5c07739ca9cbf350489acd6d03bd1865e8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I825141db85aaf5f9eb1d0f0fbe0d7bb9836b350e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Christian Kandeler authored
These are for configuration of process and ports gathering activities, respectively. This couples related functionality more tightly, while keeping the number of IDevice methods at a reasonable level. For ports gathering, the patch also adds the ability to configure both the command and the parsing function; the latter used to be hardcoded in the PortsGatherer class. Change-Id: I1b8940397a51efa7ddc05dd15cf861777d118c1a Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: I92e2a87d063894d4992451ee0e9fe2a99d298eb2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Eike Ziller authored
Change-Id: I417bb698798afa2a917224000ca839b67319f976 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 01 Aug, 2012 9 commits
-
-
Friedemann Kleint authored
- Fix typos and various capitalization errors. - Fix wrong placeholders. - Remove QCoreApplication::tr(). - Fix androidpackagecreationwidget.ui, remove translation from combo and clean up some HTML markup. Change-Id: I51bcdad90c770c0f861a9d17e92b9c9222c6e8bf Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Oswald Buddenhagen authored
follow suit with qmake ... Change-Id: I4e57e160b811b6496adf208b49f1dd0df0b57563 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
follow suit with qmake ... Change-Id: I906bf83bbbb106cddd8becd85faef8e1c4c5d64f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
follow suit with qmake ... Change-Id: I9ad3b3a6765b5e44cb9da87401f29c838d59491d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
follow suit with qmake ... using fputs() instead of the fancy handler functions, as this is only for qmake, which would just print to stdout anyway. Change-Id: I0433d8157ce8c6e580b3fec6f622896b972f7b48 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: I3e20c2a9b4455f7e9fcc60202166d1a8a079cba2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
as the branch evaluation in non-cumulative mode nowadays actually skips code instead of merely incrementing m_skipLevel, !m_cumulative implies !m_skipLevel. based on that we can eliminate some always true/false conditionals, and hard-wire m_skipLevel to zero if PROEVALUATOR_CUMULATIVE is not #defined. Change-Id: I19569ff96f21a5074f677b873ed800a6818f1a6b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: I88d85c70334de2a5f913b6c67d0d253094979fd8 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
Change-Id: I50289cdfe906c923076a4a2dc57f7ca35c8e9b90 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-