Custom Query (2449 matches)
Results (520 - 522 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1848 | Fixed | Split Up ALL glade files | ||
| Description |
The reason for this request is to simplify code merges. While adding new features and merging the changes introduced into master from other branches(being worked at the same time). Ofter I've found myself needing to merge glade files. These issues could be simplified if glade files could be "self contained", ie, *one* dialog per glade file. Was there a reason why this wasn't done in the first place? Are there any major performance penalties? |
|||
| #219 | Invalid | Split details into two tabs | ||
| Description |
The details tab currently consists of two boxes: "Statistics" and "Torrent info". These boxes can become quite wide when displaying a torrent that has a large filename or path. Because these two boxes are displayed next to each other a horizontal scroll bar is displayed when they become wider than the window width itself. This occurs even more often when the deluge window is not maximized. Can the details tab be removed and replaced by two new tabs: a Statistics and a Torrent Info tab? I think this would make the interface cleaner and easier for users. The Statistics tab would be the logical default tab to display, as this contains the most important information. |
|||
| #1064 | Fixed | spins CPU due to incorrect polling | ||
| Description |
rc3 spins the CPU due to not polling correctly. poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable) It's fd 9 that has incoming data and read(2) is called on fd 10. |
|||
