Changeset 50
- Timestamp:
- Jan 25, 2006, 4:51:20 PM (17 years ago)
- Location:
- branches/oneport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/oneport/TODO
r49 r50 15 15 height of rows inconsistent between downloading and complete 16 16 reduce cpu usage, use select on non-beos platforms 17 handle utf-8 correctly 18 keyboard shortcuts 17 19 18 20 new libtransmission api: -
branches/oneport/gtk/main.c
r49 r50 145 145 {"Add", GTK_STOCK_ADD, ACT_OPEN, FALSE, 0, 146 146 "Add a new torrent file", "XXX"}, 147 {" Resume", GTK_STOCK_MEDIA_PLAY,ACT_START, FALSE,147 {"Start", GTK_STOCK_EXECUTE, ACT_START, FALSE, 148 148 (TR_STATUS_STOPPING | TR_STATUS_PAUSE), 149 149 "Resume a torrent that has been paused", "XXX"}, 150 {" Pause", GTK_STOCK_MEDIA_PAUSE,ACT_STOP, FALSE,150 {"Stop", GTK_STOCK_STOP, ACT_STOP, FALSE, 151 151 ~(TR_STATUS_STOPPING | TR_STATUS_PAUSE), 152 152 "Pause a torrent", "XXX"},
Note: See TracChangeset
for help on using the changeset viewer.