2010-02-06  Mike Massonnet

Add Array.count to compat18


2010-02-06  Mike Massonnet

Substitute ~ with HOME in XDG_CONFIG_HOME


2010-02-06  Mike Massonnet

Add support for local sever with aria2 < 1.7

Try to spawn a server with command arguments from aria2 1.7+ and if it
doesn't answer to XML-RPC requests, re-run a server with lesser
arguments that work with aria2 1.4/1.6.

2010-02-06  Mike Massonnet

Add backward compatibility for Ruby 1.8

The two last "Replace" commits are reverted by this commit. The new file
compat18.rb adds methods that only exist in Ruby 1.9.

2010-02-05  Gabor Kelemen

l10n: Initial Hungarian translation added

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-02-04  Mike Massonnet

Replace Process.spawn with Process.fork+exec


2010-02-03  Mike Massonnet

Replace Dir.exists? with File.directory?


2010-02-03  Mike Massonnet

Set manager insensitive after applying new settings


2010-02-03  Mike Massonnet

Thread the shutdown method of Aria2

The shutdown method is now threaded and the GUI code has been updated to
quit once the server has safely quit. The new signal "shutdown" has been
introduced just for this purpose on the Aria2 class.

2010-02-03  Mike Massonnet

Thread the connect method of Aria2

The connect method is now threaded which makes the GUI immediately
visible and keep it responsive. The connect method also triggers a call
to start_server if needed, still running inside a thread.

2010-02-03  Mike Massonnet

Remove the forgotten prints of XDG_CONFIG_HOME :-$


2010-02-02  Mike Massonnet

Set XDG_CONFIG_HOME if it isn't


2010-02-02  Mike Massonnet

Add config.rb into Makefile.am


2010-01-31  Mike Massonnet

Bump post-release


2010-01-31  Mike Massonnet

Prepare 0.1.1 release


2010-01-31  Mike Massonnet

Add the advanced settings dialog

The "Edit configuration" button in the advanced tab of the settings
dialog turns the dialog into a single notebook with a treeview to edit
the aria2.conf file by hand.

2010-01-30  Mike Massonnet

Add place for info bar (currently code commented)


2010-01-30  Mike Massonnet

Add version inside config.rb


2010-01-30  Mike Massonnet

Emit "disconnected" signal on unhandled exceptions


2010-01-30  Mike Massonnet

Don't lock on custom server connection failures

Move the 5 seconds timeout from connect() to start_server() and check
for return value 0 aswell when receiving an ECONNREFUSED error. Emit a
"disconnected" signal on ECONNREFUSED instead of EPIPE since going
through EPIPE would try a reconnection and eventually fail on an
ECONNREFUSED error.

2010-01-30  Mike Massonnet

Add connected/disconnected signals

Still needs further work. Aria2 needs to do the connection/shutdown/etc
in a thread so that it doesn't block the GUI because currently when the
local server is killed it will recreated a new one and the sensitivity
changes aren't visible.

2010-01-28  Mike Massonnet

Lock --daemon option

The daemon option doesn't take a parameter, now this option is locked
out and won't be parsed.

2010-01-29  Piarres Beobide

l10n: Initial BAsque (eu) translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-29  Evaggelos Balaskas

l10n: Initial Upload for Greek (el_GR)

New status: 34 messages complete with 0 fuzzies and 4 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-25  Aleksandr Ponomarenko

l10n: Updated Russian (ru) translation to 100%

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-25  Sergio Marques

l10n: Added Portuguese Translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-24  Mike Massonnet

Add Advanced tab in settings dialog

The new tab contains extra options for aria2. Also hardcoded the option
daemon to false when running the XML-RPC server.

2010-01-24  Mike Massonnet

Use aria2.remove for pause instead of the lowest-speed-limit hack

When a download is removed, the manager will leave it in the treeview,
e.g. it will only be removed from the treeview if the remove action was
done manually by pressing the remove button. Now the pause action calls
aria2.remove() and resume will start it again. This removes the hack
done with the lowest-speed-limit option.

2010-01-24  Mike Massonnet

Make sure to run only one command in the wrapper script


2010-01-24  Mike Massonnet

Load eatmonkey-logo.png safely

Try two different prefixes to load eatmonkey-logo.png otherwise just use
nil value, instead of returning a backtrace.

2010-01-24  Mike Massonnet

Install eatmonkey.png inside hicolor and update gtk icon cache


2010-01-24  Mike Massonnet

Bump post-release


2010-01-24  Leandro Regueiro

l10n: Updated Galician (gl) translation to 86%

New status: 33 messages complete with 0 fuzzies and 5 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-24  Leandro Regueiro

l10n: Initial Galician (gl) translation

New status: 20 messages complete with 0 fuzzies and 18 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-24  Michal Várady

l10n: Initial Czech translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Mike Massonnet

Prepare 0.1.0 release


2010-01-23  Mike Massonnet

Prepare release 0.1.0draft


2010-01-23  Mike Massonnet

Set window icon name to eatmonkey


2010-01-23  Mike Massonnet

Add pixmaps data


2010-01-23  Mike Massonnet

Make distribution work for a Ruby release


2010-01-23  Mike Massonnet

l10n: Initial French (fr) translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Carles Muñoz Gorriz

l10n: Initial Catalan (ca) translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Masato Hashimoto

l10n: Initial Japanese translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Vincent Tunru

l10n: Initial Dutch (Flemish) (nl) translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Per Kongstad

l10n: Initial Danish translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Dmitrij Smirnov

l10n: Updated Russian (ru) translation to 100%

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Dmitrij Smirnov

l10n: Updated Russian (ru) translation to 100%

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Dmitrij Smirnov

l10n: Initial Russian (ru) translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Xu Meihong

l10n: Initial Simplified Chinese (zh_CN) translation

New status: 38 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

2010-01-23  Mike Massonnet

First draft is finally in

Written in Ruby, it depends on the ruby-gnome2 project for the GTK+
bindings.

2010-01-23  Mike Massonnet

Update autotools build for Ruby draft


2010-01-23  Mike Massonnet

Let's restart the code monkey!

Initial branch targetting aria2 with XML-RPC.

2008-09-10  Mike Massonnet

Initial import

