Skip to content
Snippets Groups Projects
  1. Sep 10, 2010
  2. Sep 03, 2010
  3. Aug 31, 2010
  4. Aug 27, 2010
  5. Aug 11, 2010
  6. 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
  7. Jul 16, 2010
    • Kai Koehne's avatar
      Save/restore settings of navigation widgets more aggressively · 802b21c0
      Kai Koehne authored
      Save/restore the current settings of a navigation widget per position,
      every time something changes in the navigation bar setup. Previously,
      only settings on exit were stored / restored on startup, which means
      that e.g. when you switch from the Outline to the Project Explorer and
      back, the settings of the Outline were lost.
      
      Reviewed-by: con
      802b21c0
  8. Jul 14, 2010
  9. Jul 13, 2010
  10. Jul 02, 2010
  11. Jun 28, 2010
  12. Jun 25, 2010
  13. Jun 16, 2010
  14. Jun 11, 2010
  15. Jun 09, 2010
    • mae's avatar
      Fix central Esc handling · b8e4850a
      mae authored
      In modes other than Edit mode, we do not want Esc to jump
      to Edit mode as long as there are still panels (or the find
      bar) visible.
      
      Reviewed-by: dt
      b8e4850a
  16. May 27, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed the default UI color · de7af4f2
      Thorbjørn Lindeijer authored
      When there was no existing configuration, it would get set to pure black
      on startup, resulting in a very dark gray Qt Creator. Now it is back to
      its old friendly gray as default color.
      
      Also made sure that the default on startup and the color used for
      resetting the UI color in the settings are always in sync.
      
      Reviewed-by: Jens Bache-Wiig
      de7af4f2
  17. May 19, 2010
  18. Apr 29, 2010
  19. Apr 28, 2010
  20. Apr 27, 2010
  21. Apr 20, 2010
  22. Apr 19, 2010
  23. Mar 26, 2010
  24. Mar 23, 2010
  25. Mar 19, 2010
  26. Mar 18, 2010
  27. Mar 17, 2010
  28. Mar 16, 2010
  29. Mar 05, 2010
  30. Mar 03, 2010
    • Jens Bache-Wiig's avatar
      Force custom colors within usable range · 93dbb3a5
      Jens Bache-Wiig authored
      We previously allowed fully white and yellow colors as the
      base color for our interface. This does not work with our
      icons or other interface elements. Instead I now constrain
      the selectable colors within a certain range of saturation
      and brightness. This still leaves the user in control but
      will prevent the common case where the user selects an
      overly saturated color from the color picker and ends up
      with an unusable or extremely ugly panel.
      93dbb3a5
  31. Feb 26, 2010
    • Lasse Holmstedt's avatar
      Design mode integration · df7a19de
      Lasse Holmstedt authored
      Moved Qt Designer to open from Design Mode. Also, Design mode is now global,
      and created in coreplugin. Other plugins can register themselves to it.
      df7a19de
  32. Feb 22, 2010
  33. Feb 19, 2010
    • Thorbjørn Lindeijer's avatar
      Dropping files into the editor shouldn't insert file:///... · 6d9e3c8a
      Thorbjørn Lindeijer authored
      On some desktop environments, dragging and dropping a file gives us
      the url to the file in multiple mime types, including text/plain. This
      causes the url to be inserted as text by default.
      
      Work around this issue by explicitly ignoring drop events for the text
      editor when they also come with urls.
      
      Task-number: QTCREATORBUG-728
      Reviewed-by: Friedemann Kleint
      6d9e3c8a
  34. Feb 11, 2010
Loading