[browser] bookmarks don't support drag and drop
Bug #1481647 reported by
James Mulholland
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
In Progress
|
Medium
|
James Mulholland | ||
webbrowser-app |
In Progress
|
Medium
|
Ugo Riboni |
Bug Description
Originally part of this bug report: https:/
Assigning bookmarks to folders released, view bookmark folders in new tab released.
Drag & drop bookmarks into folders in landscape mode is in progress:
https:/
Related branches
lp://staging/~uriboni/webbrowser-app/new-tab-wide-format
- Olivier Tilloy: Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 1928 lines (+1244/-153)21 files modifieddebian/control (+1/-0)
src/app/webbrowser/Browser.qml (+63/-27)
src/app/webbrowser/DraggableUrlDelegateWide.qml (+98/-0)
src/app/webbrowser/NewTabViewWide.qml (+317/-0)
src/app/webbrowser/UrlDelegateWide.qml (+86/-0)
src/app/webbrowser/bookmarks-folder-model.cpp (+21/-1)
src/app/webbrowser/bookmarks-folder-model.h (+1/-0)
src/app/webbrowser/bookmarks-folderlist-model.cpp (+5/-0)
src/app/webbrowser/bookmarks-folderlist-model.h (+2/-0)
tests/autopilot/webbrowser_app/emulators/browser.py (+77/-4)
tests/autopilot/webbrowser_app/tests/__init__.py (+8/-2)
tests/autopilot/webbrowser_app/tests/test_addressbar_bookmark.py (+2/-6)
tests/autopilot/webbrowser_app/tests/test_bookmark_options.py (+32/-46)
tests/autopilot/webbrowser_app/tests/test_findinpage.py (+1/-2)
tests/autopilot/webbrowser_app/tests/test_new_tab_view.py (+121/-43)
tests/autopilot/webbrowser_app/tests/test_private.py (+8/-13)
tests/autopilot/webbrowser_app/tests/test_tabs.py (+2/-6)
tests/unittests/bookmarks-folder-model/tst_BookmarksFolderModelTests.cpp (+6/-3)
tests/unittests/qml/CMakeLists.txt (+9/-0)
tests/unittests/qml/tst_NewTabViewWide.qml (+372/-0)
tests/unittests/qml/tst_QmlTests.cpp (+12/-0)
lp://staging/~osomon/webbrowser-app/wide-views-newtab-history
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 3866 lines (+2910/-200)39 files modifieddebian/control (+1/-0)
src/app/webbrowser/Browser.qml (+133/-66)
src/app/webbrowser/CMakeLists.txt (+2/-0)
src/app/webbrowser/DraggableUrlDelegateWide.qml (+98/-0)
src/app/webbrowser/HistorySectionDelegate.qml (+6/-4)
src/app/webbrowser/HistoryViewWide.qml (+418/-0)
src/app/webbrowser/NewTabViewWide.qml (+317/-0)
src/app/webbrowser/UrlDelegate.qml (+8/-1)
src/app/webbrowser/UrlDelegateWide.qml (+86/-0)
src/app/webbrowser/UrlsList.qml (+2/-2)
src/app/webbrowser/bookmarks-folder-model.cpp (+21/-1)
src/app/webbrowser/bookmarks-folder-model.h (+1/-0)
src/app/webbrowser/bookmarks-folderlist-model.cpp (+5/-0)
src/app/webbrowser/bookmarks-folderlist-model.h (+2/-0)
src/app/webbrowser/history-lastvisitdate-model.cpp (+93/-0)
src/app/webbrowser/history-lastvisitdate-model.h (+60/-0)
src/app/webbrowser/history-lastvisitdatelist-model.cpp (+210/-0)
src/app/webbrowser/history-lastvisitdatelist-model.h (+72/-0)
src/app/webbrowser/history-model.cpp (+15/-0)
src/app/webbrowser/history-model.h (+1/-0)
src/app/webbrowser/webbrowser-app.cpp (+4/-0)
tests/autopilot/webbrowser_app/emulators/browser.py (+81/-5)
tests/autopilot/webbrowser_app/tests/__init__.py (+8/-2)
tests/autopilot/webbrowser_app/tests/test_addressbar_bookmark.py (+2/-6)
tests/autopilot/webbrowser_app/tests/test_bookmark_options.py (+32/-46)
tests/autopilot/webbrowser_app/tests/test_findinpage.py (+1/-2)
tests/autopilot/webbrowser_app/tests/test_new_tab_view.py (+121/-43)
tests/autopilot/webbrowser_app/tests/test_private.py (+8/-13)
tests/autopilot/webbrowser_app/tests/test_tabs.py (+2/-6)
tests/unittests/CMakeLists.txt (+2/-0)
tests/unittests/bookmarks-folder-model/tst_BookmarksFolderModelTests.cpp (+6/-3)
tests/unittests/history-lastvisitdate-model/CMakeLists.txt (+11/-0)
tests/unittests/history-lastvisitdate-model/tst_HistoryLastVisitDateModelTests.cpp (+116/-0)
tests/unittests/history-lastvisitdatelist-model/CMakeLists.txt (+11/-0)
tests/unittests/history-lastvisitdatelist-model/tst_HistoryLastVisitDateListModelTests.cpp (+371/-0)
tests/unittests/qml/CMakeLists.txt (+11/-0)
tests/unittests/qml/tst_HistoryViewWide.qml (+184/-0)
tests/unittests/qml/tst_NewTabViewWide.qml (+372/-0)
tests/unittests/qml/tst_QmlTests.cpp (+16/-0)
Changed in ubuntu-ux: | |
assignee: | nobody → James Mulholland (jamesjosephmulholland) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in webbrowser-app: | |
assignee: | nobody → Ugo Riboni (uriboni) |
status: | New → In Progress |
importance: | Undecided → Medium |
To post a comment you must log in.