1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-29 02:56:11 +00:00
transmission/gtk
Charles Kerr 073ae6c206
chore: fix deprecation warnings of GTK_STOCK_ use. (#1370)
* chore: fix deprecation warnings of GTK_STOCK_ use.

This is just a tiny step towards getting all of the GTK code up-to-date,
but GTK_STOCK warnings are the lowest-hanging fruit of the warnings, so
let's fix them.
2020-07-27 12:49:45 -05:00
..
icons icon: update application icon (#1141) 2020-04-25 20:01:49 -05:00
screenshots lossless compression of images saved 72KB 2017-06-03 23:52:34 +01:00
actions.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
actions.h Code style change leftovers 2017-04-21 10:40:57 +03:00
CMakeLists.txt icon: update application icon (#1141) 2020-04-25 20:01:49 -05:00
conf.c GTK: behavior improvements of the torrent details window (#892) 2020-04-27 16:34:02 -05:00
conf.h Align type qualifiers to the right (code style) 2017-04-20 19:53:20 +03:00
details.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
details.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
dialogs.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
dialogs.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
favicon.c Code style change leftovers 2017-04-21 10:40:57 +03:00
favicon.h Align type qualifiers to the right (code style) 2017-04-20 19:53:20 +03:00
file-list.c GTK: behavior improvements of the torrent details window (#892) 2020-04-27 16:34:02 -05:00
file-list.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
filter.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
filter.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
hig.c Fix some gtk warnings (#1038) 2019-11-06 13:09:27 -06:00
hig.h Align type qualifiers to the right (code style) 2017-04-20 19:53:20 +03:00
icons.c Fix a number of other style inconsistencies met along the way (part 2) 2017-05-01 18:47:49 +03:00
icons.h Align type qualifiers to the right (code style) 2017-04-20 19:53:20 +03:00
main.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
Makefile.am Fix autotools build 2017-05-17 00:56:39 +03:00
makemeta-ui.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
makemeta-ui.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
msgwin.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
msgwin.h Code style change leftovers 2017-04-21 10:40:57 +03:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
notify.c fix: gcc warnings in libtransmission/ and utils/ (#843) 2019-11-06 11:27:03 -06:00
notify.h Align type qualifiers to the right (code style) 2017-04-20 19:53:20 +03:00
open-dialog.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
open-dialog.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
ratio.svg (trunk gtk) #2616: "for the ratio mode button, use the yin/yang icon submitted by jimmac" 2009-11-27 14:55:52 +00:00
relocate.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
relocate.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
stats.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
stats.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
torrent-cell-renderer.c gtk: fix window width (#1069) 2020-04-24 15:15:57 -05:00
torrent-cell-renderer.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
tr-core.c fix: fix console warning when adding magnet links (#1229) 2020-05-15 12:22:06 -05:00
tr-core.h Code style change leftovers 2017-04-21 10:40:57 +03:00
tr-icon.c Fixed showing popup menu on RMB at tray icon (#1210) 2020-05-11 16:19:33 -05:00
tr-icon.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
tr-prefs.c chore: fix deprecation warnings of GTK_STOCK_ use. (#1370) 2020-07-27 12:49:45 -05:00
tr-prefs.h Code style change leftovers 2017-04-21 10:40:57 +03:00
tr-window.c Fix some gtk warnings (#1038) 2019-11-06 13:09:27 -06:00
tr-window.h Adjust uncrustify config, reformat all but Mac client 2017-04-20 10:01:22 +03:00
transmission-gtk.1 fixup! (trunk) update credits (#1205) 2020-05-02 11:42:18 -05:00
transmission-gtk.appdata.xml.in cmake: replace intltool with gettext 2018-04-18 09:25:13 +00:00
transmission-gtk.desktop.in cmake: replace intltool with gettext 2018-04-18 09:25:13 +00:00
transmission-ui.xml load the UI from a resource file rather than a string. Patch by fmuellner 2012-09-07 17:18:17 +00:00
transmission.gresource.xml icon: update application icon (#1141) 2020-04-25 20:01:49 -05:00
transmission.ico (win32) Add application icon as a resource 2008-09-06 04:31:08 +00:00
transmission.png (trunk) #5382: better compression of our bundled png files. recompressed by Mangix 2013-06-26 02:06:43 +00:00
transmission.rc (win32) Add application icon as a resource 2008-09-06 04:31:08 +00:00
util.c chore: remove unused methods (#1207) 2020-05-11 17:20:46 -05:00
util.h chore: remove unused methods (#1207) 2020-05-11 17:20:46 -05:00
utilities.png lossless compression of images saved 72KB 2017-06-03 23:52:34 +01:00