D14642: [SMS app] Mask regex special characters in search box
    Aleix Pol Gonzalez 
    noreply at phabricator.kde.org
       
    Mon Aug  6 11:54:35 BST 2018
    
    
  
apol accepted this revision.
apol added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> ConversationList.qml:71
>              onTextChanged: {
> -                view.model.filterRegExp = new RegExp(filter.text, "i")
> +                view.model.filterCaseSensitivity = Qt.CaseInsensitive;
> +                view.model.setFilterFixedString(filter.text);
This can probably be set declaratively.
REPOSITORY
  R224 KDE Connect
BRANCH
  nogregex
REVISION DETAIL
  https://phabricator.kde.org/D14642
To: nicolasfella, #kde_connect, apol
Cc: apol, broulik, kdeconnect, rmenezes, julioc, Leptopoda, timothyc, jdvr, yannux, Danial0_0, johnq, Pitel, adeen-s, SemperPeritus, ndavis, daniel.z.tg, jeanv, seebauer, bugzy, MayeulC, menasshock, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20180806/0d1c284f/attachment.html>
    
    
More information about the KDEConnect
mailing list