Gabriele
7b49ab2a48
Add missing images and fix few paths
...
These images are used in CSS rules, but are missing.
Images taken from MochaUI git repo.
10 years ago
Gabriele
465ff473f1
Drop Firefox specific code
...
This change improves the responsiveness while resizing panels.
The code was intended to fix bugs in really old versions of Firefox.
10 years ago
Gabriele
e83e46b08a
Fix panel height calculation in Opera
10 years ago
Gabriele
7b73e96863
Fix errors in width and height calculations
...
border-left/right/top/bottom are not numbers.
10 years ago
Gabriele
dc0591997a
Bump Internet Explorer compatibility
10 years ago
Gabriele
30a25e1de4
Workaround to make invisible buttons clickable on IE
10 years ago
Gabriele
d106c12aa2
Restricts hacks and workarounds to IE < 9
10 years ago
Gabriele
66a91a6e3a
Remove XML encoding declaration from HTML files
10 years ago
Gabriele
0d2e9a9473
Reduce font size of priority combo boxes
...
They were too big in some cases (e.g. Firefox on Linux).
10 years ago
Gabriele
fa706b24be
Use fake tristate checkbox on IE < 9 only
10 years ago
Gabriele
92cc8f7211
Fix disappearing transferlist list when zooming in the browser
...
When the page is zoomed in the browser, the transferlist doesn't fit
in the page and is moved below the left column, disappearing completely.
Allow elements to overlap the handle to prevent this from happening.
The error message is moved in the status bar since it's wrongly placed
because of the overlap.
Closes #603 .
10 years ago
Gabriele
4f28fb5680
Minimize width of first column in transfer list
10 years ago
Gabriele
afde16c252
Change color of table header in bottom panel and add some padding
10 years ago
Gabriele
c516c0ac12
Center vertically "+" image in tracker list
10 years ago
Gabriele
af9e40d83d
Alternate background color for torrent content
...
CSS3 support required.
10 years ago
Gabriele
b01c1f3b9a
Don't show white parts when hovering over the elements of the menu
10 years ago
Gabriele
4ff999d1c5
Change background color of rows of torrent content
10 years ago
Gabriele
c9db08f0f4
Change background color of filterlist on hover
10 years ago
Gabriele
59abcc554d
Remove "Downloaded" from transferlist header and reduce column width
10 years ago
Gabriele
863dc71100
Focus username input on load
10 years ago
Gabriele
0bfad7dce6
Add type attribute to style tag
10 years ago
Gabriele
5e77d99a5e
Add alt attribute to images
10 years ago
Gabriele
b2e86bae7e
Remove extra double quotes
10 years ago
sledgehammer999
f5c93e0b4d
Merge pull request #2129 from glassez/webui
...
WebUI Fixes
10 years ago
sledgehammer999
3202ad368f
Merge pull request #2141 from sorokin/fix-a-warning
...
Fix a warning
10 years ago
Ivan Sorokin
6bbfd0aeb7
Fix a warning
10 years ago
sledgehammer999
c9e13dfe8b
Merge pull request #2120 from sorokin/ip-filter-moc
...
split filterparserthread into .h and .cpp and (probably) fixes #2119
10 years ago
Vladimir Golovnev (Glassez)
cd0bcacd9f
WebUI: Fix upload window closing on old browsers.
10 years ago
Vladimir Golovnev (Glassez)
d85c3170b2
WebUI: Add charset attribute to text content types.
10 years ago
Vladimir Golovnev (Glassez)
7b7f88ae4f
WebUI: Fix WebAPI returned data.
10 years ago
Ivan Sorokin
da867fd022
Split trackerlogin into .h and .cpp
10 years ago
Ivan Sorokin
ed197a193d
Split statusbar into .h and .cpp
10 years ago
Ivan Sorokin
6347700ee3
Move libtorrent includes to .cpp
...
This commit probably fixes #2119 .
The only important change in this commit is moving
session::get_ip_filter() from FilterParserThread::processFilterFile() to
FilterParserThread::run(). Previously we called it in main thread, but
now we calls it in worker thread. I don't now what libtorrent contract
about threads, but I assume that if it is ok to set_ip_filter from
other thread, it is ok to get it.
10 years ago
Ivan Sorokin
17f5ffcaec
Split filterparserthread into .h and .cpp
10 years ago
sledgehammer999
a63d4e3400
Merge pull request #2117 from glassez/webui
...
WebUI Fixes
10 years ago
Vladimir Golovnev (Glassez)
0660398c28
Replace Mascot with qBittorrent logo on WebUI login page.
10 years ago
Vladimir Golovnev (Glassez)
651bf4f9aa
Fix status returned to banned user.
10 years ago
sledgehammer999
6f14b34470
WEBUI: Protect against timing attacks. Closes #2108 .
10 years ago
sledgehammer999
09ab5c37ce
Merge pull request #2077 from pmzqla/columns
...
Add new columns to transfer list
10 years ago
Gabriele
b63f647c2c
Add "Total Size" column to transfer list
...
This column shows the total size of the related torrent taking into
account also the unwanted data.
Closes #1233 .
10 years ago
Gabriele
b1af99ffba
Add "Last Activity" column to transfer list
...
This column shows the time elapsed since the related torrent has
received or sent a chunk.
Closes #517 .
10 years ago
Gabriele
a501f9d223
Add "Last Seen Complete" column to transfer list
...
This column shows when we or one of our peers last saw a complete
copy of the related torrent.
Closes #483 .
10 years ago
sledgehammer999
ea486d45c9
Merge pull request #2110 from sorokin/o1-torrent-speed-monitor
...
O(1) torrent speed monitor
10 years ago
Ivan Sorokin
51c9d358b4
Implement O(1) SpeedSample::average() instead of O(N)
10 years ago
Ivan Sorokin
4ff08ff691
New improved Sample in TorrentSpeedMonitor
10 years ago
Ivan Sorokin
0d311062f3
Unused function
10 years ago
sledgehammer999
d62498b48c
Merge pull request #2106 from sorokin/fix-memleak-in-torrentmodel
...
Fix a memleak in torrentmodel.
10 years ago
sledgehammer999
37d83cf6a8
Merge pull request #2092 from pmzqla/cleanup
...
Remove unused code
10 years ago
sledgehammer999
4f2b7c2e10
Merge pull request #2081 from sorokin/split
...
Split a few files into .h and .cpp
10 years ago
sledgehammer999
cfa28ec68c
Merge pull request #2080 from sorokin/cleanup-torrent-model
...
Cleanup torrent model item
10 years ago