Skip to content
Snippets Groups Projects
  1. Jan 14, 2014
  2. Jan 08, 2014
  3. Dec 10, 2013
    • Eike Ziller's avatar
      Preferences: Add default implementation for filtering · deb43b4c
      Eike Ziller authored
      
      The default "matches" method now takes the widget and looks for all
      child labels, checkboxes, push buttons and group boxes.
      Because of that, the former "createWidget" method
      can be called multiple times without creating a new widget
      (-->widget()), and the "finished" method must ensure that the created
      widget gets deleted, since not all widgets that were created are added
      to the UI anymore.
      
      Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      deb43b4c
  4. Dec 09, 2013
  5. Oct 30, 2013
  6. Oct 18, 2013
  7. Oct 09, 2013
  8. Sep 27, 2013
  9. Sep 04, 2013
  10. Sep 03, 2013
  11. Sep 02, 2013
  12. Aug 30, 2013
  13. Aug 26, 2013
  14. Aug 22, 2013
    • Nikolai Kosjar's avatar
      Locator: Case sensitivity of input affects prioritizing · ef018ddd
      Nikolai Kosjar authored
      
      So far candidates were prefix matched case sensitive which led to
      an unfavorable results order.
      
      With this patch, if the input is lower case, the prioritizing happens by
      a case insensitive prefix match. Otherwise the match happens case
      sensitive (just like before).
      
      Example:
      
          Search for e.g. "m cppmodelmanager"
          Top result before: AbstractEditorSupport (match at parameter type)
          Top result now: CppModelManager
      
      Change-Id: Ic27042cfe717be812a2237a3437399597c98dd74
      Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      ef018ddd
  15. Aug 21, 2013
  16. Jul 09, 2013
  17. Jun 18, 2013
  18. Jun 13, 2013
  19. May 27, 2013
  20. May 14, 2013
  21. May 08, 2013
  22. Apr 11, 2013
  23. Apr 03, 2013
  24. Apr 02, 2013
  25. Mar 15, 2013
  26. Mar 14, 2013
  27. Feb 12, 2013
  28. Feb 11, 2013
  29. Feb 07, 2013
  30. Jan 29, 2013
Loading