]> granicus.if.org Git - transmission/log
transmission
11 years agoremove two dictionary subscripts
Mitchell Livingston [Sat, 26 Jan 2013 19:46:42 +0000 (19:46 +0000)]
remove two dictionary subscripts

11 years agodon't access NSArrays using subscripts, since that requires the modern runtime
Mitchell Livingston [Sat, 26 Jan 2013 19:42:41 +0000 (19:42 +0000)]
don't access NSArrays using subscripts, since that requires the modern runtime

11 years agoupdate Mac code for logging changes in r13868
Mitchell Livingston [Sat, 26 Jan 2013 19:17:58 +0000 (19:17 +0000)]
update Mac code for logging changes in r13868

11 years ago(qt) copyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Sat, 26 Jan 2013 01:19:54 +0000 (01:19 +0000)]
(qt) copyediting: modify more files to the new indentation/whitespace formatting

11 years agomake all the log functions/structs/enums use a single 'tr_log' namespace, such as...
Jordan Lee [Fri, 25 Jan 2013 23:34:20 +0000 (23:34 +0000)]
make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive

11 years ago(qt) copyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Fri, 25 Jan 2013 18:54:06 +0000 (18:54 +0000)]
(qt) copyediting: modify more files to the new indentation/whitespace formatting

11 years agomodify more files to the new indentation/whitespace formatting
Jordan Lee [Fri, 25 Jan 2013 18:37:11 +0000 (18:37 +0000)]
modify more files to the new indentation/whitespace formatting

11 years agocopyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Fri, 25 Jan 2013 06:01:45 +0000 (06:01 +0000)]
copyediting: modify more files to the new indentation/whitespace formatting

11 years ago(qt) #5252 'File-renaming causes QObject::startTimer error': probable fix.
Jordan Lee [Fri, 25 Jan 2013 05:43:22 +0000 (05:43 +0000)]
(qt) #5252 'File-renaming causes QObject::startTimer error': probable fix.

11 years ago(libT) copyediting: modify more files to the new indentation/whitespace formatting
Jordan Lee [Thu, 24 Jan 2013 23:59:52 +0000 (23:59 +0000)]
(libT) copyediting: modify more files to the new indentation/whitespace formatting

11 years agobump NEWS
Jordan Lee [Thu, 24 Jan 2013 16:35:43 +0000 (16:35 +0000)]
bump NEWS

11 years ago(libT) #5249 'error parsing json in some locales': fix the bug; the new locale unit...
Jordan Lee [Thu, 24 Jan 2013 16:33:49 +0000 (16:33 +0000)]
(libT) #5249 'error parsing json in some locales': fix the bug; the new locale unit tests in json-test pass now

11 years ago(libT) #5249 'error parsing json in some locales': add unit tests to test for this...
Jordan Lee [Thu, 24 Jan 2013 16:04:09 +0000 (16:04 +0000)]
(libT) #5249 'error parsing json in some locales': add unit tests to test for this bug.

11 years ago(qt) #5248 'fails to create torrent with multiple trackers': patch by rb07
Jordan Lee [Thu, 24 Jan 2013 15:34:45 +0000 (15:34 +0000)]
(qt) #5248 'fails to create torrent with multiple trackers': patch by rb07

11 years ago(libT) unroll decode_hex_string()
Jordan Lee [Thu, 24 Jan 2013 00:53:37 +0000 (00:53 +0000)]
(libT) unroll decode_hex_string()

11 years ago(libT) #1220 'change file and folder names': finish cleaning up the unit test for...
Jordan Lee [Wed, 23 Jan 2013 22:53:58 +0000 (22:53 +0000)]
(libT) #1220 'change file and folder names': finish cleaning up the unit test for calling tr_torrentRenamePath() on an incomplete torrent with .part files

11 years ago(libT) rename-test tracers
Jordan Lee [Wed, 23 Jan 2013 22:43:16 +0000 (22:43 +0000)]
(libT) rename-test tracers

11 years ago(libT) rename-test tracers
Jordan Lee [Wed, 23 Jan 2013 22:30:23 +0000 (22:30 +0000)]
(libT) rename-test tracers

11 years ago(libT) rename-test tracers
Jordan Lee [Wed, 23 Jan 2013 22:20:37 +0000 (22:20 +0000)]
(libT) rename-test tracers

11 years ago(libT) more hacking on the rename + .part unit test
Jordan Lee [Wed, 23 Jan 2013 22:10:40 +0000 (22:10 +0000)]
(libT) more hacking on the rename + .part unit test

11 years ago(libT) fix red herring issue that tr_mkdirp() was setting errno even if the call...
Jordan Lee [Wed, 23 Jan 2013 21:28:35 +0000 (21:28 +0000)]
(libT) fix red herring issue that tr_mkdirp() was setting errno even if the call succeeded. Add tests to confirm the fix.

11 years agocontinuation of previous commit to find out why Jenkins doesn't like the new rename...
Jordan Lee [Wed, 23 Jan 2013 20:59:20 +0000 (20:59 +0000)]
continuation of previous commit to find out why Jenkins doesn't like the new rename unit tests

11 years agoadd temporary verbosity to the rename-test to coax log info out of Jenkins
Jordan Lee [Wed, 23 Jan 2013 20:51:55 +0000 (20:51 +0000)]
add temporary verbosity to the rename-test to coax log info out of Jenkins

11 years ago(qt) #1220: 'change file and folder names': fix Qt renaming issue reported by taem...
Jordan Lee [Wed, 23 Jan 2013 20:44:13 +0000 (20:44 +0000)]
(qt) #1220: 'change file and folder names': fix Qt renaming issue reported by taem in https://trac.transmissionbt.com/ticket/1220#comment:97

11 years ago(libT) #1220 'change file and folder names': add a unit test for the r13837 bugfix...
Jordan Lee [Wed, 23 Jan 2013 20:23:37 +0000 (20:23 +0000)]
(libT) #1220 'change file and folder names': add a unit test for the r13837 bugfix of .part files + tr_torrentRenamePath()

11 years ago(libT) replace errant snprintf() calls with tr_snprintf() calls
Jordan Lee [Wed, 23 Jan 2013 04:28:37 +0000 (04:28 +0000)]
(libT) replace errant snprintf() calls with tr_snprintf() calls

11 years agoMove the rename menu item to the File menu.
Mitchell Livingston [Wed, 23 Jan 2013 03:46:04 +0000 (03:46 +0000)]
Move the rename menu item to the File menu.

11 years agoUse tr_torrentRenamePath() instead of the removed tr_torrentRename()
Mitchell Livingston [Wed, 23 Jan 2013 03:44:47 +0000 (03:44 +0000)]
Use tr_torrentRenamePath() instead of the removed tr_torrentRename()

11 years agomention the updated 'files' and 'name' property after torrent-rename-path
Jordan Lee [Tue, 22 Jan 2013 19:49:57 +0000 (19:49 +0000)]
mention the updated 'files' and 'name' property after torrent-rename-path

11 years ago(qt) #3765 'spanish (LAC) translation': updated translation by rb07
Jordan Lee [Tue, 22 Jan 2013 19:05:32 +0000 (19:05 +0000)]
(qt) #3765 'spanish (LAC) translation': updated translation by rb07

11 years ago(transmission-cli) fix global search-and-replace damage wreaked upon the --help text...
Jordan Lee [Tue, 22 Jan 2013 19:02:13 +0000 (19:02 +0000)]
(transmission-cli) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(qt) #4917 'request for 256x256 icon for transmission-qt': patch by krab
Jordan Lee [Tue, 22 Jan 2013 19:00:40 +0000 (19:00 +0000)]
(qt) #4917 'request for 256x256 icon for transmission-qt': patch by krab

11 years ago(transmission-edit) fix global search-and-replace damage wreaked upon the --help...
Jordan Lee [Tue, 22 Jan 2013 18:59:39 +0000 (18:59 +0000)]
(transmission-edit) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(remote) fix global search-and-replace damage wreaked upon the --help text, reported...
Jordan Lee [Tue, 22 Jan 2013 18:57:01 +0000 (18:57 +0000)]
(remote) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(remote) fix global search-and-replace damage wreaked upon the --help text, reported...
Jordan Lee [Tue, 22 Jan 2013 18:56:15 +0000 (18:56 +0000)]
(remote) fix global search-and-replace damage wreaked upon the --help text, reported by Elbandi

11 years ago(libT) #1220 'change file and folder names': handle .part file suffixs
Jordan Lee [Tue, 22 Jan 2013 05:58:31 +0000 (05:58 +0000)]
(libT) #1220 'change file and folder names': handle .part file suffixs

11 years ago(libT) #1220 'change file and folder names': add unit tests for renaming a root,...
Jordan Lee [Tue, 22 Jan 2013 05:40:10 +0000 (05:40 +0000)]
(libT) #1220 'change file and folder names': add unit tests for renaming a root, then branch, then leaf in the torrent

11 years ago(libT) #1220 'change file and folder names': add a test to confirm passing tor->info...
Jordan Lee [Tue, 22 Jan 2013 05:06:38 +0000 (05:06 +0000)]
(libT) #1220 'change file and folder names': add a test to confirm passing tor->info.name as the 'oldname' argument works

11 years ago(libT) #1220 'change file and folder names': fold tr_torrentRename() into tr_torrentR...
Jordan Lee [Tue, 22 Jan 2013 04:57:45 +0000 (04:57 +0000)]
(libT) #1220 'change file and folder names': fold tr_torrentRename() into tr_torrentRenamePath(); it's not useful enough on its own to be a separate function

11 years agoWhen renaming a transfer or file, reload the proper tables.
Mitchell Livingston [Tue, 22 Jan 2013 03:54:51 +0000 (03:54 +0000)]
When renaming a transfer or file, reload the proper tables.

11 years agoadd the rename option to the main window context menu
Mitchell Livingston [Tue, 22 Jan 2013 00:50:28 +0000 (00:50 +0000)]
add the rename option to the main window context menu

11 years agouse the new rename function for the torrent, instead of the per-file function; update...
Mitchell Livingston [Tue, 22 Jan 2013 00:44:58 +0000 (00:44 +0000)]
use the new rename function for the torrent, instead of the per-file function; update the interface right away when renaming the torrent

11 years ago(libT) update the rename callback to include the previous torrent name
Mitchell Livingston [Tue, 22 Jan 2013 00:43:50 +0000 (00:43 +0000)]
(libT) update the rename callback to include the previous torrent name

11 years ago(libT) #1220 'change top folder names' -- when the root file/folder is changed, updat...
Jordan Lee [Tue, 22 Jan 2013 00:25:42 +0000 (00:25 +0000)]
(libT) #1220 'change top folder names' -- when the root file/folder is changed, update tr_info.name too.

11 years ago#1220 Initial Mac support for changing file and folder names. Not fully complete.
Mitchell Livingston [Tue, 22 Jan 2013 00:09:48 +0000 (00:09 +0000)]
#1220 Initial Mac support for changing file and folder names. Not fully complete.

11 years ago(qt) #5239 'client should have the option to play a sound when the download completes...
Jordan Lee [Mon, 21 Jan 2013 21:48:52 +0000 (21:48 +0000)]
(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

11 years ago(libT) #4632 'custom blocklist generates 2x # of rules': add a fix, which causes...
Jordan Lee [Mon, 21 Jan 2013 21:14:14 +0000 (21:14 +0000)]
(libT) #4632 'custom blocklist generates 2x # of rules': add a fix, which causes r13825's test to pass

11 years ago(libT) #4632 'custom blocklist generates 2x # of rules': add unit test (currently...
Jordan Lee [Mon, 21 Jan 2013 21:11:00 +0000 (21:11 +0000)]
(libT) #4632 'custom blocklist generates 2x # of rules': add unit test (currently failing) to test for this issue.

11 years ago(libT) copyediting: rename the internal tr_blocklist class 'tr_blocklistFile' to...
Jordan Lee [Mon, 21 Jan 2013 17:48:36 +0000 (17:48 +0000)]
(libT) copyediting: rename the internal tr_blocklist class 'tr_blocklistFile' to distinguish the private per-file API from the public, global API in libtransmission.h

11 years ago(libT) copyediting: reformat blocklist.c to the new indentation style
Jordan Lee [Mon, 21 Jan 2013 17:39:20 +0000 (17:39 +0000)]
(libT) copyediting: reformat blocklist.c to the new indentation style

11 years ago(gtk) #5190 'Add borders instead of shadow on scrolled window': fixed, patch by nagisa
Jordan Lee [Mon, 21 Jan 2013 17:05:55 +0000 (17:05 +0000)]
(gtk) #5190 'Add borders instead of shadow on scrolled window': fixed, patch by nagisa

11 years ago(gtk) remember to clear out the error pointer
Jordan Lee [Mon, 21 Jan 2013 03:18:44 +0000 (03:18 +0000)]
(gtk) remember to clear out the error pointer

11 years agobump NEWS
Jordan Lee [Mon, 21 Jan 2013 01:33:54 +0000 (01:33 +0000)]
bump NEWS

11 years ago(libT) update our jsonsl snapshot
Jordan Lee [Mon, 21 Jan 2013 01:26:59 +0000 (01:26 +0000)]
(libT) update our jsonsl snapshot

11 years ago#5238 'tr_inactvelimit in rpc-spec' -- fix obsolete documentation.
Jordan Lee [Mon, 21 Jan 2013 00:20:50 +0000 (00:20 +0000)]
#5238 'tr_inactvelimit in rpc-spec' -- fix obsolete documentation.

11 years ago(gtk) #5235 'Plural wrong in torrent-cell-renderer' -- fix with patch by RamsesDeNorre
Jordan Lee [Mon, 21 Jan 2013 00:15:21 +0000 (00:15 +0000)]
(gtk) #5235 'Plural wrong in torrent-cell-renderer' -- fix with patch by RamsesDeNorre

11 years ago(libT) #5234 'typo causing RPC session-get error in nightlies': remove the typo'ed...
Jordan Lee [Mon, 21 Jan 2013 00:11:48 +0000 (00:11 +0000)]
(libT) #5234 'typo causing RPC session-get error in nightlies': remove the typo'ed quark to avoid future confusion

11 years ago(libT) #5234 'typo causing RPC session-get error in nightlies': add a fix, which...
Jordan Lee [Mon, 21 Jan 2013 00:03:52 +0000 (00:03 +0000)]
(libT) #5234 'typo causing RPC session-get error in nightlies': add a fix, which causes r13814's test to pass

11 years ago(libT) #5234 'typo causing RPC session-get error in nightlies': add unit test (curren...
Jordan Lee [Mon, 21 Jan 2013 00:00:00 +0000 (00:00 +0000)]
(libT) #5234 'typo causing RPC session-get error in nightlies': add unit test (currently failing) to test for this issue.

11 years ago(qt) Qt client should have the option to play a sound when the download completes...
Jordan Lee [Sun, 20 Jan 2013 23:57:09 +0000 (23:57 +0000)]
(qt) Qt client should have the option to play a sound when the download completes, as the Mac and GTK+ clients do -- implemented.

11 years ago(trunk) move sandboxed session creation/teardown into libtransmission-test.[ch] so...
Jordan Lee [Sun, 20 Jan 2013 04:41:38 +0000 (04:41 +0000)]
(trunk) move sandboxed session creation/teardown into libtransmission-test.[ch] so that it can be reused as a fixture by future tests

11 years ago(gtk) silence a couple of potential GFileInfo console warnings
Jordan Lee [Sun, 20 Jan 2013 04:10:47 +0000 (04:10 +0000)]
(gtk) silence a couple of potential GFileInfo console warnings

11 years ago(trunk) #1220 'change top folder names' -- add file-renaming to the Qt client
Jordan Lee [Sun, 20 Jan 2013 01:31:58 +0000 (01:31 +0000)]
(trunk) #1220 'change top folder names' -- add file-renaming to the Qt client

11 years ago(trunk) #1220 'change top folder names' -- tweak the API documentation in transmission.h
Jordan Lee [Sat, 19 Jan 2013 08:50:57 +0000 (08:50 +0000)]
(trunk) #1220 'change top folder names' -- tweak the API documentation in transmission.h

11 years ago(trunk) #1220 'change top folder names' -- add file-renaming to the GTK+ GUI
Jordan Lee [Sat, 19 Jan 2013 08:44:23 +0000 (08:44 +0000)]
(trunk) #1220 'change top folder names' -- add file-renaming to the GTK+ GUI

11 years ago(trunk) #1220 'change top folder names' -- added support for this in libtransmission...
Jordan Lee [Sat, 19 Jan 2013 08:43:26 +0000 (08:43 +0000)]
(trunk) #1220 'change top folder names' -- added support for this in libtransmission's C and RPC APIs.

11 years agofix the build on the build Mac
Mitchell Livingston [Sat, 19 Jan 2013 05:13:00 +0000 (05:13 +0000)]
fix the build on the build Mac

11 years agoupdate the makefile for VDKQueue
Mitchell Livingston [Sat, 19 Jan 2013 05:06:51 +0000 (05:06 +0000)]
update the makefile for VDKQueue

11 years ago#5223 Use VDKQueue for watching for torrent files
Mitchell Livingston [Sat, 19 Jan 2013 05:03:00 +0000 (05:03 +0000)]
#5223 Use VDKQueue for watching for torrent files

11 years ago(libT) #5102 'don't invalidate the OS' filesystem cache when closing files -- done.
Jordan Lee [Fri, 18 Jan 2013 19:20:22 +0000 (19:20 +0000)]
(libT) #5102 'don't invalidate the OS' filesystem cache when closing files -- done.

11 years agoreduce the default peer counts: global goes from 240 to 200, per-torrent goes from...
Jordan Lee [Thu, 17 Jan 2013 20:39:16 +0000 (20:39 +0000)]
reduce the default peer counts: global goes from 240 to 200, per-torrent goes from 60 down to 50

11 years agoin getReconnectIntervalSecs(), raise the interval between reconnection attempts if...
Jordan Lee [Thu, 17 Jan 2013 20:08:21 +0000 (20:08 +0000)]
in getReconnectIntervalSecs(), raise the interval between reconnection attempts if the peer was previously unreachable

11 years ago(utils) #4137 'support user-defined piece sizes in transmission-create' -- done....
Jordan Lee [Thu, 17 Jan 2013 18:55:51 +0000 (18:55 +0000)]
(utils) #4137 'support user-defined piece sizes in transmission-create' -- done. Initial patch by lav.

11 years ago(qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07
Jordan Lee [Thu, 17 Jan 2013 18:11:55 +0000 (18:11 +0000)]
(qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07

11 years ago(libT) tweak getMaxAtomCount()
Jordan Lee [Thu, 17 Jan 2013 01:10:59 +0000 (01:10 +0000)]
(libT) tweak getMaxAtomCount()

11 years ago(gtk) silence a g_object_unref() warning when appending '.added' to a .torrent file...
Jordan Lee [Thu, 17 Jan 2013 00:45:31 +0000 (00:45 +0000)]
(gtk) silence a g_object_unref() warning when appending '.added' to a .torrent file fails

11 years agore-sync the GTK+ and Qt clients' prefs dialogs.
Jordan Lee [Wed, 16 Jan 2013 21:42:03 +0000 (21:42 +0000)]
re-sync the GTK+ and Qt clients' prefs dialogs.

11 years agoTweak the text of the First Time User legal dialog.
Jordan Lee [Wed, 16 Jan 2013 20:55:08 +0000 (20:55 +0000)]
Tweak the text of the First Time User legal dialog.

11 years ago(cli) #5212 'cli fails when download directory doesn't exist' -- fix 2.76 regression...
Jordan Lee [Wed, 16 Jan 2013 00:21:02 +0000 (00:21 +0000)]
(cli) #5212 'cli fails when download directory doesn't exist' -- fix 2.76 regression introduced in r13764 (trunk) / r13772 (branches/2.7x)

11 years agothis should have been included in the previous commit. :/
Jordan Lee [Tue, 15 Jan 2013 21:59:04 +0000 (21:59 +0000)]
this should have been included in the previous commit. :/

11 years ago(qt) #5218 -- fix 'set location' regression introduced during the migration to tr_qua...
Jordan Lee [Tue, 15 Jan 2013 21:55:04 +0000 (21:55 +0000)]
(qt) #5218 -- fix 'set location' regression introduced during the migration to tr_quark. report & patch by rb07.

11 years ago(daemon) #5225 nightly regression: remote option '-l' displays warning -- fixed.
Jordan Lee [Tue, 15 Jan 2013 18:10:16 +0000 (18:10 +0000)]
(daemon) #5225 nightly regression: remote option '-l' displays warning -- fixed.

11 years ago#5221 Switch to DWARF with dSYM File (STABS debug information format prevents source...
Mitchell Livingston [Mon, 14 Jan 2013 00:23:45 +0000 (00:23 +0000)]
#5221 Switch to DWARF with dSYM File (STABS debug information format prevents source-level debuging in LLDB)

11 years ago(libT) make ptrarray's assertions consume fewer CPU cycles
Jordan Lee [Sun, 13 Jan 2013 22:09:18 +0000 (22:09 +0000)]
(libT) make ptrarray's assertions consume fewer CPU cycles

11 years ago(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.
Jordan Lee [Sun, 13 Jan 2013 20:39:56 +0000 (20:39 +0000)]
(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.

12 years ago(trunk) bump to 2.76+
Mitchell Livingston [Wed, 9 Jan 2013 01:30:01 +0000 (01:30 +0000)]
(trunk) bump to 2.76+

12 years agominor code simplification in torrent.c's deleteLocalData() function.
Jordan Lee [Wed, 9 Jan 2013 01:11:36 +0000 (01:11 +0000)]
minor code simplification in torrent.c's deleteLocalData() function.

12 years agoincrease the per-peer prefetch count from 12 to 18. Add a symbolic constant for it.
Jordan Lee [Wed, 9 Jan 2013 00:33:00 +0000 (00:33 +0000)]
increase the per-peer prefetch count from 12 to 18. Add a symbolic constant for it.

12 years agocopyediting: update torrent-magnet.c to the new indentation style
Jordan Lee [Mon, 7 Jan 2013 18:16:34 +0000 (18:16 +0000)]
copyediting: update torrent-magnet.c to the new indentation style

12 years agoreplace tr_torrent's 'float etaSpeed_KBps' field with an 'unsigned int etaSpeed_Bps...
Jordan Lee [Sun, 6 Jan 2013 20:15:11 +0000 (20:15 +0000)]
replace tr_torrent's 'float etaSpeed_KBps' field with an 'unsigned int etaSpeed_Bps' field

12 years ago(qt) #5213 "Incomplete update of details.cc" from rb07
Jordan Lee [Sun, 6 Jan 2013 15:30:41 +0000 (15:30 +0000)]
(qt) #5213 "Incomplete update of details.cc" from rb07

12 years ago(trunk) only make .xz tarballs in make-dist. anyone who doesn't have xz by now has...
Jordan Lee [Sat, 5 Jan 2013 18:45:28 +0000 (18:45 +0000)]
(trunk) only make .xz tarballs in make-dist. anyone who doesn't have xz by now has no excuse.

12 years ago(web) #5138 'sort setting lost after some days' -- set the cookies to expire after...
Jordan Lee [Sat, 5 Jan 2013 03:29:22 +0000 (03:29 +0000)]
(web) #5138 'sort setting lost after some days' -- set the cookies to expire after a year, rather than a month.

12 years ago(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback
Jordan Lee [Sat, 5 Jan 2013 03:05:46 +0000 (03:05 +0000)]
(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback

12 years ago(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression
Jordan Lee [Sat, 5 Jan 2013 02:46:59 +0000 (02:46 +0000)]
(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression

12 years ago(gtk) in makemeta-ui.c, don't rely on g_clear_pointer()... our GLIB_MINIMUM is 2...
Jordan Lee [Sat, 5 Jan 2013 00:19:11 +0000 (00:19 +0000)]
(gtk) in makemeta-ui.c, don't rely on g_clear_pointer()... our GLIB_MINIMUM is 2.32.0

12 years ago(cli) #5212 'cli fails when download directory doesn't exist' -- fixed.
Jordan Lee [Fri, 4 Jan 2013 23:58:52 +0000 (23:58 +0000)]
(cli) #5212 'cli fails when download directory doesn't exist' -- fixed.

12 years ago(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicat...
Jordan Lee [Fri, 4 Jan 2013 23:25:17 +0000 (23:25 +0000)]
(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicator applet' -- fixed.

12 years ago(libT) #4633 fix win32 regression introduced in r13752.
Jordan Lee [Fri, 4 Jan 2013 19:47:01 +0000 (19:47 +0000)]
(libT) #4633 fix win32 regression introduced in r13752.

12 years ago(gtk) copyediting: update several files to be closer to the gtk+ indentation style.
Jordan Lee [Fri, 4 Jan 2013 19:45:39 +0000 (19:45 +0000)]
(gtk) copyediting: update several files to be closer to the gtk+ indentation style.