Commit Graph

5201 Commits

Author SHA1 Message Date
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
Andrew Resch f12f02fff8 Fix #921 detect if user has json-py installed and add dumps and loads attributes to it 2009-05-09 03:18:54 +00:00
Andrew Resch 5b3528c9d1 Torrent name is now changed when the root folder or file is renamed 2009-05-09 03:05:43 +00:00
Andrew Resch 876a01ff84 Fix some debug output when not using utf8 2009-05-09 03:02:11 +00:00
Andrew Resch f7bb2f330b Fix #927 add support for more boost versions 2009-05-09 02:59:42 +00:00
Andrew Resch 00ca3e158b Prevent page headers from moving when adjusting window size 2009-05-08 00:10:03 +00:00
Damien Churchill 3276de91c3 document the methods 2009-05-07 19:14:02 +00:00
Damien Churchill 7e291268bb improve the password convertion methods 2009-05-07 18:02:08 +00:00
Damien Churchill aeb5e8311b don't delete the salt 2009-05-07 17:51:01 +00:00
Damien Churchill 107daa57b5 commit the record after updating it 2009-05-07 17:50:16 +00:00
Damien Churchill af4c73a594 big change to the webui auth system
added converting of old 1.1 config files
added converting of old md5 passwords to sha1
2009-05-07 16:27:22 +00:00
Damien Churchill 2766c103e2 change the config class to return true or false on a save to show whether or not it was successful 2009-05-07 15:32:21 +00:00
Damien Churchill c59857b802 add config_file as a property to the Config class 2009-05-07 15:09:13 +00:00
Damien Churchill 007c9bd2a2 finish implementing the edit trackers window 2009-05-05 22:59:34 +00:00
Damien Churchill da81704b74 remove pointless if 2009-05-05 22:35:25 +00:00
Damien Churchill 1480459019 fix tier whilst adding trackers 2009-05-05 22:33:17 +00:00
Damien Churchill 84b30aa11a add the layouts for the add and edit windows 2009-05-05 21:50:30 +00:00
Damien Churchill 763a422a15 increase window side and add stubs for the add/edit windows 2009-05-05 20:23:10 +00:00
Damien Churchill 83ff72490c load the trackers into the grid 2009-05-05 19:29:04 +00:00
Damien Churchill 712bfcfef1 add edit trackers to the debug list 2009-05-05 19:14:12 +00:00
Damien Churchill caafffb484 remove another space 2009-05-05 19:07:05 +00:00
Damien Churchill b254385666 remove space in the description 2009-05-05 19:04:53 +00:00
Damien Churchill 554181a590 add basic edit trackers window 2009-05-05 18:00:32 +00:00
Damien Churchill 0b1b6d65de update the header 2009-05-05 17:59:38 +00:00
Andrew Resch 9b25b63664 Add Extractor plugin 2009-05-02 02:13:23 +00:00
Andrew Resch 9a94b3719d Some changes to the create_plugin script to work properly with 1.2 2009-05-02 02:11:36 +00:00
Andrew Resch 5b87af0e46 Fix per-torrent move on completed stuff - patch from Plisk 2009-05-02 02:07:11 +00:00
Andrew Resch 32fc0db2e5 Remove duplicate code 2009-05-01 20:21:25 +00:00
Andrew Resch 62b0d0b094 Prevent exception when clicking on the Connect button when no host is selected 2009-05-01 17:28:57 +00:00
Damien Churchill 12dded627e change so INCLUDEDIR not existing in the env won't throw an error 2009-04-30 16:17:50 +00:00