Skip to content
Snippets Groups Projects
  1. Nov 01, 2010
    • Alessandro Portale's avatar
      Remove compile warning on Symbian. · 48d726b3
      Alessandro Portale authored
      Reviewed-By: TrustMe
      48d726b3
    • Alessandro Portale's avatar
      Move hide implementation of conditional show() · 2a7336b4
      Alessandro Portale authored
      ...and do not call it show(), because that is the signature of
      a non-virtual base class function. showExpanded() sucks as name,
      and hjk, who reviewed this is not convinced.
      But showExpanded() is still better than show().
      
      Task-Number: QTCREATORBUG-2979
      Reviewed-By: hjk
      2a7336b4
    • Alessandro Portale's avatar
      Changing template/qmljsdbg-lib as suggested in QTCREATORBUG-2885 · 7d622f11
      Alessandro Portale authored
      - Renaming the screen orientation enum and keys
      - Explicit constructors
      - Virtual destructors
      - Renamed some occurences of 'Qml' in comments to 'QML'
      - Adding descriptive comments to all generated files which should
        not be touched by the user.
      - Adding missing license headers to the qmljsdebugger sources
      
      Task-Number: QTCREATORBUG-2885
      Reviewed-by: Friedemann Kleint
      Reviewed-by: dt
      7d622f11
  2. Oct 13, 2010
    • Kai Koehne's avatar
      QmlApp: Only use QMLJSDEBUGGER define to activate qml debugging · 0a8c34d3
      Kai Koehne authored
      Don't confuse users by two defines they have to comment in when
      they just want to 'debug': Instead QMLJSDEBUGGER now activates
      both the Js Debugger & and the QmlObserver services. Finetuning
      can still be done by using the (undocumented) NO_JSDEBUGGER,
      NO_QMLOBSERVER defines.
      0a8c34d3
  3. Sep 22, 2010
  4. Sep 21, 2010
  5. Sep 20, 2010
  6. Sep 16, 2010
  7. Sep 15, 2010
  8. Sep 10, 2010
  9. Sep 08, 2010
  10. Aug 25, 2010
    • Alessandro Portale's avatar
      Improved (and simplified) the stub directory structure · 071400d6
      Alessandro Portale authored
      - Removed the "cpp/" dir
      - Moved main.cpp and symbianicon.svg next to the main .pro.
        This also reduces the dir depth in the project view.
      - Introduced "qmlapplicationviewer/" dir, which will contain the files
        which the user should not modify. All the files there have the base
        name "qmlapplicationviewer"
      - Moved/renamed "qmlapplication.pri" to
        "qmlapplicationviewer/qmlapplicationviewer.pri"
      071400d6
  11. Aug 16, 2010
  12. Aug 15, 2010
  13. Aug 09, 2010
  14. Aug 06, 2010
  15. Aug 03, 2010
  16. Aug 02, 2010
  17. Jul 30, 2010
  18. 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
Loading