Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Present torrent files as a tree | Arno | 2016-08-20 | 1 | -0/+4 |
| | | | | | | | | | | | | A torrent info dictionary has two modes: single and multi files. When in multi-mode, the name-entry is the directory containing the files. Represent it as a tree. During testing I discovered a fatal bug in the torrent parser: If we encounter an invalid string, we have to move mPos forward, else we will loop indefinitely until we're OOM. I also added some icons for folders, files and trackers. | ||||
* | Implement delete files | Arno | 2016-08-16 | 1 | -1/+7 |
| | | | | Thought I did an initial commit, but seems git thinks otherwise... | ||||
* | Initial commit | Arno | 2016-08-16 | 1 | -0/+1 |
Shows files with the current extension and makes them distinguishable by different icons and by color. Not much else, just thought it was time for a commit. |