Skip to content
Snippets Groups Projects
  1. Oct 23, 2015
  2. Jul 01, 2015
  3. Mar 24, 2015
  4. Mar 05, 2015
  5. Feb 26, 2015
  6. Jan 16, 2015
  7. Oct 09, 2014
  8. Sep 29, 2014
  9. Sep 26, 2014
  10. Aug 29, 2014
    • Christian Kandeler's avatar
      Do not use deprecated Qt functionality. · 1d5091e4
      Christian Kandeler authored
      
      Replace all* remaining deprecated Qt 4 functions with
      their Qt 5 counterparts. This means we no longer need to
      define the QT_DISABLE_DEPRECATED_BEFORE macro.
      This patch is relatively small because most source-compatible
      changes of this kind have been done before.
      
      * The one exception is the QmlDesigner, which uses QWeakPointer
      in a deprecated way all over the place.
      
      Change-Id: Id4b839c6685f3b5bdf2b89137f95231758ec53c7
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      1d5091e4
  11. Aug 27, 2014
  12. Jul 03, 2014
  13. Jul 01, 2014
    • Christian Kandeler's avatar
      Always pass Core::Id by value. · 93304df0
      Christian Kandeler authored
      
      Currently we pass in some places by value, elsewhere by const ref and
      for some weird reason also by const value in a lot of places. The latter
      is particularly annoying, as it is also used in interfaces and therefore
      forces all implementors to do the same, since leaving the "const" off is
      causing compiler warnings with MSVC.
      
      Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      93304df0
  14. Jun 27, 2014
  15. Jun 19, 2014
  16. Jun 02, 2014
  17. May 19, 2014
  18. Feb 26, 2014
  19. Jan 14, 2014
  20. Jan 08, 2014
  21. Dec 12, 2013
  22. Dec 11, 2013
  23. Nov 04, 2013
  24. Oct 30, 2013
  25. Oct 21, 2013
  26. Sep 16, 2013
  27. Sep 06, 2013
  28. Sep 04, 2013
  29. Aug 30, 2013
  30. Aug 09, 2013
  31. May 15, 2013
  32. Apr 26, 2013
  33. Apr 08, 2013
  34. Mar 27, 2013
  35. Feb 15, 2013
  36. Feb 14, 2013
  37. Jan 29, 2013
Loading