Skip to content
Snippets Groups Projects
  1. Sep 10, 2013
  2. Sep 09, 2013
  3. Aug 23, 2013
  4. Jun 04, 2013
  5. Apr 19, 2013
  6. Apr 18, 2013
  7. Mar 20, 2013
  8. Mar 06, 2013
  9. Feb 26, 2013
  10. Jan 29, 2013
  11. Oct 05, 2012
  12. Aug 07, 2012
  13. Jul 19, 2012
  14. Jun 19, 2012
  15. Apr 13, 2012
  16. Feb 15, 2012
  17. Jan 26, 2012
  18. 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
  19. 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
  20. Nov 03, 2011
  21. Sep 19, 2011
  22. Jun 24, 2011
  23. Jun 22, 2011
  24. May 23, 2011
  25. May 20, 2011
  26. 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