Skip to content
Snippets Groups Projects
  1. Sep 02, 2014
  2. Jul 28, 2014
  3. Jul 07, 2014
  4. Jun 26, 2014
  5. May 29, 2014
  6. Feb 27, 2014
  7. Oct 17, 2013
  8. Apr 03, 2013
  9. Mar 07, 2013
  10. Mar 05, 2013
  11. Feb 07, 2013
  12. 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
  13. Jan 15, 2013
  14. Dec 04, 2012
  15. 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
  16. Oct 30, 2012
  17. Oct 24, 2012
  18. Oct 09, 2012
  19. Jun 20, 2012
  20. May 21, 2012
  21. May 11, 2012
  22. Apr 23, 2012
  23. Apr 17, 2012
  24. Apr 05, 2012
  25. Jan 25, 2012
  26. Oct 14, 2011
  27. Aug 15, 2011
  28. Jul 22, 2011
  29. Jul 05, 2011
  30. Jun 28, 2011
  31. Jun 21, 2011
  32. Apr 04, 2011
  33. Mar 28, 2011
  34. Mar 04, 2011
  35. Feb 18, 2011
  36. Dec 09, 2010
  37. 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
  38. Nov 11, 2010
Loading