Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move private data into StardictDictPrivate | Přemysl Janouch | 2013-07-18 | 1 | -42/+66 |
| | |||||
* | Add a class to handle dictzip files | Přemysl Janouch | 2013-07-18 | 1 | -55/+1 |
| | | | | | | | | | | | | | | Provides pseudo-random access to dictionary files compressed using dictzip. It doesn't implement a cache, it just loads missing chunks until it has the whole file. I'm not sure if discarding not recently used chunks is really a useful feature. If there _was_ a way to get noticed when system memory is low, I think the best way to handle that event would be to simply release it all. All in all, this is pretty useless. But it was interesting to write. This has yet to be integrated into the application proper. | ||||
* | Internationalisation | Přemysl Janouch | 2013-05-19 | 1 | -14/+16 |
| | |||||
* | Don't do case-sensitive searches | Přemysl Janouch | 2013-05-19 | 1 | -5/+9 |
| | |||||
* | Move dictionary generation to its own module | Přemysl Janouch | 2013-05-10 | 1 | -30/+27 |
| | |||||
* | Create a private header | Přemysl Janouch | 2013-05-08 | 1 | -54/+15 |
| | |||||
* | Move sources into their own directory | Přemysl Janouch | 2013-05-08 | 1 | -0/+1070 |