summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
AgeCommit message (Collapse)Author
2014-04-28Add splitter in Settings > ResponsesAleksander Machniak
2014-04-25Avoid popupmenus being closed when scrollbar is clicked (#1489832)Thomas Bruederli
2014-01-05Move folder/directory list auto-scrolling functionality to treelist widget ↵Thomas Bruederli
(same as auto-expand) and make it work without list header/footer blocks
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23Merge pull request #156 from JohnDoh/previewtoggleAleksander Machniak
remember preview headers collapse status
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-12-05Improved error messagesAleksander Machniak
- display errors only in dialogs (hide original message element), - fix error when closing dialog on timeout after dialog was closed manually, - center dialog vertically on the screen, - use fadeOut effect on close.
2013-11-23Save Larry skin UI settings in local storage instead of cookiesThomas Bruederli
2013-11-23remember preview header collapse statusPhilW
2013-11-22Make splitters more responsive (using timing events)Aleksander Machniak
2013-11-22Remember compose-options collapse status and display them by default; Use ↵Thomas Bruederli
abstracted functions to read and set UI settings. To be replaced with local storage...
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-11-20Fix attachment menu link in IE8Aleksander Machniak
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-11-08Adjust recipients textarea size according to conent.Thomas Bruederli
This reduces the height to 1 row on Firefox < 25 which renders textareas rows+1 heigh (#1489198)
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-09-13Move some config options to new and collapsible 'advanced' blocksThomas Bruederli
2013-08-15Distinguish mobile/tablet/touch devicesThomas Bruederli
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-06-24Improved/unified attachment preview pageAleksander Machniak
Implemented attachment print button
2013-06-23Improve screen min-width calculationAleksander Machniak
2013-06-23Fix lack of space between searchfiler and quicksearchbar in Larry skin ↵Aleksander Machniak
(#1489158)
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-14Add feature to import messages to the currently selected folderThomas Bruederli
2013-06-12Improved width of message list menu dialogAleksander Machniak
2013-06-11Fix list mode switch to 'List' after saving list settings in Larry skin ↵Aleksander Machniak
(#1489164)
2013-06-07Fix decorated select width in FirefoxAleksander Machniak
2013-06-05Make update_quota publicAleksander Machniak
2013-06-01Improved handling of Reply-To/Bcc addresses of identity in compose form ↵Aleksander Machniak
(#1489016)
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-04-29Catch possible "Permission denied" error on iframe elements in IEAleksander Machniak
2013-04-19Small code optimizationVictor Benincasa
Remove function argument as a local variable is used.
2013-04-04Add add_popup() method to make possible to register popup from a plugin.Aleksander Machniak
It was possible with show_popup(), however sometimes it is needed to register a popup before show_popup() is being used.
2013-03-22Call resize handler in intervals to prevent lags and double onresize calls ↵Aleksander Machniak
in Chrome (#1489005)
2013-03-08Fix javascript errors when working in a page opened with taget="_blank"Aleksander Machniak
2013-03-06Add attachment menu with Open and Download options (#1488975)Aleksander Machniak
2013-02-07Add link to pop the address group stack; add animations when pushing/popping ↵Thomas Bruederli
lists (in larry skin)
2013-01-31Only trigger timers when dragging is activeThomas Bruederli
2012-12-29Add toggle to minimize page header; automatically triggers on small screensThomas Bruederli
2012-10-24Show compose options if they were visible in openerThomas Bruederli
2012-10-24Refactored compose UI according to discussions on the mailing listThomas Bruederli
2012-10-16Display connection errors in UI. Stack error messages in popup (Larry skin)Thomas Bruederli
2012-10-01Replacement for commit af276f21e536:Thomas Bruederli
- add a more discrete toggle for all headers to message preview - fix message display page issues (#1488590, #1488642)
2012-10-01Revert "Add full headers view in message preview window (#1488538)"Thomas Bruederli
This reverts commit af276f21e5364eb65a56b64c3455bc284ff1e2f2. Conflicts: CHANGELOG skins/larry/mail.css
2012-09-11Init splitter in Preferences also when env.action is emptyAleksander Machniak
2012-09-04Merge branch 'message_show_ui'Aleksander Machniak
Conflicts: CHANGELOG
2012-09-04Remove (too big) min-width on mail screenAleksander Machniak
2012-09-04Add full headers view in message preview window (#1488538)Aleksander Machniak
Fix message display page issues - unified with message preview (#1488590, #1488642)
2012-08-29Call resize() to fix floatingbuttons position in tabbed page (on tab selection)Aleksander Machniak