lp:~osomon/software-center/memory_leak

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp:~osomon/software-center/memory_leak
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Olivier Tilloy
Project:
Ubuntu Software Center
Status:
Merged

Recent revisions

767. By Olivier Tilloy

Do not set the current model to None, this is useless as AppView.set_model checks
the type of the model passed as a parameter and does nothing if it's not a valid AppStore.

766. By Olivier Tilloy

When clearing an AppStore, disconnect all callbacks to allow it to be deleted.
It would never be deleted, causing a memory leak.
Explicitly calling "del" on a store is now useless, as long as it has been clear()'d it will automatically be garbage-collected.

765. By Olivier Tilloy

Clear the index maps when clearing the AppStore.
This avoids leaking *a lot* of memory when replacing a store by another one.

764. By Olivier Tilloy

Merged from trunk.

763. By Olivier Tilloy

Re-claim used memory after updating an existing AppStore with a new one.

762. By Michael Vogt

add "history" GUI that reads /var/log/apt/history.log

761. By Michael Vogt

* softwarecenter/view/app.py:
  - Set correct sensitivity of 'edit > undo,redo,cut,copy,delete,select_all'
    (LP: #439613, LP: #530194)

759. By Michael Vogt

merged from lp:~osomon/software-center/notimplemented, thanks!

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers