Skip to content
Snippets Groups Projects
  1. Apr 16, 2014
  2. Mar 11, 2014
  3. Feb 12, 2014
    • Orgad Shaneh's avatar
      Clean up single namespace forward-declarations · 7ed15760
      Orgad Shaneh authored
      
      Done using the following ruby script:
      
      Dir.glob('**/*.h').each { |file|
        if File.file?(file)
          s = File.read(file)
          t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') }
          if t != s
            puts file
            File.open(file, 'w').write(t)
          end
        end
      }
      
      Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      7ed15760
  4. Feb 11, 2014
  5. Jan 08, 2014
  6. Dec 12, 2013
  7. Dec 10, 2013
    • Eike Ziller's avatar
      Preferences: Add default implementation for filtering · deb43b4c
      Eike Ziller authored
      
      The default "matches" method now takes the widget and looks for all
      child labels, checkboxes, push buttons and group boxes.
      Because of that, the former "createWidget" method
      can be called multiple times without creating a new widget
      (-->widget()), and the "finished" method must ensure that the created
      widget gets deleted, since not all widgets that were created are added
      to the UI anymore.
      
      Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      deb43b4c
  8. Dec 09, 2013
  9. Nov 28, 2013
  10. Oct 09, 2013
  11. Sep 05, 2013
  12. Aug 30, 2013
  13. Jul 17, 2013
  14. Jul 09, 2013
  15. May 23, 2013
  16. May 22, 2013
  17. Apr 17, 2013
  18. Apr 11, 2013
  19. Apr 10, 2013
  20. Apr 08, 2013
  21. Apr 03, 2013
  22. Apr 02, 2013
  23. Mar 13, 2013
  24. Mar 06, 2013
  25. Feb 17, 2013
  26. Jan 29, 2013
  27. Jan 17, 2013
  28. Jan 16, 2013
  29. Dec 29, 2012
  30. Oct 09, 2012
  31. Oct 05, 2012
  32. Oct 03, 2012
  33. Aug 20, 2012
  34. Jul 31, 2012
Loading