lp:~3v1n0/fogger/fix-crash-1025332

Created by Marco Trevisan (Treviño) and last modified
Get this branch:
bzr branch lp:~3v1n0/fogger/fix-crash-1025332
Only Marco Trevisan (Treviño) can upload to this branch. If you are Marco Trevisan (Treviño) please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Marco Trevisan (Treviño)
Project:
Fogger
Status:
Abandoned

Recent revisions

199. By Marco Trevisan (Treviño)

FoggerAppWindow: removing invalid packing that lead to crashes

198. By Owais Lone

* Fixed dbus service location

197. By Owais Lone

Fix for possible bug

196. By Owais Lone

Improved support for icons. No more missing icons when user switches to an icon theme with missing icons

195. By Owais Lone

Merged in translations

194. By Owais Lone

* Fixed --list option
* Same spinner size for app creation and app loading windows

193. By Owais Lone

Added Licence to fogger_lib/DB.py

192. By Owais Lone

Removed a leftover line while debugging

191. By Owais Lone

* Added a failsafe class which emulates any attribute resolution of function call
  This can be used in place of classes which should not break the app in case they fail themselves.

  The idea:

     class RealClass(object):
        def __new__(cls):
            try:
                # Initialize here and return new instance
            except:
                # return FailSafe instance which will log errors but will fail silently without breaking eecution of the real program

190. By Owais Lone

* Enabled full-content-zoom

Branch metadata

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