Add native UbuntuSDK DatePicker as the backend for the blink date time picker
Bug #1457521 reported by
Alexandre Abreu
This bug report is a duplicate of:
Bug #1382400: Implement support for HTML <input type="date"> fields.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
In Progress
|
High
|
Alexandre Abreu | ||
webbrowser-app |
In Progress
|
High
|
Alexandre Abreu |
Bug Description
Add native UbuntuSDK DatePicker as the backend for the blink date time picker
Related branches
lp://staging/~abreu-alexandre/oxide/add-datetime-picker-ui-support
On hold
for merging
into
lp://staging/~oxide-developers/oxide/oxide.trunk
- Chris Coulson: Pending requested
-
Diff: 2003 lines (+1592/-0) (has conflicts)29 files modifiedpatches/add-external-date-picker-embedder-hooks.patch (+182/-0)
qt/core/api/oxideqdatetimeinputmode.cc (+21/-0)
qt/core/api/oxideqdatetimeinputmode.h (+45/-0)
qt/core/browser/oxide_qt_date_time_picker.cc (+104/-0)
qt/core/browser/oxide_qt_date_time_picker.h (+62/-0)
qt/core/browser/oxide_qt_web_view.cc (+11/-0)
qt/core/browser/oxide_qt_web_view.h (+17/-0)
qt/core/core.gyp (+24/-0)
qt/core/glue/oxide_qt_date_time_picker_proxy.h (+59/-0)
qt/core/glue/oxide_qt_date_time_picker_proxy_client.h (+37/-0)
qt/core/glue/oxide_qt_web_view_proxy_client.h (+3/-0)
qt/qmlplugin/oxide_qml_plugin.cc (+7/-0)
qt/quick/CMakeLists.txt (+1/-0)
qt/quick/api/oxideqquickwebview.cc (+29/-0)
qt/quick/api/oxideqquickwebview_p.h (+9/-0)
qt/quick/api/oxideqquickwebview_p_p.h (+3/-0)
qt/quick/oxide_qquick_date_time_picker.cc (+159/-0)
qt/quick/oxide_qquick_date_time_picker.h (+67/-0)
qt/tests/qmltests/api/tst_WebView_dateTimePicker.html (+10/-0)
qt/tests/qmltests/api/tst_WebView_dateTimePicker.qml (+125/-0)
shared/browser/oxide_date_time_picker.cc (+66/-0)
shared/browser/oxide_date_time_picker.h (+69/-0)
shared/browser/oxide_web_view.cc (+136/-0)
shared/browser/oxide_web_view.h (+105/-0)
shared/renderer/oxide_content_renderer_client.cc (+48/-0)
shared/renderer/oxide_content_renderer_client.h (+11/-0)
shared/renderer/oxide_date_time_picker.cc (+118/-0)
shared/renderer/oxide_date_time_picker.h (+60/-0)
shared/shared.gyp (+4/-0)
Changed in oxide: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
Changed in webbrowser-app: | |
status: | New → Incomplete |
status: | Incomplete → In Progress |
importance: | Undecided → High |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
Changed in oxide: | |
milestone: | none → branch-1.9 |
To post a comment you must log in.