Skip to content
Snippets Groups Projects
  1. Jun 19, 2012
  2. Apr 13, 2012
  3. Feb 15, 2012
  4. Jan 26, 2012
  5. 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
  6. 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
  7. Nov 03, 2011
  8. Sep 19, 2011
  9. Jun 24, 2011
  10. Jun 22, 2011
  11. May 23, 2011
  12. May 20, 2011
  13. 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