sledgehammer999
ff8ff72eab
Merge pull request #3863 from netswap/patch-1
...
[german.nsi] Added letter "p"
2015-10-04 03:37:30 -05:00
sledgehammer999
8b547644b0
Merge pull request #3165 from Chocobo1/rss_sort
...
Sort labels in RSS Downloader dialog
2015-10-03 18:52:46 -05:00
Chocobo1
8605c4d4d3
Follow project coding style. Issue #2192 .
2015-10-02 04:17:27 +08:00
Chocobo1
e95fce3084
Fix potential crash when memory allocation failed. Closes #3877 .
2015-10-02 04:08:24 +08:00
Chocobo1
cf91685f6f
Sort labels in RSS Downloader dialog, closes #3140 .
2015-09-28 00:30:43 +08:00
netswap
e3e3f9a745
Added letters
...
The letter "p" was missing in "Dateiverknüpfung" in line 47 & 49
2015-09-26 15:05:36 +02:00
ngosang
6a1497de92
[searchengine] Detect new plugin URL from clipboard
2015-09-25 11:15:41 +02:00
ngosang
fc65ba4ced
[searchengine] Fix invalid plugin message
2015-09-24 18:17:50 +02:00
ngosang
73fb0a6309
Fix Konqueror detection in Plasma (KDE5)
2015-09-24 15:53:44 +02:00
Vladimir Golovnev (Glassez)
2a411987db
Bump minimum supported version of gcc to 4.8.
2015-09-24 13:26:25 +03:00
sledgehammer999
79617949c1
Merge pull request #3849 from ngosang/fix_rss_crash
...
Fix RSS crash when deleting RSS feeds. Closes #3846
2015-09-23 17:04:45 -05:00
ngosang
c3921ce2fe
Fix RSS crash when deleting RSS feeds. Closes #997 , #2152 , #2461 , #3718 , #3747 , #3766 , #3806 , #3814 , #3829 and #3846 .
2015-09-23 23:51:39 +02:00
Vladimir Golovnev (Glassez)
228f51fff9
Drop unused method TorrentHandle::firstFileSavePath().
2015-09-23 21:55:04 +03:00
Vladimir Golovnev (Glassez)
08ee439a47
Drop unused method TorrentHandle::savePathParsed().
2015-09-22 20:39:09 +03:00
Vladimir Golovnev (Glassez)
1a67282dd3
Fix Qt4 qmake warning (unknown QT: concurrent).
2015-09-22 19:34:07 +03:00
Vladimir Golovnev (Glassez)
d2f1216987
Fix compiler warnings ( Closes #3826 ).
2015-09-21 11:45:40 +03:00
Vladimir Golovnev (Glassez)
b519700e33
Use c++11 enum classes instead of macros.
2015-09-18 08:33:22 +03:00
Vladimir Golovnev (Glassez)
12d9898b5d
Enable c++11 support.
2015-09-18 08:33:12 +03:00
sledgehammer999
ef39fb0709
Merge pull request #3811 from ngosang/rss_refresh
...
[RSS] Removes refresh message when adding a new feed
2015-09-17 18:09:59 -05:00
sledgehammer999
f068f63f0d
Merge pull request #3745 from cbodley/webui-savepath
...
RFC: [Web UI] add save_path to /query/torrents and /sync/maindata
2015-09-17 17:14:44 -05:00
sledgehammer999
57ca831d4d
Merge pull request #3730 from Gelmir/rss_save
...
Couple o' fixes to RSS
2015-09-17 17:02:27 -05:00
ngosang
093c5d84d2
[RSS] Removes refresh message when adding a new feed
2015-09-17 19:17:52 +02:00
ngosang
e922275c72
[Web UI] Clean up JavaScript code
2015-09-17 17:48:38 +02:00
ngosang
52ff53b0b0
[Web UI] Reorder "Super seeding mode" option in right click menu
2015-09-17 17:22:09 +02:00
Chocobo1
65d3ca8c3f
Capitalize items
2015-09-17 18:08:12 +08:00
Chocobo1
a16c264aa3
RSS Downloader dialog cleanup
2015-09-17 18:08:12 +08:00
sledgehammer999
4642a35de7
Don't limit the number of torrents that can be announced to the tracker/dht/lsd. Closes #3473 .
2015-09-16 22:03:20 +03:00
sledgehammer999
50822a7476
Merge pull request #3071 from ppolewicz/interface_bind_fixes
...
Interface bind fixes
2015-09-16 13:04:52 -05:00
Pawel Polewicz
f108e67dcc
Call setListeningPort() when state of network interface changes ( closes qbittorrent/qBittorrent#475 , closes qbittorrent/qBittorrent#3072 )
2015-09-16 14:32:49 +02:00
Pawel Polewicz
fb22940639
Small refactor in Session::setListeningPort()
2015-09-16 14:32:49 +02:00
ngosang
9c7bb08a03
Automatically add trackers to new downloads.
2015-09-16 11:43:57 +02:00
sledgehammer999
b4680e82b7
Merge pull request #3765 from jsayol/patch-1
...
Allow adding torrent link from Torcache
2015-09-15 18:52:53 -05:00
sledgehammer999
cbf683878a
Show current label in the torrent context menu. Closes #3776 .
2015-09-16 02:43:48 +03:00
Josep Sayol
fd5d3d0a48
Allow adding torrent link from Torcache
...
Recent changes in Torcache prevent adding (or drag-and-dropping) a torrent link into qBittorrent. Modifying DownloadManager to always spoof the HTTP Referer header to the file itself being downloaded solves this.
2015-09-16 05:08:53 +07:00
sledgehammer999
5cb022c7b1
Merge pull request #3736 from Chocobo1/option
...
Cleanup in options_imp
2015-09-15 17:03:45 -05:00
sledgehammer999
145950e766
Optimize text color for dark themes. Closes #3633 .
2015-09-15 23:23:49 +03:00
sledgehammer999
8bde7d45b8
Try to avoid loading a corrupted configuration file. Also log errors encountered while saving/loading the configuration. Closes #3503 .
2015-09-14 02:23:13 +03:00
Chocobo1
e0935fe14f
Follow project coding style. Issue #2192 .
2015-09-10 15:24:38 +08:00
Chocobo1
c27aa7723e
Options GUI layout cleanups: Speed Page
...
Move uTP options to it's own section
2015-09-10 15:24:38 +08:00
Casey Bodley
87b26a8dcc
webui: add save_path to /query/torrents
...
Signed-off-by: Casey Bodley <cbodley@gmail.com>
2015-09-07 16:25:07 -04:00
sledgehammer999
0b2b07e98e
Sync translations from Transifex and run lupdate.
2015-09-04 23:30:39 +03:00
sledgehammer999
581d544f61
Fix typos. Make ìTP
untranslatable. Use American variation of words. Closes #3654 .
2015-09-04 23:14:02 +03:00
sledgehammer999
aa5fbd461f
Merge pull request #3734 from ngosang/rss_sidebar
...
Fix RSS panel position not saved. Closes #3732
2015-09-04 13:53:05 -05:00
sledgehammer999
5394b77086
Merge pull request #3725 from Chocobo1/osx
...
TravisCI: build on osx
2015-09-03 03:24:27 -05:00
Chocobo1
7028c2712a
Reorder code in options_imp::loadOptions() according to GUI layout
2015-09-03 15:19:05 +08:00
Chocobo1
89be63da02
TravisCI: build on osx
2015-09-03 12:51:54 +08:00
ngosang
4f504f597d
Fix RSS panel position not saved
2015-09-03 04:45:47 +02:00
ngosang
a9e9a9c835
[Web UI] Changes in labels implementation
2015-09-03 03:16:07 +02:00
Felipe Barriga Richards
4ae2f6c33b
webui (js): feature: Added complete support for labels (add/set/reset/display/filter) #648
...
Changes:
- added list of labels on the lower-left corner
- added support to add/set/reset labels on context menu
- added support to filter torrents by label
2015-09-03 03:16:07 +02:00
Felipe Barriga Richards
76d93c23b7
webui (c++): feature: added labels support. #648
2015-09-03 03:16:07 +02:00