Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (415 - 417 of 2447)

Ticket Resolution Summary Owner Reporter
#1069 Fixed [win32] no country name tooltips in peer list andar seqn
Description

In peers_tab.py, calling widget.get_tooltip_context throws an exception:

<type 'exceptions.AttributeError'>: 'gtk.TreeView' object has no attribute 'get_tooltip_context'

I know next to nothing about Python, but my guess is that an outdated PyGTK version (2.12.1) was used for the Win32 build.

The changelog for PyGTK 2.13.0 includes:

  • Wrap gtk.TreeView.get_tooltip_context (Gian, #530145)

gtk.gtk_version   = (2, 16, 6)
gtk.pygtk_version = (2, 12, 1)
Windows XP SP3
#1087 Invalid Web interface stucks at "Uploading your torrent.." Damien Churchill seqizz
Description

svn trunk version, just built. I can't add a torrent from web interface. also all new rc* versions acts like this. When i want to add a torrent, it stucks in "Uploading your torrent" loop. Bar goes to end, and restarts, seems like an animation :) Here is a screenshot, sorry for blur: http://img300.imageshack.us/img300/3632/ejjaj.png

When i've downgrade to 1.1.9, the old interface works without any problem. Gentoo x86_64, here is the /etc/conf.d/deluged :

DELUGED_USER="deluge:nogroup" DELUGEUI_START="true" DELUGEUI_OPTS="-u web"

deluge flags are : webinterface -gtk -libnotify

#2482 Invalid Global options not working as expected Sepero
Description

While making custom edits to the code, I have found that first_last prioritization is sometimes not internally being set as True when it should be.

first_last priority is only being set to torrents if they are added while the option is already on. A torrent that is added before the option is turned on will not be able to be changed unless it is removed and re-added.

The expected behavior would be that global options are globally True or globally False, and not changing on a per torrent basis.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.