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