Commit Graph

2199 Commits

Author SHA1 Message Date
Nathan Gray
040d1e8353 Revert part of r55067 - still need that for clicks on suggestions 2016-02-18 16:42:09 +00:00
Nathan Gray
782c54976b Fix some issues causing problems with existing taglists:
- Some account widgets were not finding accounts through selectbox
- Setting a single value was causing an error
2016-02-18 16:29:24 +00:00
Ralf Becker
c871f25ddb fix not working "cat_is_select" === true, for translating options used instead of category-selection 2016-02-18 15:50:58 +00:00
Hadi Nategh
0936e5e71e Fix searchbox does not keep the search value after reload 2016-02-18 13:49:45 +00:00
Hadi Nategh
d5f0727b2e Enable overlay attribute for addressbook's searchbox 2016-02-18 12:58:14 +00:00
Hadi Nategh
5612a16c76 Add overlay attribute for seachbox widget 2016-02-18 11:16:47 +00:00
Nathan Gray
ae79287e18 Get relative dates working again in export 2016-02-17 23:45:30 +00:00
Ralf Becker
8637e1c41b move label of all addressbook selectboxes into all-label (eg. "All categories"), resize selectboxes via css automatic, fix borders of favorites and row-counter in nextmatch header 2016-02-17 13:23:27 +00:00
Hadi Nategh
c13fea5a4d Add always class for filters container 2016-02-17 09:44:46 +00:00
Nathan Gray
c6c0d970ae Some more taglist changes
- Styled to look like selectbox with tags
- Start server search with 2+ chars on enter, even if there is a local match
- Fire change on change again, not blur, for less confusion
2016-02-16 21:37:19 +00:00
Hadi Nategh
18c4661e3c Mobile theme W.I.P.:
-Fix nm header
2016-02-16 18:00:05 +00:00
Ralf Becker
60d41a7a48 WIP aligning nextmatch header and styling it as toolbar 2016-02-16 17:18:02 +00:00
Nathan Gray
521c0f04e8 Avoid child indexes not lining up with DOM node indexes, causing wrong widget order in nextmatch header bar by using an extra wrapper around the filters 2016-02-16 16:39:53 +00:00
Hadi Nategh
9fd87f7816 Fix et2_button does not set image if the widget gets created via et2_createWidget
- Implement searchbox's image with image attribute
2016-02-16 15:23:14 +00:00
Hadi Nategh
db7e7135ea Fix searchbox button occupies so much space 2016-02-16 13:46:16 +00:00
Hadi Nategh
e06a8bc167 Mobile theme W.I.P.:
- Add some styling for searchbox
- Fix contextmenu is not coming on trees
- Add back handler for context menu in order to close it
2016-02-16 11:59:31 +00:00
Ralf Becker
f6e5a85c46 revert accidently commited stuff 2016-02-16 10:16:49 +00:00
Ralf Becker
6b33adcb7c quiten a warning, if apps return nothing 2016-02-16 10:14:02 +00:00
Hadi Nategh
d1186de773 Mobile theme W.I.P.:
-Fix nm header for new searchbox widget
2016-02-15 19:10:14 +00:00
Hadi Nategh
b26a2e6593 Implement nextmatch search using searchbox widget 2016-02-15 18:37:24 +00:00
Hadi Nategh
83d47aed72 Implement searchbox widget 2016-02-15 18:30:40 +00:00
Ralf Becker
40cb207afa fixed not detected number of autorepeated rows for id like "${row}@[name]" addressing first column, gave error "Problem in autorepeat fallback: too many rows" 2016-02-13 16:25:50 +00:00
Ralf Becker
ab3e235ed6 work in progress aligning nextmatch headers 2016-02-12 17:19:27 +00:00
Nathan Gray
5955705002 Owner widget changes:
- Now returns results with users, then groups, then other apps
- If a result is found in the static options, the server is not queried
- 2 character limit before searching
- Change event fires on blur, not change in selection
2016-02-11 20:30:55 +00:00
Nathan Gray
3ebfe5d650 Reduce back-to-back resize requests by cancelling the timeout before setting it again 2016-02-11 20:20:46 +00:00
Hadi Nategh
964db76cd6 Mobile theme W.I.P.:
-Avoid loop causing by expose click handler. Fixes expose in filemanager stalls browser
2016-02-11 13:58:11 +00:00
Ralf Becker
4f2ef55206 Adding support for set_min/max() arguments supported only by jQuery.Datepicker for HTML5/mobile browsers, thought it seems none of the browsers support them right now ... 2016-02-10 17:42:11 +00:00
Nathan Gray
c8cf2d30d8 Fix resize issues with etemplate2 / calendar 2016-02-10 16:50:42 +00:00
Ralf Becker
c25403bec7 inline calendar is not existing in html5, so allways use datepicker instead 2016-02-10 16:39:43 +00:00
Hadi Nategh
63b3009bb5 Implement category color column purely with css 2016-02-10 09:45:33 +00:00
Nathan Gray
61b2957124 Keep focus when selecting from the option list 2016-02-09 21:30:47 +00:00
Nathan Gray
3895b4ca0e Remove incorrect ajax stuff from selectbox, just enhance taglist to support static options as well as ajax 2016-02-09 20:19:16 +00:00
Hadi Nategh
710e8a7847 Add nextmatch-cat-header in order to add category color into nm rows 2016-02-09 17:11:44 +00:00
Nathan Gray
1d3e696676 Ajax fetching for chosen taglist style selectboxes - set tags & source attributes 2016-02-09 00:38:09 +00:00
Ralf Becker
88ea87fedb Using HTML5 input field for mobile browsers to get there native UI for date/time entry 2016-02-08 17:23:54 +00:00
Hadi Nategh
9e690d2304 Mobile theme W.I.P.:
- Translate appname indicator
2016-02-08 10:59:09 +00:00
Hadi Nategh
36c97ec7e9 Mobile theme W.I.P.:
- Add application name indicator for header
2016-02-08 10:25:58 +00:00
Ralf Becker
0261dd0b82 server-side adds now urls for extra tabs incl. cache-buster, so we dont rely on app-code to add it 2016-02-03 15:20:50 +00:00
Hadi Nategh
751a96feba Mobile theme W.I.P.:
- Avoid contextmenu confusion between applications
2016-02-03 10:48:40 +00:00
Hadi Nategh
beacb4fc01 Introduce vertical tabs 2016-01-28 11:26:22 +00:00
Hadi Nategh
eb9c599d00 Make url-email_ro widget a bit more intelligent about value representation 2016-01-26 15:36:16 +00:00
Hadi Nategh
1c4647492d Show caption if there's no icon available for toolbar actions
- Remove icon from today action in calendar
2016-01-26 13:43:00 +00:00
Nathan Gray
2a88ce69bd Remove focus class from toolbar More when user clicks somewhere else on the page 2016-01-25 21:20:28 +00:00
Nathan Gray
369a478733 Avoid duplication of global categories due to integer values 2016-01-25 19:16:19 +00:00
Ralf Becker
e8469227f6 remove everything but numbers and plus from links on telephon numbers, as telephone software might not like it 2016-01-24 08:38:33 +00:00
Hadi Nategh
6a50715f99 Do not take toolbar's preferences into account for mobile theme 2016-01-21 10:15:34 +00:00
Hadi Nategh
c4cfb8a8c0 Add click handler for details' title 2016-01-20 14:48:04 +00:00
Hadi Nategh
a0338f3398 Fix a wrong attribute name for details widget 2016-01-20 14:25:14 +00:00
Hadi Nategh
6137d17114 Introduce new widget called "details", in order to make collapsible area 2016-01-19 11:42:11 +00:00
Hadi Nategh
fe90e4256c Mobile theme WIP:
- Implement nm header for mobile theme
- Fix couple of styling issues
- Add a search icon
2016-01-15 16:54:42 +00:00