kdeconnect-kde/smsapp
Nicolas Fella f8674db931 Don't recreate QRegularExpression for leading zeroes each time
Creating a QRegularExpression is quite expensive and we use the same expression for each run. Sharing it between the runs leads to a significant performance improvement.
2020-04-08 10:25:34 +02:00
..
qml Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
CMakeLists.txt Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
conversationlistmodel.cpp Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
conversationlistmodel.h Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
conversationmodel.cpp Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
conversationmodel.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
conversationssortfilterproxymodel.cpp Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
conversationssortfilterproxymodel.h Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
gsmasciimap.cpp Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
gsmasciimap.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
main.cpp Move ConversationsSortFilterProxyModel class from conversationlistmodel files to its own files 2020-03-29 18:25:07 +00:00
Messages.sh Fix localization of app and smsapp. Patch mainly by Victor Ryzhykh. 2019-12-21 09:59:36 +02:00
org.kde.kdeconnect.sms.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-04-07 06:11:40 +02:00
resources.qrc Update ConversationMessage.qml to latest version used in Kaidan 2019-07-27 10:02:24 +00:00
smscharcount.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00
smshelper.cpp Don't recreate QRegularExpression for leading zeroes each time 2020-04-08 10:25:34 +02:00
smshelper.h Show remaining character count in SMS app 2020-03-22 18:47:12 +00:00