Skip to content
Snippets Groups Projects
  1. Oct 15, 2013
  2. Oct 02, 2013
  3. Oct 01, 2013
  4. Sep 09, 2013
    • Erik Verbruggen's avatar
      C++: clean-up CppCompletionAssist. · b4a1bd41
      Erik Verbruggen authored
      
      This is step 1 of 2 for merging the various provider factories into a
      single class. Merging has the advantage that selecting based on editor
      (content) mime-type only has to select one class, instead of re-doing
      the selection for each class separately.
      
      Change-Id: I11f815151bd4769ae6028b636793d6a80d02e202
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      b4a1bd41
  5. Apr 10, 2013
  6. Apr 08, 2013
  7. Apr 03, 2013
  8. Mar 19, 2013
  9. Jan 30, 2013
  10. Jan 29, 2013
  11. Oct 15, 2012
  12. Oct 05, 2012
  13. Jul 19, 2012
  14. Jun 29, 2012
  15. Feb 23, 2012
  16. Feb 20, 2012
  17. Feb 15, 2012
  18. Feb 09, 2012
  19. Jan 26, 2012
  20. 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
  21. Nov 03, 2011
  22. May 19, 2011
  23. May 18, 2011
    • Leandro Melo's avatar
      C++ editor: Remove scanning/caching of includes · ab40e9c7
      Leandro Melo authored
      With the completion now in a separate thread this should
      no longer be necessary.
      
      Reviewed-by: Roberto Raggi
      ab40e9c7
    • 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