Skip to content
Snippets Groups Projects
  1. Dec 12, 2012
  2. Dec 11, 2012
  3. Nov 07, 2012
  4. Oct 29, 2012
  5. Oct 26, 2012
  6. Oct 05, 2012
  7. Sep 27, 2012
  8. Sep 26, 2012
  9. Sep 25, 2012
    • Christian Kandeler's avatar
      Replace all remaining functions deprecated in Qt 5, if possible. · 89fa7823
      Christian Kandeler authored
      
      These are:
          - QInputDialog::getInteger() [-> getInt()]
          - QKeySequence::operator QString() [-> toString()]
          - QRegion::intersect() [-> intersected()]
          - qVariantCanConvert() [-> QVariant::canConvert()]
      
      Plus some left-over occurrences of qFindChild() and
      QAbstractItemModel::reset() that were missed by the
      respective earlier patches.
      
      All deprecated features still left are not trivially
      replaceable, i.e. the code using them cannot be made
      to compile with both Qt 4 and Qt 5.
      
      Change-Id: I32541681bbf66b0fef78f5c7025521f9ff84f463
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      89fa7823
  10. Sep 20, 2012
  11. Jul 31, 2012
  12. Jul 19, 2012
  13. Jul 02, 2012
  14. Jun 26, 2012
  15. Jun 05, 2012
  16. May 25, 2012
  17. May 23, 2012
  18. May 22, 2012
  19. May 11, 2012
  20. May 02, 2012
  21. Apr 26, 2012
  22. Apr 17, 2012
  23. Mar 12, 2012
  24. Mar 05, 2012
  25. Feb 21, 2012
  26. Feb 20, 2012
  27. Feb 15, 2012
  28. Jan 31, 2012
  29. Jan 26, 2012
  30. Jan 25, 2012
  31. Jan 24, 2012
  32. Jan 09, 2012
  33. Nov 14, 2011
  34. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  35. Nov 03, 2011
Loading