Skip to content
Snippets Groups Projects
  1. Aug 22, 2012
    • Alessandro Portale's avatar
      Removal of Symbian support · ae23d505
      Alessandro Portale authored
      
      Qt Creator's support for Symbian was at its peak in version
      2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6.
      It is most likely rotten. Let's remove it!
      
      Also, the Symbian support code was spread throughout the whole
      Qt Creator code base. The plugin interfaces evolved in the
      meantime and target platforms like Android or QNX have 99% of
      their code in separate plugins.
      
      In case anyone wants to revive Symbian support in Qt Creator,
      please create a plugin for it.
      
      Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      ae23d505
    • Alessandro Portale's avatar
      Making the QmlApplicationViewer Qt5 compatible · 0418e6dc
      Alessandro Portale authored
      
      This patch makes a "QmlApplicationViewer" based application from
      the Qt Quick app wizard buildable and runnable with Qt5. Note,
      that this is still QtQuick 1.1. We are still missing a QtQuick 2.0
      based pendant of QmlApplicationViewer.
      
      In addition (separate patch), we may want to tweak the wizard
      flags in a way that the wizard allows to create a "Qt Quick 1"
      application for a Qt5 target. (Or perhaps we explicitly do not
      want that, because we want the developer to use QtQuick 2 with
      Qt5?)
      
      Change-Id: Ie3fc8a77a1ff4fba3244f2047d2685c570014356
      Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
      Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
      0418e6dc
  2. Aug 21, 2012
  3. Aug 20, 2012
  4. Aug 15, 2012
  5. Aug 06, 2012
  6. Aug 02, 2012
  7. Jul 31, 2012
  8. Jul 27, 2012
  9. Jul 26, 2012
  10. Jul 23, 2012
  11. Jul 19, 2012
  12. Jul 18, 2012
  13. Jul 17, 2012
  14. Jul 16, 2012
  15. Jul 13, 2012
  16. Jul 05, 2012
  17. Jul 04, 2012
  18. Jul 03, 2012
  19. Jun 29, 2012
  20. Jun 19, 2012
  21. Jun 13, 2012
  22. Jun 12, 2012
  23. Jun 06, 2012
  24. Jun 05, 2012
  25. May 31, 2012
  26. May 30, 2012
    • hjk's avatar
      debugger: rework dumping arrays of plain data · d982b216
      hjk authored
      
      Simple array data can be fetched in one go.
      The "normal" way gdb asks the server for contents is one item
      at a time, at ~3ms per round trip. Now we get 2000 in 200ms.
      
      This also introduces a re-usable readRawMemory function and
      removes a few checkAccess calls which will be triggered anyways.
      
      Change-Id: Ic07a3d6593fd2ea45f7a8058509118fe22a845bb
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      d982b216
    • Robert Loehning's avatar
      debugger: Fixed syntax error · 7d96a321
      Robert Loehning authored
      
      Found by Squish test suite_debugger/tst_cli_output_console
      
      Change-Id: I3d4bf97f9971e44ac39bc262d17da0641a99af19
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      7d96a321
Loading