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
sledgehammer999
6096506bd6
Implement alternatives to QHttpRequestHeader and QHttpResponseHeader.
11 years ago
sledgehammer999
ef3f7d18c9
Fix compilation with Qt5.
11 years ago
Vladimir Golovnev (Glassez)
ce3aac5f9d
Fix functions and macros using to support both Qt4 and Qt5.
11 years ago
Vladimir Golovnev (Glassez)
c3942fb0b3
Fix WebUI sort by ratio for some locales (with comma as decimal point).
11 years ago
Vladimir Golovnev (Glassez)
87d118e87c
Fix WebUI sort by size/speed for some locales (with comma as decimal point).
11 years ago
Vladimir Golovnev (Glassez)
7fce5ab268
Fix sorting by size in WebUI when non-default locale used.
11 years ago
Vladimir Golovnev (Glassez)
1aa70bedb7
Improve HttpConnection::translateDocument().
11 years ago
Nick Tiskov
cb7f35d994
Update WebUI classes
...
Guaranteed to show paths with native separators to user
11 years ago
sledgehammer999
441d1d08ba
Convert more accurately decimal numbers to text.
11 years ago
sledgehammer999
683aca7fdf
Fix WebUI link to 'Anonymous mode' explanation. Closes #1093 .
11 years ago
sledgehammer999
144dd5c2a8
Correctly detect if the browser supports gzip compression.
11 years ago
sledgehammer999
35da156ad2
WebUI: Don't gzip too small payloads.
11 years ago