sledgehammer999
043ae1eb17
Merge pull request #6278 from Falcosc/fix_incompleate_file_crash
...
fix index overflow for torrents with invalid meta data or empty progress
8 years ago
sledgehammer999
e64b1f5ca1
Merge pull request #6185 from magao/issue5797
...
Ctrl+F search filter. Closes #5797 .
8 years ago
Eugene Shalygin
180ec7af4a
cmake: RSS target has to depend on qbt_base as it uses its includes
8 years ago
Eugene Shalygin
eff13cc9eb
cmake: fix boost components manipulations in FindLibtorrentRasterbar.cmake
...
The list of components which we pass to find_package() has to be semicolon
separated (i.e. to be the usual cmake list)
8 years ago
Eugene Shalygin
19c5e71a76
cmake: make some compile definitions global in Windows
8 years ago
sledgehammer999
7be27f7770
Merge pull request #6280 from ngosang/fix_search
...
[Search engine] Update extratorrent plugin. Closes #6261
8 years ago
ngosang
a9c5dab0dd
[Search engine] Update extratorrent plugin. Closes #6261
8 years ago
sledgehammer999
9225d9ab2b
Merge pull request #6279 from evsh/cmake
...
cmake: compilation fixes
8 years ago
Eugene Shalygin
13d9dea8ac
cmake: make LibtorrentRasterbar::LibTorrent public dependency of qbt_base
...
If libtorrent include directory not in the compiler search path, we have
to pass it to all qbt targets, because session.h includes
libtorrent/version.hpp
8 years ago
Eugene Shalygin
0cb9884965
cmake: get and use only actual boost dependencies of libtorrent
...
With pkg-config we can get a list of Boost components from Libtorrent
dependencies and make qBittorrent depend only on these libraries in
turn. For Windows user may provide a custom list via
LibtorrentRasterbar_CUSTOM_BOOST_DEPENDENCIES variable or use generic
list which consists of date_time, system, chrono, random, thread. As a
note: in case of using fully C++11 build, the actual list contains only
boost system library.
8 years ago
sledgehammer999
87e454cc6d
Merge pull request #5547 from buinsky/master
...
WebUI: Implement adjustable dynamic table columns
8 years ago
sledgehammer999
b625c4c662
Merge pull request #3162 from ngosang/trackers_tab
...
Display more information in tracker tab
8 years ago
buinsky
484e021ca2
Avoid lags in firefox on resizing progress column
8 years ago
Falco
84759d4f20
fix index overflow for torrents with invalid meta data or empty progress
8 years ago
buinsky
741e0a08ea
Remove 300px limit of column width
8 years ago
buinsky
7628490def
Fix scrollbar covers menu item with long text
8 years ago
buinsky
d50a7778fe
Implement resizable progress bar in "Done" column
8 years ago
buinsky
09cf93521f
Follow project coding style. Issue #2192 .
8 years ago
buinsky
e65a628bf9
Add a vertical separator between columns
8 years ago
buinsky
bdf736b7d7
Prevent text wrapping in menus
8 years ago
buinsky
3dfcd6db6a
Make too tall menus scrollable
8 years ago
buinsky
134e4c1eb9
Add some missing columns to dynamic tables
8 years ago
buinsky
a087d146df
Fix columns names
8 years ago
buinsky
3ac87f22cb
Implement dynamic table columns hiding
8 years ago
buinsky
56b885995c
Implement dynamic table columns reordering
8 years ago
buinsky
56c07704d8
Implement dynamic table columns resizing
8 years ago
buinsky
c765d8ebe2
Add tooltips to dynamic table header
8 years ago
buinsky
dd1959abfb
Make torrent peers table scrollable horizontally
8 years ago
buinsky
b1c45901f0
Simplify dynamic table CSS styles
8 years ago
sledgehammer999
5b35981c85
Merge pull request #5774 from thalieht/unit_precision
...
Increase number of digits after the decimal point. Closes #5053
8 years ago
sledgehammer999
75d0414da3
Merge pull request #6275 from evsh/fix-icon-names
...
Replace icon name "open-menu" with "preferences-system"
8 years ago
thalieht
f8213f5d56
friendlyUnit: Properly replace spaces with non-breaking spaces
8 years ago
thalieht
311b060c70
Increased number of digits after the decimal point for Gibibytes and above
8 years ago
buinsky
7aadf644e0
Make torrents table scrollable horizontally
8 years ago
buinsky
afd4f89693
Rename variables in DynamicTable class
8 years ago
sledgehammer999
f4fa000ba3
Polish previous commit.
8 years ago
sledgehammer999
68ecbf4185
Merge pull request #5420 from thalieht/alignment
...
Changes and additions in search, peerlist, transferlist
8 years ago
sledgehammer999
cccc019e5d
Merge pull request #6276 from evsh/cmake
...
Fix cmake compilation
8 years ago
Eugene Shalygin
68e8f565e2
Fix cmake compilation
8 years ago
sledgehammer999
cb0f73da57
Merge pull request #5613 from glassez/cat_tree
...
Implement category filter widget. Closes #5444 .
8 years ago
sledgehammer999
c8ddd68a7a
Merge pull request #6212 from magao/issue2192
...
Follow project coding style. Issue #2192 .
8 years ago
Eugene Shalygin
a6b6009fb1
Replace icon name "open-menu" with "preferences-system"
...
Apparently, we can not use symbolic icons transparently.
8 years ago
sledgehammer999
1376d8fa7b
Merge pull request #6084 from Chocobo1/set_locale
...
Set default locale
8 years ago
Vladimir Golovnev (Glassez)
c002f30848
Implement category filter widget
...
Show categories in tree mode when subcategories are enabled.
8 years ago
sledgehammer999
8d58c52ad8
Merge pull request #6249 from bil-elmoussaoui/master
...
Fixes default indicator name
8 years ago
sledgehammer999
96f9984823
Fix preferences icon loading in WebUI.
8 years ago
sledgehammer999
824b90b643
Merge pull request #6269 from Chocobo1/icons
...
Fix new icons too large
8 years ago
sledgehammer999
05def34697
Merge pull request #6157 from Chocobo1/speedLimit
...
Speedlimitdlg: raise slider default value to 10000
8 years ago
sledgehammer999
cb7cadfc54
Merge pull request #6272 from BanzaiMan/patch-1
...
Allow some Mac jobs to fail
8 years ago
Hiro Asari
7f7b63b172
Allow some Mac jobs to fail
...
Put `allow_failures` in the correct place.
8 years ago