lp:~lottanzb/lottanzb/config-module

Created by Severin H and last modified
Get this branch:
bzr branch lp:~lottanzb/lottanzb/config-module
Members of LottaNZB Development Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
LottaNZB Development Team
Project:
LottaNZB
Status:
Merged

Recent revisions

485. By Severin H

Disable "Add download from Newzbin.com" menu entry if there's no Newzbin support.

484. By Severin H

Bug fix in gui.MainWindow.handleModeChanged. Related to revision 480.

483. By Severin H

"AttributeError: 'AddMultipleFilesDialog' object has no attribute 'table'" bug fixed.

However, another exception still gets risen, but that doesn't keep the feature from working:

self.fields["name"].set_text(self.getSelectedFile()[0])
TypeError: 'NoneType' object is unsubscriptable

482. By Severin H

Some cleanup in modes.*.Mode.handle_disconnect(...).

481. By Severin H

Log messages uncommented.

480. By Severin H

Argh: GObject internally changes "_" characters to "-" in property names, so the event "notify::active_mode" just won't work (at least it drives you crazy trying to find the bug *sigh*).

Enqueueing files from the command line should work now (However, Backend.updateState raised an exception in the log module, which needs to be tracked down first).

Don't throw an exception in ModeManager.get_active_mode_class, just return None.

Accidentally turned a "Backend()" statement into "self" in backend.py.

479. By Severin H

The notify::active_mode event doesn't seem to be emitted. Therefore addition of a custom event as before: "mode-changed".

Unfortunately, adding downloads from the command line still doesn't work. Investigations are under way.

478. By Severin H

Fixed old-fashioned Backend() statements in modes/ui.py and backend.py.

477. By Severin H

Don't save the HellaNZB configuration twice for no reason.

476. By Severin H

POTFILES updated.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar-NG Knit Repository Format 1
This branch contains Public information 
Everyone can see this information.