Skip to content
Snippets Groups Projects
  1. Oct 17, 2013
  2. Apr 03, 2013
  3. Mar 07, 2013
  4. Mar 05, 2013
  5. Feb 07, 2013
  6. Jan 31, 2013
    • Orgad Shaneh's avatar
      Update and clean .gitignore · 05026c51
      Orgad Shaneh authored
      
      * Prepend / for directories expected to be in the root directory
      * Append / (and remove trailing *) for entries which are expected
        to be directories
      * Add some qmake-generated directories (.obj, .moc, .uic)
      * Include all exe files in a single rule
      * Add cpaster, sdktool and qtcreator_crash_handler
      * Add all tests binaries
      
      Change-Id: Ic8640cfe2222bc18a16bf18f96ba6733cf50eaa8
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      05026c51
  7. Jan 15, 2013
  8. Dec 04, 2012
  9. Nov 22, 2012
    • Nikolai Kosjar's avatar
      C++: Clean up dev tools. · d0f3d7cb
      Nikolai Kosjar authored
      
      * Add -h and -help options describing the tools and their usage.
      
      * Make the tools compile and run on Windows (MinGW, MSVC).
      
      * Rename project dirs, executables and main source files to more
        meaningful names:
        - Use same base name for project dir, *.pro file, main source file
          and (if applicable) script file.
        - Use the prefix "cplusplus-".
        - The names are now:
            - gen-cpp-ast/generate-ast --> cplusplus-update-frontend
            - mkvisitor --> cplusplus-mkvisitor
            - cplusplus-dump/cplusplus0 --> cplusplus-ast2png
      
      * Get rid of 'c++' shell scripts.
      
      * Get rid of duplicates of 'conf.c++'. Rename to 'pp-configuration.inc'.
      
      * Introduce src/tools/cplusplus-tools-utils containing common stuff
        that is used at least in two tools. 'pp-configuration.inc' can also be
        found here.
      
      * cplusplus-update-frontend:
        - Print file paths of written files to stdout.
        - Convenience: Use default values referencing the appropriate dirs and
          files.
      
      * cplusplus-mkvisitor:
        - Take only one argument, namely the path to AST.h.
        - Convenience: Use default path to AST.h.
      
      * cplusplus-ast2png:
        - Make it run without LD_LIBRARY_PATH.
        - As the name suggests, generate image files in png format (needs
          'dot' from graphviz).
        - Convenience: Read from stdin, which useful for small snippets.
      
      Change-Id: I79c4061fce4a1571c0588dfedd50d4a70715d9df
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      d0f3d7cb
  10. Oct 30, 2012
  11. Oct 24, 2012
  12. Oct 09, 2012
  13. Jun 20, 2012
  14. May 21, 2012
  15. May 11, 2012
  16. Apr 23, 2012
  17. Apr 17, 2012
  18. Apr 05, 2012
  19. Jan 25, 2012
  20. Oct 14, 2011
  21. Aug 15, 2011
  22. Jul 22, 2011
  23. Jul 05, 2011
  24. Jun 28, 2011
  25. Jun 21, 2011
  26. Apr 04, 2011
  27. Mar 28, 2011
  28. Mar 04, 2011
  29. Feb 18, 2011
  30. Dec 09, 2010
  31. Nov 24, 2010
    • Marco Bubke's avatar
      QmlDesigner.Instances: Move instances out of process · ed424628
      Marco Bubke authored
      The complete qml emulation layer (instances) is moved
      into another external process (qmlpuppet).
      
      Summary of architectural changes:
      
      - Asynchronous messaging
          Handling commands and data transfer asynchronously reduces the
          amount of context switches between processes.
      
      - Proxy classes for client process
          This classes abstract the inter process communication
      
      - QVariant based command parsing and serialization
          Using LocalSocket in bidirectional manner for communications
          of commands and data transfer.
      
      - Integer based identifier instead of ModelNode in client process
          The qml emulation layer (instances) has no more depencies to our
          internal data model.
      
      - Timer based rendering
          Rendering in instances is controlled by a timer. Only dirty items
          are updated.
      ed424628
  32. Nov 11, 2010
  33. Sep 27, 2010
  34. Sep 16, 2010
  35. Sep 15, 2010
  36. Jul 28, 2010
Loading