Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Sep 19, 2011
  3. Sep 16, 2011
  4. Aug 18, 2011
  5. Aug 04, 2011
  6. Jul 22, 2011
  7. Jul 11, 2011
  8. May 25, 2011
  9. May 24, 2011
  10. May 12, 2011
    • dt's avatar
      Qt Version refactoring · 8e171e0b
      dt authored
      Split up target specific code into subclasses. Also change
      Qt4BuildConfiguration to allow a null qtversion.
      
      Remove code that relied on always having a qt version.
      Also make it possible to remove all qt versions.
      
      Completly change the qt in path autodetection to be only
      a fall back if no configuration was found.
      
      Note: For now the old settings are not removed, as such 2.2 and master
      can coexist.
      
      Reviewed-By: hunger
      8e171e0b
  11. May 06, 2011
  12. Apr 18, 2011
  13. Apr 15, 2011
    • Friedemann Kleint's avatar
      Utils: Introduce FileSystemWatcher. · f5cbf879
      Friedemann Kleint authored
      Remove duplicated classes ProjectExplorer::FileWatcher
      and QmlProjectManager::FileSystemWatcher, create
      Utils::FileSystemWatcher from them, merging the functionality.
      
      Also use in HelpManager/Maemo, reducing the number
      of QFileSystemWatcher instances (and thus, shutdown time).
      f5cbf879
  14. Apr 13, 2011
  15. Apr 12, 2011
  16. Mar 30, 2011
  17. Mar 23, 2011
  18. Jan 25, 2011
  19. Jan 24, 2011
  20. Jan 17, 2011
    • dt's avatar
      Qt4projectManager: Refactor Qt4Target, split up in per target classes · 67cfb7e0
      dt authored
      Almost(*) all of the symbian and maemo specific code is now theoretically
      moveable to a separate plugin. Thus making it possible to implement
      new targets in a plugin.
      
      (*) Noteable missing is the qtversion, which needs to be split up
      per target too.
      
      Also fixes
      Task-Nr: QTCREATORBUG-2440
      
      Reviewed-By: hunger
      Reviewed-By: ck
      67cfb7e0
  21. Jan 12, 2011
  22. Dec 17, 2010
  23. Dec 08, 2010
    • Kai Koehne's avatar
      QmlProject: Add mainFile property · c4e49138
      Kai Koehne authored
      The mainFile property of QmlProject is the default file to run. People
      have still the opportunity to override this in their run settings,
      though.
      
      The wizard generated code was updated accordingly. Note that this makes
      projects generated by the wizard incompatible with QtCreator 2.1!
      
      Task-number: QTCREATORBUG-3249
      c4e49138
  24. Dec 07, 2010
  25. Dec 06, 2010
  26. Oct 26, 2010
  27. Oct 13, 2010
  28. Sep 30, 2010
  29. Sep 29, 2010
  30. Sep 24, 2010
  31. Jun 22, 2010
  32. Jun 10, 2010
  33. Jun 09, 2010
  34. May 20, 2010
  35. May 19, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-1397. · ef66bc98
      Erik Verbruggen authored
      When adding a new file, refreshing semantic errors in the open editor should
      have worked. It now also works for removing existing files.
      
      Done-with: Christian Kamm
      ef66bc98
  36. May 18, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-1397. · eb9e7866
      Erik Verbruggen authored
      When adding a new file, refreshing semantic errors in the open editor should
      have worked. It now also works for removing existing files.
      
      Done-with: Christian Kamm
      eb9e7866
Loading