1. 14 Mar, 2012 - 1 commit
  2. 13 Mar, 2012 - 1 commit
  3. 07 Mar, 2012 - 2 commits
  4. 24 Feb, 2012 - 1 commit
  5. 10 Feb, 2012 - 1 commit
  6. 09 Feb, 2012 - 1 commit
  7. 30 Jan, 2012 - 1 commit
  8. 23 Jan, 2012 - 1 commit
  9. 05 Jan, 2012 - 1 commit
  10. 21 Dec, 2011 - 1 commit
  11. 20 Dec, 2011 - 1 commit
  12. 16 Dec, 2011 - 1 commit
  13. 22 Nov, 2011 - 1 commit
    • Kai Koehne's avatar
      Debugger: Move server into it's own thread · 43e20d57
      Kai Koehne authored
      
      So far the debugger infrastructure was running in the GUI thread,
      which required e.g. nested event loops to implement blocking behavior.
      The server and networking code are now running in their own thread,
      while the services are still running in the main thread.
      
      Because v8 isn't thread safe, we're adding two new JSEngines + isolates
      to qv8debugservice: One to decode JSON messages in the debugger thread,
      and one in the GUI thread.
      
      Change-Id: I746f5e203968f7bcc510fb66118c88ef0fd0cd14
      Reviewed-by: default avatarChristiaan Janssen <christiaan.janssen@nokia.com>
      43e20d57
  14. 17 Nov, 2011 - 1 commit
  15. 01 Nov, 2011 - 1 commit
  16. 17 Oct, 2011 - 1 commit
    • Kent Hansen's avatar
      Clean up declarative includes · 7fa3aa4d
      Kent Hansen authored
      
      (This commit is in preparation of moving several files
      to a separate library (QtQuick2).)
      
      Don't add all subfolders to the includepath (from the
      .pri files). There's no good reason to do that.
      
      For headers (both public and private) that are in the
      same folder as the file that includes them, prefer to use
      
       #include "foo.h"
       #include "bar_p.h"
      
      For public headers that are outside the current folder
      but have "unambiguous" names (e.g. qdeclarative prefix), use
      
       #include <foo.h>
      
      For private headers that are outside the current folder, use
      
       #include <private/baz_p.h>
      
      Also change
      
       #include <QtDeclarative/private/foo_p.h>
      
      to
      
       #include <private/foo_p.h>
      
      The header filenames already have a qdeclarative or qsg
      prefix; there's no need to prefix by module name to
      disambiguate.
      
      Finally,
      
       #include "private/foo_p.h"
      
      should be avoided. private/ is used for auto-generated
      (forwarding) headers, which never reside in the current
      (source) directory. Use angle brackets instead.
      
      Change-Id: I04f8477fdba043546064ee276475c09dc373f8f2
      Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@nokia.com>
      7fa3aa4d
  17. 04 Oct, 2011 - 1 commit
  18. 21 Sep, 2011 - 1 commit
  19. 20 Sep, 2011 - 1 commit
  20. 19 Sep, 2011 - 1 commit
  21. 02 Sep, 2011 - 1 commit
  22. 01 Sep, 2011 - 1 commit
  23. 24 Aug, 2011 - 1 commit
  24. 24 May, 2011 - 1 commit
  25. 11 May, 2011 - 1 commit
  26. 10 May, 2011 - 1 commit
  27. 27 Apr, 2011 - 2 commits
    • Qt by Nokia's avatar
      Initial import from qtquick2. · a129444b
      Qt by Nokia authored
      Branched from the monolithic repo, Qt qtquick2 branch, at commit
      a4a585d2ee907746682846ae6e8a48e19deef469
      a129444b
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 885735d0
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      885735d0