Commit Graph

282 Commits

Author SHA1 Message Date
Charles Kerr 889e2c0ca0 (trunk qt) #3738 "make file download flag and priority setting settable via the keyboard" -- done. 2010-11-13 22:07:19 +00:00
Charles Kerr ffe54a20ed (trunk) #3698 "creation date of magnet links are set before the epoch." -- fixed. 2010-11-08 19:16:03 +00:00
Charles Kerr 4aa9ace6fa (trunk qt) #3688 "remove proxy support" -- removed from Qt client. 2010-11-02 01:24:08 +00:00
Charles Kerr 92620b72b0 (trunk) #3697 "make blocklist URL configurable" -- implemented in GTK+, Qt, and RPC 2010-10-31 17:16:12 +00:00
Charles Kerr 38e576a77c (trunk) #3650 "Link transmission-qt with libz explicitly" -- fixed. 2010-10-19 21:09:38 +00:00
Charles Kerr 4b70747592 (trunk qt) #3627 "off-by-one in FileTreeView causes potential invalid memory read / crash" -- fixed. 2010-10-13 00:43:54 +00:00
Daniel Lee 0b7d2b25a1 (qt) #3593:rpc authetication setting broken in qt client 2010-10-02 15:18:07 +00:00
Charles Kerr 56e90f1457 (trunk) more "svn propset" tweaks for $Id$ 2010-10-01 20:22:51 +00:00
Charles Kerr 80f69ee7d3 (trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this 2010-10-01 13:33:39 +00:00
Charles Kerr d57ba48775 (trunk) #3577 -- replace gear icon for GTK+, Qt clients 2010-09-24 15:22:53 +00:00
Daniel Lee fe31e1a515 (trunk) #3574:Potential crash in tracker view when changing options 2010-09-22 02:22:03 +00:00
Charles Kerr fc9c880ed9 (trunk Qt) update Russian i18n 2010-09-20 20:40:40 +00:00
Charles Kerr f31186656c (trunk qt) silence a couple of gcc warnings by adding reasonable defaults at the bottom of a switch statement in case bad tr_ratiolimits or FilterModes get used in the switch 2010-09-20 13:46:08 +00:00
Charles Kerr 71d0b05524 (trunk qt,gtk) #3549 "torrent properties window doesn't fix netbook screen" -- merge the "Uploaded" and "Ratio" rows to save a little vertical space 2010-09-19 17:33:25 +00:00
Daniel Lee 603937184b (qt) Don't lose selection when changing to and from compact mode. 2010-09-18 15:51:38 +00:00
Charles Kerr bf0e84f266 (trunk) #3549 "torrent properties window does not fit netbook screen" -- fixed 2010-09-17 05:43:06 +00:00
Daniel Lee 8f57986784 (trunk) don't display "Got a list of 0 peers" for currently paused torrents 2010-09-16 02:00:54 +00:00
Daniel Lee ac53f4792f switch trackerRemove and trackerReplace rpc calls to use tracker id instead of announce urls as identifiers 2010-09-14 06:23:48 +00:00
Daniel Lee 0046f49fb5 fix last activity display in qt client 2010-09-14 04:08:24 +00:00
Daniel Lee fb76d9dc59 (qt) missing colon in progresString 2010-09-08 01:09:52 +00:00
Charles Kerr 37928bbc5a remove sort-by-tracker from the Qt client 2010-09-06 00:19:37 +00:00
Charles Kerr c86b87a511 (trunk) revert the RPC behavior of rateUpload, rateDownload, rateToClient, and rateToPeer as discussed with Longinus00 2010-09-03 04:30:43 +00:00
Daniel Lee 1fbdc6b7c5 (qt) set an initial value for QDoubleSpinBox in the prefs dialog 2010-08-22 16:45:29 +00:00
Charles Kerr c01c18b46b (trunk) make --version/-V behave the same in the other apps too 2010-08-09 00:18:26 +00:00
Charles Kerr 36325f7a2f (trunk qt) #3497 "Trackerlist not cleared/disabled when torrent selection cleared" -- fixed. 2010-08-08 23:21:19 +00:00
Charles Kerr 9d644f98cd (trunk qt) set the step values for the properties dialog's spinboxes 2010-08-07 01:38:50 +00:00
Charles Kerr a052a0e4c2 (trunk qt) annoy Lacrocivious by removing the unused dancing hula girls icon from the Qt client's resource file 2010-08-06 20:27:52 +00:00
Charles Kerr 3073cc00bd (trunk qt) bump Qt prerequisite from 4.4 to 4.6 2010-08-06 20:23:32 +00:00
Charles Kerr 065ef5a339 (trunk qt) now that 4.6 has a standard call QIcon::fromTheme(), we can drop the third-party qticonloader code 2010-08-06 20:21:35 +00:00
Charles Kerr 711fb98126 (trunk qt) fix bug passing magnet links & urls via DBUS. reported by rb07 in the forums. 2010-08-06 14:50:57 +00:00
Charles Kerr 0e03b5e287 (trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm> to shrink 'em down 2010-08-06 07:51:24 +00:00
Charles Kerr 0f9e1d0aa0 (trunk qt) when the main window is resized to be narrow, use the layout space more wisely in the statusbar 2010-08-06 05:57:41 +00:00
Charles Kerr 4e30aad464 (trunk qt) #3489 "Qt client should have up/down speeds in the tray icon's tooltip" -- fixed 2010-08-05 15:01:40 +00:00
Charles Kerr 4cc11e47ee (trunk) synchronize the "see also" sections of the manpages 2010-08-04 23:17:49 +00:00
Charles Kerr 515ac1be36 (trunk qt) #3482 "Handle common user errors when adding an existing torrent" -- fixed 2010-08-04 16:25:30 +00:00
Charles Kerr d4f97143cd (trunk qt) #3481 "crash when accessing a remote session that's password protected" -- fixed 2010-08-04 13:56:52 +00:00
Charles Kerr dcea7e5783 (trunk qt) in the "building transmission-qt" section, add links to the building-on-windows and building-on-os-x wiki pages 2010-08-03 02:01:10 +00:00
Charles Kerr 5182600179 (trunk) add drag-and-drop support to the "create new torrent" dialogs in the Qt and GTK+ clients 2010-08-02 20:55:11 +00:00
Charles Kerr cba88707f9 (trunk qt) minor cleanup in the delegate code 2010-08-02 18:31:27 +00:00
Charles Kerr 6f864ed3fc (trunk qt) #2050 "properties dialog changes seem to undo themselves" -- better fix 2010-08-02 16:30:24 +00:00
Charles Kerr 5aa04d83ef (trunk) sync some more GTK+ and Qt strings 2010-08-02 16:29:23 +00:00
Charles Kerr fb03acbbc2 (trunk) consistency tweaks between the GTK+ and Qt client:
1. synchronize some of the keyboard shortcuts
2. synchronize some text in the preferences dialog
3. add a "Desktop" tab in the Qt client's preferences dialog
4. add a "Donate" button to the Qt client's help menu
2010-08-02 03:07:42 +00:00
Charles Kerr 1477c8909f (trunk qt) synchronize the copyright notices 2010-08-01 20:36:13 +00:00
Charles Kerr f9d741c9c1 (trunk qt) #3470 "Add a bit of spacing to Qt Client's filterbar" -- experimental fix 2010-08-01 19:56:42 +00:00
Charles Kerr 3fa4865863 (trunk) #3450 "regression: Qt client dbus support broken" -- fixed 2010-08-01 18:55:04 +00:00
Daniel Lee ff23406f38 (trunk) #3471:Add 'finished' to filterbar 2010-08-01 17:43:35 +00:00
Charles Kerr c4cac7ae8c (trunk qt) #3469 "Qt client should have desktop notification for added torrents" -- done. 2010-08-01 15:47:42 +00:00
Charles Kerr d731848f21 (trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor 2010-08-01 15:40:52 +00:00
Charles Kerr 040bc734f8 (trunk) fix a documentation error in the RPC spec. lastAnnounceResult is a string, not an int 2010-08-01 14:51:28 +00:00
Charles Kerr ef8ffe3512 (trunk qt) #3465 "add drag-and-drop support for adding torrents/magnets" -- added. 2010-07-31 23:11:05 +00:00