Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Jan 14, 2016
  3. Dec 22, 2015
  4. Dec 04, 2015
  5. Nov 25, 2015
    • Alessandro Portale's avatar
      Themed Icons: Introduce Utils::Icon · 033862f3
      Alessandro Portale authored
      
      Instead of describing icons via file name or in the themed icons case
      via
      a string that is a list of mask/color pairs, we have now a class for it.
      
      Icons are now listed in per-plugin *icons.h headers.
      
      RunControl::m_icon was The only place left where an icon property was in
      fact a string. This patch changes that member to be a Utils::Icon.
      
      Change-Id: Ibcfa8bb25e6d2e330c567ee7ccc0b97ead603177
      Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
      033862f3
  6. Nov 03, 2015
  7. Nov 02, 2015
  8. Oct 23, 2015
  9. Sep 15, 2015
  10. Sep 07, 2015
  11. Sep 02, 2015
  12. Aug 25, 2015
  13. Jul 08, 2015
  14. Jul 06, 2015
  15. Jul 01, 2015
  16. Jun 11, 2015
  17. Jun 10, 2015
  18. Jun 09, 2015
  19. Apr 27, 2015
  20. Apr 23, 2015
  21. Apr 17, 2015
  22. Apr 13, 2015
  23. Apr 12, 2015
  24. Apr 10, 2015
  25. Apr 06, 2015
  26. Mar 20, 2015
  27. Mar 16, 2015
  28. Mar 13, 2015
  29. Mar 11, 2015
  30. Mar 10, 2015
  31. Mar 09, 2015
  32. Mar 05, 2015
  33. Feb 26, 2015
    • Orgad Shaneh's avatar
      Prefix duplicate names in Open Documents to make them unique · aee35662
      Orgad Shaneh authored
      
      If a document has a file name associated with it then the prefix is
      composed from path components (subdirectories), starting from the one
      where the file is located and going up the parents until the resulting
      name becomes unique among other open documents.
      
      If a document doesn't have an associated file name, then a sequential
      number (starting from 1) is appended to the display name of the
      document.
      
      This feature is useful when working with big projects that have lots
      of idendical file names across different subdirectories (e.g.
      Makefile.in, main.cpp, etc.) that need to be edited at the same
      time. It allows to easily recognize such a file when switching
      between documents in the editor, w/o the need to place the
      mouse pointer over the name entry to get its full path.
      
      Started-by: default avatarDmitriy Kuminov <coding@dmik.org>
      Task-number: QTCREATORBUG-10185
      Change-Id: I633ea6d9b9b4fce8b67335dbcce1bda29254efde
      Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
      aee35662
Loading