summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/gtkui.py
Commit message (Expand)AuthorAge
* Update osx build and packaging scriptsCalum Lind2013-03-17
* Add OSX packaging and GTK supportCalum Lind2013-02-14
* GTK: Fix showing exception error to user with no libtorrent installedCalum Lind2013-02-13
* Make sure pending gtk events are processed before quitting gtkui.Chase Sterling2012-12-08
* Fix #2100 : Add option not to bring main window to front when adding torrents...Calum Lind2012-11-24
* Fix deluge-gtk not working with twisted 12 (fixes #2148)John Garland2012-09-16
* Set process name to match application using setproctitleCalum Lind2012-03-04
* Catch and log ReactorNotRunning when stopping reactor in gtkCalum Lind2012-02-23
* Tidy up location of gettext setup_translationsCalum Lind2011-07-10
* Moved the MainWindow to GtkBuilder.Pedro Algarvio2011-07-07
* Save and restore Preferences dialog size from configCalum Lind2011-06-19
* Change log level of connect failed to INFOCalum Lind2011-06-17
* Late import GTK UI's ConnectionManager so that the translations code can be p...Pedro Algarvio2011-06-05
* Cleaner fix for #1874, code clean up and reusability.Pedro Algarvio2011-06-04
* Merge branch 'master' into pieces-progress-barPedro Algarvio2011-05-28
|\
| * Set the WM_CLASS name to DelugeAndrew Resch2011-05-25
| * Change default value of close_to_tray to FalseCalum Lind2011-05-22
* | PiecesBar enhancement.Pedro Algarvio2011-05-18
* | PiecesBar implementation.Pedro Algarvio2011-05-18
|/
* More changes related to automatic connections.Pedro Algarvio2011-04-30
* GTK UI connection manager fixes.Pedro Algarvio2011-04-28
* Remove a pref regarding auto adding in queue thinking it was from the core's ...Pedro Algarvio2011-04-27
* Removed leftovers from the core autoadd. All autoadd features are now address...Pedro Algarvio2011-04-25
* Cleaned up previous commit regarding threads and the GTK2Reactor.Pedro Algarvio2011-04-22
* Removed problematic code. GTK2Reactor takes care of all that.Pedro Algarvio2011-04-22
* Apply patch from #1581 to add an option to enable the app indicatorAndrew Resch2011-03-22
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Set locale to the user's default settings in the gtkuiJohn Garland2010-09-20
* Fix #1302 an uncaught exception in an state_changed event handler in SessionP...Andrew Resch2010-06-22
* Fix deluge-gtk hanging on shutdown (#1247) - thanks Jan SteffensJohn Garland2010-05-02
* Add new component SessionProxyAndrew Resch2010-03-28
* Add some rpc stats to the gtkui debug loggingAndrew Resch2010-01-24
* Add in a '_' builtin method if unable to initialize gettextAndrew Resch2009-12-23
* Fix #768 save tracker list for create torrent dialogAndrew Resch2009-12-14
* Fix autoconnecting to a host other than the first one in the listAndrew Resch2009-12-13
* Add button to Other preferences to associate magnet links with DelugeAndrew Resch2009-11-30
* Register just 'deluge' not '/usr/bin/deluge' in the magnet uri handlerAndrew Resch2009-11-29
* Attempt to register as the default magnet uri handler in GNOME on startupAndrew Resch2009-11-29
* Merge SVN and HG heads.Pedro Algarvio2009-11-22
* First notifications plugin commit.Pedro Algarvio2009-11-22
* Fix endless loop when trying to autoconnect to an offline daemonAndrew Resch2009-11-13
* Fix autoconnecting to the next host in the list if the selected one isn't ava...Andrew Resch2009-11-13
* Fix previous commit [5864]Andrew Resch2009-10-24
* Fix 'autostart localhost if needed' optionAndrew Resch2009-10-23
* Fix saving torrent state on fresh configsAndrew Resch2009-10-11
* Likewise in trunkAndrew Resch2009-10-08
* Fix shutdown handler with GNOME session managerAndrew Resch2009-08-01
* Add support for the deluge-gtk start scriptAndrew Resch2009-07-31
* Show an Error dialog if starting the core in classic mode is unsuccessfulAndrew Resch2009-07-13
* Fix exception when quitting in classic modeAndrew Resch2009-07-13