Vladimir Golovnev
5558092c1e
Merge pull request #11033 from glassez/cmake
...
CMake: Fix Windows build (once again)
5 years ago
Vladimir Golovnev (Glassez)
6bfa4370b7
CMake: Fix Windows build
5 years ago
airium
2ded6dc636
Sort torrent names case-insensitively in webui
5 years ago
Thomas Piccirello
6b1481d328
Increase WebUI window heights
...
Using a max height of 600px to avoid unnecessarily tall windows.
5 years ago
Thomas Piccirello
b829a0c687
Support exclusions in WebUI table filters
...
Closes #10241
5 years ago
Mike Tzou
c65c40a5cb
Merge pull request #11020 from Piccirello/remove_workaround
...
Remove Qt bug workaround
5 years ago
Mike Tzou
7f1bff4eb4
Merge pull request #11017 from Chocobo1/apictrl
...
Improvements to APIController class
5 years ago
Mike Tzou
ec4240dd06
Merge pull request #11016 from Chocobo1/vista
...
Raise minimum support to Windows 7
5 years ago
Mike Tzou
d8f0c245f4
Merge pull request #11012 from Piccirello/changelog
...
Sync Changelog entries between branches
5 years ago
Mike Tzou
2b617b0e71
Merge pull request #11010 from Chocobo1/qvector
...
Replace QList by QVector
5 years ago
Mike Tzou
7d598b18ca
Merge pull request #10158 from Piccirello/webui-peers-table
...
Add ability to add and ban a peer from the Web UI
5 years ago
Mike Tzou
733da5ffdb
Merge pull request #10153 from Piccirello/webui-files-table
...
Display files hierarchically in Web UI content tab
5 years ago
Chocobo1
d92bf13706
Use a QString directly instead of QStringList
5 years ago
Chocobo1
e90a2c00a5
Replace QList by QVector
5 years ago
Thomas Piccirello
378504de2b
Remove Qt bug workaround
...
The Qt bug is fixed in 5.7.1, while we require Qt >= 5.9.0.
5 years ago
Thomas Piccirello
0fa28f233f
Add ability to add and ban a peer from the Web UI
5 years ago
Chocobo1
f4e7b8c6bf
Replace QMap with QHash
5 years ago
Chocobo1
c004a84f84
Avoid redundant actions/conversions
...
QSet::contains(QSet &) isn't doing anything magical it still has the usual loop
inside, so lets just save all the container conversions and do the loop ourselves.
5 years ago
Chocobo1
a3ca277eaf
Avoid back and forth string conversions
5 years ago
Mike Tzou
6cc7c700b8
Merge pull request #11000 from Chocobo1/sync
...
Clean up WebAPI code
5 years ago
Thomas Piccirello
60a1835813
Display files hierarchically in Web UI content tab
5 years ago
Thomas Piccirello
bc8f9840e2
Sync Changelog entries between branches
...
Closes #10959 .
5 years ago
Chocobo1
2f0ae7a7d8
Raise minimum support to Windows 7
5 years ago
Vladimir Golovnev
f4329779e9
Merge pull request #11005 from glassez/cmake
...
Fix/Improve Cmake scripts
5 years ago
Vladimir Golovnev (Glassez)
6fe063146f
CMake: Apply QBT_ADDITONAL_FLAGS on all systems
5 years ago
Vladimir Golovnev (Glassez)
3093751fa4
CMake: Fix compilation on Windows with MSVC
5 years ago
Vladimir Golovnev (Glassez)
7d636d8c3f
CMake: Accept <Package>_ROOT from environment
5 years ago
Chocobo1
2346bc8f7c
Replace obsoleted QDateTime::toTime_t()
5 years ago
Chocobo1
cfe83275d3
Avoid redundant data copy by using JSON objects directly
5 years ago
Chocobo1
f6ee96ed83
Replace QVariantMap by QVariantHash
5 years ago
Chocobo1
7f300b757f
Use C++11 uniform initialization
5 years ago
Chocobo1
bad588a749
Move data keys into anonymous namespace and sort them
5 years ago
Chocobo1
25a94ee60a
Avoid redundant data conversions and lookups
5 years ago
Mike Tzou
c0fc4e6d90
Merge pull request #10993 from Piccirello/adjust-verbiage
...
Adjust wording to sound more natural
5 years ago
Mike Tzou
3811612f80
Merge pull request #10982 from Chocobo1/cleanup
...
Code base cleanup
5 years ago
Chocobo1
c1659a189b
Fix messed up symbols in log
5 years ago
Chocobo1
3ab2fe907f
Remove Windows XP remnants
5 years ago
Chocobo1
cdb0db02f9
Replace obsoleted QSysInfo functions
5 years ago
Chocobo1
25c56d3b66
Make use of Utils::Misc::loadWinAPI
5 years ago
Chocobo1
5c015d573b
Forward declare types as much as possible
5 years ago
Tom Piccirello
eaa700791b
Adjust wording to sound more natural
5 years ago
Mike Tzou
45690967a0
Merge pull request #10970 from Piccirello/webui-search-context-menu
...
Add context menu to Web UI search table
5 years ago
Mike Tzou
fd17b9bbf0
Merge pull request #10988 from Chocobo1/qbext
...
Fix incomplete file extension not applied for new torrents
5 years ago
Chocobo1
38fa6d2aee
Fix incomplete file extension not applied for new torrents
5 years ago
Mike Tzou
7da2d04898
Merge pull request #10941 from Piccirello/fix-webui-magnet-trackers
...
Fix WebUI removing parameters from magnet links
5 years ago
Chocobo1
7ab3479a34
Replace static_cast by qOverload
5 years ago
Chocobo1
ee0d2d2220
Move fspathedit_p to private folder
5 years ago
Chocobo1
ca44b40222
Move variables to the proper scope
5 years ago
Thomas Piccirello
c17d653544
Fix WebUI removing parameters from magnet links
...
Closes #10939
5 years ago
Thomas Piccirello
65dfec9acf
Minor refactor on WebUI download page
5 years ago