Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-15 | tests: Skip out of date navigator test | Harry Jeffery | |
2019-01-30 | Update tests for new backend approach | Harry Jeffery | |
2017-11-26 | Update loader unit tests | Harry Jeffery | |
2017-11-24 | Make the navigator interface opaque | Harry Jeffery | |
2017-11-24 | fixup! Update loader unit test | Harry Jeffery | |
2017-11-24 | Update loader unit test | Harry Jeffery | |
2017-11-23 | Remove imv_ prefix from struct imv_list | Harry Jeffery | |
It's just bloat. No value. | |||
2017-04-14 | Refactor navigator poll rate limiting | Harry Jeffery | |
2017-04-14 | Refactor navigator to new style | Harry Jeffery | |
2017-04-14 | Refactor loader to new style | Harry Jeffery | |
2017-04-12 | Add generic list container | Harry Jeffery | |
2016-05-01 | Make imv_navigator_add() return an integer value | Dmitrij D. Czarkoff | |
In case of error return non-zero value instead of cleaning up navigator. This way main loop may do some more cleanup, or maybe even act differently. | |||
2016-04-26 | Reimplement '-x' flag | Dmitrij D. Czarkoff | |
This change effectively backs out f1737ddd06141afbe99f37af3b5c2d0f1df5fe7a, implementing the same functionality in a simpler and more correct way. Implementation details: * imv_navigator.wrapped - a new field that has value "0" by default; once navigator wraps around the list, this field recieves value "1". * imv_navigator_wrapped(&nav) - a new function that returns non-zero value iff navigator wrapped around the list. Currently just returns value of imv_navigator.wrapped. While at it, expanded "test_navigator_remove" and merged it with "test_navigator_add". Resulting test is called "test_navigator_add_remove". Fixes #94. | |||
2016-04-26 | Testcase for removal from navigator | Dmitrij D. Czarkoff | |
Test that removing items leads to predictable results. Right now test is fairly incomplete, because it does not cover moving in reversed direction. | |||
2016-04-26 | Add vim modelines | Dmitrij D. Czarkoff | |
2016-02-21 | Add test to check for EXIF rotation of JPEG images | Dmitrij D. Czarkoff | |
2016-01-06 | Add test for file change detection | Dmitrij D. Czarkoff | |
2016-01-06 | Fix navigator_add test | Dmitrij D. Czarkoff | |
It was not fixed after imv_navigator_poll_changed() function was changed. | |||
2015-12-08 | Add testing infrastructure | Harry Jeffery | |