Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Sep 24, 2013
  3. Sep 03, 2013
  4. Apr 10, 2013
  5. Apr 03, 2013
  6. Jan 29, 2013
  7. Jan 18, 2013
  8. Nov 28, 2012
  9. Oct 05, 2012
  10. Jul 19, 2012
  11. Apr 30, 2012
  12. Feb 15, 2012
  13. Feb 07, 2012
  14. Jan 26, 2012
  15. Jan 24, 2012
  16. Jan 18, 2012
  17. Nov 03, 2011
  18. Jul 29, 2011
  19. May 06, 2011
  20. Apr 13, 2011
  21. Jan 18, 2011
  22. Jan 12, 2011
  23. Jan 04, 2011
  24. Dec 17, 2010
  25. Oct 19, 2010
    • Friedemann Kleint's avatar
      Wizards: Remove settings buttons. · d4c18621
      Friedemann Kleint authored
      As they do not look nice in the layouts and several
      options pages are involved in the case of the form
      class wizard.
      
      Reviewed-by: con
      Task-number: QTCREATORBUG-2778
      d4c18621
  26. Sep 08, 2010
    • Leandro Melo's avatar
      Do not force a specific editor for a file created from a wizard. · f7532a02
      Leandro Melo authored
      The wizards already provide a default suffix for file creation.
      But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor.
      After all, this reflects how the file will be treated by Creator (including the next time it's opened).
      
      Task-number: QTCREATORBUG-2006
      f7532a02
  27. Aug 09, 2010
  28. Jul 05, 2010
  29. Apr 16, 2010
    • Friedemann Kleint's avatar
      Wizards: Open a relevant file in editor after the wizard run · 0a643a19
      Friedemann Kleint authored
      Remove all hacks/conventions of considering the last generated
      file as project file, etc. and instead add attributes flags to
      Core::GeneratedFile, giving fine-grained control of what to do
      with the file. Implement static utility functions in wizards
      that handle it. Add boolean XML-attributes "openeditor"/"openproject"
      to the file elements used by the CustomWizard XML-specification.
      Manually set the attributes in all wizards.
      
      Task-number: QTCREATORBUG-1166
      0a643a19
  30. Mar 31, 2010
  31. Mar 19, 2010
  32. Mar 05, 2010
  33. Jan 29, 2010
  34. 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
  35. Dec 01, 2009
  36. Nov 02, 2009
  37. Oct 21, 2009
  38. Oct 05, 2009
Loading