Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 1 | -2/+2 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | Move alt text for favorite action to image | Vincent Petry | 2015-10-07 | 1 | -2/+1 |
| | |||||
* | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 1 | -0/+2 |
|\ | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | [IE8] Fix filetype icon sizes | Vincent Petry | 2015-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up. | ||||
* | | adjust aspect ratio of preview size when for aspect ratios > 16/9 | Robin Appelman | 2015-09-29 | 1 | -1/+15 |
| | | |||||
* | | improve handling of small images | Robin Appelman | 2015-09-29 | 1 | -2/+7 |
| | | |||||
* | | Scale portrait images correctly | Robin Appelman | 2015-09-29 | 1 | -1/+1 |
| | | |||||
* | | Cover both width and height for the sidebar preview | Robin Appelman | 2015-09-29 | 1 | -2/+4 |
|/ | |||||
* | adjust the height of the sidebar preview image when resizing the browser | Robin Appelman | 2015-09-23 | 1 | -4/+2 |
| | |||||
* | fix small mimetype icons | Robin Appelman | 2015-09-15 | 1 | -3/+3 |
| | |||||
* | Various thumbnail fixes | Robin Appelman | 2015-09-15 | 1 | -44/+62 |
| | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup | ||||
* | enforce loading icon in sidebar to be 32x32 | Georg Ehrke | 2015-09-11 | 1 | -3/+3 |
| | |||||
* | larger preview for images in the sidebar | Robin Appelman | 2015-09-02 | 1 | -6/+39 |
| | |||||
* | allow handling thumbnail errors | Robin Appelman | 2015-09-02 | 1 | -1/+4 |
| | |||||
* | Removes unecessary divs and adds max width to longer names. | Raghu Nayyar | 2015-08-30 | 1 | -8/+11 |
| | |||||
* | Fix trashbin sidebar | Vincent Petry | 2015-08-25 | 1 | -4/+4 |
| | | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix. | ||||
* | bigger file thumbnail in app sidebar | Jan-Christoph Borchardt | 2015-08-24 | 1 | -2/+2 |
| | |||||
* | Make file actions work from sidebar | Vincent Petry | 2015-08-12 | 1 | -29/+78 |
| | | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar. | ||||
* | replace tipsy with tooltip | Hendrik Leppelsack | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | fix tipsy gravity after rebase | Arthur Schiwon | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | fix position of elements in right sidebar | Jan-Christoph Borchardt | 2015-08-07 | 1 | -2/+1 |
| | |||||
* | Added unit tests for right sidebar | Vincent Petry | 2015-08-07 | 1 | -3/+2 |
| | |||||
* | Improve layout, fix mime icon | Vincent Petry | 2015-08-07 | 1 | -12/+13 |
| | |||||
* | More fixes to the right sidebar | Vincent Petry | 2015-08-07 | 1 | -5/+15 |
| | | | | | Sidebar now works in all file list views. Moved owner to share tab. | ||||
* | Improved right sidebar | Vincent Petry | 2015-08-07 | 1 | -17/+31 |
| | | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab. | ||||
* | Basic work for right sidebar | Vincent Petry | 2015-08-07 | 1 | -0/+75 |
Adds right sidebar with registrable panels (still WIP) |