Skip to content
Snippets Groups Projects
  1. Apr 26, 2010
  2. 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
  3. Apr 12, 2010
  4. Apr 08, 2010
    • dt's avatar
      Revert "Progress so far" · 9ddd7a59
      dt authored
      This reverts commit b1a121c5.
      
      Accidentally pushed the linux icc parser before it was ready.
      
      Conflicts:
      
      	src/plugins/qt4projectmanager/qtversionmanager.cpp
      9ddd7a59
  5. Apr 07, 2010
  6. Mar 31, 2010
  7. Mar 25, 2010
  8. Mar 22, 2010
  9. Mar 18, 2010
  10. Mar 16, 2010
  11. Mar 15, 2010
  12. Mar 12, 2010
  13. Mar 05, 2010
  14. Mar 01, 2010
  15. Feb 26, 2010
  16. Feb 25, 2010
  17. Feb 24, 2010
  18. Feb 19, 2010
  19. Feb 18, 2010
  20. Feb 15, 2010
  21. Feb 11, 2010
  22. Feb 10, 2010
  23. Feb 09, 2010
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      Tobias Hunger authored
       * Ease cross device development by introducing 'targets' which
         group build- and runsettings that are valid for this one target
      
       Most of the kudos for the code review go to dt. Con, thorbjorn,
       ckandler and others did also review parts of this patch.
      
      Reviewed-by: dt
      d1bdfcc3
  24. Feb 02, 2010
  25. Feb 01, 2010
  26. Jan 29, 2010
  27. 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
Loading