Skip to content
Snippets Groups Projects
  1. Jan 14, 2014
  2. Jan 08, 2014
  3. Dec 13, 2013
  4. 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
  5. Oct 10, 2013
  6. Oct 09, 2013
  7. Sep 26, 2013
  8. Sep 03, 2013
  9. Aug 30, 2013
  10. Aug 26, 2013
  11. 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
  12. Aug 05, 2013
  13. Jul 09, 2013
  14. Jun 20, 2013
  15. Apr 11, 2013
  16. Apr 04, 2013
  17. Apr 03, 2013
  18. Apr 02, 2013
  19. Mar 27, 2013
  20. Mar 20, 2013
  21. Mar 19, 2013
  22. Feb 06, 2013
  23. Jan 29, 2013
  24. Jan 18, 2013
  25. Jan 17, 2013
  26. Jan 16, 2013
  27. Jan 15, 2013
  28. Dec 29, 2012
  29. Nov 27, 2012
  30. Oct 05, 2012
  31. Oct 03, 2012
  32. Oct 01, 2012
  33. Jul 30, 2012
  34. Jul 19, 2012
Loading