]> granicus.if.org Git - transmission/log
transmission
11 years agosupport qt5 in transmission-qt
Jordan Lee [Sat, 27 Jul 2013 21:58:14 +0000 (21:58 +0000)]
support qt5 in transmission-qt

11 years ago(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144
Jordan Lee [Sat, 27 Jul 2013 18:20:32 +0000 (18:20 +0000)]
(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144

11 years agosilence a pair of 'unused variable' gcc warnings
Jordan Lee [Sat, 27 Jul 2013 17:48:59 +0000 (17:48 +0000)]
silence a pair of 'unused variable' gcc warnings

11 years ago(trunk, libt) #4147 'bad file descriptor': in cached_file_open(), ensure the file...
Jordan Lee [Sat, 27 Jul 2013 16:18:12 +0000 (16:18 +0000)]
(trunk, libt) #4147 'bad file descriptor': in cached_file_open(), ensure the file is always opened with writable permissions if we need to call ftruncate() to resize it. Large credit to karamanolev for tracking this down with strace.

11 years ago(trunk, web) #5439: fix web client issue in IE 11
Jordan Lee [Wed, 24 Jul 2013 22:35:52 +0000 (22:35 +0000)]
(trunk, web) #5439: fix web client issue in IE 11

11 years ago(trunk, web) #5440: fix syntax error in index.html's meta name='viewport' entry.
Jordan Lee [Wed, 24 Jul 2013 22:33:59 +0000 (22:33 +0000)]
(trunk, web) #5440: fix syntax error in index.html's meta name='viewport' entry.

11 years ago(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with...
Jordan Lee [Wed, 24 Jul 2013 17:20:21 +0000 (17:20 +0000)]
(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with patch from fanatid

11 years ago(trunk gtk) #5320 'can't opena folder with '#' in its name': in gtr_open_file(),...
Jordan Lee [Wed, 24 Jul 2013 17:11:21 +0000 (17:11 +0000)]
(trunk gtk) #5320 'can't opena folder with '#' in its name': in gtr_open_file(), use g_file_new_for_path().

11 years agosince Transmission supports older versions of glib, add a portability wrapper for...
Jordan Lee [Wed, 24 Jul 2013 00:13:31 +0000 (00:13 +0000)]
since Transmission supports older versions of glib, add a portability wrapper for G_DEFINE_QUARK

11 years agofix Transmission 2.81 FTBFS in OpenBSD, patch by naddy
Jordan Lee [Wed, 24 Jul 2013 00:02:16 +0000 (00:02 +0000)]
fix Transmission 2.81 FTBFS in OpenBSD, patch by naddy

11 years agoalways clean up the paused_easy_handles list.
Jordan Lee [Wed, 24 Jul 2013 00:00:03 +0000 (00:00 +0000)]
always clean up the paused_easy_handles list.

11 years agodon't use a '-' character in the QN argument to G_DEFINE_QUARK. https://forum.transmi...
Jordan Lee [Mon, 22 Jul 2013 23:00:10 +0000 (23:00 +0000)]
don't use a '-' character in the QN argument to G_DEFINE_QUARK. https://forum.transmissionbt.com/viewtopic.php?p=65548#p65548

11 years agotweak previous commit
Jordan Lee [Sun, 21 Jul 2013 21:11:54 +0000 (21:11 +0000)]
tweak previous commit

11 years ago(trunk, libT) #5432 'on scrape and announce failures, the retry interval is longer...
Jordan Lee [Sun, 21 Jul 2013 21:10:28 +0000 (21:10 +0000)]
(trunk, libT) #5432 'on scrape and announce failures, the retry interval is longer than intended' -- fixed.

11 years ago(trunk, libT) #5427 'queued torrents' state changes to paused when restarting transmi...
Jordan Lee [Sun, 21 Jul 2013 14:58:24 +0000 (14:58 +0000)]
(trunk, libT) #5427 'queued torrents' state changes to paused when restarting transmission' -- fixed with patch by rb07

11 years ago(trunk, libT) #5426 'Crash when adding UDP tracker with a large number of characters...
Jordan Lee [Sat, 20 Jul 2013 23:29:42 +0000 (23:29 +0000)]
(trunk, libT) #5426 'Crash when adding UDP tracker with a large number of characters in the tracker URL' -- fixed.

11 years ago(trunk, libT) #5429 'nightly build crashes on webseed torrents' -- fixed.
Jordan Lee [Sat, 20 Jul 2013 16:45:02 +0000 (16:45 +0000)]
(trunk, libT) #5429 'nightly build crashes on webseed torrents' -- fixed.

11 years ago(trunk gtk) use G_SOURCE_REMOVE where appropriate
Jordan Lee [Sat, 20 Jul 2013 16:37:59 +0000 (16:37 +0000)]
(trunk gtk) use G_SOURCE_REMOVE where appropriate

11 years agouse consistent code indentation/whitespace in open dialog, file list, and set locatio...
Jordan Lee [Sat, 20 Jul 2013 16:19:15 +0000 (16:19 +0000)]
use consistent code indentation/whitespace in open dialog, file list, and set location dialog

11 years ago(trunk, gtk) #5430: periodic update timer in 'Torrent > Set Location...' should be...
Jordan Lee [Sat, 20 Jul 2013 15:55:29 +0000 (15:55 +0000)]
(trunk, gtk) #5430: periodic update timer in 'Torrent > Set Location...' should be cleared immediately when dialog is closed.

11 years agoadd tr_sessionGetTorrents(), a private utility to avoid code duplication in libtransm...
Jordan Lee [Sat, 20 Jul 2013 15:37:13 +0000 (15:37 +0000)]
add tr_sessionGetTorrents(), a private utility to avoid code duplication in libtransmission

11 years agobump version to 2.81+
Jordan Lee [Sat, 20 Jul 2013 15:20:36 +0000 (15:20 +0000)]
bump version to 2.81+

11 years agotweak NEWS 2.81
Mitchell Livingston [Thu, 18 Jul 2013 03:11:35 +0000 (03:11 +0000)]
tweak NEWS

11 years agobump to 2.81 + first pass at 2.81 NEWS
Jordan Lee [Thu, 18 Jul 2013 03:05:38 +0000 (03:05 +0000)]
bump to 2.81 + first pass at 2.81 NEWS

11 years agowhen a torrent finishes downloading, first rename/move the files (if there's a temp...
Jordan Lee [Tue, 16 Jul 2013 00:50:45 +0000 (00:50 +0000)]
when a torrent finishes downloading, first rename/move the files (if there's a temp directory or .part suffix), then check to fire the completeness callback, then check to fire the ratio limit callback, then check to fire the done callback.

11 years ago(trunk, libT) #5395: when announces fail, lower the period before the first retry...
Jordan Lee [Tue, 16 Jul 2013 00:13:30 +0000 (00:13 +0000)]
(trunk, libT) #5395: when announces fail, lower the period before the first retry to fix unspecified 'network problems'.

11 years agochange the callback functions' orders s.t. torrent-completed is called before torrent...
Jordan Lee [Mon, 15 Jul 2013 23:53:48 +0000 (23:53 +0000)]
change the callback functions' orders s.t. torrent-completed is called before torrent-done

11 years agoadd After=network.target as suggested by upstream arch bug #31478
Jordan Lee [Mon, 15 Jul 2013 23:49:04 +0000 (23:49 +0000)]
add After=network.target as suggested by upstream arch bug #31478

11 years ago(trunk) slightly better image compression by passing them through pngwolf
Jordan Lee [Sun, 14 Jul 2013 23:03:31 +0000 (23:03 +0000)]
(trunk) slightly better image compression by passing them through pngwolf

11 years ago(trunk, libT) #5275: fix platform quota crash on solaris 2.12, patch by godot
Jordan Lee [Sun, 14 Jul 2013 23:00:39 +0000 (23:00 +0000)]
(trunk, libT) #5275: fix platform quota crash on solaris 2.12, patch by godot

11 years agoSimplify the torrent complete callback method.
Mitchell Livingston [Sun, 14 Jul 2013 14:35:57 +0000 (14:35 +0000)]
Simplify the torrent complete callback method.

11 years agoPerform callbacks in the Torrent class using GCD.
Mitchell Livingston [Sun, 14 Jul 2013 14:28:40 +0000 (14:28 +0000)]
Perform callbacks in the Torrent class using GCD.

11 years agoin libtransmission/platform-quota.c, a one-liner patch to fix compilation on some...
Jordan Lee [Fri, 12 Jul 2013 22:42:40 +0000 (22:42 +0000)]
in libtransmission/platform-quota.c, a one-liner patch to fix compilation on some versions of Linux. Patch by rb07

11 years agofix a couple of unlikely-to-be-triggered errors reported by clang static analyzer
Jordan Lee [Wed, 10 Jul 2013 22:28:40 +0000 (22:28 +0000)]
fix a couple of unlikely-to-be-triggered errors reported by clang static analyzer

11 years agouse G_DEFINE_QUARK instead of rolling our own quark getters
Jordan Lee [Tue, 9 Jul 2013 22:44:24 +0000 (22:44 +0000)]
use G_DEFINE_QUARK instead of rolling our own quark getters

11 years agoin peer-msgs.c's tr_peerMsgsCalculateActive(), adjust some of those new tracer assert...
Jordan Lee [Tue, 9 Jul 2013 17:05:32 +0000 (17:05 +0000)]
in peer-msgs.c's tr_peerMsgsCalculateActive(), adjust some of those new tracer assertions to work better with magnet links.

11 years agoadd platform-quota.[ch] to the projects file
Mitchell Livingston [Tue, 9 Jul 2013 04:02:22 +0000 (04:02 +0000)]
add platform-quota.[ch] to the projects file

11 years agofix a minor GAppInfo memory leak in transmission-gtk
Jordan Lee [Mon, 8 Jul 2013 19:34:58 +0000 (19:34 +0000)]
fix a minor GAppInfo memory leak in transmission-gtk

11 years agoin peer-mgr.c's tr_peerMgrGetDesiredAvailable(), confirm we have a swarm pointer...
Jordan Lee [Mon, 8 Jul 2013 17:46:12 +0000 (17:46 +0000)]
in peer-mgr.c's tr_peerMgrGetDesiredAvailable(), confirm we have a swarm pointer before using it. Probable fix for bug #5407

11 years agomove platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389...
Jordan Lee [Mon, 8 Jul 2013 17:07:31 +0000 (17:07 +0000)]
move platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389 and is also a nice piece of encapsulation. Patch by rb07

11 years agoin peer-msgs.c's my_funcs struct, remove an unnecessary trailing comma in the designa...
Jordan Lee [Mon, 8 Jul 2013 16:44:19 +0000 (16:44 +0000)]
in peer-msgs.c's my_funcs struct, remove an unnecessary trailing comma in the designated initializers.

11 years agofix bug #5372, 'wrong peer states displayed'.
Jordan Lee [Mon, 8 Jul 2013 16:41:12 +0000 (16:41 +0000)]
fix bug #5372, 'wrong peer states displayed'.

11 years agoreplace deprecated gtk_icon_info_free() calls with g_object_unref() in GTK+ >= 3.8.0
Jordan Lee [Mon, 8 Jul 2013 16:25:18 +0000 (16:25 +0000)]
replace deprecated gtk_icon_info_free() calls with g_object_unref() in GTK+ >= 3.8.0

11 years agobump to 2.80+
Jordan Lee [Mon, 8 Jul 2013 02:45:36 +0000 (02:45 +0000)]
bump to 2.80+

11 years agorevert smaller Mac png images to fix #5390
Mitchell Livingston [Fri, 5 Jul 2013 23:08:09 +0000 (23:08 +0000)]
revert smaller Mac png images to fix #5390

11 years agoremove the ShowOnlyIn=Unity desktop entries. These were from bug #4804 as an interim...
Jordan Lee [Tue, 2 Jul 2013 21:20:33 +0000 (21:20 +0000)]
remove the ShowOnlyIn=Unity desktop entries. These were from bug #4804 as an interim measure until XDG action groups were more widely supported, and can be removed.

11 years agobump to 2.80 2.80
Jordan Lee [Wed, 26 Jun 2013 02:31:46 +0000 (02:31 +0000)]
bump to 2.80

11 years agosync transmission-gtk translations from Rosetta
Jordan Lee [Wed, 26 Jun 2013 02:22:32 +0000 (02:22 +0000)]
sync transmission-gtk translations from Rosetta

11 years agonew languages for transmission-gtk: Shan and Northern Sami
Jordan Lee [Wed, 26 Jun 2013 02:20:46 +0000 (02:20 +0000)]
new languages for transmission-gtk: Shan and Northern Sami

11 years ago(trunk) #5382: better compression of our bundled png files. recompressed by Mangix
Jordan Lee [Wed, 26 Jun 2013 02:06:43 +0000 (02:06 +0000)]
(trunk) #5382: better compression of our bundled png files. recompressed by Mangix

11 years ago(trunk, qt) #5374: add url support for dragging-and-dropping multiple URLs into trans...
Jordan Lee [Wed, 26 Jun 2013 01:48:47 +0000 (01:48 +0000)]
(trunk, qt) #5374: add url support for dragging-and-dropping multiple URLs into transmission-qt. patch by rb07

11 years agofix typos in NEWS
Mitchell Livingston [Wed, 26 Jun 2013 01:35:14 +0000 (01:35 +0000)]
fix typos in NEWS

11 years agoupdate Danish localization
Mitchell Livingston [Thu, 20 Jun 2013 02:47:12 +0000 (02:47 +0000)]
update Danish localization

11 years ago(trunk, gtk) minor fix to tr_prefs_init_default() -- avoid redundant calls to g_get_u...
Jordan Lee [Wed, 12 Jun 2013 00:22:41 +0000 (00:22 +0000)]
(trunk, gtk) minor fix to tr_prefs_init_default() -- avoid redundant calls to g_get_user_special_dir

11 years agoupdated Basque translation by Xabier Aramendi via rb07 in ticket #4937
Jordan Lee [Tue, 11 Jun 2013 19:09:07 +0000 (19:09 +0000)]
updated Basque translation by Xabier Aramendi via rb07 in ticket #4937

11 years agodon't hardcode the config dir, as discussed in ticket #4503 comments 17, 19
Jordan Lee [Sun, 9 Jun 2013 22:52:33 +0000 (22:52 +0000)]
don't hardcode the config dir, as discussed in ticket #4503 comments 17, 19

11 years ago(trunk, qt) #5374 handle multifile drag-and-drop in Qt client, patch by kernel_daemon
Jordan Lee [Sun, 9 Jun 2013 20:18:47 +0000 (20:18 +0000)]
(trunk, qt) #5374 handle multifile drag-and-drop in Qt client, patch by kernel_daemon

11 years agoin transmission-daemon.service, remove unnecessary comments and change Type from...
Jordan Lee [Sun, 9 Jun 2013 19:54:58 +0000 (19:54 +0000)]
in transmission-daemon.service, remove unnecessary comments and change Type from simple to notify since transmission-daemon uses sd_notify()

11 years ago(trunk web) #5380 'numeric input method not compatible with non-querty keyboards...
Jordan Lee [Sun, 9 Jun 2013 19:41:51 +0000 (19:41 +0000)]
(trunk web) #5380 'numeric input method not compatible with non-querty keyboards' -- fixed w/patch from lechevalierd3on

11 years ago(trunk, libT) #53737 fix 2.77+ nightly regression that misreported the number of...
Jordan Lee [Sun, 9 Jun 2013 18:56:10 +0000 (18:56 +0000)]
(trunk, libT) #53737 fix 2.77+ nightly regression that misreported the number of webseeds

11 years ago(trunk libT) fix 2.7x crash when dealing with webseeds
Jordan Lee [Sun, 9 Jun 2013 18:39:24 +0000 (18:39 +0000)]
(trunk libT) fix 2.7x crash when dealing with webseeds

11 years agoadd transmission-daemon.service to EXTRA_DIST
Jordan Lee [Sun, 9 Jun 2013 18:25:03 +0000 (18:25 +0000)]
add transmission-daemon.service to EXTRA_DIST

11 years ago(trunk daemon) add a systemd service file for transmission-daemon.
Jordan Lee [Sun, 9 Jun 2013 18:18:09 +0000 (18:18 +0000)]
(trunk daemon) add a systemd service file for transmission-daemon.

Suggestions / improvements welcomed at https://trac.transmissionbt.com/ticket/4503

11 years agotweak NEWS
Mitchell Livingston [Sat, 8 Jun 2013 01:57:39 +0000 (01:57 +0000)]
tweak NEWS

11 years ago(daemon) systemd support, part 1: add sd_notify() calls to transmission-daemon if...
Jordan Lee [Fri, 7 Jun 2013 23:31:26 +0000 (23:31 +0000)]
(daemon) systemd support, part 1: add sd_notify() calls to transmission-daemon if libsystemd-daemon is detected at compile time

11 years ago(trunk, libT) fix tr_torrentStat() regression in the nightlies reported in #5294...
Jordan Lee [Mon, 27 May 2013 21:04:48 +0000 (21:04 +0000)]
(trunk, libT) fix tr_torrentStat() regression in the nightlies reported in #5294 by mw3demo

11 years agoadd transmission-daemon's --dump option to the manpage.
Jordan Lee [Sat, 25 May 2013 23:20:20 +0000 (23:20 +0000)]
add transmission-daemon's --dump option to the manpage.

11 years agowhitespace/indentation
Jordan Lee [Thu, 23 May 2013 05:43:12 +0000 (05:43 +0000)]
whitespace/indentation

11 years agowhitespace/indentation
Jordan Lee [Thu, 23 May 2013 03:20:18 +0000 (03:20 +0000)]
whitespace/indentation

11 years agowhitespace/indentation
Jordan Lee [Thu, 23 May 2013 00:11:09 +0000 (00:11 +0000)]
whitespace/indentation

11 years agosafer implementation of tr_torrentName()
Jordan Lee [Wed, 22 May 2013 22:56:13 +0000 (22:56 +0000)]
safer implementation of tr_torrentName()

11 years ago(trunk, libT) #4682 'Add return id from duplicate torrent torrent-add rpc' -- added.
Jordan Lee [Wed, 22 May 2013 20:35:38 +0000 (20:35 +0000)]
(trunk, libT) #4682 'Add return id from duplicate torrent torrent-add rpc' -- added.

11 years agoundo previous commit's accidental inclusion of changes to peer-msgs.* and peer-mgr.c
Jordan Lee [Wed, 22 May 2013 19:06:54 +0000 (19:06 +0000)]
undo previous commit's accidental inclusion of changes to peer-msgs.* and peer-mgr.c

11 years ago(trunk, libT) #5356 'only set CURLOPT_COOKIEFILE if cookies.txt exists on startup...
Jordan Lee [Wed, 22 May 2013 19:02:07 +0000 (19:02 +0000)]
(trunk, libT) #5356 'only set CURLOPT_COOKIEFILE if cookies.txt exists on startup' -- fixed.

11 years ago(libT) prevent possible oscillation in paused_easy_handles reported by vipjml in...
Jordan Lee [Sun, 28 Apr 2013 00:06:22 +0000 (00:06 +0000)]
(libT) prevent possible oscillation in paused_easy_handles reported by vipjml in bug #1079 comment:27

11 years ago(qt) fix file-tree icon regression caused by r14000 for #5285; found & patched by...
Jordan Lee [Wed, 24 Apr 2013 22:56:28 +0000 (22:56 +0000)]
(qt) fix file-tree icon regression caused by r14000 for #5285; found & patched by rb07

11 years agoupdate Dutch localization for 2.8
Mitchell Livingston [Mon, 15 Apr 2013 03:12:24 +0000 (03:12 +0000)]
update Dutch localization for 2.8

11 years ago(trunk libT) #1079 'webseeds don't respect speed limits': fixed.
Jordan Lee [Sat, 13 Apr 2013 20:56:24 +0000 (20:56 +0000)]
(trunk libT) #1079 'webseeds don't respect speed limits': fixed.

11 years ago(trunk) update web.h's API s.t. there's an explicit function to use when downloading...
Jordan Lee [Sat, 13 Apr 2013 20:25:28 +0000 (20:25 +0000)]
(trunk) update web.h's API s.t. there's an explicit function to use when downloading webseed content.

11 years ago(trunk libT) #5318: 'socket leak when bind() fails': fixed.
Jordan Lee [Sat, 13 Apr 2013 19:34:34 +0000 (19:34 +0000)]
(trunk libT) #5318: 'socket leak when bind() fails': fixed.

11 years agolibT: undo r13901 regression to #4888 in the nightlies
Jordan Lee [Sat, 13 Apr 2013 19:28:49 +0000 (19:28 +0000)]
libT: undo r13901 regression to #4888 in the nightlies

11 years ago(trunk libT) #5316 'UMR in quark, tr-getopt code': fixed.
Jordan Lee [Sat, 13 Apr 2013 18:29:56 +0000 (18:29 +0000)]
(trunk libT) #5316 'UMR in quark, tr-getopt code': fixed.

11 years agoadd unit tests for tr-getopt
Jordan Lee [Sat, 13 Apr 2013 18:27:36 +0000 (18:27 +0000)]
add unit tests for tr-getopt

11 years ago#5343 slightly better compression in two jQueryUI png files, compressed by Mangix
Jordan Lee [Sat, 13 Apr 2013 12:31:44 +0000 (12:31 +0000)]
#5343 slightly better compression in two jQueryUI png files, compressed by Mangix

11 years agofix r14062 regression reported by x190 in https://trac.transmissionbt.com/ticket...
Jordan Lee [Sat, 13 Apr 2013 12:22:07 +0000 (12:22 +0000)]
fix r14062 regression reported by x190 in https://trac.transmissionbt.com/ticket/4076#comment:47

11 years ago(qt) increase the freespace-label update interval from 5 seconds to 15 seconds
Jordan Lee [Wed, 10 Apr 2013 03:17:15 +0000 (03:17 +0000)]
(qt) increase the freespace-label update interval from 5 seconds to 15 seconds

11 years ago(qt) if freespace can't be determined, don't show it in the label. reported by rb07...
Jordan Lee [Wed, 10 Apr 2013 03:05:31 +0000 (03:05 +0000)]
(qt) if freespace can't be determined, don't show it in the label. reported by rb07 in https://trac.transmissionbt.com/ticket/4076#comment:45

11 years ago(web) fix add-by-URL regression in the nightlies
Jordan Lee [Wed, 10 Apr 2013 03:00:37 +0000 (03:00 +0000)]
(web) fix add-by-URL regression in the nightlies

11 years ago#5335: better compression of .png files by Mangix
Jordan Lee [Wed, 10 Apr 2013 02:27:42 +0000 (02:27 +0000)]
#5335: better compression of .png files by Mangix

11 years agosegfault when opening prefs dialog in gtk+ 3.8.0
Jordan Lee [Wed, 10 Apr 2013 02:12:19 +0000 (02:12 +0000)]
segfault when opening prefs dialog in gtk+ 3.8.0

11 years ago#5165: undo whitespace damage
Jordan Lee [Wed, 10 Apr 2013 02:07:14 +0000 (02:07 +0000)]
#5165: undo whitespace damage

11 years agoupdate Danish localization for 2.8
Mitchell Livingston [Sun, 7 Apr 2013 18:12:31 +0000 (18:12 +0000)]
update Danish localization for 2.8

11 years agoupdate French localization for 2.8
Mitchell Livingston [Tue, 2 Apr 2013 00:58:38 +0000 (00:58 +0000)]
update French localization for 2.8

11 years agoupdate European Portuguese localization for 2.8
Mitchell Livingston [Wed, 27 Mar 2013 12:06:11 +0000 (12:06 +0000)]
update European Portuguese localization for 2.8

11 years agoupdate Russian localization for 2.8
Mitchell Livingston [Sun, 24 Mar 2013 18:36:42 +0000 (18:36 +0000)]
update Russian localization for 2.8

11 years agoupdate Italian localization for 2.8
Mitchell Livingston [Wed, 13 Mar 2013 04:39:16 +0000 (04:39 +0000)]
update Italian localization for 2.8

11 years agomissed updating one updatePiecesView
Mitchell Livingston [Tue, 12 Mar 2013 03:33:54 +0000 (03:33 +0000)]
missed updating one updatePiecesView

11 years agoadd a note to myself to set off the pieces view target/action in the xib instead...
Mitchell Livingston [Tue, 12 Mar 2013 03:08:59 +0000 (03:08 +0000)]
add a note to myself to set off the pieces view target/action in the xib instead of code

11 years agothe PiecesView will use target/action instead of notification center for mouse-down...
Mitchell Livingston [Tue, 12 Mar 2013 02:56:35 +0000 (02:56 +0000)]
the PiecesView will use target/action instead of notification center for mouse-down events

11 years agoupdate Brazilian Portuguese localization for 2.8
Mitchell Livingston [Tue, 12 Mar 2013 02:13:42 +0000 (02:13 +0000)]
update Brazilian Portuguese localization for 2.8