summaryrefslogtreecommitdiffstats
path: root/deluge/ui/console
Commit message (Expand)AuthorAge
* Added priority colors to torrent detail view in consoleAsmageddon2012-12-10
* Fixed setting some of the torrent options via the manage commandAsmageddon2012-11-25
* Fixed setting move on complete option in new consoleAsmageddon2012-11-25
* Fix #2174 : Console: Unable to add torrent via URLCalum Lind2012-11-06
* Tweaks to console info codeCalum Lind2012-10-13
* Console: Fix test for empty color stringCalum Lind2012-09-29
* Quick and hacky fix for console event view crashing on long torrent namesAsmageddon2012-08-26
* Added active time and seeding time columns to consoleAsmageddon2012-08-26
* Made status bars update correctly in LegacyAsmageddon2012-08-20
* Fix to the last fix ^^Asmageddon2012-08-09
* Fixed some problems with help popupsAsmageddon2012-08-09
* Made delete key open up the delete torrent dialog in view torrent detail modeAsmageddon2012-08-09
* Made 'Esc' exit AddTorrents and allowed scrolling with j/kAsmageddon2012-08-09
* Fixed AddTorrents crashing on folders containing unicode charactersAsmageddon2012-08-09
* Replaced a dictionary comprehension with dict(list comprehension) to keep 2.6...Asmageddon2012-08-09
* Fix console not working with an empty sessionAsmageddon2012-08-09
* Replaced 'inf' with '-' for ratio column in AllTorrents modeAsmageddon2012-08-09
* Added progress to list of required columnsAsmageddon2012-08-09
* Fixed (this time properly) crapping out when waiting for torrent data after e...Asmageddon2012-08-09
* Fixed lack of formatting in some of the event messagesAsmageddon2012-08-09
* Added another check to prevent event spam when adding a new torrentAsmageddon2012-08-09
* Display a 'Please Wait' string instead of crapping out when waiting for colum...Asmageddon2012-08-09
* Fixed a crash when trying to change sort order from an invisible columnAsmageddon2012-08-09
* Made scrolling not reset the breadcrumbs in AddTorrents as it's meaninglessAsmageddon2012-08-09
* Added scrolling with PgUp/PgDown and Home/End to SelectablePopupAsmageddon2012-08-09
* Fixed a little problem with multiselection in AddTorrentsAsmageddon2012-08-09
* Added error handling for inaccessible directoriesAsmageddon2012-08-09
* Removed debug code, made AddTorrents save path and sorting column/orderAsmageddon2012-08-09
* Got rid of old add torrents dialog and replaced it with a new one that either...Asmageddon2012-08-09
* Wrote a help string for AddTorrentsAsmageddon2012-08-09
* Changed format of add torrent reports a bitAsmageddon2012-08-09
* Extended torrent add screen with a proper file browser and multiselection. Ex...Asmageddon2012-08-09
* Made wrap_string carry format strings over to the next lineAsmageddon2012-08-09
* Made Popup accept a width_req argumentAsmageddon2012-08-09
* Added missing coding declaration to manage.pyAsmageddon2012-08-09
* Treat empty rename field as canceling the renameAsmageddon2012-08-09
* Added renaming files and folders in a torrent. Note: For the sake of your san...Asmageddon2012-08-09
* Fixed a problem with message popupAsmageddon2012-08-09
* Fixed a bug that caused torrent options popup to not display in some circumst...Asmageddon2012-08-09
* Fix crash when entering unicode characters from keyboard into an input popupAsmageddon2012-08-09
* Chaned DL/UL colors on status bar to magenta/green (from green/red)Asmageddon2012-08-09
* Performance improvements - console should now be much faster with many torren...Asmageddon2012-08-09
* Set default priority for file priority dialog to 'Normal', added colorsAsmageddon2012-08-09
* Fixed a minor problem with events on torrent additionAsmageddon2012-08-09
* Updated some event handlersAsmageddon2012-08-09
* Made detail and event views scrollable with j/k keys as wellAsmageddon2012-08-09
* Fixed sorting by ETAAsmageddon2012-08-09
* Added a first run popup(actually just ordinary help with changed title)Asmageddon2012-08-09
* Made popup windows request height of 65, updated helpAsmageddon2012-08-09
* Allowed float sizes of Popups between 0.0 and 1.0 which make them take specif...Asmageddon2012-08-09