Tuesday 9 June 2015

GSOC Update - Week 1

Hi,

This week we tried using the python built-in tool to  pickle the state of various layouts.However most of the qtile classes are not pickelable, because of some recursive links.We therefore had to make some changes to the classes to make them pickelabe.Instead of doing a major redesign of qtile code architecture , we decided to implement the __getstate__() and __setstate__() functions for the classes with problems.This was implemented for almost all layouts and seems to be working fine for them.However some layouts are still not working.

This is all for this week.

Cheers,
Aniruddh Kanojia


No comments:

Post a Comment