Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos, naming, remove unused code, identation | Thomas Müller | 2014-04-28 | 1 | -1/+0 |
| | |||||
* | Fixed selection to be based on FileList.files | Vincent Petry | 2014-04-28 | 1 | -1/+21 |
| | | | | | | | | | | The file selection is now based on the internal model array FileList.files instead of the visible checkboxes. This makes it possible to virtually select files that haven't been rendered yet (select all, then deselect a visible one) Added more unit tests for selection (with shift and ctrl as well) | ||||
* | Fix file summary to use the whole file list | Vincent Petry | 2014-04-28 | 1 | -0/+176 |
- moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions |