Chocobo1
16a76eee9f
Add final specifier to GUI classes
...
Follow up d3d3f7dbb3
.
5 years ago
dzmat
0af17bf7e9
Add 12 hour and 24 hour speed graphs
6 years ago
dzmat
23d924643f
Reduce horizontal graphs resolution
...
Rewrite averaging code and reduce horizontal graphs resolution for
30 minutes and 6 hours graphs to decrease CPU usage.
6 years ago
Chocobo1
fdf3ebbb6c
Remove usage of deprecated functions
...
Also use proper type for storing date/time data
7 years ago
thalieht
ae1634623e
Coding style for many files
7 years ago
thalieht
525fdd6c2b
Coding style, use nullptr and other minor things
7 years ago
sledgehammer999
cd4f288f67
Follow project coding style. Issue #2192 .
9 years ago
Anton Lashkov
cdab0bb140
SpeedPlotView: code correction
9 years ago
Anton Lashkov
8a6866d409
SpeedPlotView: Simplify code using PointData struct
9 years ago
Anton Lashkov
b599a8e2fb
SpeedPlotView: Use separate buffers for periods with reduce number of points. Fix coding style.
9 years ago
Anton Lashkov
baadf34134
SpeedPlotView: Save int's instead of double's
9 years ago
Anton Lashkov
dd9728334a
SpeedPlotView: Replace QQueue by boost::circular_buffer, reduce number of points to draw, increase legend background size
9 years ago
sledgehammer999
0b20794672
Fixup speedwidget code.
9 years ago
Anton Lashkov
7b736b6ae3
Add speedwidget based on QGraphicsView
9 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
0e4ef42ddf
Fix indentation size in qtlibtorrent/* files.
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
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
Vladimir Golovnev (Glassez)
ce3aac5f9d
Fix functions and macros using to support both Qt4 and Qt5.
11 years ago
Christophe Dumez
f3448125c3
Coding style clean up
13 years ago
Christophe Dumez
a8a7b61ea9
Coding style clean up
13 years ago
Christophe Dumez
9eea35f530
Fix banning of IPv6 peers
13 years ago
Christophe Dumez
b03fa32624
Avoid possible crash on exit when the IP filter is enabled
14 years ago
Christophe Dumez
747eb4562a
Moved IP filter parser to the QtLibtorrent subproject
14 years ago
Christophe Dumez
61d9f68bee
Added signals for reporting the number of rules parsed
14 years ago
Christophe Dumez
8a5dc1f239
Fix compilation on Windows (Remove using namespace libtorrent; from headers)
14 years ago
Christophe Dumez
41a61ced89
Improved IP address parsing
14 years ago
Christophe Dumez
da95d5e0df
Improved IPv6 support
14 years ago
Christophe Dumez
354d968a94
Fix possible crash on manual peer ban
14 years ago
Christophe Dumez
1128b3ea83
* Replace priority combo boxes by check boxes in Web UI as in Regular UI
...
* Prepare http server and preferences classes to add new settings to Web UI
* Tabified Program preferences in Web UI since there will be a lot of settings soon
* Started to add new settings to Web UI (PeX, LSD, Encryption, save path, temp path, scan dir, preallocateall, queueing, listen_port, upnp, nat-pmp, language, ip filter) -> Proxy is missing
* Added a command line parameter to change the web ui port
* Fix PeerGuardian .p2b binary filter support
15 years ago
Christophe Dumez
90207020f2
- Fix for media file preview
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago
Christophe Dumez
7c84551150
- Support peer manual ban (from peer list)
15 years ago
Christophe Dumez
b6c6637c3b
Made IP filter more robust
16 years ago
Christophe Dumez
0153b03160
BUGFIX: Stop enforcing UTF-8 and use system locale instead
16 years ago
Christophe Dumez
00d9f7c36b
- Fixed IP filter file parsing on 64bits architecture (Fix by Eric Porter)
16 years ago
Christophe Dumez
7dfdebd593
- License fix due to problems with OpenSSL
16 years ago
Christophe Dumez
f1ca41a5c5
BUGFIX: Fixed possible crash when parsing filter file
16 years ago
Christophe Dumez
5d2d1dfa94
- Compilation fix for MinGW
16 years ago
Christophe Dumez
5133931302
- Another patch by Attila to fix mingw32 compilation
16 years ago
Christophe Dumez
478c9a871c
- Updated Polish translation
...
- Fixed compilation on Lenny (Web interface code)
- Forgot Q_OBJECT statement in filterParserThread class
17 years ago
Christophe Dumez
d26bebfbe2
- Improved PG2 p2p filter support
17 years ago
Christophe Dumez
7463552dcd
- BUGFIX: Threadified IP filter file parser to avoid GUI freeze
17 years ago