1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-19 18:25:38 +00:00
Commit graph

613 commits

Author SHA1 Message Date
Jordan Lee
cd09204a6e (trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations. 2013-02-09 04:05:03 +00:00
Jordan Lee
716a2f2c5c (qt) experiment with making the statusbar's speed/ratio, the desktop icon's tooltip, and the delegate's shortTransferString() all behave the same wrt when to show which transfer speeds 2013-02-07 21:07:16 +00:00
Jordan Lee
51c1daeb9a (qt) #5277 'queue operation regression in nightlies': fixed. 2013-02-06 18:27:47 +00:00
Jordan Lee
47f2192b2d (qt) in the statusbar, use the same upload/download symbols as in the torrent list 2013-02-05 23:05:26 +00:00
Jordan Lee
5ae75bfced (qt) copyediting: whitespace/indentation 2013-02-03 19:40:20 +00:00
Jordan Lee
7f8415d59e (qt) copyediting: whitespace/indentation 2013-02-03 19:13:04 +00:00
Jordan Lee
95541c4ebe (qt) #5270 'Details > Comment field loses selection': fixed 2013-02-03 18:36:10 +00:00
Jordan Lee
5dab28ee9c (qt) plug a handful of minor memory leaks 2013-02-03 12:31:44 +00:00
Jordan Lee
27b7651c9d (qt) #4076 'free space indicator': try a different approach to the visible torrent count 2013-02-02 22:29:14 +00:00
Jordan Lee
f8cae213db (qt) remove console messages that were committed in r13930 2013-02-02 03:51:10 +00:00
Jordan Lee
bb0bdc6f7e (qt) #5252 'file-renaming issues in Qt client': fix renaming flicker error reported by rb07 2013-02-01 22:40:08 +00:00
Jordan Lee
e12890e78e (qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree 2013-02-01 22:08:09 +00:00
Jordan Lee
085c37584e #4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace labels to give more context of what the number means 2013-02-01 21:02:40 +00:00
Jordan Lee
16d46a72a1 in the Qt and GTK+ clients, move the torrent count indicator from the statusbar to the filterbar 2013-02-01 20:58:55 +00:00
Jordan Lee
90619423ff silence unnecessary warning 2013-01-30 00:23:32 +00:00
Jordan Lee
20fe66bccf more experimentation with the shortTransferString 2013-01-30 00:22:52 +00:00
Jordan Lee
4a059b79b8 when sorting by activity and both torrents' upload and download speed is zero, use how many peers we're ready to upload to / download from as a secondary key. 2013-01-30 00:20:51 +00:00
Jordan Lee
a17d4d5e3f (qt) more futzing with file-tree 2013-01-28 18:20:20 +00:00
Jordan Lee
ea6228d81b (qt) #5252: disable file editing in the options dialog. remove keyboard shortcuts that conflicted with renaming files in file-tree.c. fix refresh issue in the file-tree when renaming files. 2013-01-28 07:01:58 +00:00
Jordan Lee
04e1463b00 (qt) remove unused Torrent field 'torrentFile' 2013-01-28 02:12:07 +00:00
Jordan Lee
1d3bf93618 synchronize the Qt and GTK+ client's statusbars, including the new freespace indicator. Make the up/down speed ordering consistent between statusbar and torrent list. 2013-01-27 23:05:47 +00:00
Jordan Lee
779049bf1b (qt) when changing the session's download dir, call session-get to update the freespace value 2013-01-27 21:02:04 +00:00
Jordan Lee
282ef8adfd use 'folder' instead of 'directory' in the freespace tooltips 2013-01-27 18:48:59 +00:00
Jordan Lee
3e7ef0c4dd copyediting: modify more files to the new indentation/whitespace formatting 2013-01-27 18:09:49 +00:00
Jordan Lee
895f86e0fb (qt) #4076 'free space indicator' -- added. 2013-01-27 17:19:51 +00:00
Jordan Lee
6123bb5359 (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-26 01:19:54 +00:00
Jordan Lee
f75027d5e9 make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive 2013-01-25 23:34:20 +00:00
Jordan Lee
5af4abfc82 (qt) copyediting: modify more files to the new indentation/whitespace formatting 2013-01-25 18:54:06 +00:00
Jordan Lee
4356ade034 modify more files to the new indentation/whitespace formatting 2013-01-25 18:37:11 +00:00
Jordan Lee
1bedf94240 (qt) #5252 'File-renaming causes QObject::startTimer error': probable fix. 2013-01-25 05:43:22 +00:00
Jordan Lee
1d63fc7d22 (qt) #5248 'fails to create torrent with multiple trackers': patch by rb07 2013-01-24 15:34:45 +00:00
Jordan Lee
9fc5de5b57 (qt) #1220: 'change file and folder names': fix Qt renaming issue reported by taem in https://trac.transmissionbt.com/ticket/1220#comment:97 2013-01-23 20:44:13 +00:00
Jordan Lee
7b422186a2 (qt) #3765 'spanish (LAC) translation': updated translation by rb07 2013-01-22 19:05:32 +00:00
Jordan Lee
b95040f0a2 (qt) #4917 'request for 256x256 icon for transmission-qt': patch by krab 2013-01-22 19:00:40 +00:00
Jordan Lee
434bd6b287 (libT) #1220 'change top folder names' -- when the root file/folder is changed, update tr_info.name too. 2013-01-22 00:25:42 +00:00
Jordan Lee
2262c7c565 (qt) #5239 'client should have the option to play a sound when the download completes' -- use QApplication::beep() on OS X and Mac. Patch by rb07 2013-01-21 21:48:52 +00:00
Jordan Lee
b42a7ebdc3 (qt) Qt client should have the option to play a sound when the download completes, as the Mac and GTK+ clients do -- implemented. 2013-01-20 23:57:09 +00:00
Jordan Lee
dd955b121e (trunk) #1220 'change top folder names' -- add file-renaming to the Qt client 2013-01-20 01:31:58 +00:00
Jordan Lee
9d6db0da15 (qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07 2013-01-17 18:11:55 +00:00
Jordan Lee
c385a1559f re-sync the GTK+ and Qt clients' prefs dialogs. 2013-01-16 21:42:03 +00:00
Jordan Lee
c4276d832e Tweak the text of the First Time User legal dialog. 2013-01-16 20:55:08 +00:00
Jordan Lee
d4242140be this should have been included in the previous commit. :/ 2013-01-15 21:59:04 +00:00
Jordan Lee
a3c184c521 (qt) #5213 "Incomplete update of details.cc" from rb07 2013-01-06 15:30:41 +00:00
Jordan Lee
af5572824e (qt) #5770 'rename-partial-files preference not modified' -- fix by rb07 2013-01-04 01:59:05 +00:00
Jordan Lee
d698cfd057 (qt) #5208: refinement to r13734 as suggested by rb07. 2013-01-03 18:56:39 +00:00
Jordan Lee
08187ef984 (qt) tweak the network status icon's tooltip again. This is a followup to r13727 2013-01-03 04:21:45 +00:00
Jordan Lee
69987484fe (qt) #5208 'Replace baseName() with fileName() for FULL file name' -- fixed, patch by krab 2013-01-03 03:52:15 +00:00
Jordan Lee
5cfcfd95c4 (qt) #5206 'tray icon cancels logout in KDE' -- fixed with patch from basinilya 2013-01-01 20:02:20 +00:00
Jordan Lee
30cb347d42 (qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07 2012-12-31 22:43:29 +00:00
Jordan Lee
f9f304e51c (trunk qt) #5204 'mp4, mkv files are not shown with the video-x-generic icon' -- fixed. 2012-12-31 05:01:28 +00:00