Chocobo1
623210df58
Improve handleFileErrorAlert error message
5 years ago
Mike Tzou
cfd02a4355
Merge pull request #10786 from Chocobo1/dialog
...
Avoid creating unnecessary event loops
5 years ago
Mike Tzou
68da10c39d
Merge pull request #10710 from Kolcha/mac-icon
...
Add some padding to macOS app icon
5 years ago
Vladimir Golovnev
ec33cdd8b5
Merge pull request #10811 from glassez/fix-unclear-name
...
Rename "fromNativePath" to "toUniformPath"
5 years ago
Vladimir Golovnev (Glassez)
8e65317d61
Rename "fromNativePath" to "toUniformPath"
...
Unlike "toNativePath" which name clearly reflects the function result
"fromNativePath" has no such clear meaning.
Since this function converts path into uniform format "toUniformPath"
is better name.
5 years ago
Chocobo1
3748b995ff
Avoid creating unnecessary event loops
...
The `exec()` method will create another event loop and transfer
control over there which might introduce unexpected bugs.
5 years ago
Mike Tzou
206bb018dd
Merge pull request #10801 from Chocobo1/timeout
...
Add WebAPI session timeout settings
5 years ago
Mike Tzou
46d445d042
Merge pull request #10792 from Chocobo1/rename2
...
Remove empty leftover folders after rename properly
5 years ago
Chocobo1
a64f3bbc6a
Reorder if conditions slightly
5 years ago
Chocobo1
9893a415c0
Fix updated save path not saved for paused torrents
5 years ago
Chocobo1
7d860b6c24
Log save_resume_data_failed_alert
5 years ago
Chocobo1
4e87aebf55
Don't remove parent directories
...
QDir::rmpath removes *all* parent directories while QDir::rmdir removes
the specified directory.
5 years ago
Chocobo1
440860c4a9
Properly remove empty leftover folders after rename
...
TorrentInfo::origFilePath will return the very original path from
.torrent file, not the most recent file path before the rename operation
and thus the code would not be working as we expected.
5 years ago
Chocobo1
89124bdcc8
Add WebAPI session timeout settings
...
Raise default timeout to 1 hour.
5 years ago
Mike Tzou
fa3ad7eb57
Merge pull request #10800 from silverqx/focus-behavior-row-options-dlg
...
Focus behavior row in Options dialog
5 years ago
silverqx
3e97793ef1
Focus behavior row in Options dialog
5 years ago
Mike Tzou
a65f36592a
Merge pull request #10788 from silverqx/add-zlib-version-to-gui
...
Add zlib version to GUI & stackdump
5 years ago
silverqx
4f4f435e76
Add zlib version to GUI & stackdump
5 years ago
Mike Tzou
3a0f0c2f58
Merge pull request #10769 from Chocobo1/rename
...
Fix unable to rename folder on Windows. Closes #9151 .
6 years ago
Mike Tzou
56f0d0fef5
Merge pull request #10781 from Chocobo1/web
...
Avoid double lookup
6 years ago
Chocobo1
8191f1498a
Log file rename failed errors
6 years ago
Chocobo1
eabcae1018
Fix unable to rename folder on Windows
...
The bug occurs when the new path and old path only differ by letter case.
6 years ago
Chocobo1
9c747d3c6d
Move renameSelectedFile(BitTorrent::TorrentInfo &)
6 years ago
Chocobo1
62ccfd37b2
Move renameSelectedFile(BitTorrent::TorrentHandle *)
6 years ago
Chocobo1
5b9ff4a015
Avoid double lookup
6 years ago
Mike Tzou
63b0a5b78c
Merge pull request #10775 from Chocobo1/speed
...
Misc. improvements
6 years ago
Chocobo1
7c9309aa52
Fix wrong indentation
6 years ago
Mike Tzou
370544764e
Merge pull request #10750 from Chocobo1/modal
...
Fix unable to control add torrent dialogs when opened simultaneously
6 years ago
Mike Tzou
f3c0cc3cee
Merge pull request #10763 from Chocobo1/connect
...
Use Qt5 connect syntax
6 years ago
Mike Tzou
c95650c4f3
Merge pull request #10752 from thalieht/fw-declare
...
Forward declare and remove some unused #include
6 years ago
Chocobo1
431e7179ac
Remove redundant variable
6 years ago
Chocobo1
fbd5699786
Use switch statement
6 years ago
Chocobo1
e071c31a4e
Use Qt5 connect syntax
6 years ago
Chocobo1
dc9d0ed76f
Fix unable to control add torrent dialogs when opened simultaneously
6 years ago
Chocobo1
03fdc0e1c4
Remove redundant disconnect()
...
The dialog is going out-of-scope in these instance and the signal-slot connection will disconnect
automatically.
6 years ago
Chocobo1
014273d7ec
Drop support for "BC Link" format
...
Fixup 19d6de795c
.
6 years ago
thalieht
70f8882f87
Group Qt forward declarations separately from the others
6 years ago
thalieht
9995967fbf
Remove some unused #include
6 years ago
thalieht
4370a7eb12
Forward declare in a few places
6 years ago
Vladimir Golovnev
6f6033cf1c
Merge pull request #10754 from glassez/fix-magnet
...
Disable "Upload mode" when start preloaded torrent. Closes #10751
6 years ago
Vladimir Golovnev (Glassez)
b644d6685f
Disable "Upload mode" when start preloaded torrent
6 years ago
Vladimir Golovnev (Glassez)
4ae4ae3cfc
Fix wrong indentation
6 years ago
Vladimir Golovnev (Glassez)
2c145fa57c
Fix incorrectly set torrent startup flag
6 years ago
Mike Tzou
b8e205c048
Merge pull request #10741 from Chocobo1/limit
...
Fix speed limit not applying to IPv6 peers
6 years ago
Vladimir Golovnev
ecb4a76db7
Merge pull request #10742 from glassez/fix-rss
...
Ignore RSS articles with non-unique identifiers
6 years ago
Vladimir Golovnev (Glassez)
68ee071331
Ignore RSS articles with non-unique identifiers
6 years ago
Vladimir Golovnev (Glassez)
d710bbd9ef
Perform more RSS parsing in working thread
6 years ago
Chocobo1
411b956009
Fix speed limit not applying to IPv6 peers
...
`TORRENT_USE_IPV6` is not used by libtorrent 1.2 anymore.
6 years ago
Mike Tzou
4d92c7e094
Merge pull request #10737 from Chocobo1/time
...
Use timestamp from alert
6 years ago
Mike Tzou
87dcbbbd23
Merge pull request #10734 from Chocobo1/folder
...
Use native folder icon in content tree
6 years ago