.. |
icons
|
(trunk) run all our pngs through "pngout.exe" and "optipng -zc1-9 -zm1-9 -zs0-3 -f0-5"
|
2011-10-26 16:11:21 +00:00 |
Makefile.am
|
(trunk) #4732 "allow switching between internal and system libnatpmp" -- fixed with patch scarabeus and applied by me, so any patch breakage is probably mine... ;)
|
2012-02-04 01:28:15 +00:00 |
actions.c
|
(trunk gtk) replace the three single dots '...' with the unicode symbol U+2026 (…).
|
2012-02-03 15:51:36 +00:00 |
actions.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
conf.c
|
(trunk, gtk) #4573 'fix crash when opening a torrent file on systems that don't define G_USER_DIRECTORY_DOWNLOAD'. Thanks to Felipe Contreras for the initial patch.
|
2012-04-08 16:02:48 +00:00 |
conf.h
|
(trunk gtk) first cut at using GApplication. This lets glib replace hundreds of lines of homegrown code. Whee!
|
2011-08-09 02:30:31 +00:00 |
details.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
details.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
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
|
remove the gtr_idle_add() portability wrapper around gdk_threads_add_idle() -- it's unnecessary now that the minimum gtk version's been bumped.
|
2011-08-08 17:10:55 +00:00 |
favicon.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
file-list.c
|
(trunk gtk) #4764 "filenames should have a tooltip" -- fixed with patch from gulyan
|
2012-03-04 13:12:42 +00:00 |
file-list.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
filter.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
filter.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
hig.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
hig.h
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
icon-lock.h
|
(trunk) #3577 -- replace gear icon for GTK+, Qt clients
|
2010-09-24 15:22:53 +00:00 |
icon-logo-24.h
|
(trunk) #3577 -- replace gear icon for GTK+, Qt clients
|
2010-09-24 15:22:53 +00:00 |
icon-logo-48.h
|
(trunk) #3577 -- replace gear icon for GTK+, Qt clients
|
2010-09-24 15:22:53 +00:00 |
icon-ratio.h
|
(trunk) #3577 -- replace gear icon for GTK+, Qt clients
|
2010-09-24 15:22:53 +00:00 |
icon-turtle.h
|
(trunk) #3577 -- replace gear icon for GTK+, Qt clients
|
2010-09-24 15:22:53 +00:00 |
icon-utilities.h
|
(trunk) #3577 -- replace gear icon for GTK+, Qt clients
|
2010-09-24 15:22:53 +00:00 |
icons.c
|
(trunk gtk) since we're bumping glib's requirement to 2.26 (27 Sept 2010), it's a good time to bump the gtk+ requirement to 2.22 (32 Sept 2010).
|
2011-08-07 18:41:13 +00:00 |
icons.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
main.c
|
(trunk, gtk) use GtkApplication and GtkApplicationWindow
|
2012-07-14 22:44:41 +00:00 |
makemeta-ui.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
makemeta-ui.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
msgwin.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
msgwin.h
|
(trunk gtk) remove the TrTorrent GObject subclass.
|
2011-03-03 01:59:25 +00:00 |
my-valgrind.sh
|
(trunk, gtk) fix #4871 'appindicator does not set its title' w/patch from seb128
|
2012-04-16 18:42:26 +00:00 |
notify.c
|
(trunk gtk) fix #4849 'Transmission-gtk Ignores Notification Sound Setting' with a patch from Jan Varho
|
2012-04-07 00:30:37 +00:00 |
notify.h
|
(trunk libT) #4372 "make notification and system sounds configurable" -- instead of using notify-send, use GDBus on the org.freedesktop.Notifications API. Patch by fmuellner.
|
2011-12-10 19:00:50 +00:00 |
open-dialog.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
open-dialog.h
|
(trunk) #3926: use "Open Torrent" instead of "Add Torrent" in GTK+ and Qt clients -- change the filename from add-dialog.[ch] to open-dialog.[ch]. whoooo
|
2011-01-20 19:57:42 +00:00 |
ratio.svg
|
…
|
|
relocate.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
relocate.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
stats.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
stats.h
|
Update the copyright year in the source code comments.
|
2011-01-19 13:48:47 +00:00 |
torrent-cell-renderer.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
torrent-cell-renderer.h
|
(trunk gtk) use G_DEFINE_TYPE when implementing the tr-core and torent-cell-renderer classes
|
2011-08-09 05:47:24 +00:00 |
tr-core.c
|
(trunk gtk) #5204 "Transmission GTK client crashes on start" -- another possible fix ;)
|
2011-10-11 20:32:15 +00:00 |
tr-core.h
|
(trunk gtk) remove some unnecessary #includes
|
2011-08-13 14:19:40 +00:00 |
tr-icon.c
|
(trunk, gtk) fix #4871 'appindicator does not set its title' w/patch from seb128
|
2012-04-16 18:42:26 +00:00 |
tr-icon.h
|
(trunk gtk) remove an unnecessary GTK_CHECK_VERSION(2,10,0) check now that the minimum gtk+ version's been bumped
|
2011-08-08 16:02:37 +00:00 |
tr-prefs.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
tr-prefs.h
|
(trunk libT) #4372 "make notification and system sounds configurable" -- instead of using notify-send, use GDBus on the org.freedesktop.Notifications API. Patch by fmuellner.
|
2011-12-10 19:00:50 +00:00 |
tr-window.c
|
(trunk, gtk) use GtkApplication and GtkApplicationWindow
|
2012-07-14 22:44:41 +00:00 |
tr-window.h
|
(trunk, gtk) use GtkApplication and GtkApplicationWindow
|
2012-07-14 22:44:41 +00:00 |
transmission-gtk.1
|
(trunk) update credits
|
2011-01-03 05:58:58 +00:00 |
transmission-gtk.desktop.in
|
(trunk gtk) #4892 "support Startup Notification in the GTK interface" -- fixed.
|
2012-07-13 19:53:59 +00:00 |
transmission.ico
|
…
|
|
transmission.png
|
(trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm> to shrink 'em down
|
2010-08-06 07:51:24 +00:00 |
transmission.rc
|
…
|
|
ui.h
|
#671 "torrent queuing" -- modify the queue implementation s.t. every torrent has a queuePosition, even if it's not currently in the queue.
|
2011-08-02 03:59:54 +00:00 |
util.c
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
util.h
|
(trunk gtk) #4970 remove deprecated GTK+ API calls, raise GTK+ dependency to 3.2
|
2012-07-14 19:26:55 +00:00 |
utilities.png
|
(trunk) run all our pngs through "pngout.exe" and "optipng -zc1-9 -zm1-9 -zs0-3 -f0-5"
|
2011-10-26 16:11:21 +00:00 |