Commit Graph

5116 Commits

Author SHA1 Message Date
Damien Churchill 616561ca6d disable all tabs on startup
tweak the options tab layout
2009-06-02 16:51:26 +00:00
Damien Churchill b56bb9e2be stop an error in the peers tab if no data is returned
add the code to enforce the sidebar_show_zero option
2009-06-02 12:34:54 +00:00
Damien Churchill b54c73d466 Fix the disabling and clearing of the torrent details tabs 2009-06-02 12:19:22 +00:00
Andrew Resch f26870ad19 Update ChangeLog 2009-06-02 04:01:46 +00:00
Andrew Resch 54af19f249 Add Scheduler plugin 2009-06-02 00:57:52 +00:00
Andrew Resch c4782e91f0 Update create_plugin script a bit 2009-06-02 00:57:04 +00:00
Andrew Resch 1091054b38 Add ability to run individual set functions 2009-06-02 00:56:05 +00:00
Damien Churchill 502fa6983e fix setting prioritize first/last from the options tab 2009-06-01 23:46:35 +00:00
Damien Churchill bf3b0bf5c6 remove the # from the copyright comments 2009-06-01 22:51:36 +00:00
Damien Churchill ed36526a24 fix the progress bar in the files tab 2009-06-01 22:23:47 +00:00
Damien Churchill ff262acbdf change the progress bar to auto width again 2009-06-01 21:36:12 +00:00
Damien Churchill 3f525293ca tweak the widths so the ui can be used more easily on a resolution of 1024x768 2009-06-01 21:27:23 +00:00
Damien Churchill c9ba8b1583 fix the class name for time_added 2009-06-01 21:26:17 +00:00
Damien Churchill 87355e0490 use inline if/else to set the value of auto managed and also run through gettext 2009-06-01 20:13:05 +00:00
Andrew Resch e71c562612 Fix #950 renaming a parent folder into multiple folders 2009-06-01 19:29:15 +00:00
Andrew Resch 30efe143fe Catch exception when trying to open config file 2009-05-30 01:32:25 +00:00
Andrew Resch 019c78db47 Add some command line options to the daemon to set the listen
interfaces, -i and -u
2009-05-30 00:22:14 +00:00
Andrew Resch d29934a534 Add a "Find More Plugins" button the Plugins pref page that links the user to the Plugins page on the wiki 2009-05-29 00:31:59 +00:00
Andrew Resch ea829d0826 Show libtorrent performance warnings in the debug log 2009-05-28 23:55:34 +00:00
Andrew Resch 63f1874ae8 Modify the Config class to version the config files now.
Add ability to register converter functions for config files to convert them to newer versions.
2009-05-28 23:43:45 +00:00
Andrew Resch d1c47982a8 Optimize get_tracker_host by storing the tracker_host value 2009-05-28 19:16:58 +00:00
Andrew Resch fa728510dd This should have been in the last commit.. 2009-05-28 19:16:28 +00:00
Andrew Resch 4dc2f7d9d0 Fix up docstrings in AlertManager and do some minor optimizations 2009-05-28 19:15:32 +00:00
Andrew Resch 8c587f7330 Add support to profile the daemon using the --profile option 2009-05-28 18:28:33 +00:00
Damien Churchill bf2f4ee860 remove debug alert 2009-05-28 10:37:09 +00:00
Damien Churchill aa866d5187 improve the optionsmanager
implement setting torrent options via the options tab
rebuild the docs and js file
2009-05-28 10:36:06 +00:00
Andrew Resch c8de0b897d Show hosts as Offline when they are initially added to the listview
Select the first host in the list on show
2009-05-28 01:15:38 +00:00
Andrew Resch bbdcf7534c Make chardet a non-optional dependency in 1.2.x 2009-05-27 19:18:13 +00:00
Damien Churchill 629b239739 add a couple of extra methods to the option manager
updateOptions in onRequestComplete in the options tab
2009-05-27 16:31:36 +00:00
Damien Churchill ea2a79a903 improve some of the docs in Deluge.UI 2009-05-27 15:51:24 +00:00
Damien Churchill 9b860c9b3c add a build_docs method to build.sh and rebuild the docs 2009-05-27 15:24:37 +00:00
Damien Churchill 5b6ecc2b4e rebuild the deluge js 2009-05-27 11:50:50 +00:00
Damien Churchill 91a471e781 fix setting the download priority for files in the files tab 2009-05-27 11:49:27 +00:00
Damien Churchill 668683f369 add a new class for managing a options throughout the ui 2009-05-27 11:35:52 +00:00
Andrew Resch b5e0222689 Make the global move torrent on completed option a template for newly added torrents to allow
turning off the movement - patch from Plisk
2009-05-27 02:59:44 +00:00
Andrew Resch 6c023c111f Fix the extracting command call
Touch up the gtkui config a bit
2009-05-27 02:32:00 +00:00
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