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

459 commits

Author SHA1 Message Date
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) '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) '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) '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) 'file-renaming issues in Qt client': hide invisible columns in file-tree 2013-02-01 22:08:09 +00:00
Jordan Lee
085c37584e '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) : 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) '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) 'File-renaming causes QObject::startTimer error': probable fix. 2013-01-25 05:43:22 +00:00
Jordan Lee
1d63fc7d22 (qt) 'fails to create torrent with multiple trackers': patch by rb07 2013-01-24 15:34:45 +00:00
Jordan Lee
9fc5de5b57 (qt) : '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) 'spanish (LAC) translation': updated translation by rb07 2013-01-22 19:05:32 +00:00
Jordan Lee
b95040f0a2 (qt) 'request for 256x256 icon for transmission-qt': patch by krab 2013-01-22 19:00:40 +00:00
Jordan Lee
434bd6b287 (libT) '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) '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) 'change top folder names' -- add file-renaming to the Qt client 2013-01-20 01:31:58 +00:00
Jordan Lee
9d6db0da15 (qt) '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) "Incomplete update of details.cc" from rb07 2013-01-06 15:30:41 +00:00
Jordan Lee
af5572824e (qt) 'rename-partial-files preference not modified' -- fix by rb07 2013-01-04 01:59:05 +00:00
Jordan Lee
d698cfd057 (qt) : 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) 'Replace baseName() with fileName() for FULL file name' -- fixed, patch by krab 2013-01-03 03:52:15 +00:00
Jordan Lee
5cfcfd95c4 (qt) 'tray icon cancels logout in KDE' -- fixed with patch from basinilya 2013-01-01 20:02:20 +00:00
Jordan Lee
30cb347d42 (qt) extra cleanups in Utils::guessMimeIcon() from rb07 2012-12-31 22:43:29 +00:00
Jordan Lee
f9f304e51c (trunk qt) 'mp4, mkv files are not shown with the video-x-generic icon' -- fixed. 2012-12-31 05:01:28 +00:00
Jordan Lee
b7949bb49a (trunk, qt) make the network status icon's tooltip a little more accurate / useful 2012-12-31 02:47:09 +00:00
Jordan Lee
59d1d58d0f oops, I didn't mean to commit these debugging cerr's 2012-12-30 22:53:33 +00:00
Jordan Lee
84c5be5a77 (trunk, qt) 'start minimized to tray option' -- added. 2012-12-30 22:51:55 +00:00
Jordan Lee
a79563858e (trunk qt) 'syntax error in transmission-qt.desktop' -- fixed with patch from kalev. 2012-12-30 22:31:38 +00:00