Aleksander Machniak
aa542a35c1
Fix iframe scrolling in iOS ( #87 )
...
Also some other small fixes for iOS/Android.
7 years ago
Aleksander Machniak
d04d0a3078
Fix toolbar when vieweing message in an external window
7 years ago
Aleksander Machniak
fe2a9654d1
Mailvelope support
7 years ago
Aleksander Machniak
ff835c3b9b
Add menu_destroy method
...
It is needed to call .popover('dispose') when a menu content is to be replaced.
So, we make this possible, but in future we should consider remiving this
requirement. Maybe even re-work the whole menu system.
7 years ago
Aleksander Machniak
9d1b3dcf29
Remove dead code
7 years ago
Aleksander Machniak
dd4e68335c
Fix tabindex on filter icon
7 years ago
Aleksander Machniak
2990a0bded
Make pretty_checkbox method public, set cursor:pointer on the icon-checkbox
7 years ago
Aleksander Machniak
a587e7a7dc
Support data-hidden attribute on multi-input field
7 years ago
Aleksander Machniak
ddb8e579f8
Merge pull request #70 from johndoh/buttons
...
skip buttons which already have the Bootstrap class
7 years ago
Aleksander Machniak
68e2dca13a
Fix so it is possible to have two searchbars on the same page
7 years ago
PhilW
e58ed633b4
skip buttons which already have the Bootstrap class
7 years ago
Aleksander Machniak
ef304747f6
Fix missing pretty checkboxes in new filter record (managesieve)
7 years ago
Aleksander Machniak
5d3f394ade
Small improvements
7 years ago
Aleksander Machniak
b9249554a8
Quota indicator ( #35 )
7 years ago
Aleksander Machniak
8cfe461dea
Improve printing styles ( #58 )
7 years ago
Aleksander Machniak
a4ee367e1c
Merge pull request #66 from JohnDoh/pretty_confirms
...
style buttons in pretty confirmation boxes
7 years ago
Aleksander Machniak
0dfb92cb4f
Move "Download all attachments" button from below the attachments list to .header-links
7 years ago
Aleksander Machniak
892b788f5a
Add a way to display mail message headers in a table ("envelope")
7 years ago
PhilW
9ef99ad707
style buttons in pretty confirmation boxes
7 years ago
Aleksander Machniak
73b2161e30
Fix folders list scroll on touch devices ( #45 )
7 years ago
Aleksander Machniak
ade0deca8e
Make "external window" dialogs bigger on tablets
7 years ago
Aleksander Machniak
408c8dfe76
Fix mailto menu invoked from (.eml) attachment preview
7 years ago
Aleksander Machniak
e32f4a0976
Fix .message-partheaders element
7 years ago
Aleksander Machniak
5ae662c198
Improvements for mobile attachment preview
...
- Hide More menu item as we do not support submenus yet
- Make sure .eml attachment preview has filename in the title bar
7 years ago
Aleksander Machniak
a394eae190
Update Bootstrap
7 years ago
Aleksander Machniak
5cb1541abd
Fix/improve mailto menu
7 years ago
Aleksander Machniak
c63a232107
Fix so attachment and mailto menu actions close the menu
7 years ago
Aleksander Machniak
1158c35c4b
Merge branch 'master' of github.com:roundcube/elastic
7 years ago
Aleksander Machniak
8960ca33f1
Attachment preview on mobile ( #61 )
7 years ago
Aleksander Machniak
bf36ccd0ed
Various improvements, mostly forms
7 years ago
Aleksander Machniak
239a590a29
Improve error template plus some small improvements here and there
7 years ago
Aleksander Machniak
41ebae1dfb
Support .boxinformation element and table with .checkbox-cell
7 years ago
Aleksander Machniak
671d53e4f4
Fix initial value of recipient input
7 years ago
Aleksander Machniak
c085cf968d
Display frame menus in full height (of the parent window) and other improvements to menus ( #33 )
7 years ago
Aleksander Machniak
3885bfa29b
Small forms improvements, added some icons for Kolab plugins
7 years ago
Aleksander Machniak
c65b4de161
Improve simple dialogs like group creation/rename or qr-code
7 years ago
Aleksander Machniak
e85c95eb1b
Hide navbar when it has no buttons, e.g. Help plugin UI
7 years ago
Aleksander Machniak
4ea094c80f
Fix setting frame title, unify some title to use short label
7 years ago
Aleksander Machniak
f9a2771a40
Improve content frame buttons setup
7 years ago
Aleksander Machniak
12ee7990ee
Skip redundant resize code in iframe, cleanup
7 years ago
Aleksander Machniak
e9047fc446
Fix setting status of content frame buttons
7 years ago
Aleksander Machniak
6f977c5cae
Fix scrolling issue in iframe'd forms with tabs
7 years ago
Aleksander Machniak
0f0340a940
Don't set form-check class for a row with .proplist element
7 years ago
Aleksander Machniak
e75e011f6e
Unify navigation handling for content creation frames
7 years ago
Aleksander Machniak
ffb2de5505
Fix bug where compose options could be added to wrong form
7 years ago
Aleksander Machniak
f0b09608cf
Contact form support
7 years ago
Aleksander Machniak
e19ebecc16
Improve pagejump-selector styling
7 years ago
Aleksander Machniak
80e76c962e
Don't hide dialog window for show source dialog in mobile mode
7 years ago
Aleksander Machniak
d497e2aef0
Fix tabindex on compose options
7 years ago
Aleksander Machniak
560d194449
Add Save button to footer toolbar in mail compose on mobile
7 years ago
Aleksander Machniak
4d63cb41cc
Fix setting form-check class
7 years ago
Aleksander Machniak
afa9f64d4b
Small code unification
7 years ago
Aleksander Machniak
52256ba56b
Display content buttons in footer toolbar
7 years ago
Aleksander Machniak
0c1dde361c
Improvements in resizeable textarea
7 years ago
Aleksander Machniak
6d0ba0e50c
A 'notice' is more a 'warning' than 'info'
7 years ago
Aleksander Machniak
3017ed1ed2
Fix extwin command state setting in a frame
7 years ago
Aleksander Machniak
c559222d82
Implement 'message headers' and 'open in new window' buttons
...
TODO: fix 'open in new window' feature, by not disabling extwin command
in a frame that has a parent window that is not 'small'.
7 years ago
Aleksander Machniak
6753d763ae
A few more features from managesieve plugin
7 years ago
Aleksander Machniak
74e0e5141a
Merge branch 'master' of github.com:roundcube/elastic
7 years ago
Aleksander Machniak
c33d458d2a
Support for variuos widgets used in managesieve plugin
7 years ago
PhilW
52222b325e
add property to menu-open event to prevent skinning
7 years ago
Aleksander Machniak
1b08b9de4b
Fix header-title alignment calculation, remove redundant style
7 years ago
Aleksander Machniak
8782b70506
Added some widgets to support acl plugin
7 years ago
Aleksander Machniak
1464c6d777
Various improvements
7 years ago
Aleksander Machniak
86a641cf1c
Don't style tables in an external content
7 years ago
Aleksander Machniak
fb3e20e848
Cleanup searchbar
7 years ago
Aleksander Machniak
032625e696
Refactor/restyle search bars
...
Generally we don't use the animation effect it didn't work in all browsers
TODO: cleanup and test with IE
7 years ago
Aleksander Machniak
00a7caf7c6
Enable autoresizing of plain text areas of editor widget
7 years ago
Aleksander Machniak
7f462045a4
.table-responsive -> .table-responsive-sm
7 years ago
Aleksander Machniak
b1b708408b
Improve calendar widget style
7 years ago
Aleksander Machniak
b92ef16339
Simplify messages list menu - selects instead of radios
7 years ago
Aleksander Machniak
797696346e
Not all tables should be of .table class
7 years ago
Aleksander Machniak
6ca864ff9a
Make tables pretier and responsive
7 years ago
Aleksander Machniak
5d24851cb9
Display the popup for Move button on bottom
7 years ago
Aleksander Machniak
b0936ff631
Fix bug where on mobile list/sidebar could appear on window resize
7 years ago
Aleksander Machniak
a0ed055ad7
Various style improvements
7 years ago
Aleksander Machniak
49fb73a979
Widgets: Info messages ( #38 )
...
and fixed spinning icons
7 years ago
Aleksander Machniak
6bbdc2ee11
Small dialog improvements for new_user_dialog plugin
7 years ago
Aleksander Machniak
f10eac8b17
Make sure inputs in dialogs always get form-control class, fix context handling in bootstrap_style()
7 years ago
Aleksander Machniak
65a7c1eb34
Small fix in update_func of recipient-input
7 years ago
Aleksander Machniak
8826cd3fb5
Rewrite recipient-input not using contentEditable elements
7 years ago
Aleksander Machniak
757423373d
Bootstrap'ize contact search form
7 years ago
Aleksander Machniak
cbf80fb744
Rework layout/navigation
...
- list/sidebar footer buttons with text also on mobile
- fix UI with screen width = 768px
7 years ago
Aleksander Machniak
52e96f8d1b
Improvements in autocomplete and googiespell menus
7 years ago
Aleksander Machniak
28526a73f1
Merge branch 'master' of github.com:roundcube/elastic
7 years ago
Aleksander Machniak
6780fcb95b
Replace "Add to addressbook" icon with a menu ( #47 )
7 years ago
Aleksander Machniak
65fd828a43
Merge branch 'master' of github.com:roundcube/elastic
7 years ago
Aleksander Machniak
2c53d903df
HTML editor with integrated mode switch ( #41 )
7 years ago
Aleksander Machniak
1efc77481b
Use iframe loader for loading frame content on Prev/Next button use
7 years ago
Aleksander Machniak
0c345b66cf
Style search menus
7 years ago
Aleksander Machniak
5e14533422
vcard_attachments plugin support
7 years ago
Aleksander Machniak
a2856493b8
Icons in Responses menu, and other menu improvements
7 years ago
Aleksander Machniak
e76b3f27f2
Fix handling checkboxes in compose form
7 years ago
Aleksander Machniak
c478985097
Improvements in forms (spacing, alignment, pretty checkboxes)
7 years ago
Aleksander Machniak
b599f887d1
Pretty checkboxes ( #22 )
7 years ago
Aleksander Machniak
3986f18190
Small improvements
7 years ago
Aleksander Machniak
e1571ce4c4
Remove Cancel button from contact form
7 years ago
Aleksander Machniak
409f0bd729
Better .header-title
7 years ago
Aleksander Machniak
2f08cc8250
Messages list filter, improvements to search form
7 years ago
Aleksander Machniak
e476582208
Fix switching list mode to "list"
7 years ago