Menu

Got started

While beginning is already done from weeks now, I thought it was about time to keep tracks by putting some code here.
Indeed, current developement status is still Beta but fundamental capabilities are here and working:
- be able to clean up keywords from a filename
- these keywords are split in 2 categories : Filters and regular expressions
- while this main function is working and represent the core of all of this, I think it would be better to hide it "behind the scene" as user doesn't much care about it.
- These keywords can be saved in a file. An easy and human .ini style format have been chosen to let anyone modify it through sections(groups) and key/value pairs. The section are currently : [Filters] and [Regex] but later on it will also be used to keep user preferences.
- The keyword list is using the Model-View-Delegate D. pattern so view can be list/tree/Grid whatever.
- StandardItemModel have been used so icons can be added to the list

So.... let's go now.

Posted by lewin 2013-05-19

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.