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
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
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
9e6d57057f
Add back contact info in the copyright notices.
10 years ago
Vladimir Golovnev (Glassez)
8a65dbaa4f
WebUI core redesign.
10 years ago
Vladimir Golovnev (Glassez)
9853a9fec9
Modify Http parser/generator classes.
10 years ago
Vladimir Golovnev (Glassez)
3d20f2f670
Prepare WebUI resources.
...
Html/Css/JavaScript files displacement.
Also add new icon.
10 years ago
Ivan Sorokin
16eb407453
Split src/torrentpersistentdata into .h and .cpp
10 years ago
sledgehammer999
9b71e4ffc9
Use the correct character encoding for exceptions coming from libtorrent.
10 years ago
Ivan Sorokin
de5f38a160
Speedup compilation speed
...
libtorrent has a relatively heavy headers, that take lots of time to
process. This commit removes unnecessary includes of libtorrent headers
and replaces them with forward declarations.
I had to move some functions in QBtSession from slots to regular
functions because moc'ed file want to see complete types of all
parameters of slots.
"time make" of full rebuild before this series of commits:
real 13m35.937s
user 12m1.295s
sys 1m25.908s
after:
real 10m54.390s
user 9m31.167s
sys 1m12.580s
10 years ago
Benjamin Hutchins
89fda12597
Removed essentially useless "Visit website" iframe and changed it to a regular link. Improves fix qbittorrent/qBittorrent#1343
10 years ago
Benjamin Hutchins
9143c440a5
Removed broken "Documentation" iframe from the webui. Improves fix qbittorrent/qBittorrent#1343
10 years ago
Benjamin Hutchins
afc5601697
Removed broken Report a bug iframe from the webui. fixes qbittorrent/qBittorrent#1343
10 years ago
sledgehammer999
061d4fc721
Revert "Fix WebUI sort by size/speed for some locales (with comma as decimal point)."
...
This reverts commit 87d118e87c
.
10 years ago
sledgehammer999
2729abfd32
Revert "Fix WebUI sort by ratio for some locales (with comma as decimal point)."
...
This reverts commit c3942fb0b3
.
10 years ago
sledgehammer999
d44df4f985
Don't localize double numbers in the webui. Closes #1525 .
10 years ago
sledgehammer999
15d3df380c
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.(webui)
10 years ago
sledgehammer999
e2748ec3ac
Remove deprecated feature of separate DHT port.
11 years ago
Ivan Sorokin
fddd337e34
Suppress warning about signed/unsigned mismatch.
11 years ago
sledgehammer999
a361c0ea03
Use the torrent_status for the queue_position too.
11 years ago
Vladimir Golovnev (Glassez)
9f310318c2
Use new JSON parser/generator.
...
Qt4: Use QJson (http://qjson.sourceforge.net ).
Qt5: Use native Qt JSON API.
11 years ago
Vladimir Golovnev (Glassez)
f9c3719d12
Add QJson files.
11 years ago
Vladimir Golovnev (Glassez)
6e59877cee
Remove old JSON classes.
11 years ago
Vladimir Golovnev (Glassez)
268562bff3
Fix HTTP request parsing on Qt5.
11 years ago
Ivan Sorokin
329b754197
cache torrent_status
11 years ago
Ivan Sorokin
bbc4080a5d
fewer calls to hash()
11 years ago
sledgehammer999
e8c14f3507
Use the new Http classes.
11 years ago