.. |
icons
|
add a missing icon
|
2011-03-06 05:41:41 +00:00 |
actions.c
|
(trunk gtk) transmission-gtk requires GTK+ 2.8 or higher, so remove the `#if GTK_CHECK_VERSION(2,8,0)' checks because we already know the answer.
|
2011-04-12 11:13:41 +00:00 |
actions.h
|
|
|
conf.c
|
(trunk) copyediting: remove some unneeded #includes, and annotate some needed ones
|
2011-03-24 21:49:42 +00:00 |
conf.h
|
|
|
details.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
details.h
|
|
|
dialogs.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
dialogs.h
|
(trunk gtk) remove the TrTorrent GObject subclass.
|
2011-03-03 01:59:25 +00:00 |
favicon.c
|
(trunk gtk) more heap pruning: avoid unnecessary malloc() + free() calls in gtr_get_host_from_url()
|
2011-04-04 16:54:09 +00:00 |
favicon.h
|
|
|
file-list.c
|
(trunk gtk) more heap pruning: minor GtkTreeModel changes
|
2011-04-13 22:00:55 +00:00 |
file-list.h
|
|
|
filter.c
|
(trunk gtk) tweak to r12398: because most of the strings in category_filter_model_update() will be duplicates of each other, use g_string_chunk_insert_const() instead of g_string_insert().
|
2011-04-29 20:22:11 +00:00 |
filter.h
|
|
|
hig.c
|
|
|
hig.h
|
|
|
icon-lock.h
|
|
|
icon-logo-24.h
|
|
|
icon-logo-48.h
|
|
|
icon-ratio.h
|
|
|
icon-turtle.h
|
|
|
icon-utilities.h
|
|
|
icons.c
|
|
|
icons.h
|
|
|
main.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
Makefile.am
|
still trying to make hudson happy
|
2011-03-22 16:07:49 +00:00 |
makemeta-ui.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
makemeta-ui.h
|
|
|
marshal.list
|
|
|
msgwin.c
|
(trunk) fix a handful of small memory leaks that valgrind found.
|
2011-03-25 17:42:47 +00:00 |
msgwin.h
|
(trunk gtk) remove the TrTorrent GObject subclass.
|
2011-03-03 01:59:25 +00:00 |
my-valgrind.sh
|
|
|
notify.c
|
(trunk) copyediting: remove some unneeded #includes, and annotate some needed ones
|
2011-03-24 21:49:42 +00:00 |
notify.h
|
(trunk gtk) remove the TrTorrent GObject subclass.
|
2011-03-03 01:59:25 +00:00 |
open-dialog.c
|
(trunk, gtk) #4218 "open url should set focus on the open button by default" -- fix r12409 oops
|
2011-05-01 05:04:09 +00:00 |
open-dialog.h
|
|
|
ratio.svg
|
|
|
relocate.c
|
(trunk) #4138 "use stdbool.h instead of tr_bool" -- done.
|
2011-03-22 15:19:54 +00:00 |
relocate.h
|
|
|
stats.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
stats.h
|
|
|
torrent-cell-renderer.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
torrent-cell-renderer.h
|
|
|
tr-core-dbus.xml
|
|
|
tr-core.c
|
(trunk gtk) very minor tweak in deciding which rows to update in the torrent model.
|
2011-04-20 01:16:16 +00:00 |
tr-core.h
|
(trunk gtk) removed the unused MC_NAME column from the torrent GtkListStore.
|
2011-04-05 17:00:38 +00:00 |
tr-icon.c
|
(trunk gtk) use GQuarks instead of strings for keys in tr-icon and tr-window
|
2011-04-05 16:16:06 +00:00 |
tr-icon.h
|
|
|
tr-prefs.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
tr-prefs.h
|
(trunk gtk) remove the TrTorrent GObject subclass.
|
2011-03-03 01:59:25 +00:00 |
tr-window.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
tr-window.h
|
|
|
transmission-gtk.1
|
|
|
transmission-gtk.desktop.in
|
(trunk gtk) #4075 "add x-scheme-handler/magnet to desktop file" -- fixed.
|
2011-03-13 15:56:12 +00:00 |
transmission.ico
|
|
|
transmission.png
|
|
|
transmission.rc
|
|
|
ui.h
|
|
|
util.c
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
util.h
|
(trunk gtk) use ngettext() instead of gtr_dngettext() to address https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/760761
|
2011-05-02 17:58:27 +00:00 |
utilities.png
|
|
|