Skip to content
Snippets Groups Projects
  1. Aug 13, 2010
  2. Aug 03, 2010
  3. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  4. Jul 26, 2010
  5. Jul 13, 2010
  6. Jul 08, 2010
  7. Jun 28, 2010
  8. Jun 25, 2010
  9. Jun 22, 2010
  10. Jun 03, 2010
  11. May 14, 2010
  12. May 12, 2010
  13. Apr 28, 2010
  14. Apr 09, 2010
  15. Mar 18, 2010
  16. Mar 05, 2010
  17. Jan 29, 2010
  18. Jan 28, 2010
    • Friedemann Kleint's avatar
      FileIconProvider: Refactor class. · 6771aafb
      Friedemann Kleint authored
      Streamline code, avoid functions and container.end() invocations,
      introduce private, reduce #ifdefs, clarify code and add
      comments about usage on various platforms.
      Implement QFileIconProvider interface, making it usable for file system
      models. Use in FolderNavigationWidget. On this occasion, add checkable
      "Synchronize" action to FolderNavigationWidget.
      Task-number: QTCREATORBUG-62
      6771aafb
  19. Jan 15, 2010
  20. Jan 11, 2010
  21. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  22. Nov 27, 2009
  23. Nov 25, 2009
  24. Nov 23, 2009
  25. Nov 18, 2009
  26. Nov 13, 2009
  27. Nov 11, 2009
  28. Nov 10, 2009
  29. Nov 09, 2009
  30. Nov 04, 2009
  31. Oct 13, 2009
  32. Oct 07, 2009
  33. Oct 05, 2009
  34. Sep 29, 2009
  35. Sep 24, 2009
    • mae's avatar
      cpp editor actions · 600fc9b2
      mae authored
      remove some standard actions from the cpp editor context menu,
      and enhance the advanced menu instead.
      600fc9b2
Loading