ngosang
577ace4971
Follow project coding style. Issue #2192 .
10 years ago
Chocobo1
776d91f663
Add connectionsLimit() back
10 years ago
Chocobo1
1e0ac5c5f1
Capitalize menu item, missed in b4a855f
.
10 years ago
Vladimir Golovnev (Glassez)
4752fa5301
Fix ugly 'C++' wrapping in About dialog.
10 years ago
Vladimir Golovnev (Glassez)
f40d3d1fc6
Fix add torrent dialog is not shown.
10 years ago
Chocobo1
b318f54fdf
Force set "plain text" format to reduce attack vector.
10 years ago
Chocobo1
661ddd75b6
Allow wordWrap for "Save Path" & "Comment"
10 years ago
Vladimir Golovnev (Glassez)
64c8f61bb1
Improve TorrentModel class.
10 years ago
Vladimir Golovnev (Glassez)
347832d852
Fix torrent renaming ( 3715e8d2
regression).
10 years ago
Chocobo1
50b3a24371
Change Comment field from QTextBrowser to QLabel
10 years ago
Chocobo1
4d5512dcca
Reorder layout in information box
10 years ago
sledgehammer999
2e6c890883
Partially revert 30f21259f8
.
...
Fixes Linux issue for when the theme doesn't have a corresponding icon.
10 years ago
sledgehammer999
f94d733c62
Minimize to tray only if the relevant option is enabled.
10 years ago
sledgehammer999
9032808112
Fix sorting by queue.
10 years ago
sledgehammer999
74d757f0f1
Delete tempfile when downloading favicon.ico. Closes #3257 .
10 years ago
Chocobo1
6bc42cfd1a
Add functionality to new data fields, cleanups
10 years ago
Chocobo1
bd8b8a8c8f
Use warning message box instead of critical
10 years ago
sledgehammer999
fb7ba92f69
Rename Chinese translation files. Closes #2936 .
10 years ago
Gabriele
f4c44ce128
Don't specify the Python version required in the notification
...
Both python2 and python3 are supported.
10 years ago
Gabriele
a8276dd70f
Update link to the Windows Python installer
...
From v2.7.3 to v3.4.3.
10 years ago
Chocobo1
cdec6c9027
Add new data fields, capitialize labels, cleanups
10 years ago
Vladimir Golovnev (Glassez)
77b3a0c4cd
Fix crash when cancel open file dialog.
...
Closes #3232 .
10 years ago
sledgehammer999
a2c48646ae
New translation: Indonesian.
10 years ago
Chocobo1
36da49667a
Resave in Qt Designer
10 years ago
Chocobo1
ade1936f9c
Remove menu items: "Visit Website" and "Report a Bug".
...
Many issues opened on github should be asked on forum first, and the links are already present in "About" window.
10 years ago
Chocobo1
580642b08e
Rename "Execution Log" to "Log".
...
Rename "When Downloads Done" to "On Downloads Done".
10 years ago
Chocobo1
b4a855f4c1
Move statistics from Tools to View
...
Reorder & add separators in Help menu
Rename `Auto-Shutdown on downloads completion` to `When downloads done`
Capitalize menu items, modify accelerator
10 years ago
Chocobo1
32a712f005
Add checkbox option for IpFilterTrackers, closes #3154 .
10 years ago
Yuri
ea2b2937b9
Added missing include <cstdlib> for rand(3)
10 years ago
sledgehammer999
77786bb8bb
Add translator to credits.
10 years ago
ngosang
4a76526417
Code clean up
...
This changes were proposed by @PiotrNawrot in these PRs: #2967 , #2970 .
10 years ago
dartraiden
8ac83cfd42
Fixed typos, spelling correction
10 years ago
ngosang
e01a61d816
changes in typography
10 years ago
Chocobo1
817b595222
Fix potential negative loop bound.
...
QTorrentHandle::num_files() could return -1 in these cases.
10 years ago
ngosang
3715e8d2c8
Change default preferences
10 years ago
ngosang
3eb61cfe83
Cppcheck: scope reduction & unused variables
10 years ago
Vladimir Golovnev (Glassez)
7d73bddfd2
Split some "header only" sources.
10 years ago
Vladimir Golovnev (Glassez)
191cdc2849
Move utilities to core/utils folder.
...
Also move the names to Utils namespace.
10 years ago
Vladimir Golovnev (Glassez)
427688cb34
Remove unused sources.
10 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
d32bb52390
Don't add core to INCLUDEPATH.
10 years ago
Vladimir Golovnev (Glassez)
4b5e7e6168
Move network related code to core/net.
10 years ago
Vladimir Golovnev (Glassez)
98dfb6302d
Fix shutdownconfirm.* coding style (Issue #2192 ).
10 years ago
Vladimir Golovnev (Glassez)
d87a9bf7ec
Move GUI-related sources into gui subdir.
10 years ago
Chocobo1
ab91fb87ea
Change option text "Confirmation on exit when torrents are active"
10 years ago
Chocobo1
e75de01809
Set default focus to no button in exit confirm box
10 years ago
Chocobo1
a29f2dcfaa
Set default focus to ok button in add new torrent dlg
10 years ago
Chocobo1
2b2bc11d7d
Set default focus to cancel button in delete confirm dlg, closes #3085
10 years ago
Vladimir Sinenko
56ee6dac08
Fixed sort order for datetime columns with empty values ( closes #2988 )
...
A small fix belonging to #2531 .
During the sorting empty QDateTime values are shuffled around due to
unstable sort in QSortFilterProxyModel (see #2526 and #2158 ), causing
the transfer list items to constantly change order.
Fixed by using an already existing correct comparison (with a torrent
hash fallback).
10 years ago
LazyBui
23ec562375
Making alternate download/upload configuration behave like global download/upload configuration so as to allow boundless down/up
10 years ago