summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/torrentview.py
Commit message (Expand)AuthorAge
* GTKUI: Remove add_row and use add_rows insteadCalum Lind2013-05-17
* Fix seeing double torrents in classic modeCalum Lind2013-05-17
* Refactor translation code in GTK torrent and filtertree viewsCalum Lind2013-05-13
* Optimized torrentview.cell_data_trackericonbendikro2013-02-17
* GTKUI Torrentview Speed optimizationsbendikro2012-11-25
* Implement pseudo stable sort in the gtk torrent view.Chase Sterling2012-11-07
* Fix #2052 : Progress bar state text marked for deferred translationCalum Lind2012-03-11
* Fix compatibility for Python2.5 and Debian LennyCalum Lind2012-03-04
* Allow changing ownership even though the owner column is not visible.Pedro Algarvio2011-08-03
* Add handler for drag_data_received to supress warningCalum Lind2011-07-08
* Moved the MainWindow to GtkBuilder.Pedro Algarvio2011-07-07
* Fix #1263: GTK UI not remembering column widthCalum Lind2011-07-06
* Initial GTK UI Speedups.Pedro Algarvio2011-06-09
* Fix bug introduced on previous commit. We need to get a selection first!Pedro Algarvio2011-06-06
* GTK UI un-select row on torrentview shutdown and filter change.Pedro Algarvio2011-06-06
* Update all columns which use the "state" status field on the GTK UI TorrentVi...Pedro Algarvio2011-06-04
* While clearing the search filter, restore from pre-filter if available.Pedro Algarvio2011-06-02
* GTK UI search box grab_focus() on show.Pedro Algarvio2011-05-31
* GTK UI search box pre-filter implementation.Pedro Algarvio2011-05-31
* GTK UI search by torrent name filter as a "toolbar".Pedro Algarvio2011-05-31
* Wait at least 0.7 secs before triggering an update because of the search box,...Pedro Algarvio2011-05-29
* Allow searching torrents by name on the GTK UI.Pedro Algarvio2011-05-29
* Show the checking icon for the Checking Resume Data stateAndrew Resch2011-05-25
* Update certain torrentview columns to default to not visibleCalum Lind2011-05-23
* Feature #1308: Add Seeds/Peers ratio to torrent list viewCalum Lind2011-05-22
* Feature #1646: Add columns for per torrent upload and download speed limitsCalum Lind2011-05-22
* Supress gobject warning in filtertreeview and torrentviewCalum Lind2011-05-21
* Fix LP Bug #779074 - TypeError in on_key_press_event(): cannot concatenate 's...Calum Lind2011-05-12
* Implement Last Seen Complete, on core and on GTK UI.Pedro Algarvio2011-05-07
* Now, when the authentication dialog appears, user fills in the password and h...Pedro Algarvio2011-04-22
* Allow changing ownership of torrents. In order to achieve this, added `deluge...Pedro Algarvio2011-04-22
* Restore column order from state.Pedro Algarvio2011-04-21
* Remove some imports that are no longer neccessaryAndrew Resch2011-02-23
* Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handl...Andrew Resch2011-02-23
* #1494 - Add Downloaded and Uploaded columns to torrent viewalderz2011-02-08
* Fix #1508 - TypeError in cell_data_queue() could not convert argument to corr...Chad Miller2011-02-05
* Merge branch 'master' into improved-loggingPedro Algarvio2010-12-13
|\
| * Implemented passing a copy of an event instead of it's arguments to event han...Pedro Algarvio2010-12-11
| * Finish last commit, forgot to revert some of the files.Pedro Algarvio2010-12-09
| * Diferentiate adding an already managed torrent from adding a new, unmanaged t...Pedro Algarvio2010-12-08
* | Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
|/
* Add 'Owner' and 'Public' columns to the TorrentViewAndrew Resch2010-08-21
* Use a blank icon when the tracker icon downloaded isn't a proper imageAndrew Resch2010-07-15
* Use previously defined host variable instead of getting the tracker host from...Andrew Resch2010-05-08
* Fix error when requesting a tracker icon for NoneAndrew Resch2010-05-03
* Update gtk ui to use new TrackerIconsJohn Garland2010-05-04
* fix bug showing the menu via key in the torrentview (Closes #1191)Damien Churchill2010-04-01
* Add new component SessionProxyAndrew Resch2010-03-28
* On `queue_column_sort` and `seed_peer_column_sort`, sorting is now made on a ...Pedro Algarvio2010-03-08
* Cleaned up the `seed_peer_column_sort` function. Code reuse is always better.Pedro Algarvio2010-03-08