qBittorrent/src/gui/search
Vladimir Golovnev (qlassez) cff6a64e9f
Use qUtf8Printable() for logging strings
qDebug(), qInfo(), qWarning(), qCritical(), qFatal() expect %s arguments
to be UTF-8 encoded, while qPrintable() converts to local 8-bit encoding.
Therefore qUtf8Printable() should be used for logging strings instead of
qPrintable().
2017-08-13 16:14:57 +03:00
..
CMakeLists.txt cmake: fix build 2017-07-03 10:36:42 +02:00
pluginselectdlg.cpp Use qUtf8Printable() for logging strings 2017-08-13 16:14:57 +03:00
pluginselectdlg.h Fix crash when exiting qbt with search plugin dialog open 2017-07-20 13:26:36 +08:00
pluginselectdlg.ui Put copyright warning message to the search plugin dialog. 2017-06-15 22:32:42 +03:00
pluginsourcedlg.cpp Remove generated include from headers 2017-04-17 16:31:19 +02:00
pluginsourcedlg.h Remove generated include from headers 2017-04-17 16:31:19 +02:00
pluginsourcedlg.ui [Search] minor cleanups 2016-04-12 11:38:27 +08:00
searchlistdelegate.cpp Uncrustify 2017-04-05 17:39:44 +08:00
searchlistdelegate.h Uncrustify 2017-04-05 17:39:44 +08:00
searchsortmodel.cpp Fix argument name differ in definition & declaration 2017-05-09 14:12:36 +08:00
searchsortmodel.h Implement search filters in the proxy model. Partially closes #972 2016-04-04 02:09:32 +02:00
searchtab.cpp Implement enum support in CachedSettingValue 2017-07-05 12:41:58 +02:00
searchtab.h Implement enum support in CachedSettingValue 2017-07-05 12:41:58 +02:00
searchtab.ui Optimize widgets inside of the search tab 2016-04-04 02:10:09 +02:00
searchwidget.cpp Use qUtf8Printable() for logging strings 2017-08-13 16:14:57 +03:00
searchwidget.h Display instructions when no search plugin is installed. 2017-06-15 22:32:41 +03:00
searchwidget.ui Display instructions when no search plugin is installed. 2017-06-15 22:32:41 +03:00