Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
  2. Sep 18, 2013
  3. Sep 12, 2013
  4. Sep 10, 2013
  5. Sep 09, 2013
  6. Aug 23, 2013
  7. Jun 04, 2013
  8. Apr 19, 2013
  9. Apr 18, 2013
  10. Mar 20, 2013
  11. Mar 06, 2013
  12. Feb 26, 2013
  13. Jan 29, 2013
  14. Oct 05, 2012
  15. Aug 07, 2012
  16. Jul 19, 2012
  17. Jun 19, 2012
  18. Apr 13, 2012
  19. Feb 15, 2012
  20. Jan 26, 2012
  21. Nov 23, 2011
    • Christian Kamm's avatar
      Completion: Fix completion not triggering sometimes. · 7bafb8ad
      Christian Kamm authored
      
      The problem was that an automatically triggered 'idle' completion result
      could come in while we were waiting for actual 'triggered' completion
      and then the real completion result would be discarded.
      
      To avoid that:
      * Only accept proposals from the currently running completion.
      * Increase the idle completion timeout to 400ms so it doesn't get
        triggered during regular typing.
      
      Change-Id: Ibb2fa8907a2b67a94e092dfdc5a48fb50be06b65
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      7bafb8ad
  22. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  23. Nov 03, 2011
  24. Sep 19, 2011
  25. Jun 24, 2011
  26. Jun 22, 2011
  27. May 23, 2011
  28. May 20, 2011
  29. May 18, 2011
    • Leandro Melo's avatar
      New code assist API · bec4f024
      Leandro Melo authored
      This is a re-work of our completion engine. Primary goals are:
      
      - Allow the computation to run in a separate thread so the GUI is not locked.
      - Support a model-based approach. QStrings are still needed (filtering, etc), but
      internal structures are free to use more efficient representations.
      - Unifiy all kinds of *assist* into a more reusable and extensible framework.
      - Remove unnecessary dependencies on the text editor so we have more generic
      and easily "plugable" components (still things to be resolved).
      bec4f024
Loading