Commit Graph

364 Commits

Author SHA1 Message Date
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
Daniel Lee b5dabf2968 (qt) Fix filterbar trackerlist not updating when trackers change 2010-07-31 16:25:59 +00:00
Charles Kerr 52922f89f1 (trunk qt) fix icon spacing issue in Oxygen theme 2010-07-31 06:55:26 +00:00
Charles Kerr 91594e583f (trunk qt) use the system's ToolButtonStyle, and have the QActions' priorities match the GTK+ client's "is-imporant" GtkAction hints 2010-07-31 06:37:04 +00:00
Charles Kerr 344e4bedc5 (trunk) set minimum widths for the upload/download labels in the statusbar 2010-07-31 06:20:17 +00:00
Charles Kerr 5ebcdd5fc5 (trunk qt) fix minor roundoff error in speed formatter 2010-07-31 05:54:46 +00:00
Charles Kerr 48304add97 (trunk qt) fix filterbar issue reported by Lacrocivious 2010-07-31 00:03:59 +00:00
Charles Kerr e41281a997 (trunk qt) #3459 "Qt client's filterbar should be updated to match the GTK+ client's" -- fixed 2010-07-30 22:31:31 +00:00
Charles Kerr f63d475d13 (trunk qt) minor code simplification 2010-07-30 22:24:48 +00:00
Charles Kerr 729bbd292f (trunk qt) 1. fix icon sizing issue. 2. add a mechanism to get the favicon from the hostname as an alternative to passing in the full announce UR.L 2010-07-30 22:23:47 +00:00
Charles Kerr ab7fafcf42 (trunk qt) silence a spurious cerr linefeed 2010-07-30 22:22:52 +00:00
Charles Kerr 56f9f899a2 (trunk qt) fix a couple of small memory leaks detected by valgrind 2010-07-28 20:17:16 +00:00
Charles Kerr c5838c01ff (trunk qt) minor little pixel futzing 2010-07-28 19:55:56 +00:00
Charles Kerr cee744fcdd (trunk qt) "Qt client's Files list should be sortable" -- fixed 2010-07-28 18:53:25 +00:00
Charles Kerr 009d024908 (trunk qt) #3454 "sync trackers tab with GTK+ client" --
1. add "show backup trackers" togglebutton.
2. fix bug where toggling "show more" didn't take effect instantly
3. sync the "show more" preferences key with the GTK+ client
4. fix a couple of minor tracker text inconsistencies with the GTK+ client
2010-07-28 14:43:47 +00:00
Charles Kerr e6bafdf26b (trunk) #3045 "size units" -- sync the default units in all the apps s.t. they're consistent with each other 2010-07-28 00:31:11 +00:00
Charles Kerr 914af1c9f8 (trunk Qt) sync the "trackers" tab with the GTK+ client and more. 2010-07-27 19:43:32 +00:00
Charles Kerr f9db0755c0 (trunk qt) fix undefined uint64_t build error on F13 2010-07-26 00:22:07 +00:00
Charles Kerr 865095ecfb (trunk qt) sync compact mode's keyboard shortcut with the GTK+ client's 2010-07-25 22:52:39 +00:00
Charles Kerr bc26576355 (trunk qt) sync the compact view's progressbar with the GTK+ client's 2010-07-25 22:14:13 +00:00
Charles Kerr 9380d29280 (trunk qt) if the server doesn't have a favicon, don't keep retrying for one 2010-07-25 20:38:44 +00:00
Charles Kerr 7ae565ccdf (trunk qt) silence a few compiler warnings 2010-07-25 20:36:33 +00:00
Charles Kerr b00b147e03 (trunk qt) readability changes to the favicon cache 2010-07-25 17:42:43 +00:00
Charles Kerr 8034e06cf2 (trunk qt) add code for a favicon cache -- it even shares the GTK+ client's favicon cache directory. :) This isn't plugged in anywhere yet, but will be useful when the filterbar and trackers tab are synced with the GTK+ client. 2010-07-25 17:16:03 +00:00
Charles Kerr 12feea7c42 (trunk qt) use the unicode up/down arrows as in the GTK+ client 2010-07-24 23:51:02 +00:00
Charles Kerr 6692699072 (trunk qt) #2560 "idle seeding time limit" -- Qt support 2010-07-24 04:14:43 +00:00
Charles Kerr 3655047e85 (trunk) #2560: rename "inactive limit" to "idle limit". Add support in GTK+ client and preliminary support to Qt client 2010-07-24 02:57:39 +00:00
Charles Kerr e5ed55808e (trunk qt) use the GTK+ client's compact mode 2010-07-24 02:43:06 +00:00
Charles Kerr 52c04a0d06 (trunk) some units formatter cleanup. 2010-07-09 20:53:38 +00:00
Charles Kerr 2528bfe2a3 (trunk qt) ensure that units are i18nized in the Qt client. Update the Qt translation files. 2010-07-07 00:30:42 +00:00
Charles Kerr 610061f79a (trunk T) #3045 "units" -- modify the formatter functions based on feedback from BMW 2010-07-06 20:25:54 +00:00
Charles Kerr cc66971d45 (trunk qt) silence a compiler warning in yesterday's SqueezeLabel commit 2010-07-06 15:59:35 +00:00
Charles Kerr ee729b2642 (trunk svn) #3398 "fix compilation with QT < 4.5" -- fixed 2010-07-06 15:52:32 +00:00
Charles Kerr ee725c7453 (trunk qt) #3393 "SqueezeLabel implementation eats CPU" -- fixed 2010-07-05 18:29:40 +00:00
Charles Kerr 6e5af03d78 (trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings 2010-07-04 06:07:21 +00:00
Daniel Lee 62b53b3e10 (qt) fix a potential crash in the tracker display 2010-07-03 19:34:36 +00:00
Daniel Lee a782d7849e (qt) delete multiple trackers at once 2010-07-03 03:46:14 +00:00
Charles Kerr bb92d05860 (trunk) rename the Qt client's "Units" class as "Formatter" 2010-07-03 01:10:36 +00:00
Charles Kerr cdcc4705aa (trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while. 2010-07-03 00:25:22 +00:00
Charles Kerr 16c0e9afcc (trunk qt) sync the Preference dialog's "Torrents" tab's section names ("Adding", "Downloading", "Seeding") with the GTK+ client's. 2010-07-01 16:15:08 +00:00
Daniel Lee c8408b755f (qt) #3362:Edit trackers in transmission-qt 2010-06-30 05:55:46 +00:00
Daniel Lee 45b0c1d858 update transmission-qt README 2010-06-27 20:19:40 +00:00
Daniel Lee b6fa7df0f6 (qt) install manpage added in r10882 2010-06-26 21:42:50 +00:00
Charles Kerr 0bfc4b0207 (trunk) add transmission-qt manpage 2010-06-26 20:17:20 +00:00
Daniel Lee f22eac4709 (qt) #3286:Use flagStr in the status field of the peer list 2010-06-26 17:48:27 +00:00
Charles Kerr 4094dc2544 (trunk qt) sync the Qt client's statusbar with the GTK+ client's wrt #3344 and #2793 2010-06-25 21:04:33 +00:00
Charles Kerr 5baab746c6 (trunk) #3332 "cannot run multiple qtr instances" -- fixed 2010-06-25 03:53:53 +00:00
Daniel Lee 02429724c6 (qt) Change default peer sort order to peer address 2010-06-24 16:11:02 +00:00
Daniel Lee bbe9e9843a #3298:Prettier formating of percentages 2010-06-22 22:30:58 +00:00
Charles Kerr 1d63aa4cda (trunk) add tr_formatter_size() and tr_formatter_speed() so that all the client apps don't have to reinvent the wheel 2010-06-22 04:34:16 +00:00
Daniel Lee 5701ac82e0 (qt) keep the size display the same as the gtk client 2010-06-22 00:34:24 +00:00
Charles Kerr 5ad7ed550f (trunk) more win32 fixes from rb07 in #3311 2010-06-22 00:12:52 +00:00
Charles Kerr 3e6705db15 (trunk) #3301 ".desktop file for transmission-qt" -- added to trunk for 2.10 2010-06-21 22:09:15 +00:00
Daniel Lee 3a8809e38f (qt) #3313:Long orign label can make torrent properites window arbitrarily wide 2010-06-18 07:34:37 +00:00
Daniel Lee fab8e5e691 (qt) #3312:Error in r10722 (fix for #3255) 2010-06-18 04:22:39 +00:00
Daniel Lee 14cfd0fac0 (qt) #3268:Within each session, each torrent added presents options dialog for that and all previous torrents added in that sesssion 2010-06-17 05:56:48 +00:00
Daniel Lee 0988fd3ead (qt) #3299:Enabled setting encryption preference 2010-06-17 02:50:50 +00:00
Daniel Lee d3c4c1ec16 (qt) fix oversight in r10771 2010-06-16 06:34:45 +00:00
Daniel Lee 7e535bc227 (qt) #3269: When changing session source we should request a full refresh right away
r10770 is actually for #3282: After removing a torrent list jumps to the very top
2010-06-16 03:11:10 +00:00
Daniel Lee 7f8db1f3c2 (qt) #3290: Ratio goal of a torrent in torrent list is sessions default until opening that torrent's properties 2010-06-16 03:03:24 +00:00
Daniel Lee 0bc8314809 (qt) #3277: Crash after getting magnet torrent metadata 2010-06-16 03:02:17 +00:00
Daniel Lee c944af72eb (qt) #3269: When changing session source we should request a full refresh right away 2010-06-16 03:01:09 +00:00
Daniel Lee 32a4f1df10 (qt) #3147: qtr delayed to connect to remote session automatically 2010-06-16 02:58:44 +00:00
Daniel Lee c19f73f77e (qt) #3275: Seed ratio limit and ratio limit enabled are currently not pulled from a remote session 2010-06-08 17:37:29 +00:00
Daniel Lee 7b70d91e8f (qt) #3277 wasn't completely fixed, consider this a hack until a better solution presents itself 2010-06-05 20:44:11 +00:00
Charles Kerr 928e2105f3 (trunk qt) #3265 "-v --version command line doesn't quit transmission" -- call ::exit(0) instead of exit(0). d'oh! 2010-06-05 10:59:24 +00:00
Charles Kerr e6aea2b29e (trunk Qt) #3266 "statusbar different from gtk client" -- pass Longinus00's patch through to trunk as-is 2010-06-05 10:47:41 +00:00
Daniel Lee e78701ab15 (qt) don't need -lrt for build 2010-06-05 00:58:11 +00:00
Daniel Lee 076eca895f (qt) typo caused some command line options to not work 2010-06-05 00:02:20 +00:00
Daniel Lee a15888105c (qt) use already defined values in utils 2010-06-04 23:33:09 +00:00
Daniel Lee 16dc284185 (qt) Comment out debug message 2010-06-04 01:41:47 +00:00
Daniel Lee 832d055ab3 (qt) #3255: Don't use filebrowser in remote sessions 2010-06-04 01:00:27 +00:00
Daniel Lee b4cee64ec9 (qt) #3257: Ratio can go below 0 when examining multiple torrents 2010-06-03 23:39:31 +00:00
Daniel Lee c58ad98852 (qt) Make the comment box expand downward 2010-06-03 23:22:14 +00:00
Charles Kerr 2f56196206 (trunk) add "filename" arg to the dbus message when passing a .torrent from one instance of Transmission to another 2010-06-03 19:53:01 +00:00
Daniel Lee 6963f3dc93 (qt) fix partial seeds showing 100% downloaded 2010-05-31 15:30:44 +00:00
Daniel Lee ad5acbab95 (qt) Fix for sorting issue in ticket 3227 2010-05-26 05:03:00 +00:00
Daniel Lee 1201186128 (qt) Update qt project to use system libevent 2010-05-24 07:08:14 +00:00
Daniel Lee e6b8c2e6d4 (qt) Fix regression in file icons caused by printing filesizes in the file tree 2010-05-24 05:29:36 +00:00
Daniel Lee 06bea89970 (qt) Don't round ratio 2010-05-24 04:17:49 +00:00
Daniel Lee aec2701009 (qt) Add more file extensions to icon detection 2010-05-24 02:45:39 +00:00
Charles Kerr 0a43ed71ce (trunk qt) #3211 "ratio.png white background" -- fixed in trunk for 2.00 2010-05-16 19:31:47 +00:00
Charles Kerr 77ef2c1e0c (trunk qt) #2612 "display new transfer window when adding magnet transfer" -- implemented for Qt client 2010-05-13 23:54:32 +00:00
Charles Kerr da2ef53eeb (trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients 2010-05-08 22:42:28 +00:00
Charles Kerr 2b9ab542cb (trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery 2010-05-08 08:42:45 +00:00
Charles Kerr 01ff267a56 (trunk qt) #2050 "properties dialog changes seem to undo themselves" -- another patch from Longinus00. Seems like he should have svn write access by now... 2010-05-06 14:16:17 +00:00
Charles Kerr 4d61db45aa (trunk qt) #3060 "Local Peer Discovery protocol implementation" -- fix r10611 bug. Longinus00 found the bug and submitted a patch. 2010-05-06 13:58:04 +00:00
Charles Kerr fa17bef096 (trunk qt) #2050 "properties dialog changes seem to undo themselves" -- applied 2nd patch from Longinus00 2010-05-06 04:49:10 +00:00
Charles Kerr 91e3187d3b (trunk Qt) #2050 "Properties dialog changes seem to undo themselves" -- use patch from Longinus00 2010-05-05 09:41:14 +00:00
Charles Kerr 3473686ee2 (trunk) add LDS toggles to GTK+ client, Qt client, and transmission-remote 2010-05-01 16:23:42 +00:00
Charles Kerr ed0cf64f0a (trunk gtk,qt) adjust the opening dialog text. Using Comic Sans instead of Zapf Chancery due to creative differences with livings124 2010-05-01 02:33:44 +00:00
Charles Kerr d384b38f07 (trunk) minor transmission.h API cleanup.
1. remove tr_sessionGetActiveTorrentCount()
2. make tr_sessionCountTorrents() package-visible instead of public.
3. make tr_torrentGetActivity() private instead of public.
2010-04-29 23:08:11 +00:00
Charles Kerr 06f044680a (trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client 2010-04-28 01:26:46 +00:00
Charles Kerr 487783d1e2 (trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00 2010-04-27 03:10:32 +00:00
Charles Kerr c568aa14ea (trunk qt) #2935 "Changing the 'Keep incomplete files in' Directory" -- fixed in trunk for 2.00 2010-04-23 05:58:04 +00:00
Charles Kerr ddda0f14e8 (trunk qt) #2564 "Confirm on torrent remove" -- committed Longinus00's patch to trunk for 2.00 2010-04-23 03:58:42 +00:00
Charles Kerr 0723193fc7 (trunk qt) #3148 "command-line password argument isn't parsed correctly" -- fixed in trunk for 2.00. added backport-1.9x if/when we do 1.93. 2010-04-16 20:17:52 +00:00
Charles Kerr 967edafa63 (trunk, qt) #2962 "Qt client Crashes when Removing more than 1 Torrent" -- fixed in trunk for 2.00 w/patch from Longinus00 2010-04-15 19:15:11 +00:00
Charles Kerr eb99be2194 (trunk qt) #2782 "Cannot copy/paste hash (among other fields) from QT4 torrent properties window" -- fixed in trunk for 2.00 2010-04-10 18:42:46 +00:00
Charles Kerr 4a9f6b3cc7 (trunk qt) #3119 "Showing torrent properties can causes rearranging of torrents if sort != sortByName" -- fixed in trunk for 2.00 by Longinus00 2010-04-07 13:37:08 +00:00
Charles Kerr af09bb2853 (trunk) poke at details yet again 2010-04-06 04:54:51 +00:00
Charles Kerr 2d103039a0 (trunk qt) fix minor quirk in r10454 2010-04-06 03:15:42 +00:00
Charles Kerr da3168aa80 (trunk qt) tweak paused/stopped/finished in the details dialog 2010-04-06 03:10:48 +00:00
Charles Kerr 1efe08d34d (trunk) #1869 "New status for torrents that reached the seed ratio" -- implemented for GTK+, Qt, and transmission-remote by Longinus00's patch 2010-04-06 02:34:45 +00:00
Charles Kerr d8b4779188 (trunk qt) #3098 "tracker display broken in qt client" -- fixed in trunk for 2.00 by Longinus00's patch 2010-04-03 14:23:29 +00:00
Charles Kerr 4ddb13df77 (trunk qt) #3112 "Partial Seed display shows incorrect filesize" -- fixed in trunk for 2.00 with a patch from Longinus00 2010-04-03 14:04:45 +00:00
Charles Kerr a5ca4d45f1 (trunk qt) #3116 "show file sizes in the file tree" -- implemented for 2.00 by a patch from Longinus00 2010-04-03 13:56:23 +00:00
Charles Kerr b075381f64 (trunk, qt) #3094 "reopened Enhancement" -- fix r10433 typo 2010-04-01 21:55:26 +00:00
Charles Kerr 0706901e78 (trunk gtk,qt) #3094 "Show ratio goal for partial seeds" -- implemented in trunk for 2.00, based off Longinus00's patch 2010-04-01 06:08:20 +00:00
Charles Kerr b5a50de610 (trunk qt) #3095 "Don't show remaining time for paused torrents" -- fixed in trunk for 2.00 by a patch from Longinus00 2010-03-31 19:42:30 +00:00
Charles Kerr e1607c8354 (trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00 2010-03-17 19:23:03 +00:00
Charles Kerr ca4dce6f5e (trunk, qt) rename the slightly-pejorative "minimal view" as "compact view" 2010-03-15 14:42:56 +00:00
Charles Kerr 0f1c496119 (trunk, qt) #2841 "new torrents via .torrent not added in qt client" -- fixed in trunk for 1.90 2010-02-06 13:34:21 +00:00
Charles Kerr af3e64f383 (trunk qt) "Priority Selection in `Add' Window" -- implemented for Qt client 2010-02-02 07:52:57 +00:00
Charles Kerr 803225bf10 (trunk GTK+, Qt) #2645 "add torrent availability to Properties->Information" -- added for 1.90 2010-02-02 05:34:26 +00:00
Charles Kerr 92f67263ee (trunk, libT) #2844 "add able to disable '.part' suffix for incomplete files" -- added to GTK+ and Qt clients and to RPC spec for 1.90 2010-02-01 04:43:10 +00:00
Charles Kerr 182cbb8b90 (trunk) one of the less-interesting commits in a while: remove trailing spaces from lines 2010-01-05 23:47:50 +00:00
Charles Kerr 5c26afdb52 happy new year! 2010-01-04 21:00:47 +00:00
Charles Kerr 4d9912fcb1 (trunk qt) fix qt build broken by r9719; error reported by Lacrocivious 2009-12-12 15:38:14 +00:00