> I will have a look at your branches and probably integrate some of your > changes next week. Are there any branches you would especially like to have > integrated?
Of course, all of them! ;-) Apart from joking... I started to use the issue tracker of GitHub, that is really nice. You will find a bug entry for every change I made, and each of them has been fixed in a separate branch. I assigned one of these four labels to the issues: - fix: a real bug that should be fixed - improvement: not a bug, but improves either the code or the operation of the software - feature: a new feature that you may or may not want to see in your app. - clean-up: just something that disturbed my eyes. I always tried to keep compatible with the original behaviour of the code, so for any new feature I introduced preferences, that have your original values as default. So in this sense, the fixes definitely should be integrated, the others are for your consideration, but I think they are quite safe to integrate. Best, Miklos ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
