Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 of 2449)

Ticket Resolution Summary Owner Reporter
#429 Fixed aboutDialog.py needs encoding markybob anonymous
Description

when trying to open the about box, stdout complains that the file contains non-ascii characters in the aboutDialog.py file on line 64, the line contains credits to the translaters.

seems like it should be a simple fix, except i dont know what encoding is needed or how to implement it.

Linux 2.6.26-gentoo SMP PREEMPT Tue Aug 12 13:27:20 PDT 2008 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux, python-2.5.2-r7, pygtk-2.12.1-r2

"Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/menubar.py", line 407, in on_menuitem_about_activate

from aboutdialog import AboutDialog

File "/usr/lib/python2.5/site-packages/deluge/ui/gtkui/aboutdialog.py", line 64

SyntaxError: Non-ASCII character '\xd8' in file /usr/lib/python2.5/site-packages/deluge/ui/gtkui/aboutdialog.py on line 64, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details"

#432 Fixed Move Notification to a plugin. s0undt3ch anonymous
Description

Move the notification logic to a plugin.

#451 Fixed Add vertical scroll bar to sidebar in GTK UI andar anonymous
Description

Problem:

Using a 1024x768 screen resolution & having around 45+ active torrents and 6+ trackers with the sidebar visible the size of the details tab at the bottom gets squished down too much.

The required vertical height of the sidebar is so big there isn't enough space left at the bottom.

I'd like to turn on labels - but that makes the bottom panel too small to use.

Suggested Solution(s):

  • Add a vertical scrollbar to the sidebar and not display the entire sidebar
  • Enable expanding / collapsing status, tracker (and with label plug-in label) sections to reduce required vertical real estate for sidebar.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.