sledgehammer999
72ae2cb503
Pretty up last commit.
11 years ago
sledgehammer999
b2544f867c
Merge pull request #1365 from alfrix/master
...
Add button for links in toolbar (fixes #450 )
11 years ago
sledgehammer999
acb32d41fa
Merge pull request #1375 from glassez/win-startup
...
Fix qBittorrent run on Windows startup.
11 years ago
sledgehammer999
3cd72e5e63
Merge pull request #1382 from bob23450/master
...
Fix nox build. Closes #1368
11 years ago
bob23450
6b26adfed2
Fix nox build. Closes #1368
11 years ago
Vladimir Golovnev (Glassez)
64b06c4612
Fix qBittorrent run on Windows startup.
11 years ago
alfrix
494fc54e6f
Add button for links in toolbar ( fixes #450
11 years ago
sledgehammer999
f5cd39cfba
Merge pull request #1328 from glassez/webui-sort
...
Fix WebUI sort by size/speed (part 2)
11 years ago
sledgehammer999
c59793b33f
Correctly restore 'name' column width when loading magnet links in the 'Add new torrent dialog'. Closes #1334 .
11 years ago
sledgehammer999
202006bdd1
Reuse code in AddNewTorrentDialog. #894 .
11 years ago
sledgehammer999
7348b8903c
Correctly resize 'name' column of the content tab. Closes #1360 .
11 years ago
sledgehammer999
a27867ae2b
Bring dialog boxes in the front when qbt doesn't have focus.
...
Code inspired by glassez patch.
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
sledgehammer999
a5a0ca7159
Don't re-announce to trackers when torrent is paused. Closes #1310 .
11 years ago
sledgehammer999
77329a2609
Launch external programs async and don't block. Closes #1252 .
11 years ago
sledgehammer999
bf291dbfb1
Don't show a popup menu when no torrent is selected.
11 years ago
sledgehammer999
0a3dadf3fb
Merge pull request #1325 from Gelmir/stats_percent
...
Fix missing percent sign in stats dialog
11 years ago
sledgehammer999
9ccb4e2781
Add our WM_CLASS in the .desktop file so window managers know how to group our windows.
11 years ago
sledgehammer999
3404d1e05f
Explicitle tell that we don't support freedesktop's startup notify standard. Fixes GNOME issues. Closes #1217 .
11 years ago
sledgehammer999
2f0b869639
Fix overstretched options dialog. Closes #1293 .
11 years ago
sledgehammer999
5afb0a1ab0
Fix windows file association.
11 years ago
Nick Tiskov
ab8ff9f362
Fix missing percent sign in stats dialog
11 years ago
sledgehammer999
aaa723d3ec
Run lupdate.
11 years ago
sledgehammer999
79b3e5ab60
Merge pull request #1324 from Gelmir/rename_amount_columns
...
Use shorter names for amount columns in main UI
11 years ago
Nick Tiskov
1dd8fa3c58
Use shorter names for amount columns in main UI
11 years ago
sledgehammer999
b7f84dabf5
Improvements on the behavior of the program updater( closes #1282 ):
...
1. Check for updates every hour
2. Don't check again for this session if the user chose to ignore the new version
3. Display a message if the user checked for updates via the menu item and there isn't one
4. Remove dead code
11 years ago
sledgehammer999
7428c2c0b1
Fix extratorrents search plugin.
11 years ago
sledgehammer999
8bbdcc78ce
Statistics: handle case where user has gone back to older version.
11 years ago
sledgehammer999
e4e3a56c9d
Merge pull request #1323 from glassez/webui_sort
...
Fix sorting by size in WebUI with Cyrillic languages
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
sledgehammer999
36ff9be42e
Merge pull request #1319 from Gelmir/fix_missing_sep
...
Fix missing separator in QDesktopServices methods
11 years ago
Nick Tiskov
d0ebcae069
Fix missing separator in QDesktopServices methods
11 years ago
sledgehammer999
b8040e4b4d
Allow 2 decimals when setting the share ratio. Closes #1303 .
11 years ago
sledgehammer999
532be11b2a
Update Changelog.
11 years ago
sledgehammer999
be097048fd
Fix share ratio text.
11 years ago
sledgehammer999
c167b47a2e
Merge pull request #1095 from Gelmir/separators
...
Use native separators where appropriate
11 years ago
Nick Tiskov
5854a2883b
Convert fsutils class to namespace
11 years ago
Nick Tiskov
bd9dcf1247
Hack around QDesktopServices::openUrl to support network shares
11 years ago
Nick Tiskov
6e77d12ac6
Update dialogs
11 years ago
Nick Tiskov
4390530cbe
Update Main UI
11 years ago
Nick Tiskov
ae8356aae5
Update RSS Classes
11 years ago
Nick Tiskov
a8e57d3a7e
Update misc classes
11 years ago
Nick Tiskov
6346716df6
Update SearchEngine classes
...
Guaranteed to work with qt-style separators internally; guaranteed to call native OS environment using native separators
11 years ago
Nick Tiskov
cb7f35d994
Update WebUI classes
...
Guaranteed to show paths with native separators to user
11 years ago
Nick Tiskov
237420546b
Update QBtSession
...
Guaranteed to accept strings with native and qt-style separators; guaranteed to use qt-style separators internally, guaranteed to call libtorrent API with native separators
11 years ago
Nick Tiskov
32b90a7b6d
Update QTorrentHandle
...
Guaranteed to accept strings with both native and qt-style separators; guaranteed to use native separators with libtorrent API
11 years ago
Nick Tiskov
b706210349
Update options UI
...
Guaranteed to work with strings with qt-style separators internally, shows string with native separators to the user
11 years ago
Nick Tiskov
48250c7b76
Update Preferences class
...
Preferences class setters are guaranteed to accept string with both native and qt-style separators, getters are guaranteed to return string with qt-style separators
11 years ago