Chocobo1
7e87eeb2d4
Use QThread::requestInterruption() instead of m_abort flag
8 years ago
Chocobo1
60524348f0
Enlarge combobox to fix its contents
8 years ago
Chocobo1
9f2fe2b678
Move CachedSettingValue instances to header file
8 years ago
Chocobo1
a4141fd151
Simplify m_creatorThread initialization
8 years ago
Chocobo1
7de1aba092
Switch to modeless dialog
...
Don't close dialog after creating torrent
Show progress bar all the time
8 years ago
Chocobo1
d277696acc
Add global.h file
8 years ago
Chocobo1
2e8c01d88c
Use CachedSettingValue
8 years ago
Chocobo1
908481885c
Enable drag n drop to create torrent on mainwindow
8 years ago
Chocobo1
6bab30a178
Revamp Torrent creator
8 years ago
Eugene Shalygin
72da2e7252
Do not use hardcoded colors in RSS feed view
8 years ago
Eugene Shalygin
4b48f7b8d9
Fix build error.
8 years ago
Chocobo1
2702410572
Remove useless horizontal layout widget
8 years ago
Chocobo1
e24b565857
Remove unused row in "Share Ratio Limiting" group box
8 years ago
Chocobo1
fad3af27ca
Partialy revert 7320ac1bc0
...
Reverts back options dialog size
Also removes unused tabstops
8 years ago
Naikel Aparicio
9ba00d7035
Implemented share limit by seeding time
8 years ago
Chocobo1
08a6c75227
Refactors
...
Rename variables
Refactor to return early instead of introducing a scope
Revise dialog title & messages
Refactor code logic
8 years ago
Eugene Shalygin
8ca730f0d8
Use new signal/slot syntax in options dialog
8 years ago
Chocobo1
b9403774e6
Use QBT_EXT in all places
...
Cleanup headers on the way
8 years ago
Chocobo1
b18bf48014
Improve error message reported to user
...
Should not contain "file" or "folder", because it's not clear which type is selected.
8 years ago
Chocobo1
51e3e5438b
Code formatting
...
Refactor
8 years ago
Chocobo1
0939875ca8
Fix renaming files is not case sensitive on Windows platform. Closes #5128 .
8 years ago
Eugene Shalygin
5c10a24923
Add availability column to torrent properties window
8 years ago
Eugene Shalygin
d5af8722a6
Add availability column to torrent content model
8 years ago
Eugene Shalygin
114c9a8421
Follow project coding style. Issue #2192 .
8 years ago
thalieht
73c37cc460
Trackerlist: add "m_" to private members and make them camelCase
8 years ago
thalieht
14f50f1038
Trackerlist: Allow to toggle columns
8 years ago
thalieht
d9555a9e9d
Trackerlist: Set text alignment of columns with numbers to the right
8 years ago
thalieht
5d33399000
TrackerList: Remove unnecessary deletes from the destructor
8 years ago
thalieht
33979cb41c
TransferListWidget: Remove unnecessary deletes from the destructor
8 years ago
thalieht
e82a1522c8
Trackerlist: Change 0 to nullptr
8 years ago
thalieht
e00be240b0
PropertiesWidget: Change 0 to nullptr
8 years ago
thalieht
b360c5453b
PropertiesWidget: Some coding style
8 years ago
thalieht
ce77ebdfe1
Coding style of whole trackerlist.h and a little in trackerlist.cpp
8 years ago
Eugene Shalygin
f211b238c4
Do not attempt to show detailed tooltips without torrent metadata. Closes #6768 .
...
Computations for detailed tooltips are not protected against unavailable
metadata, that leads to asserts or crashes. But since those tooltips are
useless in this case, do not show them at all. Inform user that detailed
tooltip becomes available once torrent metadata are fetched.
8 years ago
Vladimir Golovnev (Glassez)
a4d2df575e
Don't use deprecated torrent_handle::set_tracker_login
8 years ago
Vladimir Golovnev (Glassez)
5dc54aa224
Don't use deprecated torrent_status fields
8 years ago
Vladimir Golovnev (Glassez)
bdca55f15c
Use new Session Statistics feature
8 years ago
Vladimir Golovnev (Glassez)
8a6d8f3953
Use cached SessionStatus and CacheStatus
8 years ago
Vladimir Golovnev (Glassez)
cb678a254d
Fix statsdialog.* coding style
8 years ago
Chocobo1
42c17ea5ce
Fix argument name differ in definition & declaration
8 years ago
Chocobo1
b9e8cab1e5
Revise class memebers construction & destruction
...
Use nullptr
Delete m_contentDelegate on close
Remove redundant deletion of m_contentModel since parent is setup
correctly
8 years ago
Chocobo1
4d4097d819
Move editHotkey out of class definition
...
Also since parent is setup correctly, remove the redundant delete
8 years ago
Eugene Shalygin
7320ac1bc0
Use file path edit widgets in options and add torrent dialog
8 years ago
Eugene Shalygin
30081e0356
Add widget for editing filesystem paths
8 years ago
sledgehammer999
e177799ada
[WebUI]Make the context obligatory for translatable strings. Also delete duplicate strings from extra translations.
8 years ago
Vladimir Golovnev (Glassez)
76e3383650
Don't remove read articles from Unread list
...
Revert back old behavior (incorrect but, perhaps, more user-friendly),
when Unread list populates with "unread" articles only but then it can
contain "read" articles if they become "read" when Unread list is shown.
8 years ago
Frédéric Brière
c37d90bf6d
Properly sort categories case-insensitively in filter widget. Closes #6708 .
8 years ago
Frédéric Brière
722c928ab5
Turn isSpecialItem() into a CategoryFilterModel static method.
8 years ago
Vladimir Golovnev (Glassez)
2d3914c077
Prevent incorrect popullating of Unread RSS list
8 years ago
Vladimir Golovnev (Glassez)
4e37688105
Properly clear ArticleListWidget
8 years ago