60 Commits (9e92e5995f9698d3c24e55f967e3c31c0187ff53)

Author SHA1 Message Date
Vladimir Golovnev (Glassez) 399d3ad85a
Replace QStringRef with QStringView 4 years ago
Chocobo1 70d1cb86fd
Disable move constructor where it is sensible 4 years ago
Vladimir Golovnev (Glassez) 97c7f3bc67
Raise minimum Qt version to 5.14 4 years ago
Chocobo1 498da509db
Use Qt provided forward declaration header 4 years ago
Vladimir Golovnev (Glassez) c41df9ffbd
Improve coding style 4 years ago
Chocobo1 7de8a4d6e0
Construct QString more efficiently 5 years ago
Chocobo1 2157e500ef
Use helper functions to construct smart pointers 5 years ago
Chocobo1 baa13c044a
Drop python2 support 5 years ago
NotTsunami 6748e8d787 Remove redundant null checks 5 years ago
Chocobo1 c896982efb
Fix incorrect translation displayed after language change 5 years ago
Chocobo1 6fd678195c
Replace deprecated Qt functions 5 years ago
Chocobo1 b5b678c58f
Replace QString::split() by faster alternatives 5 years ago
Chocobo1 e90a2c00a5
Replace QList by QVector 5 years ago
Chocobo1 e6c448aa4f
Replace obsoleted QProcess::finished(int) 6 years ago
Vladimir Golovnev (Glassez) 8e65317d61
Rename "fromNativePath" to "toUniformPath" 6 years ago
thalieht 70f8882f87 Group Qt forward declarations separately from the others 6 years ago
thalieht 9995967fbf Remove some unused #include 6 years ago
Chocobo1 e288de7ec1
Forward declare as much as possible 6 years ago
Chocobo1 ff707ea5af
Change splitToViews() return type to QVector 6 years ago
Vladimir Golovnev (Glassez) 746916a963
Use DownloadHandler behind the scenes 6 years ago
Vladimir Golovnev (Glassez) 6cb15706f5
Reduce number of DownloadManager signals 6 years ago
sledgehammer999 5c63ad3b95
Raise minimum Qt version to 5.9.0 6 years ago
thalieht ce437817de Make various minor changes 6 years ago
thalieht 70f1537d9f Add const to almost all remaining vars and arguments that qualify 6 years ago
thalieht 445adb0ab4 Convert pass-by-value arguments to const refs where applicable 6 years ago
Chocobo1 2b903fc3d1
Move Utils::Misc::isUrl() function 6 years ago
thalieht 1f36b8b89f Combine qAsConst() with copyAsConst() to asConst() 6 years ago
thalieht 6b1d26d555 Convert all foreach() to range-based for() 6 years ago
Thomas Piccirello 4885fe6b4c Only instantiate SearchPluginManager as needed 6 years ago
Chocobo1 c1c28ce195
Improve parser for search engine versions.txt 6 years ago
Chocobo1 ee030cc4eb
Fix wrong type passed to arg() 6 years ago
Thomas Piccirello 0b6ae68801 Add WebUI search API controller 6 years ago
Chocobo1 b8d87f641f
Avoid variable shadowing 6 years ago
Chocobo1 254782def6
Avoid copy-construct QString in for loop 6 years ago
Chocobo1 0217d5b4c0
Replace single-character string with character literal 7 years ago
Chocobo1 8c32302377
Clear python cache conditionally 7 years ago
Vladimir Golovnev (Glassez) 112a9bcfa2
Use new DownloadManager interface 7 years ago
Chocobo1 77b71e392e
Refactor function 7 years ago
Chocobo1 f951bf678d
Rename function 7 years ago
Chocobo1 5c50c5b24d
Cache SearchPluginManager::engineLocation() result 7 years ago
Chocobo1 361afb401b
Replace less-efficient QProcess::setEnvironment 7 years ago
Chocobo1 ad5c88be3d
Simplify function 7 years ago
Chocobo1 3e6c8a05dd
Reduce queries to python version 7 years ago
Chocobo1 51e82762c5
Move related functions to Utils::Python 7 years ago
hannsen a162550d7f
Properly normalize version string before parsing it 7 years ago
thalieht 20ca90800d Fix coding style 7 years ago
thalieht 6b4455e13d Use qt5 connect() syntax 7 years ago
Chocobo1 d20f40184f
Fix translation strings not found 7 years ago
Chocobo1 68c2d81072
Fix memory leak 7 years ago
Luís Pereira ac42ccb5e4
Don't create temporary containers just to iterate over them 7 years ago