Commit Graph

6538 Commits

Author SHA1 Message Date
John Garland f5956f01e7 Ignore unmaximise event when window isn't visible
This fixes the bug where a maximised main window
will become unmaximised (on restart) after
quitting deluge from the system tray.
2012-02-18 12:34:05 +11:00
Calum Lind 717db367e8 Add magnet uri support to Add Url in Webui 2012-02-18 00:39:24 +00:00
Calum Lind e0efe3885a Update Changelog 2012-02-16 16:58:32 +00:00
Calum Lind 836da50f78 Remove orientation property from glade files to fix compatibility warnings 2012-02-16 16:44:15 +00:00
Calum Lind 85b1753a28 Fix compatibility for Python2.5 and Debian Lenny
Recent commit to handle warnings were >=Py2.6 and glib binding is
unavailable on Debian Lenny.
2012-02-16 16:44:14 +00:00
Calum Lind eb6959fb98 Cleaner log entry if deluged missing 2012-02-16 16:44:14 +00:00
Calum Lind 30c142ac4d Fix #1954 : 'invalid literal for float' console error when setting listen interface 2012-02-16 16:44:14 +00:00
John Garland 08a75bd9f9 Wait for client to shutdown/disconnect before stopping reactor (fixes #2032) 2012-02-16 14:12:03 +11:00
samuel337 754a5a7f8a Add scheduler plugin page to webui 2012-01-25 01:00:15 +00:00
Calum Lind 863fd7d2b7 Webui applies changes when OK clicked in Preferences 2012-01-25 01:00:05 +00:00
Calum Lind 56f2283e3e Fix collapsed treeview in Create Torrent dialog 2012-01-24 14:25:09 +00:00
Calum Lind 272d2005e0 Add missing columns to WebUI
Added Download,Uploaded,Down Limit, Up Limit & Seeder/Peeds. Also selected
columns start out hidden to match gtkui and the name column has a minimum
width of 150.
2012-01-24 01:55:56 +00:00
Calum Lind 375ee2dd1c correction for the comparision in previous commit 2012-01-19 01:28:39 +00:00
Calum Lind 98dcc8e3b1 Fix stored file priorities settings
File priorities stored in torrent options were based upon the supplied
funtion values rather than the current values stored in libtorrent. So
if the priorities failed to be set by libtorrent the settings would be
out of sync.
2012-01-19 00:51:54 +00:00
Damien Churchill e91458662f ui: fix error in last commit
The last commit assumed that loglevel would always be a string,
take into account that it can sometimes be None
2012-01-17 17:07:09 +00:00
Damien Churchill 2600785cbb Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable 2012-01-17 16:58:29 +00:00
Damien Churchill e5576dff1e ui: fix setting capital log level
Whilst providing the log level as a lowercase string has worked
for a long time trying to use DEBUG doesn't work, so lowercase
the string first.
2012-01-17 16:58:18 +00:00
Calum Lind 4c648bc09f Update Changelog 2012-01-10 02:08:17 +00:00
Damien Churchill 17d9739abb create the toolbar with the rest of the UI 2012-01-10 00:53:02 +00:00
Damien Churchill c1bf52e8d9 update changelog 2012-01-09 22:38:18 +00:00
Damien Churchill d60b436fcb web: rebuild the compressed javascript
There were a few changes when upgrading to ext 3.4 so rebuild and
compress the javascript files
2012-01-09 22:37:29 +00:00
Damien Churchill 2e0e0fb6b5 Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable 2012-01-09 22:34:59 +00:00
Damien Churchill fe4f732c12 web: update to extjs 3.4.0
There are numerous fixes to the framework between 3.1.1 and 3.4.0 and
since there are no obvious bugs introduced it's only sensible to pull
the update in to the stable branch
2012-01-09 22:34:47 +00:00
Calum Lind 25d930b307 Fix #1929 : Update setup.py to clean deluge*.egg_info dir from root dir 2012-01-09 22:19:24 +00:00
Calum Lind 083c7fbb32 Fix #1936 : Referenced before assignment error in json_api 2012-01-09 22:19:24 +00:00
Damien Churchill 81fc47d080 web: fix gen_gettext script
The script for generating the gettext.js file was outdated and needed
a fix to work with the newer layout of the javascript source code, it
was still looking for Deluge.Something files which no longer exist.
2012-01-09 21:58:20 +00:00
Calum Lind e1745443bf Fix #1895 : Files Tab showing wrong files due to torrent_info race condition 2012-01-09 18:33:10 +00:00
Calum Lind 649f933316 Update AUTHORS 2012-01-09 18:32:49 +00:00
Calum Lind 8b46ed8bdb Remove unneeded license from blocklist 2012-01-08 14:03:22 +00:00
Calum Lind 62aa339fd8 Fix #2010 : Move speed text in titlebar to the beginning 2012-01-08 03:53:30 +00:00
Calum Lind 96d8f10080 Strip trailing space and tabs in aboutdialog 2012-01-07 19:53:24 +00:00
Calum Lind 3d8e3f4add Webui: Smaller minSize for Sidebar and remove 1px border from mainpanel 2012-01-07 19:22:09 +00:00
Calum Lind 08eb6002f8 Remove dotted line on buttons in Firefox 2012-01-06 20:52:04 +00:00
Calum Lind 0015c9af86 Add Deluge and icon to start of toolbar in webui 2012-01-06 20:34:29 +00:00
Calum Lind 4365e1ff39 Fix clipped Browse button in WebUI 2012-01-06 15:44:38 +00:00
Calum Lind 0b6af77d57 Fix plugin uploads from behind a reverse proxy 2012-01-06 15:44:38 +00:00
Calum Lind 6b2320d4b6 Fix password box focus issue in Firefox 9 for WebUI 2012-01-06 15:44:38 +00:00
Calum Lind a5742f892d Fix #1915 : Unable to stop the status bar from autohiding 2012-01-06 15:44:38 +00:00
Calum Lind 01adb882ea Remove uneeded Title to save space in WebUI 2012-01-06 15:44:38 +00:00
Calum Lind 9fd6d3d418 Hide unused Create button in WebUI 2012-01-06 15:44:38 +00:00
Damien Churchill d4834bc6c7 web: fix font in loaded html
When dynamically loading the content panels in the details panel they
would sometimes look quite bad since the only font they have been
told to use is verdana. Fix this why using the same as extjs.
2012-01-06 15:06:21 +00:00
Calum Lind e4eda24e8f Update Changelog 2012-01-04 19:00:21 +00:00
Calum Lind 39f648684e Fix #1961 : Missing 'All' filter option for Label plugin 2012-01-04 18:40:29 +00:00
Calum Lind 56f8e213e3 Update POT and PO files 2012-01-03 00:38:02 +00:00
Calum Lind cb86828fa6 Update About dialog for translation 2012-01-02 19:12:48 +00:00
Calum Lind 5cffc8f7e0 Add clean desktop file to setup.py 2012-01-02 16:53:28 +00:00
Calum Lind 97912a28e4 Update Win32 README 2011-12-15 17:00:41 +00:00
Calum Lind 9d2b0101d6 Fix issue in saving libtorrent session state 2011-12-15 16:10:21 +00:00
Calum Lind e49b7d5c23 Update README file 2011-12-15 15:41:00 +00:00
Calum Lind 78a0ffd437 New AUTHORS file 2011-12-15 15:40:38 +00:00