Commit Graph

4980 Commits

Author SHA1 Message Date
Andrew Resch b883ffc474 Fix exception when trackers are disabled from the sidebar 2009-05-25 22:55:42 +00:00
Andrew Resch 9324134d8f Prevent some uncaught exceptions when systemtray is not enabled 2009-05-25 06:07:26 +00:00
Andrew Resch 360790876b Fix not using the encoding used in the torrent file to decode some strings 2009-05-25 02:27:33 +00:00
Andrew Resch fa9d39c5fb Fix typo 2009-05-21 19:33:12 +00:00
Andrew Resch d45e2de1c9 Add InformationDialog
Use InformationDialog instead of ErrorDialog in AddTorrentDialog
Make dialog in GtkUI translatable
2009-05-21 00:18:53 +00:00
Andrew Resch 2374d44c70 Add error dialog popup when trying to de-select files in the add torrent
dialog while using compact allocation
2009-05-20 23:46:27 +00:00
Andrew Resch d2b5e69a5e Add an ErrorDialog 2009-05-20 23:42:03 +00:00
Andrew Resch b4a329474a Fix #943 exception when options is None 2009-05-20 21:39:02 +00:00
Andrew Resch f78cf72544 Create a BaseDialog class 2009-05-20 21:09:50 +00:00
Andrew Resch 1d006e1368 Handle shutdown() better 2009-05-20 20:11:57 +00:00
Andrew Resch 447620f89f Add some extra include dirs for when building on OS X using Fink 2009-05-20 18:51:37 +00:00
Andrew Resch 2741623e91 Add some more information to the error message when trying to run
multiple daemons
2009-05-20 16:53:32 +00:00
Andrew Resch 5f8a1ed971 Fix up daemon start-up code a bit.. 2009-05-20 16:11:54 +00:00
Andrew Resch 0a33931c6b Detect when a daemon is already running in the same config folder.
When the gtkui is run in classic mode with an already running daemon 
process, prompt the user to turn off classic mode or exit.
2009-05-20 01:07:58 +00:00
Damien Churchill 5afeabd56d attempt to set the icon via the icon theme before falling back to the logo (as in the statusbar) 2009-05-19 23:49:31 +00:00
Damien Churchill 11351e1544 remove the disable in the options tab
disable all tabs when there is no torrent selected and enable them when there is
2009-05-19 22:47:51 +00:00
Damien Churchill 323d8133b0 set the mime-type propety on all the html files 2009-05-19 22:33:45 +00:00
Damien Churchill 1b0ffe748c update the options tab and set the torrent values
improve the docstrings in a few of the javascript modules, and include the
generated documentation.
2009-05-19 22:30:59 +00:00
Damien Churchill 038c92376a build up the layout for the options tab in initComponent, allowing for easy storage of the fields. 2009-05-18 22:51:06 +00:00
Andrew Resch 716c0ee564 Update man page to refer to console instead of null 2009-05-18 22:07:51 +00:00
Andrew Resch d67477f6e2 Add OpenSSL exception to all GPL headers 2009-05-18 21:51:49 +00:00
Andrew Resch c4a247018b Fix up the console ui so that command-line options work again.. Also,
use the new UI class for the 'deluge-console' script.
2009-05-18 21:35:16 +00:00
Andrew Resch 56735452a8 Clean-up CoreConfig a bit 2009-05-18 21:34:24 +00:00
Andrew Resch df21107e3f Improvements to the new UI class and improve how ConfigManager handles
setting the config directory
2009-05-18 21:34:03 +00:00
Damien Churchill 62bc9d1844 make use of the DeferredList rather than chaining one request after another 2009-05-18 17:43:29 +00:00
Andrew Resch 1a3e38b1f5 Set some sane defaults for peers/file tabs column widths 2009-05-18 16:26:26 +00:00
Andrew Resch bb12f74ae6 Remove unnecessary file 2009-05-17 17:05:28 +00:00
John Garland 100227f4e1 Added filemode support to setupLogger.
This allows log files to be appended to if desired.
2009-05-17 12:28:03 +00:00
John Garland ac418d5935 Potential patch for libtorrent @ 3507 2009-05-17 12:19:14 +00:00
Andrew Resch 982aaff2a1 Remove icon_size property from toolbar to prevent gtk warnings 2009-05-16 05:47:35 +00:00
Andrew Resch 8da20c042f Fix some config file locations when using a non-default config directory 2009-05-15 18:09:59 +00:00
Andrew Resch be5e12e1e4 Have authmanager return ints instead of strings for the auth level 2009-05-15 17:48:03 +00:00
Andrew Resch a7e70509b0 Remove needless del 2009-05-14 23:14:09 +00:00
Andrew Resch 78d0439d6f Move countries.py to ui/ since it's only used by the UIs 2009-05-14 18:16:16 +00:00
Andrew Resch 19e21606cd Fix exception when timing out trying to send notification email 2009-05-13 20:52:51 +00:00
Andrew Resch 5606925aa0 Fix #934 use 'name.utf-8' if available and decode the file path before
joining it with the prefix
2009-05-12 20:22:21 +00:00
Andrew Resch 397434f7ca Update deluge.pot and a couple i18n tweaks 2009-05-12 18:10:52 +00:00
Andrew Resch 090e1a035e Implement #259 show tooltip with country name in the peers tab 2009-05-12 17:52:01 +00:00
Andrew Resch 90e05827dd Remove 5 minute config save timer as it's not really needed and it's
preventing gtkui from starting
2009-05-12 17:48:47 +00:00
Andrew Resch 65583cfe12 Add some more stuff to the new ui class 2009-05-12 17:07:17 +00:00
Andrew Resch c754fc7c74 Remove dep on gobject and replace with twisted.reactor.callLater 2009-05-12 16:57:35 +00:00
Andrew Resch 54bfbb888b Update deps to include pyxdg 2009-05-12 16:27:41 +00:00
Andrew Resch 0ab8fa4871 Remove gobject timer and replace with a twisted LoopingCall 2009-05-12 16:15:06 +00:00
Damien Churchill 901038b3c2 improvements to the doc strings 2009-05-11 19:31:29 +00:00
Damien Churchill 2b4ca765fa move the config_directory attribute to a property that gets lazily set 2009-05-11 10:28:59 +00:00
Andrew Resch 7aea3a290e Fix up error message when not specifying a directory with the --config option and add this to 1.1.x 2009-05-11 04:10:05 +00:00
Andrew Resch 128b40641f Apply #932 minor ti_name optimization 2009-05-10 19:28:23 +00:00
Andrew Resch 2d2f8f7700 Remove some useless code 2009-05-10 19:11:06 +00:00
Andrew Resch 384eee2744 Fix showing non-utf8 encoded torrents in add torrent dialog -- this adds an additional dependency on chardet. 2009-05-09 17:46:13 +00:00
Andrew Resch 96c399f7f5 Optimize ti_name a touch 2009-05-09 03:42:39 +00:00