Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Sep 29, 2011
  3. Jul 22, 2011
  4. Jul 21, 2011
  5. May 06, 2011
  6. May 04, 2011
  7. Apr 13, 2011
  8. Jan 20, 2011
  9. Jan 12, 2011
  10. Dec 17, 2010
  11. Dec 07, 2010
  12. Oct 04, 2010
  13. Aug 25, 2010
  14. Aug 17, 2010
  15. 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
  16. Jul 20, 2010
    • Alessandro Portale's avatar
      Support existing Qml project for "standalone" Qml apps · 38e2ba8c
      Alessandro Portale authored
      Now, the user can select an existing qml application that can
      be turned into a standalone Qml app. The qml source files will not
      be copied around but rather stay in their original location. The
      new .pro file that gets generated by this wizard will reference
      the qml source files via relative path and deploy them from there.
      
      Task-number: QTCREATORBUG-1814
      38e2ba8c
  17. Jul 16, 2010
    • Alessandro Portale's avatar
      Wizard for standalone qml applications · 59386b20
      Alessandro Portale authored
      Short: Create a new self running qml .sis/.deb package.
      
      Long:
      A typical Qml application usually consists of a couple of .qml,
      .js and image files. Deploying such an application is challenging,
      especially to mobile devices.
      
      This wizard will generate a C++ project with a customized, light
      weight Declarative Viewer, a helloworld Qml file and a .pro file
      that takes care of the deployment of the Qml file(s).
      
      This is just the first step. There will be an import wizard,
      and further more there will be the possibility to add additional
      Qml modules and probably also Qml directories to the package.
      
      Task-number: QTCREATORBUG-1813
      59386b20
  18. Jul 14, 2010
  19. Jul 07, 2010
    • dt's avatar
      Task hub · 0a751084
      dt authored
      0a751084
  20. Jun 10, 2010
  21. Jun 07, 2010
  22. Jun 03, 2010
  23. 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
  24. 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
  25. Apr 16, 2010
  26. Apr 01, 2010
  27. Mar 05, 2010
  28. Feb 26, 2010
  29. Feb 18, 2010
  30. Feb 16, 2010
  31. Feb 15, 2010
  32. Jan 29, 2010
  33. Jan 18, 2010
  34. Jan 15, 2010
  35. Jan 14, 2010
    • Kai Koehne's avatar
      Prevent symbol clashes for qml classes · 33ec15b9
      Kai Koehne authored
      Fix namespace usage such that all classes in shared/qml live in the
      Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner
      namespace.
      
      This should prevent any symbol clashes until we can finally get rid
      of the file dublicates (e.g. QmlDocument).
      33ec15b9
  36. Dec 16, 2009
    • Kai Koehne's avatar
      Fix various crashes for QmlProject · 80963107
      Kai Koehne authored
      QmlProject used LocalApplicationRunCOnfiguration, but didn't provide
      e.g. an associated BuildConfiguration. Fix this by implementing it's
      own QmlRunControlFactory, QmlRunControl.
      80963107
  37. Nov 19, 2009
    • dt's avatar
      Make BuildSteps one instance per BuildConfiguration · 0d162be2
      dt authored
      Enables users to change which buildsteps get run per buildconfiguration.
      Some further tweaks are probably necessary. This is a rather big
      change, though it should work. :)
      0d162be2
  38. Nov 11, 2009
  39. Oct 23, 2009
Loading