Jordan Lee
7595a7b026
#3765 : update the .es translation of transmission-qt
2011-07-20 13:07:39 +00:00
Jordan Lee
5216da50bd
(trunk qt) #4369 "Typing text into the main window's filter field causes high CPU" -- fixed.
2011-07-19 21:19:18 +00:00
Jordan Lee
2863ee49c9
(trunk gtk, qt) "It is unobvious if test port feature tests UDP port status as well" -- fixed.
2011-07-17 14:12:00 +00:00
Jordan Lee
8d254af2b8
(trunk qt) #4357 "Wrong torrent count on tracker filterbar" -- handle special case described @ https://trac.transmissionbt.com/ticket/4357#comment:5
2011-07-15 02:17:33 +00:00
Jordan Lee
d634396f98
(trunk gtk, qt) #4165 "__FD_SETSIZE impact on open-file-limit and peer-limit-global" -- cap the per-torrent and per-session peer limits at FD_SETSIZE.
2011-07-13 19:22:10 +00:00
Jordan Lee
25db229fa0
(trunk qt) #4357 "wrong torrent count on tracker filterbar" -- fixed.
2011-07-13 17:43:25 +00:00
Jordan Lee
355722ad8d
(trunk qt) fix high CPU load on startup caused by frequent updates to the u/d speed tooltips
2011-07-13 17:22:01 +00:00
Jordan Lee
5f5cc9b533
(trunk qt) #3765 "spanish translation" -- updated Spanish translation from rb07.
2011-06-30 23:27:21 +00:00
Jordan Lee
6717816c2c
(trunk qt) #4316 "Transmission 2.31 crashes (segfaults) immediately after launch" -- sync the Qt client to the changes made in r12514
2011-06-25 19:56:48 +00:00
Jordan Lee
26499dff7d
(trunk qt) #4281 "visualize seed progress, like the web client does" -- refinement from rb07 in comment:11
2011-05-29 05:05:18 +00:00
Jordan Lee
c1d5b4a7e6
(trunk, GTK+/Qt) #4281 "Visualize seed progress like the web client does" -- done, with a modified patch & suggestion from mag
2011-05-28 00:09:15 +00:00
Jordan Lee
33eb6d3f9e
(trunk) #3817 remove OS proxy integration from the GTK+ client
2011-05-27 13:36:53 +00:00
Jordan Lee
807cc6fa16
(trunk libT) #4270 "qtr / Qt Client fails to build when libutp is not available" -- fixed with patch by thomasg
2011-05-21 09:13:10 +00:00
Jordan Lee
72d9d74517
(trunk qt) #4236 "Update formatter functions to operate with signed integers" -- patch by taem
2011-05-12 20:21:27 +00:00
Jordan Lee
20655ede63
(trunk qt) sync Qt client with r12355
2011-04-15 21:46:26 +00:00
Jordan Lee
4b4f3a0efb
(trunk qt) housekeeping: tr_bool --> bool
2011-03-23 18:26:01 +00:00
Jordan Lee
eaee57d503
(trunk qt) move "#include <QFile>" from the header to the .cpp file
2011-03-23 18:22:23 +00:00
Jordan Lee
fe6665f68c
(trunk qt) #4130 "Remove -levent from qtr.pro and let pkg-config takes care of it." -- apply patch from mezz.
2011-03-18 15:15:13 +00:00
Jordan Lee
6ff85c06c8
(trunk qt) #3570 "Russian Translation" -- updated.
2011-03-07 15:05:42 +00:00
Jordan Lee
a0f59f81f7
(trunk qt) #4067 "Kazakh translation small fix" -- committed patch by taem
2011-02-26 18:27:44 +00:00
Jordan Lee
d4525b5f95
(trunk qt) #4064 "add uTP codetip to torrnet peers details in" -- done.
2011-02-26 14:02:27 +00:00
Jordan Lee
c36ee39a03
(trunk qt) fix build issue reported by taem
2011-02-24 18:05:00 +00:00
Jordan Lee
4b3046be8c
(trunk qt) #4052 "Qt Client Kazakh translation" -- added. Translation by taem.
2011-02-23 15:56:00 +00:00
Jordan Lee
6754258823
(trunk qt) #4050 "transmission-qt translations don't load under Linux" -- fixed via patch from taem
2011-02-23 02:16:16 +00:00
Jordan Lee
bd5739fc54
(trunk) fix uTP FTBFS in Wheezy, patch by taem
2011-02-19 17:58:08 +00:00
Jordan Lee
3f1b060241
(trunk T) add preliminary enable/disable toggles in daemon, gtk, and qt clients. 'preliminary' because this may be widened to a tri-state of inabled, disabled, and incoming only
2011-02-18 00:33:29 +00:00
Jordan Lee
7df7d34f6d
automake/autoconf; #includes in libtransmission
2011-02-18 00:32:19 +00:00
Jordan Lee
61d999dfdd
(trunk qt) refresh the strings for transmission-qt 2.20; updated es translation from rb07 :)
2011-02-07 22:54:18 +00:00
Jordan Lee
e24c18fcd9
(trunk qt) in the "new torrent" dialog, have the "save to" and "source folder" file dialogs be QFileDialog::DirectoryOnly rather than QFileDialog::Directory
2011-02-03 22:13:31 +00:00
Jordan Lee
2e3ccd8532
(trunk qt) #3938 "the defualt config directory isn't created by the Qt client" -- minor revision to r11755 to handle the case of custom config directories passed in via the command line.
...
transmission-daemon and transmission-gtk will create these custom config directories if they don't exist. transmission-qt should, too.
2011-01-23 18:40:29 +00:00
Jordan Lee
d38634a3f7
(trunk qt) #3938 "The default config directory isn't created by the Qt client" -- fixed.
...
Summary says it all. Patch by luksan with minor formatting changes (and, no doubt, a new bug) by me.
2011-01-23 16:55:15 +00:00
Jordan Lee
413c91f4a8
(trunk qt) #3930 - "Add URL" - auto-copy links from the clipboard
...
When opening the "Add URL" dialog, check the clipboard selection & clipboard proper to see if either contains a URL, magnet link, or info hash code. If it has any of those things, put that in the dialog's entry field as the default action. Patch by cantabile.
2011-01-21 21:51:50 +00:00
Jordan Lee
a63fdd15b4
(trunk) #3926 "use 'Open Torrent' instead of 'Add Torrent' in GTK+ and Qt clients" -- fix accelerator ambiguity.
...
Using Ctrl-O for "Open File" causes a conflict with the existing Ctrl-O for "Open Folder." The HIG-compliant shortcut wins the conflict, so "Open Folder" gets a new accelerator.
2011-01-20 20:32:28 +00:00
Jordan Lee
f22e2d537b
(trunk qt) #3926 "use 'Open Torrent' instead of 'Add Torrent' in GTK+ and Qt clients" -- sync the accelerator with the GTK+ client
2011-01-20 20:24:59 +00:00
Jordan Lee
b241c9d885
(trunk qt) #3925 "qtr.pro cleanup" -- patch from rb07 to handle libevent2 more gracefully via pkg-config
2011-01-20 20:20:14 +00:00
Jordan Lee
475c45abe0
(trunk qt) #3926 "use "Open Torrent" instead of "Add Torrent" in GTK+ and Qt clients" -- one more instance
2011-01-20 20:12:24 +00:00
Jordan Lee
131afcc3a4
(trunk) #3926 : use "Open Torrent" instead of "Add Torrent" in GTK+ and Qt clients -- text changed.
2011-01-20 19:48:13 +00:00
Jordan Lee
f3e1c17261
(trunk qt) #3917 "Text on QPushButton is not updated after selecting 'Torrent Done' script" -- fixed. patch by cantabile.
2011-01-19 20:33:43 +00:00
Jordan Lee
8d06a961b2
(trunk qt) #3899 "typo in qt/details.cc" -- fixed. patch by cantabile
2011-01-13 19:12:18 +00:00
Jordan Lee
2148d8f8ee
fix typo in the 'blocklist contains N rules' text message
2011-01-11 15:32:22 +00:00
Jordan Lee
c7cc8301db
(trunk) update credits
2011-01-03 05:58:58 +00:00
Charles Kerr
5ccbb741b0
(trunk qt) #3863 "accept info hash in 'Add url...' dialog, not just magnet uris" -- added.
2011-01-02 23:42:46 +00:00
Charles Kerr
19c043ed84
(trunk qt) #3836 "libevent2 support" -- add a mechanism to make it easier to build the Qt client with custom installs of libevent2
2010-12-31 19:44:51 +00:00
Charles Kerr
27a1b2dc33
(trunk) one of the periodic, banal "remove-trailing-spaces from lines of source code" cleanup commits
2010-12-12 16:43:19 +00:00
Charles Kerr
465a2e7c90
(trunk) extremely minor manpage copyediting
2010-12-12 16:36:46 +00:00
Charles Kerr
b313c6f617
(trunk gtk, qt) "Show 'queued to verify' torrents in the 'verifying' filter" -- added to trunk.
2010-12-12 16:07:04 +00:00
Charles Kerr
006014edab
(trunk) #3817 "Use the OS' proxy support" -- implemented for Qt
2010-12-11 21:27:15 +00:00
Charles Kerr
edd14bd8d6
(trunk qt) #2050 "properties dialog changes seem to undo themselves" -- fixed.
2010-12-08 16:23:21 +00:00
Charles Kerr
ec0a4dd269
(trunk qt) #3814 "Crash when opening properties dialog on a torrent before all its stats have been fetched" -- fixed.
2010-12-08 15:45:43 +00:00
Charles Kerr
3f9b6a3aaa
(trunk qt) #3772 "users' changes in the Preferences and Properties dialog get applied before they're done editing" -- fixed.
2010-12-04 00:19:52 +00:00