Skip to content
Snippets Groups Projects
  1. Feb 12, 2016
  2. Jan 28, 2016
  3. Jan 14, 2016
    • Frank Reininghaus's avatar
      Do not delete sub menus of the control menu explicitly · ddc050f2
      Frank Reininghaus authored
      This is not necessary because the sub menus are children of the main
      menu, such that they are deleted together with the other actions by
      QMenu::clear().
      
      This prevents a crash that can happen if a sub menu is open while
      another menu action is clicked.
      
      Thanks to Fabian Vogt and Wolfgang Bauer for investigating this issue!
      
      BUG: 354558
      FIXED-IN: 15.12.2
      REVIEW: 126693
      ddc050f2
  4. Jan 10, 2016
  5. Jan 06, 2016
  6. Dec 30, 2015
  7. Dec 17, 2015
  8. Dec 08, 2015
  9. Dec 02, 2015
  10. Nov 29, 2015
    • Albert Astals Cid's avatar
      Call KLocalizedString::setApplicationDomain("dolphin"); · d00b531c
      Albert Astals Cid authored
      dolphin is using
         -DTRANSLATION_DOMAIN=\"dolphin\"
      that is wrong for applications, apps need to use
         KLocalizedString::setApplicationDomain
      since that makes some other things like the transltators tab in the about
      dialog show.
      
      I have not removed -DTRANSLATION_DOMAIN=\"dolphin\" because on the other hand
      this code is also a library (i.e. the dolphin kpart).
      
      The "being pedandly correct" fix would be using -DTRANSLATION_DOMAIN=\"dolphin\"
      only to compile the files that are part of the kpart but that's prone to
      break at some point and using both KLocalizedString::setApplicationDomain and
      -DTRANSLATION_DOMAIN does not create any problem so i went that route
      
      CCMAIL: kfm-devel@kde.org
      d00b531c
  11. Nov 17, 2015
  12. Nov 16, 2015
  13. Nov 14, 2015
  14. Nov 09, 2015
  15. Nov 04, 2015
  16. Nov 01, 2015
  17. Oct 26, 2015
  18. Oct 21, 2015
  19. Oct 10, 2015
  20. Oct 08, 2015
  21. Sep 25, 2015
  22. Sep 10, 2015
  23. Sep 09, 2015
  24. Sep 08, 2015
  25. Sep 07, 2015
  26. Sep 03, 2015
Loading