Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Jul 21, 2011
  3. Jul 19, 2011
  4. May 27, 2011
  5. May 24, 2011
  6. May 12, 2011
    • Thorbjørn Lindeijer's avatar
      Disable observer and jsdebugger services when they're already part of Qt · 2b0266d0
      Thorbjørn Lindeijer authored
      As of Qt 4.8 the observer and jsdebugger services are part of Qt. This
      means the following changes are necessary in Qt Creator:
      
      * Do not link to the QmlJSDebugger library.
      * Do not create JSDebuggerAgent and QDeclarativeViewObserver instances
        in the QmlApplicationViewer and use the new declarative_debug CONFIG
        option to enable those services in Qt. This is done automatically
        for debug builds.
      * Point out the QML Debugging Library and the QML Observer are "Not
        needed" in the Qt options page.
      * Change the label in qmake options from "Link QML debugging library" to
        "Enable QML debugging". It still remains as a way to enable this
        functionality in release builds or for QtQuick applications not based
        on Qt Creator's template.
      * Rely on qmlviewer for debugging QML UI projects rather than the
        observer, which is no longer necessary.
      
      Reviewed-by: Kai Koehne
      2b0266d0
    • 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
  7. May 06, 2011
  8. Apr 26, 2011
  9. Apr 20, 2011
  10. Apr 13, 2011
    • Kai Koehne's avatar
      QmlProject: Fix import of .qmlproject.user files from 2.1 · 855582de
      Kai Koehne authored
      We changed the semantics of an empty 'mainScript' in the .user file:
      In 2.1 it translated to 'use current file', while in 2.2 the default is now
      to use the file specified in .qmlproject.
      
      However, if there is no mainFile specified in .qmlproject we should
      fall back to the current file in editor.
      
      Reviewed-by: Christiaan Janssen
      855582de
    • hjk's avatar
      Update license. · 83976639
      hjk authored
      83976639
  11. Mar 21, 2011
  12. Feb 23, 2011
  13. Feb 21, 2011
    • Tobias Hunger's avatar
      ToolChain: Refactor toolchain support · 8d0c4772
      Tobias Hunger authored
      Refactor ToolChains in Qt Creator:
      
       * Allow for several toolchains of the same type
       * Be smarter wrt. guessing what kind of output a toolchain
         produces. This allows us to eventually handle e.g. embedded
         linux setups way better than before.
       * Be smarter wrt. guessing what kind of environment a Qt version
         needs.
       * Improve auto-detection of toolchains a bit
       * Decide on which debugger to use based on the kind of output
         produced by the compiler.
       * Add options page to configure toolchains
       * Remove toolchain related options from the Qt version dialog
      
      Reviewed-by: dt
      8d0c4772
  14. Jan 20, 2011
  15. Jan 17, 2011
  16. Jan 12, 2011
  17. Jan 05, 2011
  18. Dec 21, 2010
    • Kai Koehne's avatar
      Fix capitalization problems with qmlviewer · e414335f
      Kai Koehne authored
      qmlviewer is picky about file path capitalization, and will bail out with
      'File name case mismatch' if e.g. the working directory is wrongly
      capitalized. Prevent this by computing the canonical path of
      the qml file + working directory in advance.
      
      Reviewed-by: Alessandro Portale
      Task-number: QTCREATORBUG-3417
      e414335f
  19. Dec 17, 2010
  20. Dec 10, 2010
  21. 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
  22. Nov 30, 2010
  23. Nov 29, 2010
  24. Nov 25, 2010
  25. 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
  26. Nov 12, 2010
  27. Oct 18, 2010
  28. Oct 13, 2010
  29. Oct 06, 2010
  30. Oct 05, 2010
  31. Oct 04, 2010
  32. Sep 29, 2010
Loading