Skip to content
Snippets Groups Projects
  1. Apr 13, 2011
  2. Mar 31, 2011
  3. Mar 09, 2011
    • Oswald Buddenhagen's avatar
      clean up DEPENDPATH insanity · 70073268
      Oswald Buddenhagen authored
      simply add
        CONFIG += depend_includepath
      to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
      were missing anyway, and i wouldn't expect it to ever change. not
      touching src/shared/ for syncing reasons.
      70073268
  4. Mar 03, 2011
    • Tobias Hunger's avatar
      Git: Update for git 1.7.4 · c3f018b0
      Tobias Hunger authored
      Handle git status output as done by git 1.7.4. Thanks to BogDan Vatra
      for pointing out this issue.
      
      TaskNumber: QTCREATORBUG-3697
      c3f018b0
  5. Feb 25, 2011
  6. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  7. Feb 04, 2011
  8. Jan 20, 2011
  9. Jan 19, 2011
  10. Jan 12, 2011
  11. Dec 20, 2010
  12. Dec 17, 2010
  13. Dec 16, 2010
  14. Dec 09, 2010
  15. Dec 02, 2010
  16. Dec 01, 2010
  17. Nov 26, 2010
  18. Nov 23, 2010
    • Tobias Hunger's avatar
      Git: Only enable submit button when a description is available · d1976d19
      Tobias Hunger authored
      Only enable submit button in the git submit editor when a non-empty
      desciption of the patch is available. Git rejects empty commit messages
      and old versions fail without even giving an error Qt Creator can detect,
      so this should make commiting a bit more save.
      
      Task-number: QTCREATORBUG-2410
      d1976d19
    • Tobias Hunger's avatar
      Git: Do not accept invalid commits · 2f07660e
      Tobias Hunger authored
      Do not offer to commit in the dialog opened when closing the
      commit editor when the commit is not containing all the required
      information.
      2f07660e
  19. Nov 22, 2010
  20. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  21. Nov 15, 2010
  22. Nov 03, 2010
  23. Nov 02, 2010
  24. Oct 29, 2010
  25. Oct 25, 2010
  26. Oct 15, 2010
Loading