sledgehammer999
d880372b49
Fix unused variable warning by gcc.
8 years ago
sledgehammer999
5046c36458
Immediately update torrent_status after manipulating super seeding mode. Partially fixes #6072 .
8 years ago
Tim Delaney
c0339d4f6a
Fix regex RSS matching. Closes #6337 .
...
--HG--
branch : magao-dev
8 years ago
Chocobo1
976504498a
Use case-insensitive comparsion for torrent content window.
...
Closes #6327
8 years ago
dzmat
b167b4174e
reduce methods accessibility from public to private
8 years ago
Tim Delaney
0fb8810c52
Resize RSS icon to fit theme.
...
--HG--
branch : magao-dev
8 years ago
thalieht
2bb2d3fc89
change all existing shortcuts to use Qt::Keys
8 years ago
Tim Delaney
5d185f1fcd
Fix compilation error on Qt<5.4. Closes #6170 .
...
--HG--
branch : magao-dev
8 years ago
thalieht
c87cdaea23
add hotkeys for Trackerlist Peerlist etc.
8 years ago
thalieht
0fdd3e23ff
add hotkey for execution log tab
8 years ago
thalieht
beddee8dd4
Transferlist: add hotkeys for double click and recheck selected torrents
8 years ago
thalieht
ed900d3e86
change torrentDoubleClicked() so it can be used in a hotkey
8 years ago
ngosang
e6e0ecfaea
[Web UI] Fix category in torrent upload. Closes #6260
8 years ago
Vladimir Golovnev (Glassez)
d79297db1a
Save/load category filter widget state
8 years ago
Tim Delaney
f96eb587ff
Bugfix RSS feed list and rules editor. Closes #3782 , #6281 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
e4d9e9f63f
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
8 years ago
Chocobo1
4669a99617
Use case-insensitive sort for Name column in Search tab. Closes #407 .
8 years ago
Eugene Shalygin
180ec7af4a
cmake: RSS target has to depend on qbt_base as it uses its includes
8 years ago
ngosang
a9c5dab0dd
[Search engine] Update extratorrent plugin. Closes #6261
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
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
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
Eugene Shalygin
68e8f565e2
Fix cmake compilation
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
Vladimir Golovnev (Glassez)
c002f30848
Implement category filter widget
...
Show categories in tree mode when subcategories are enabled.
8 years ago
sledgehammer999
96f9984823
Fix preferences icon loading in WebUI.
8 years ago
Chocobo1
ca77a315d9
Fix download & upload icon too large on statusbar in webui
8 years ago
Chocobo1
35921c70fe
Remove trailing spaces
8 years ago
Chocobo1
0517a3eb63
Fix rss icon too large in rss settings dialog
...
Give a name to the rss icon (in .ui file)
Add helper function: Utils::Misc::largeIconSize()
Group functions under the same #ifdef
8 years ago
Chocobo1
d52a74092b
Reset values to default, these are controled elsewhere.
8 years ago