Skip to content
Snippets Groups Projects
  1. Feb 21, 2011
  2. Jan 12, 2011
  3. Jan 04, 2011
  4. Dec 20, 2010
    • Nicolas Arnaud-Cormos's avatar
      New plugin: plugin macro · f5fbbbfd
      Nicolas Arnaud-Cormos authored
      
      This plugin let the user record and replay some macros:
       * 3 handlers: action, find and texteditor
       * almost all texteditor and cpp actions recorded
       * options page to set the directories where the macros are stored
       * optional dialog to give a name and comment at the end of a macro
       * locator integration to play a macro
       * shortcuts assignment to macro
      
      The most important change outside the plugin macros is the isScriptable method
      for command: All scriptable commands can be stored in a macro.
      
      Merge-request: 2176
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      f5fbbbfd
  5. Dec 17, 2010
  6. Dec 08, 2010
  7. Nov 02, 2010
  8. Nov 01, 2010
  9. Sep 15, 2010
  10. Sep 10, 2010
  11. Aug 13, 2010
  12. Aug 03, 2010
  13. 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
  14. Jul 26, 2010
  15. Jul 13, 2010
  16. Jul 08, 2010
  17. Jun 28, 2010
  18. Jun 25, 2010
  19. Jun 22, 2010
  20. Jun 03, 2010
  21. May 14, 2010
  22. May 12, 2010
  23. Apr 28, 2010
  24. Apr 09, 2010
  25. Mar 18, 2010
  26. Mar 05, 2010
  27. Jan 29, 2010
  28. 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
  29. Jan 15, 2010
  30. Jan 11, 2010
  31. 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
  32. Nov 27, 2009
Loading