Brian Kendall
72fc903f4a
Fixed mac specific compiler errors and cleaned up Objective C code
...
Created new file src/gui/macutilities.mm, moved code from mainwindow.cpp and torrentcontentmodel.cpp that used the Objective C runtime into it and converted it to actual Objective C. Rewrote pixmapForExtension() so that it doesn't call into private Qt functions.
2017-10-23 18:12:05 +03:00
sledgehammer999
4f04992de8
Fix connection problems when a specific interface/ip is configured.
...
Closes #7235 .
Bug related to #7099 and Qt.
2017-10-23 18:12:04 +03:00
vit9696
1b147494d4
Unify preference window borders across the tabs
2017-10-23 18:12:02 +03:00
sledgehammer999
b535a0b44e
Fix calculation of 'Average time in queue' stat under libtorrent 1.1.x
2017-10-23 18:12:01 +03:00
Thomas Piccirello
6c2271584c
Use single quotes for char.
...
Use case insensitive compare.
Swap conditionals
2017-10-23 18:12:00 +03:00
Thomas Piccirello
1002b28c95
Add auto torrent management to webui context menu (addresses #6815 )
2017-10-23 18:11:54 +03:00
Chocobo1
dfded7bc9d
Add space between widgets in left side panel. Closes #7224 .
2017-10-23 02:11:55 +03:00
sledgehammer999
36fde9ede5
Error out in configure script if the proper Qt/qmake version isn't found.
...
Closes #7250 .
Partially reverts e64bb1de8c .
2017-10-23 02:11:54 +03:00
Chocobo1
6b4ac1b960
Initialize variables
...
Remove unused variable
2017-10-23 02:11:53 +03:00
Thomas Piccirello
cc141ba02f
Add option to rename torrent from WebUI
...
Addresses #6815 .
2017-10-23 02:11:52 +03:00
Vladimir Golovnev (qlassez)
8fc931a61b
Use qUtf8Printable() for logging strings
...
qDebug(), qInfo(), qWarning(), qCritical(), qFatal() expect %s arguments
to be UTF-8 encoded, while qPrintable() converts to local 8-bit encoding.
Therefore qUtf8Printable() should be used for logging strings instead of
qPrintable().
2017-10-23 02:11:51 +03:00
Vladimir Golovnev (qlassez)
0b6cf54508
Don't remove shared temp folder
...
Don't remove shared temp folder when torrent finished and moved to
its "complete" folder. Only torrents with stripped root folder
have subfolder in temp folder so they should remove it.
2017-10-23 02:11:50 +03:00
sledgehammer999
ff12163176
Follow project coding style.
2017-10-23 02:11:49 +03:00
sledgehammer999
6a8a0bbd6b
Catch possible exceptions when parsing IPs. Closes #7249 .
2017-10-23 02:11:47 +03:00
sledgehammer999
f8ebffac65
Use dpiawareness=1 on Windows. Closes #5393 .
2017-10-23 02:11:46 +03:00
Vladimir Golovnev (qlassez)
e58f4c0bdf
Remove legacy RSS settings after converting
...
Closes #7226 .
2017-10-23 02:11:45 +03:00
thalieht
f450ff278d
Remove indentation for category/tag filter widgets in all platforms
2017-10-23 02:11:44 +03:00
Chocobo1
566fd893f4
Prefill torrent name when creating a new torrent. Closes #7229 .
2017-10-23 02:11:43 +03:00
sledgehammer999
30ab46999c
Fix explicit Torrent Management Mode in Add New Torrent dialog. Closes #5602 .
2017-10-23 02:11:35 +03:00
sledgehammer999
0320f9d5b5
Update Changelog.
2017-08-07 08:55:30 +03:00
sledgehammer999
ad7c9ed123
Bump to 3.4.0beta
2017-08-07 08:40:22 +03:00
sledgehammer999
25acdba344
Sync translations from Transifex and run lupdate.
2017-08-07 08:38:09 +03:00
Chocobo1
786059802b
Correctly handle translation
...
Fixup of 07a85a1018
2017-08-07 08:27:09 +03:00
Chocobo1
0ae708114b
Move "Copy hash" menu item above "Copy magnet link"
...
Fix wrong "Copy hash" icon used in webUI
Fixup of 145641ac41
2017-08-07 08:27:08 +03:00
vit9696
fbeaabb841
Fix file type icons not displaying on macOS
2017-08-07 08:27:07 +03:00
Tom Piccirello
98bef605a7
Set torrent location from webui context menu (addresses #6815 ) ( #7062 )
...
* Add option to set torrent location from webui context menu (addresses #6815 )
* Update debug messages
* Use logger
* Remove redundant curly braces
* Remove message
* Use log message from transferlistwidget
* Use QDir
* Remove unused import
* Check if newLocation is an empty string
2017-08-07 08:27:05 +03:00
Tom Piccirello
37a0e48b46
Add copy options to webui context menu (addresses #6815 ) ( #7036 )
...
* Add copy options to webui context menu
Add Copy Hash to gui (closes #6964 )
* Use switch statement
* Use camel case, switch from signal to qaction.
* Rename variable
* Change variable name
2017-08-07 08:27:04 +03:00
sledgehammer999
fea1a66aba
Fix some more strings.
2017-08-07 08:27:03 +03:00
Allan Nordhøy
0ffdb51f95
display, URLs, esc '
2017-08-07 08:27:01 +03:00
Vladimir Golovnev (qlassez)
4e596629fd
Don't replace existing files when relocating torrent
2017-08-07 08:27:00 +03:00
Vladimir Golovnev (qlassez)
61281dd226
Don't remove shared temp folder
2017-08-07 08:26:59 +03:00
Vladimir Golovnev (Glassez)
61d1f2180f
Don't create subfolder inside temp folder
2017-08-07 08:26:58 +03:00
vlakoff
3bcf941205
Windows installer: also detect running process when it is 64-bit
...
Replacing FindProcDLL with a different one that can be found here:
http://forums.winamp.com/showthread.php?t=322583#post2777719
2017-08-07 08:26:56 +03:00
Tony Gregerson
1746c9d331
Improve checkbox interface for selecting tags in the context menu. Closes #7060
2017-08-07 08:26:55 +03:00
Vladimir Golovnev (Glassez)
58c31c5353
Fix temporary subfolder isn't deleted
2017-08-07 08:26:47 +03:00
sledgehammer999
e872719ef1
Update Transifex config file.
2017-07-27 19:19:10 +03:00
sledgehammer999
dcba10f01b
Sync translations from Transifex and run lupdate.
2017-07-27 19:16:30 +03:00
Mike Tzou
5bc3b0138e
Merge pull request #7110 from Chocobo1/plugin_signal
...
Fix crash when exiting qbt with search plugin update dialog open
2017-07-21 10:40:54 +08:00
sledgehammer999
1aa3c69916
Merge pull request #7122 from vit9696/uifix
...
Fix main menu item location on macOS
2017-07-20 19:31:15 +03:00
Chocobo1
e7ee59c12f
Specify context parameter in connect()
2017-07-20 13:26:36 +08:00
Chocobo1
24a69a9fe7
Fix crash when exiting qbt with search plugin dialog open
...
Avoid emitting signal in destructor
2017-07-20 13:26:36 +08:00
vit9696
7b4316ea8f
Fix main menu item location on macOS
2017-07-19 23:48:42 +03:00
sledgehammer999
802cd89ec9
Bump API_VERSION and API_VERSION_MIN to 15.
2017-07-18 22:38:59 +03:00
sledgehammer999
aa1ddc0df2
Fix typo.
2017-07-18 03:32:06 +03:00
Tom Piccirello
11b44407af
Add Status column to webui (addresses #6815 ) ( #7032 )
...
* Add Status column to webui (addresses #6815 )
2017-07-17 14:26:52 +08:00
sledgehammer999
962e5a8f3d
Merge pull request #7106 from Chocobo1/slots
...
Fix "No such slot" errors
2017-07-16 12:49:21 +03:00
Chocobo1
e73db85fad
Use Qt5 connect syntax
2017-07-16 15:03:25 +08:00
Chocobo1
ec16525164
Fix "QObject::connect: No such slot" errors
...
Fixup of d25467d3e6
2017-07-16 15:03:25 +08:00
Chocobo1
1f9eb594e7
Trim whitespaces
2017-07-16 11:47:53 +08:00
sledgehammer999
c964f0c490
Merge pull request #6952 from vit9696/master
...
Various macOS UI improvements
2017-07-15 20:51:45 +03:00